|
|
Line 2,097: |
Line 2,097: |
| position: absolute; | | position: absolute; |
| top: -9999px | | top: -9999px |
| }
| |
|
| |
| #mw-page-base {
| |
| height: 5em;
| |
| background-position: bottom left;
| |
| background-repeat: repeat-x;
| |
| background-image: url('images/page-fade.png');
| |
| background-color: #2a2a2a;
| |
| background-image: -moz-linear-gradient(top, #333 50%, #2a2a2a 100%);
| |
| background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));
| |
| background-image: -webkit-linear-gradient(top, #333 50%, #2a2a2a 100%);
| |
| background-image: linear-gradient(#333 50%, #2a2a2a 100%);
| |
| background-color: #333
| |
| } | | } |
|
| |
|
Line 2,189: |
Line 2,176: |
| color:#e87057 | | color:#e87057 |
| } | | } |
| .toctogglelabel {
| |
| cursor: pointer;
| |
| color: #e87057
| |
| }
| |
| .mw-changeslist-legend {
| |
| color: #a9a9a9;
| |
| background-color: #404040 !important;
| |
| }
| |
| ol.references li:target {
| |
| background-color: #663300
| |
| }
| |
| sup.reference:target {
| |
| background-color: #663300
| |
| }
| |
| .mw-editfont-monospace {
| |
| background-color: #393939
| |
| }
| |
| .diff.diff-contentalign-left {
| |
| background-color: #393939
| |
| }
| |
| .catlinks {
| |
| background-color: #393939
| |
| }
| |
| .mw-createacct-benefits-list p {
| |
| color: #c9c9c9
| |
| }
| |
| div#mw-panel div.portal div.body ul li a:visited{color:#e87057}
| |
| div#mw-panel div.portal div.body ul li a{color:#e69710}
| |