User:Rigel Kent/common.css: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
No edit summary
(rv)
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*** Navigation styles for all skins *******************************
.hatnote {
*******************************************************************/
    margin:0.2em 0 0.6em 1.6em;
 
    font-size:small;
.navbox-container {
    font-style:italic;
    clear:both;
    border:1px solid silver;  
    text-align:center;
}
}
.navbox-title {
    font-size:120%;
    font-weight:bold;
}
.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 **********************************
***************************************************************/

Latest revision as of 19:53, 25 December 2015

.hatnote {
    margin:0.2em 0 0.6em 1.6em;
    font-size:small;
    font-style:italic;
}