MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
WikiMeister (talk | contribs) No edit summary |
WikiMeister (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
table.wikitable th, table.wikitable td, | table.wikitable th, table.wikitable td, | ||
table.prettytable th, table.prettytable td { | table.prettytable th, table.prettytable td { | ||
border: | border:2px #330099 solid; | ||
padding:0.2em; | padding:0.2em; | ||
} | } | ||
Revision as of 20:08, 26 February 2007
/*
<pre>
*/
table.wikitable,
table.prettytable {
margin:1em 1em 1em 0;
background:#000033;
border:1px #330099 solid;
border-collapse:collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border:2px #330099 solid;
padding:0.2em;
}
table.wikitable th,
table.prettytable th {
background:#000033;
text-align:center;
}
table.wikitable caption,
table.prettytable caption {
margin-left:inherit;
margin-right:inherit;
}
/*
</pre>
*/