MediaWiki:monobook.css: Difference between revisions

From WikiROMS
Jump to navigationJump to search
New page: →‎CSS placed here will affect users of the Monobook skin: .title { font-size: 188%; font-weight: bold; margin-bottom: .5em; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px...   (change visibility)
 
No edit summary   (change visibility)
Line 11: Line 11:


#wikiPreview {
#wikiPreview {
color: red;
color: red !important;
}
}

Revision as of 17:25, 20 June 2007

/* CSS placed here will affect users of the Monobook skin */

.title {
font-size: 188%;
font-weight: bold;
margin-bottom: .5em;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}

#wikiPreview {
color: red !important;
}