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

No edit summary
(rv)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be used by desktop view skins. */
.hatnote {
 
    margin:0.2em 0 0.6em 1.6em;
/* Import global stylesheet */
    font-size:small;
@import url("/w/index.php?title=MediaWiki:Global.css&action=raw&ctype=text/css");
     font-style:italic;
 
/*** Navigation styles for desktop skins ***************************
*******************************************************************/
 
.navbox-header {
     margin:2px 2px 0;
}
}
.navbox-body {
    display:table;
    width:100%;
    border-spacing:2px;
}
.navbox-section {
    display:table-row;
}
.navbox-subheader {
    display:table-cell;
    vertical-align:middle;
    padding:2px 5px 2px 55px;
    white-space:nowrap;
    text-align:right;
}
.navbox-content {
    display:table-cell;
    padding:2px 2px 2px 5px;
}
/*
* 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'
*/
.navbox-section:nth-child(even) .navMainSeriesContent {
    background: #EAEFFA;
}
/*** 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;
}