User:Y2K/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Fix?)
(Partially updating.)
Line 12: Line 12:
   cursor: default;
   cursor: default;
   -moz-border-radius-bottomright: 4em;
   -moz-border-radius-bottomright: 4em;
-
}
 
-
 
-
#p-logo a {
 
-
    background: url(http://www.hrwiki.org/images/4/40/Homestarpedia_Logo.png) 35% 50% no-repeat !important;
 
}
}
Line 28: Line 24:
     vertical-align: middle;
     vertical-align: middle;
}
}
-
 
-
#p-logo a { background: url(http://www.hrwiki.org/images/thumb/c/c9/Homestarpedia.png/146px-Homestarpedia.png) 35% 50% no-repeat !important; cursor: default; }
 
#p-navigation div, #p-search div, #p-tb div, #p-externallinks div { border-left: 0px }
#p-navigation div, #p-search div, #p-tb div, #p-externallinks div { border-left: 0px }
Line 107: Line 101:
   padding-right: 1.3em !important;
   padding-right: 1.3em !important;
}
}
-
 
-
#p-cactions a, #p-cactions a:visited { cursor: default }
 
a:visited { color: blue }
a:visited { color: blue }
Line 144: Line 136:
#footer { position: fixed; bottom: -64px; z-index: 4 }
#footer { position: fixed; bottom: -64px; z-index: 4 }
#footer:hover { bottom: -12px }
#footer:hover { bottom: -12px }
-
 
-
textarea, pre, input[type="text"], select {
 
-
  background-color: white;
 
-
  border: none;
 
-
  font-family: fixedsys;
 
-
}
 

Revision as of 04:32, 22 November 2006

 #pt-time span {
  background-color: #000;
  border-top: 1px solid black;
  color: #0f0;
  font-size: 11px;
  text-decoration: none;
  text-transform: lowercase;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  cursor: default;
  -moz-border-radius-bottomright: 4em;
}

.usermessage {
    background-color: #ceff7b;
    border: 1px solid #a5ff00;
    -moz-border-radius: 1em;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
}

#p-navigation div, #p-search div, #p-tb div, #p-externallinks div { border-left: 0px }

#n-officialsite a,
#content a[href ^="http://www.homestarrunner.com"] {
   color: blue;
   background: url(http://www.hrwiki.org/skins/monobook/hr-trans-blacker4.png) center right no-repeat !important;
   padding-left: 0px !important;
   padding-right: 23px !important;
}

#content a[href ^="http://homestarrunner.stores.yahoo.net/"] {
   color: blue;
   background: url(http://www.hrwiki.org/skins/common/images/hrstore.png) center right no-repeat !important;
   padding-left: 0px !important;
   padding-right: 20px !important;
}

#content a[href ^="http://www.videlectrix.com"] {
   color: blue;
   background: url(http://www.hrwiki.org/skins/common/images/videlectrix.png) center right no-repeat !important;
   padding-left: 0px !important;
   padding-right: 20px !important;
}

#content a[href ^="http://www.thoraxcorp.com"] {
   color: blue;
   background: url(http://www.hrwiki.org/skins/common/images/thorax.png) center right no-repeat !important;
   padding-left: 0px !important;
   padding-right: 20px !important;
}

#content a[href ^="mailto:"] {
   color: blue;
   background: url(http://www.hrwiki.org/skins/monobook/mail_icon.gif) center right no-repeat !important;
   padding-left: 0px !important;
   padding-right: 20px !important;
}

body {
   background-repeat: repeat-x;
   background-color: #EBEBEB;
   cursor: default;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}

pre { overflow: auto; }

#content a[href ^="http://www.hrwiki.org"] {
    background: none !important;
    padding: 0 !important;
    color: blue;
}

#p-search input.searchButton { cursor: default }
#p-search input.searchButton:active {
  position: relative;
  top: 2px;
  left: 2px;
}

#bodyContent a[href ^="https://"] {
  background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Crystal_Clear_action_lock.png/18px-Crystal_Clear_action_lock.png) center right no-repeat !important;
  padding-left: 0em !important;
  padding-right: 1.3em !important;
}

a:visited { color: blue }

#toolbar img { cursor: default }
.tleft a, .tright a { cursor: default }

#p-personal {
  z-index: 4;
  position: fixed;
  right: 0px !important;
}
#p-personal ul { background: #000000 }
#p-personal ul a {
  color: white;
  padding-bottom: 0;
}
#p-personal ul a:hover { background: none; padding-bottom: 0; }

li#pt-userpage { background: none; padding: 0; }

h1, .firstHeading { color: goldenrod }
h2, .toclevel-1 a { color: darkblue }
h3, .toclevel-2 a { color: darkgreen }
h4, .toclevel-3 a { color: brown }
h5, .toclevel-4 a { color: blue }
h6, .toclevel-5 a { color: green }

#p-logo { position: fixed }
#p-navigation { position: fixed }
#p-search { position: fixed; top: 25.4em }
#p-tb { position: fixed; top: 39.4em }
#p-externallinks { position: fixed; top: 30.6em }
#p-lang { position: fixed; bottom: 3px }
#footer { position: fixed; bottom: -64px; z-index: 4 }
#footer:hover { bottom: -12px }