User:TotalSpaceshipGuy3/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(It's all good. In da hood.)
(Added my own logo. Check it out, see if it's a good idea.)
Line 1: Line 1:
 +
#p-logo a {
 +
    background-image: url('http://www.totalspaceshipstuff.com/Wiki/Homestar_Strongbad logo.gif') !important;
 +
    background-position: top left;
 +
    background-repeat: no-repeat;
 +
}
 +
h1 {
h1 {
     color: goldenrod;
     color: goldenrod;

Revision as of 19:32, 3 November 2006

#p-logo a {
     background-image: url('http://www.totalspaceshipstuff.com/Wiki/Homestar_Strongbad logo.gif') !important;
     background-position: top left;
     background-repeat: no-repeat;
 }

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;
 }