Difference between revisions of "MediaWiki:Monobook.css"

From EPrints Documentation
Jump to: navigation, search
 
Line 6: Line 6:
 
.ambox_warning { border: 2px dashed #c70; background-color: #fec; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
 
.ambox_warning { border: 2px dashed #c70; background-color: #fec; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
 
.ambox_error { border: 2px dashed #c00; background-color: #fe0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
 
.ambox_error { border: 2px dashed #c00; background-color: #fe0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
 
li#ca-edit { display: none; font-size: 200% }
 

Latest revision as of 11:08, 9 February 2010

/* edit this file to customize the monobook skin for the entire site */

pre { clear: right; overflow: auto; }

.ambox_message { border: 2px dashed #44c; background-color: #ccf; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ambox_warning { border: 2px dashed #c70; background-color: #fec; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ambox_error { border: 2px dashed #c00; background-color: #fe0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }