MediaWiki:Common.css
From DLXS Documentation
(Difference between revisions)
Line 37: | Line 37: | ||
font: 1.5em bold; | font: 1.5em bold; | ||
font-family: verdana, arial, sans-serif; | font-family: verdana, arial, sans-serif; | ||
+ | width: 75%; | ||
+ | text-align: center; | ||
} | } | ||
Revision as of 15:17, 11 October 2007
.bug { background-color: #ff9999; border: 1px solid #ff0000; color: #000; padding-left: 5px; } .tip { background-color: #cfc; border: 1px solid #693; color: #000; padding-left: 5px; } .note { background-color: #eee; border: 1px solid #CCC; color: #000; padding-left: 5px; } .release { background-color: #fcdfae; border: 1px solid #FC6; color: #000; padding-left: 5px; } code {background-color:#EAEAEA} .templateMessage { background-color: #abc3fd; border: 1px solid #6c89c5; color: #000; padding: 10px; margin: 10px; font: 1.5em bold; font-family: verdana, arial, sans-serif; width: 75%; text-align: center; } .redtext { color: red; } .greentext { color: green; }