Difference between revisions of "MediaWiki:Common.css"
From Twinsuniverse
m (this is freakin' annoying. undoing and end of story) |
J McKalling (Talk | contribs) m (10 revisions) |
(No difference)
| |
Revision as of 09:51, 8 November 2012
/** CSS placed here will be applied to all skins */
table.diff
{
padding: 0.5em;
}
td.diff-addedline
{
background-color: #D8E4F6;
}
td.diff-addedline span.diffchange
{
background-color: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline
{
background-color: #E4F6D8;
}
td.diff-deletedline span.diffchange
{
background-color: #B0E897;
color: #104000;
font-weight: bold;
}