User:Rigel Kent/common.css
Revision as of 02:02, 6 December 2015 by Rigel Kent (talk | contribs)
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.
/* CSS placed here will be used by desktop view skins. */
/* Import global stylesheet */
@import url("/w/index.php?title=MediaWiki:Global.css&action=raw&ctype=text/css");
/*** 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 **********************************
***************************************************************/