Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(copied from vbz (ckout.css); will probably need tweaking) |
(experimenting) |
||
| Line 20: | Line 20: | ||
color: #888; | color: #888; | ||
text-decoration:line-through; | text-decoration:line-through; | ||
| + | } | ||
| + | |||
| + | /* De-emphasizing page names so subpages can have nicer titles */ | ||
| + | |||
| + | div#content #firstHeading { | ||
| + | font-size: 12pt; | ||
| + | font-color: #888; | ||
} | } | ||
Revision as of 23:14, 30 March 2016
/* CSS placed here will be applied to all skins */
table.listing {
border: 1px solid black;
background: radial-gradient(yellow, green);
box-shadow: 5px 5px 3px 1px #999;
}
table.listing tr th {
background: #aaf;
}
table.listing tr td {
background: white;
}
table.listing tr.odd td {
background: #eef;
}
table.listing tr.even td {
background: #fff;
}
table.listing tr.void td {
color: #888;
text-decoration:line-through;
}
/* De-emphasizing page names so subpages can have nicer titles */
div#content #firstHeading {
font-size: 12pt;
font-color: #888;
}