Difference between revisions of "MediaWiki:Common.css"
From JellyRO Wiki
| Line 15: | Line 15: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
| − | .titlestyle {background: #ccccff; padding-left: 1em; padding-right: 1em; text-align: center;}.abovestyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;}.belowstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;}.groupstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: right; font-weight: bold;}.liststyle {background: transparent; text-align: left;}.liststyle ul {margin: 0; padding: 0.125em 0;}.liststyle li {display: inline;}.liststyle li:after {content: " · "; font-weight: bold;}.liststyle li:last-child:after {content: " "}.oddstyle {background: transparent;}.evenstyle {background: #f7f7f7;} | + | table.navbox > tbody > tr > td.titlestyle { |
| + | background: #ccccff; | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | text-align: center; | ||
| + | } | ||
| + | table.navbox > tbody > tr > td.abovestyle { | ||
| + | background: #ddddff; | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | text-align: center; | ||
| + | } | ||
| + | .belowstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;}.groupstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: right; font-weight: bold;}.liststyle {background: transparent; text-align: left;}.liststyle ul {margin: 0; padding: 0.125em 0;}.liststyle li {display: inline;}.liststyle li:after {content: " · "; font-weight: bold;}.liststyle li:last-child:after {content: " "}.oddstyle {background: transparent;}.evenstyle {background: #f7f7f7;} | ||
Revision as of 03:38, 1 December 2013
/* CSS placed here will be applied to all skins */
div.printfooter { display: none;}
/* Navboxes */
table.navbox {
border: 1px solid #aaa;
clear: both;
font-size: 88%;
padding: 1px;
width: 100%;
}
table.navbox > tbody > tr > td.bodystyle {
background: #fdfdfd;
width: 100%;
vertical-align: middle;
}
table.navbox > tbody > tr > td.titlestyle {
background: #ccccff;
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
table.navbox > tbody > tr > td.abovestyle {
background: #ddddff;
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.belowstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;}.groupstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: right; font-weight: bold;}.liststyle {background: transparent; text-align: left;}.liststyle ul {margin: 0; padding: 0.125em 0;}.liststyle li {display: inline;}.liststyle li:after {content: " · "; font-weight: bold;}.liststyle li:last-child:after {content: " "}.oddstyle {background: transparent;}.evenstyle {background: #f7f7f7;}