MediaWiki:Common.css: Difference between revisions
Ostermayer (talk | contribs) No edit summary |
Ostermayer (talk | contribs) No edit summary |
||
| Line 19: | Line 19: | ||
table.table tr.even { background:#ddddff; } | table.table tr.even { background:#ddddff; } | ||
table.table tr.odd { background:#ccccff; } | table.table tr.odd { background:#ccccff; } | ||
Revision as of 21:33, 21 October 2013
/* References */
.references { font-size:90%; }
.references li:target, .reference:target, .citation:target { background-color: #DDEEFF }
.reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; }
/* Category tree */
#mw-subcategories ul { list-style: none none; margin-left: 0.25em; }
.CategoryTreeChildren { margin-left: 1.25em; }
/* prettytable class for skinning normal tables */
table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; }
table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; }
table.prettytable th { background:#f2f2f2; text-align:center; }
table.prettytable caption { margin-left:inherit; margin-right:inherit; }
table.table { border-spacing:0em 0.5em; }
table.table tr>td { padding:0.25em 1em; }
table.table tr.even { background:#ddddff; }
table.table tr.odd { background:#ccccff; }
