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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/******************************************************************************/
/* IMPORTS HERE */
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Portal.css");
/*******************************************************************************/
/* REDIRECTS */
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/*******************************************************************************/
/* WIKI HEADER */
.WikiaSiteWrapper {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.WikiHeader > nav li {background: #757575}
/* Important Pages */
a[href="/wiki/Driver_Wiki:_Hitlist"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Manual_of_Style"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Manual_of_Style/Vehicles"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Manual_of_Style/Characters"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Manual_of_Style/Locations"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Manual_of_Style/Missions"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Policy"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Media_Policy"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Staff"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Community_Noticeboard"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Article_Worthy"] {color:#FFF933 !important; }
a[href="/wiki/Driver_Wiki:_Sandbox"] {color:#FFF933 !important; }
/* Mainpage formatting */
.mainpagebox, .mainpagewelcome, .blogbox, .staffbox {
background-color: var(--theme-page-background-color--secondary);
border-radius: .3rem;
border-left: .1rem solid var(--theme-border-color);
border-right: .1rem solid var(--theme-border-color);
display: flex;
flex-flow: column;
margin-top: .6rem;
padding: .6rem;
text-align: center;
}
.mainpagebox h2:nth-of-type(1), .mainpagewelcome h2:nth-of-type(1), .blogbox h2:nth-of-type(1), .staffbox h2:nth-of-type(1) {
justify-content: center;
margin: 0 0 0.5em;
}
/** Template colors **/
.mainpagewelcome {
border-bottom: .4rem solid #ffb000;
border-top: .4rem solid #ffb000;
}
.mainpagebox {
border-bottom: .4rem solid #2f7ac1;
border-top: .4rem solid #2f7ac1;
}
.staffbox {
border-bottom: .4rem solid #90ee90;
border-top: .4rem solid #90ee90;
}
.blogbox {
border-bottom: .4rem solid #d4bbff;
border-top: .4rem solid #d4bbff;
}