User:Dacheatbot/monobook.css
From Homestar Runner Wiki
< User:Dacheatbot(Difference between revisions)
Dacheatbot (Talk | contribs) |
Dacheatbot (Talk | contribs) (Adding UTC clock) |
||
| Line 61: | Line 61: | ||
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ | /* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ | ||
pre { overflow: auto; } | pre { overflow: auto; } | ||
| + | |||
| + | /* UTC Clock */ | ||
| + | #pt-time span { | ||
| + | color: #666; | ||
| + | font-size: 11px; | ||
| + | text-transform: lowercase; | ||
| + | position: absolute; | ||
| + | top: 1.9em; | ||
| + | right: 2.2em; | ||
| + | } | ||
Current revision as of 00:38, 17 January 2007
/* Making use of the world Logo */
#p-logo a {
background: url(http://i17.photobucket.com/albums/b89/bleed0range/World_Transparent_Animated.gif) 35% 50% no-repeat !important;
}
/* Styling links to Homestar Runner */
#n-officialsite a,
#bodyContent a[href ^="http://www.homestarrunner.com"] {
background: url(/skins/monobook/hr-trans-blacker4.png) center right no-repeat !important;
padding-left: 0px !important;
padding-right: 23px !important;
}
/* Styling links to Homestar Runner Store */
#bodyContent a[href ^="http://store.yahoo.com/homestarrunner"] {
background: url(/skins/common/images/hrstore.png) center right no-repeat !important;
padding-left: 0px !important;
padding-right: 20px !important;
}
/* Styling links to Videlectrix */
#bodyContent a[href ^="http://www.videlectrix.com"] {
background: url(/skins/common/images/videlectrix.png) center right no-repeat !important;
padding-left: 0px !important;
padding-right: 20px !important;
}
/* Styling links to Thorax Corp. */
#bodyContent a[href ^="http://www.thoraxcorp.com"] {
background: url(/skins/common/images/thorax.png) center right no-repeat !important;
padding-left: 0px !important;
padding-right: 20px !important;
}
body {
font-size: 10px;
font-family: tahoma, ms reference sans serif, geneva, helvetica, arial, verdana, sans-serif;
background-repeat: repeat-x;
background-color: #EBEBEB;
}
blockquote.email {
border: 4px solid #cc9;
background: #000;
background-image: url(/skins/common/images/emailbackground.gif);
background-repeat: no-repeat;
background-position: bottom right;
color: #fff;
font-weight: normal;
padding: 1em;
font-family: courier new, monospace;
width: 500px;
}
blockquote.tandy {
font-family: sydnie;
color: #21c721 !important;
font-weight: normal;
}
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* UTC Clock */
#pt-time span {
color: #666;
font-size: 11px;
text-transform: lowercase;
position: absolute;
top: 1.9em;
right: 2.2em;
}
