User:Rigel Kent/common.css
Revision as of 05:56, 1 December 2015 by Rigel Kent (talk | contribs) (Created page with "→** Navigation styles for all skins ******************************* ******************************************************************: .navbox-container { clear:both...")
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;
}
.navbox-title {
font-size:120%;
}
.navbox-body {
font-weight:bold;
}
.navbox-subheader {
font-size:95%;
}
.navbox-content {
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;
}
.navMainSeriesCellBackground1 {
background: #EAEFFA;
}
.navMainSeriesCellBackground2 {
background: #D6E0F5;
}
.navMainSeriesCellBackground1 a,
.navMainSeriesCellBackground2 a {
color: #3366CC;
}
.navGameSeries,
.navGameSeries a {
background: #000000;
color: #FFFFFF;
}
.navClasses,
.navClasses a {
background: #E65C00;
color: #FFFFFF;
}
.tnav {
font-size:70%;
}
/*** End of navigation styles **********************************
***************************************************************/