User:Rigel Kent/common.css
Revision as of 07:03, 1 December 2015 by Rigel Kent (talk | contribs)
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.
/*** Navigation styles for all skins *******************************
*******************************************************************/
.navbox-container {
clear:both;
border:1px solid silver;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}
.navbox-container a, .navbox-container a.external {
color:#FFFFFF;
}
.navbox-container .mw-collapsible-toggle {
position:relative;
top:2px;
right:2px;
}
.navbox-header {
padding:2px;
}
.navbox-title {
font-size:120%;
}
.navbox-subheader {
padding:2px;
font-size:95%;
}
.navbox-content {
padding:2px;
font-size:85%;
text-align:left;
color:#000000;
}
/*
* custom styles for navigation templates
* Note: these groups of style classes exist as a set
* for a particular 'theme' of nav bars.
* for example, navMainSeries is the default 'theme'
*/
.navMainSeries,
.navMainSeries a {
background: #3366CC;
color: #FFFFFF;
}
.navMainSeriesContent {
background: #D6E0F5;
}
.navMainSeriesContent a {
color: #3366CC;
}
.navGameSeries,
.navGameSeries a {
background: #000000;
color: #FFFFFF;
}
.navClasses,
.navClasses a {
background: #E65C00;
color: #FFFFFF;
}
.tnav {
float:left;
font-size:70%;
}
/*** End of navigation styles **********************************
***************************************************************/