Difference between revisions of "MediaWiki:Common.css"
From Railroad Wiki
| Line 1: | Line 1: | ||
| + | /*<pre><nowiki>*/ | ||
table.wikitable, | table.wikitable, | ||
table.prettytable { | table.prettytable { | ||
| Line 24: | Line 25: | ||
margin-right: inherit; | margin-right: inherit; | ||
} | } | ||
| + | /*</pre></nowiki>*/</pre> | ||
Revision as of 19:27, 6 March 2006
/*<pre><nowiki>*/
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
/*</pre></nowiki>*/</pre>