Grumblesaur (talk | contribs) m (retabulate) |
Grumblesaur (talk | contribs) No edit summary |
||
(71 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* 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, #mw-content-container { | |||
background: #131335; | |||
} | |||
.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 { | div#mw-content, #mw-content pre { | ||
color: #dedeee; | color: #dedeee; | ||
background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png"); | background: url("https://i.ibb.co/5YL4Dtz/backgroundpattern.png"); | ||
} | |||
#mw-content-text h3, #mw-content-text p { | |||
color: #dedeee; | |||
} | } | ||
Line 13: | Line 48: | ||
} | } | ||
.wikitable, .wikitable | .wikitable, .wikitable tr td, .wikitable tr th { | ||
border: 1px solid #dddddd; | border: 1px solid #dddddd; | ||
} | } | ||
.wikitable, .wikitable td, .wikitable th.headerSort { | .wikitable, .wikitable td, .wikitable th.headerSort, .wikitable th[colspan] { | ||
color: #dedeee; | color: #dedeee; | ||
background: url("https:// | 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 { | .wikitable.mw-collapsed, .wikitable.mw-collapsed tr th, .wikitable.mw-collapsible tbody * th { | ||
background: url("https:// | background: url("https://discoverygc.com/w/images/1/12/Interface-tile.png"); | ||
} | } | ||
div#mw-content a { | 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; | color: #87c3e0; | ||
text-decoration: dotted underline; | 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 { | * img { | ||
background: #555555; | background: #555555; | ||
} | |||
#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; | |||
} | } |
Latest revision as of 00:20, 21 August 2023
/* 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, #mw-content-container { background: #131335; } .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://i.ibb.co/5YL4Dtz/backgroundpattern.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: #555555; } #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; }