Difference between revisions of "MediaWiki:Common.css"

From openZIM
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;
     background-color: #f2e0ce;
     color:#ffffff;
}
.content {
    text-aling:left;
}
}


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

Revision as of 19:53, 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: #ff8888;
     border: 1px solid #000000;
}
.box-event .title {
     background-color: #880000;
}