User:Tampo/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(fixed colors) |
(Made message bar blue) |
||
Line 7: | Line 7: | ||
/* user notification thing */ | /* user notification thing */ | ||
.usermessage { | .usermessage { | ||
- | background-color: # | + | background-color: #00FFFF; |
- | border: 1px solid # | + | border: 1px solid #0000FF; |
color: #000000; | color: #000000; | ||
font-weight: bold; | font-weight: bold; |
Revision as of 23:10, 5 March 2006
/* Get rid of the stupid arrow after external links (only for http for the time being) */ #bodyContent a[href ^="http://"] { background:inherit !important; padding-right:inherit !important; } /* user notification thing */ .usermessage { background-color: #00FFFF; border: 1px solid #0000FF; color: #000000; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle; }