Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
font-weight:bold; | font-weight:bold; | ||
color:#ffffff; | color:#ffffff; | ||
padding: | padding:2px; | ||
} | } | ||
.content { | .content { | ||
padding: | padding:2px; | ||
} | } | ||
Revision as of 13:34, 22 May 2009
/* CSS placed here will be applied to all skins */
.title {
font-weight:bold;
color:#ffffff;
padding:2px;
}
.content {
padding:2px;
}
.box-event {
background-color: #ffcccc;
border: 1px solid #000000;
margin-bottom: 2px;
}
.box-event .title {
background-color: #880000;
}
.box-news {
background-color: #ccffcc;
border: 1px solid #000000;
margin-bottom: 2px;
}
.box-news .title {
background-color: #008800;
}