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

From Dragon Quest Wiki
Jump to navigation Jump to search
No edit summary
(rv)
 
(23 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-header {
    padding:2px;
}
.navbox-title {
    font-size:120%;
    font-weight:bold;
}
.navbox-body {
    font-weight:bold;
}
.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 **********************************
***************************************************************/

Latest revision as of 19:53, 25 December 2015

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