Difference between revisions of "MediaWiki:Monobook.css"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) m (Reverted edits by John Lavalie (talk) to last revision by Jon Preddle) |
||
| Line 22: | Line 22: | ||
} | } | ||
| − | #airdatesImage | + | #airdatesImage img { |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | border-style: solid; | |
| − | + | border-color: orange; | |
| − | + | border-width: thick; | |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| + | /* remove tabs */ | ||
| − | |||
| − | |||
| − | |||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 17:57, 23 March 2012
/* CSS placed here will affect users of the Monobook skin */
table.listings {
border-collapse: collapse;
border: 1px solid black;
background-color: #f0f0f0;
empty-cells: show;
}
table.listings th {
background-color: yellow;
border: 1px solid black;
padding-left: .25em;
padding-right: .25em;
text-align: center;
}
table.listings td {
border-collapse: inherit;
border: 1px solid black;
padding: .5em .5em .5em .5em;
}
#airdatesImage img {
border-style: solid;
border-color: orange;
border-width: thick;
}
/* remove tabs */
#ca-talk { display:none!important; }