User:Dacheatbot/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Dacheatbot (Talk | contribs) |
Dacheatbot (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | /* 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 */ | /* Styling links to Homestar Runner */ | ||
#n-officialsite a, | #n-officialsite a, | ||
Revision as of 18:25, 3 December 2006
/* 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; }
