Difference between revisions of "MediaWiki:Common.css"

From openZIM
Jump to navigation Jump to search
Line 10: Line 10:


.box-event {
.box-event {
     background-color: #ff8888;
     background-color: #ffaaaa;
     border: 1px solid #000000;
     border: 1px solid #000000;
}
}

Revision as of 19:56, 3 May 2009

/* CSS placed here will be applied to all skins */

.title {
     font-weight:bold;
     color:#ffffff;
}
.content {
     text-aling:left;
}

.box-event {
     background-color: #ffaaaa;
     border: 1px solid #000000;
}
.box-event .title {
     background-color: #880000;
}