Difference between revisions of "MediaWiki:Common.css"

From openZIM
Jump to navigation Jump to search
Line 7: Line 7:
.content {
.content {
     text-aling:left;
     text-aling:left;
    padding:2px;
}
}



Revision as of 19:57, 3 May 2009

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

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

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