Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(csscheck says apostrophe and // comments are ok) |
(verdigris background from my personal CSS; removed unneeded bits to talkpage) |
||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
/* | /* HyperTwins rusted plaque image */ | ||
/* | body { | ||
background: url("/custom/ht-bg-1.jpg"); /**/ | |||
} | |||
/* color changes to work with the background */ | |||
#p-personal ul li { | |||
background: #ccff88; | |||
} | |||
div.pBody { | |||
background: #66ff00; | |||
} | |||
.portlet h5 { | |||
font-weight: bold; | |||
} | |||
#content { | |||
background: #eeffee; | |||
border: 2px solid #006600; | |||
} |
Revision as of 01:02, 8 April 2010
/** CSS placed here will be applied to all skins */
/* HyperTwins rusted plaque image */
body {
background: url("/custom/ht-bg-1.jpg"); /**/
}
/* color changes to work with the background */
#p-personal ul li {
background: #ccff88;
}
div.pBody {
background: #66ff00;
}
.portlet h5 {
font-weight: bold;
}
#content {
background: #eeffee;
border: 2px solid #006600;
}