Difference between revisions of "MediaWiki:Monobook.css"

From EPrints Documentation
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
  
pre { clear: right }
+
pre { clear: right; overflow: auto; }
  
#p-logo img { border: 1px solid red; }
+
.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; }

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; }