Difference between revisions of "MediaWiki:Common.css"
From GJ
(table.big) |
(Replacing page with '→CSS placed here will be applied to all skins: .languageselector { float: right; margin-top: 0.5em } table.big { font-size:18pt; text-align:center; ...') |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
table.big { | table.big { | ||
| − | |||
font-size:18pt; | font-size:18pt; | ||
text-align:center; | text-align:center; | ||
| − | padding:10px; | + | border-spacing: 0px; |
| + | border:solid 1px; | ||
| + | float:left; | ||
| + | margin-right:10px; | ||
| + | margin-bottom:10px; | ||
| + | |||
| + | } | ||
| + | table.big td { | ||
| + | padding: 10px; | ||
} | } | ||
Latest revision as of 12:27, 24 December 2009
/* CSS placed here will be applied to all skins */
.languageselector {
float: right;
margin-top: 0.5em
}
table.big {
font-size:18pt;
text-align:center;
border-spacing: 0px;
border:solid 1px;
float:left;
margin-right:10px;
margin-bottom:10px;
}
table.big td {
padding: 10px;
}