Difference between revisions of "MediaWiki:Common.css"
From Twinsuniverse
m (testing) |
(adding custom style for Template:TwinsunBox) |
||
| Line 24: | Line 24: | ||
color: #104000; | color: #104000; | ||
font-weight: bold; | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | .twinsunbox { | ||
| + | background-image: url(/skins/common/images/introduction_textbox_background.png); | ||
} | } | ||
Revision as of 22:29, 14 May 2007
/** 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;
}
.twinsunbox {
background-image: url(/skins/common/images/introduction_textbox_background.png);
}