User:Dacheatbot/monobook.css

From Homestar Runner Wiki

< User:Dacheatbot
Revision as of 00:38, 17 January 2007 by Dacheatbot (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
/* 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;
}
Personal tools