User:Tampo/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(Changing colors) |
(Changed colors again) |
||
| Line 7: | Line 7: | ||
/* user notification thing */ | /* user notification thing */ | ||
.usermessage { | .usermessage { | ||
| - | background-color: # | + | background-color: #00FFFF; |
border: 1px solid #0000FF; | border: 1px solid #0000FF; | ||
color: #000000; | color: #000000; | ||
Revision as of 20:48, 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;
}
