Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(New page: →CSS placed here will be applied to all skins: title { font-weight:bold; background-color: #f2e0ce; } content-event { background-color: #f2e0ce; border: 1px solid...) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
title { | .title { | ||
font-weight:bold; | font-weight:bold; | ||
color:#ffffff; | |||
} | |||
.content { | |||
text-aling:left; | |||
} | } | ||
.box-event { | |||
background-color: # | background-color: #ff8888; | ||
border: 1px solid #000000; | border: 1px solid #000000; | ||
}} | } | ||
.box-event .title { | |||
background-color: #880000; | |||
} |