(style change requests from Haste/Jammi) |
(style change request from BrianTU) |
||
Line 104: | Line 104: | ||
* img { | * img { | ||
background: | background: none; | ||
} | } | ||
Revision as of 22:39, 17 November 2023
/* All CSS here will be loaded for users of the Timeless skin */ /* Stylesheet originally by Grumblesaur. Some of the rules are extra specific because MediaWiki's default style is so specific that a generalized style rule is too weak to overcome it. */ @font-face { font-family: ParagonBlack; src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Black.ttf"); } @font-face { font-family: ParagonMedium; src: url("https://discoverygc.com/files/Paragon%20Cleaners%20Medium.ttf"); } #mw-header-container { background: #131335; } #mw-content-container { background-image: url("https://discoverygc.com/images/strategy-head-bg.jpg"); background-repeat: no-repeat; background-color: #17161b; } #mw-content { opacity: 70%; } .color-left, .color-right { background: #2a4b8d; } .color-middle { background: #87c3e0; } a#p-banner, div#personal h2 { color: #dedeee; font-family: ParagonMedium, serif; } div#mw-content, #mw-content pre { color: #dedeee; background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png"); } #mw-content-text h3, #mw-content-text p { color: #dedeee; } pre.mw-code, pre.mw-css { background: none; color: #000; } .infobox-data-title { color: #87c3e0; } .wikitable, .wikitable tr td, .wikitable tr th { border: 1px solid #dddddd; } .wikitable, .wikitable td, .wikitable th.headerSort, .wikitable th[colspan] { color: #dedeee; background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png"); } .wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th { background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png"); } div#mw-content a, div#catlinks-sidebar.sidebar-chunk a, div#site-tools.sidebar-chunk a, div#page-tools.sidebar-chunk a, div#site-navigation.sidebar-chunk a { color: #87c3e0; text-decoration: dotted underline; } div#mw-content a.new, div#catlinks-sidebar.sidebar-chunk a.new, div#site-tools.sidebar-chunk a.new, div#page-tools.sidebar-chunk a.new, div#site-navigation.sidebar-chunk a.new { color: #ff6699; text-decoration: dotted underline; } div#mw-content a:visited, div#catlinks-sidebar.sidebar-chunk a:visited, div#site-tools.sidebar-chunk a:visited, div#page-tools.sidebar-chunk a:visited, div#site-navigation.sidebar-chunk a:visited, div#mw-content a.new:visited, div#catlinks-sidebar.sidebar-chunk a.new:visited, div#site-tools.sidebar-chunk a.new:visited, div#page-tools.sidebar-chunk a.new:visited, div#site-navigation.sidebar-chunk a.new:visited { color: #bc73db; } * img { background: none; } #firstHeading { border-color: #2a4b8d; } #mw-content { border: 2px solid #87c3e0; } .tools-inline li.selected { border-bottom-color: #2a4b8d; } .mw-headline, #firstHeading { font-family: ParagonMedium, sans-serif; } div#catlinks-sidebar.sidebar-chunk, div#site-tools.sidebar-chunk, div#page-tools.sidebar-chunk, div#site-navigation.sidebar-chunk { background-image: url("https://discoverygc.com/w/images/1/12/Interface-tile.png"); border: 2px solid #87c3e0; color: #dedeee; } div#catlinks-sidebar.sidebar-chunk h3, div#site-tools.sidebar-chunk h3, div#page-tools.sidebar-chunk h3, div#site-navigation.sidebar-chunk h3 { font-family: ParagonMedium, sans-serif; } input#searchInput { border: 2px solid #87c3e0; }