|
|
| Line 279: |
Line 279: |
| } | | } |
|
| |
|
|
| |
|
| |
|
| |
|
| |
| /* FORCE THE ENTIRE SIDEBAR COLUMN TO BE BLACK */
| |
| #mw-panel,
| |
| #mw-panel .portal,
| |
| #mw-panel .portal .body,
| |
| #mw-panel .portal .body ul {
| |
| background-color: #000 !important;
| |
| }
| |
|
| |
| /* REMOVE TRANSPARENT PADDING THAT CREATES THE GAPS */
| |
| #mw-panel .portal .body ul li {
| |
| background-color: #000 !important;
| |
| padding-top: 0 !important;
| |
| padding-bottom: 0 !important;
| |
| margin: 0 !important;
| |
| }
| |
|
| |
| /* REMOVE BACKGROUND FROM LINKS SO THEY DON'T CREATE STRIPES */
| |
| #mw-panel .portal .body ul li a {
| |
| background: transparent !important;
| |
| }
| |
|
| |
| /* TEXT + LINK COLORS */
| |
| #mw-panel,
| |
| #mw-panel * {
| |
| color: #fff !important;
| |
| }
| |
|
| |
| #mw-panel a {
| |
| color: #f5d000 !important;
| |
| }
| |
|
| |
| #mw-panel a:visited {
| |
| color: #c0c0c0 !important;
| |
| }
| |
|
| |
|
|
| |
|
| Line 323: |
Line 285: |
| /* Timeless mobile hamburger menu icon */ | | /* Timeless mobile hamburger menu icon */ |
| .skin-timeless .mw-ui-icon-element { | | .skin-timeless .mw-ui-icon-element { |
| color: #ffff00 !important; /* forces yellow */ | | color: #ffff00 !important; |
| fill: #ffff00 !important; /* covers SVG fill */ | | fill: #ffff00 !important; |
| | background-color: #ffff00 !important; |
| } | | } |