User:TotalSpaceshipGuy3/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
TotalSpaceshipGuy3 (Talk | contribs)
(It's all good. In da hood.)
Newer edit →

Revision as of 23:50, 17 June 2006

h1 {
    color: goldenrod;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h2 {
    color: darkblue;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h3 {
    color: darkgreen;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h4 {
    color: brown;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h5 {
    color: blue;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h6 {
    color: green;
    font-weight: underline;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h1 { font-size: 190%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }
h1, h2 {
    border-bottom: none;
    font-weight: underline;
}

/************** I've Stolen This Stuff ********************/

/*To make the base font different, I'm using a Homemade font*/
body {
    font-size: 10px;
    font-family: Comic Sans MS;
    background-repeat: repeat-x;
    background-color: #FFFFCC;
 }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
  #p-cactions ul li, #p-cactions ul li a {  
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
 }
 #content { 
   -moz-border-radius-topleft: 1em; 
   -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
 }
Personal tools