User:The Wheelchair/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(Introducing all new Homerun Hitter Halloween Monobook & Skin! Choose from all your favorite!) |
|||
Line 1: | Line 1: | ||
body { | body { | ||
- | background: | + | background: black url("") |
} | } | ||
- | #p-logo a { background: url(http:// | + | #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/PumpkinLogo.png) 35% 50% |
no-repeat !important; } | no-repeat !important; } | ||
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a { | #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a { | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
- | background-color: # | + | background-color: #8B4513; |
- | color: # | + | color: #FF8C00; |
- | border: 1px solid | + | border: 1px solid #FF4500 |
} | } | ||
div.pBody { | div.pBody { | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
-moz-border-radius-bottomright: 1em; | -moz-border-radius-bottomright: 1em; | ||
- | background-color: # | + | background-color: #8B4513; |
- | border:1px solid | + | border:1px solid #FF4500; |
} | } | ||
- | a { color: # | + | a { color: #FF8C00; } |
- | a:visited { color: # | + | a:visited { color: #FFA07A; } |
a:active { color: gold; } | a:active { color: gold; } | ||
- | h1 { font-family:cursive; font-size:28px;color:# | + | h1 { font-family:cursive; font-size:28px;color:#FF8C00;border-bottom-color:#FF4500; } |
- | h2,h3,h4,h5,h6 { color:# | + | h2,h3,h4,h5,h6 { color:#FF8C00; border-bottom-color:#FF4500; } |
- | #p-personal ul li a {color:# | + | #p-personal ul li a {color:#FF8C00;background-color:black;font-size:105%; } |
Revision as of 01:36, 22 September 2009
body { background: black url("") } #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/PumpkinLogo.png) 35% 50% no-repeat !important; } #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; background-color: #8B4513; color: #FF8C00; border: 1px solid #FF4500 } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; background-color: #8B4513; border:1px solid #FF4500; } a { color: #FF8C00; } a:visited { color: #FFA07A; } a:active { color: gold; } h1 { font-family:cursive; font-size:28px;color:#FF8C00;border-bottom-color:#FF4500; } h2,h3,h4,h5,h6 { color:#FF8C00; border-bottom-color:#FF4500; } #p-personal ul li a {color:#FF8C00;background-color:black;font-size:105%; }