MediaWiki talk:Common.css

From RepRap
Revision as of 06:25, 6 May 2010 by Rhododendronbusch (talk | contribs) (Created page with 'To make "nicer" tables possible could an admin please insert the following css-code into page MediaWiki:Common.css: .wikitable, .prettytable { margin: 1em 1em 1em 0; ba…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To make "nicer" tables possible could an admin please insert the following css-code into page MediaWiki:Common.css:

.wikitable,
.prettytable {
 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #AAA solid;
 border-collapse: collapse;
 empty-cells:show;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
 border: 1px #AAA solid;
 padding: 0.3em;
}

.wikitable caption,
.prettytable caption {
 font-weight: bold;
}

Thanks in advance, --Rhododendronbusch 10:25, 6 May 2010 (UTC)