User:Tampo/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(Changed user message bar again) |
|||
| Line 7: | Line 7: | ||
/* user notification thing */ | /* user notification thing */ | ||
.usermessage { | .usermessage { | ||
| - | background-color: # | + | background-color: #660000; |
| - | border: 1px solid # | + | border: 1px solid #CC0000; |
color: #000000; | color: #000000; | ||
font-weight: bold; | font-weight: bold; | ||
Revision as of 23:06, 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: #660000;
border: 1px solid #CC0000;
color: #000000;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
