User:Tampo/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(rv) |
m |
||
| Line 9: | Line 9: | ||
#p-logo a { background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; } | #p-logo a { background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; } | ||
| + | |||
| + | /* user notification thing (works for IE) */ | ||
| + | .usermessage { | ||
| + | background-color: #b0c4de; | ||
| + | border: 1px solid #7b68ee; | ||
| + | color: #808080; | ||
| + | font-weight: bold; | ||
| + | margin: 2em 0em 1em 0em; | ||
| + | padding: 0.5em 1em; | ||
| + | vertical-align: middle; | ||
| + | } | ||
Revision as of 23:36, 19 May 2006
#pt-time span {
color: #666;
font-size: 11px;
text-transform: uppercase;
position: absolute;
top: 1.9em;
right: 2.2em;
}
#p-logo a { background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; }
/* user notification thing (works for IE) */
.usermessage {
background-color: #b0c4de;
border: 1px solid #7b68ee;
color: #808080;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
