MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
No edit summary
Tag: Reverted
Line 276: Line 276:


#mw-navigation a:visited {
#mw-navigation a:visited {
    color: #c0c0c0 !important;
}
/* 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;
     color: #c0c0c0 !important;
}
}