User:The Wheelchair/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
body { | body { | ||
- | background: #f9f9f9 url("http://i6.photobucket.com/albums/y220/lombre459/ | + | background: #f9f9f9 url("http://i6.photobucket.com/albums/y220/lombre459/StoneBackground.png") |
} | } | ||
- | #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/ | + | #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/CheatCommandosLogo.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: #FFD700; |
- | color: # | + | color: #556B2F; |
- | border: 1px solid # | + | border: 1px solid #556B2F |
} | } | ||
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: #FFD700; |
- | border:1px solid # | + | border:1px solid #556B2F; |
} | } | ||
- | a { color: # | + | a { color: #6B8E23; } |
- | a:visited { color: # | + | a:visited { color: #2E8B57; } |
- | a:active { color: | + | a:active { color: blue; } |
- | h1 { font-family:cursive; font-size:28px;color: | + | h1 { font-family:cursive; font-size:28px;color:#800000;border-bottom-color:#556B2F; } |
- | h2,h3,h4,h5,h6 { color: | + | h2,h3,h4,h5,h6 { color:#800000; border-bottom-color:#556B2F; } |
- | #p-personal ul li a {color: | + | #p-personal ul li a {color:#D3D3D3;background-color:#800000;font-size:105%; } |
Revision as of 04:58, 4 April 2009
body { background: #f9f9f9 url("http://i6.photobucket.com/albums/y220/lombre459/StoneBackground.png") } #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/CheatCommandosLogo.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: #FFD700; color: #556B2F; border: 1px solid #556B2F } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; background-color: #FFD700; border:1px solid #556B2F; } a { color: #6B8E23; } a:visited { color: #2E8B57; } a:active { color: blue; } h1 { font-family:cursive; font-size:28px;color:#800000;border-bottom-color:#556B2F; } h2,h3,h4,h5,h6 { color:#800000; border-bottom-color:#556B2F; } #p-personal ul li a {color:#D3D3D3;background-color:#800000;font-size:105%; }