User:The Wheelchair/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
body { | body { | ||
- | background: # | + | background: #f3f3f3 url("http://i6.photobucket.com/albums/y220/lombre459/darkblue.png") |
} | } | ||
- | #p-logo a { background: url(http:// | + | #p-logo a { background: url(http://hrwiki.org/w/images/e/e7/Cheat_Commandos_T-Shirt_Close.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: #D3D3D3; |
- | color: # | + | color: #000080; |
- | border: 1px solid | + | border: 1px solid gold |
} | } | ||
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: #D3D3D3; |
- | border:1px solid | + | border:1px solid gold; |
} | } | ||
- | a { color: # | + | a { color: #000080; } |
- | a:visited { color: # | + | a:visited { color: #4682B4; } |
- | a:active { color: | + | a:active { color: gold; } |
- | h1 { font-family:cursive; font-size:28px;color:# | + | h1 { font-family:cursive; font-size:28px;color:#BDB76B;border-bottom-color:gold; } |
- | h2,h3,h4,h5,h6 { color:# | + | h2,h3,h4,h5,h6 { color:#BDB76B; border-bottom-color:gold; } |
- | #p-personal ul li a {color:#D3D3D3;background-color:# | + | #p-personal ul li a {color:#D3D3D3;background-color:#191970;font-size:105%; } |
Revision as of 23:52, 4 August 2009
body { background: #f3f3f3 url("http://i6.photobucket.com/albums/y220/lombre459/darkblue.png") } #p-logo a { background: url(http://hrwiki.org/w/images/e/e7/Cheat_Commandos_T-Shirt_Close.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: #D3D3D3; color: #000080; border: 1px solid gold } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; background-color: #D3D3D3; border:1px solid gold; } a { color: #000080; } a:visited { color: #4682B4; } a:active { color: gold; } h1 { font-family:cursive; font-size:28px;color:#BDB76B;border-bottom-color:gold; } h2,h3,h4,h5,h6 { color:#BDB76B; border-bottom-color:gold; } #p-personal ul li a {color:#D3D3D3;background-color:#191970;font-size:105%; }