Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* Translate Extension customisation */ | /* Translate Extension customisation */ | ||
td.mw-pt-languages-label { | |||
display: none; | display: none; | ||
} | } |
Revision as of 12:10, 17 February 2013
/* Translate Extension customisation */
td.mw-pt-languages-label {
display: none;
}
/* Nice "wikitable" table class */
table.wikitable {
margin-top:1em;
margin-bottom:1em;
background:#F9F9F9;
border:1px #AAA solid;
border-collapse:collapse;
}
table.wikitable th, table.wikitable td {
border:1px #AAA solid;
padding:.3em;
}
table.wikitable th, .wikitable_header {
background:#F2F2F2;
text-align:left;
}
table.wikitable caption {
margin-left:inherit;
margin-right:inherit;
}