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

From Dragon Quest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
     border:1px solid silver;  
     border:1px solid silver;  
     text-align:center;
     text-align:center;
    color:#FFFFFF;
}
}



Revision as of 06:43, 1 December 2015

/*** Navigation styles for all skins *******************************
 *******************************************************************/

.navbox-container {
    clear:both;
    border:1px solid silver; 
    text-align:center;
    color:#FFFFFF;
}

.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 **********************************
 ***************************************************************/