Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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;
background-position: center;
background-size: cover;
}
.color-left, .color-right {
background: #2a4b8d;
}
.color-middle {
background: #87c3e0;
}
a#p-banner, div#personal h2 {
color: #dedeee;
font-family: ParagonMedium, serif;
}
#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;
}
.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: #13133582;
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;
}
#mw-content {
color: #dedeee;
border: 2px solid #87c3e0;
background: #13133582;
}