User:The Wheelchair/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(Slightly darker border.) |
(Makin' sure this thing is fit as a wagon fulla pamcakes before I go giving it to Strong Vader.) |
||
Line 1: | Line 1: | ||
- | #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/ | + | body { |
+ | font-size: 10px; | ||
+ | font-family: verdana; | ||
+ | background-repeat: repeat; | ||
+ | background: #F0F8FF | ||
+ | } | ||
+ | input { | ||
+ | border: 1px solid #DCDCDC; | ||
+ | } | ||
+ | |||
+ | #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/StrongBadiaLogo.gif) 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; | ||
- | border: | + | background-color: #ADD8E6; |
+ | border: 0px solid #ADD8E6 | ||
} | } | ||
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: #ADD8E6; | ||
+ | border:0px solid #ADD8E6; | ||
+ | |||
} | } | ||
.MainPageKnowledgeBaseBox h3 { | .MainPageKnowledgeBaseBox h3 { | ||
Line 15: | Line 29: | ||
font-size: 120%; | font-size: 120%; | ||
color: #000; | color: #000; | ||
- | background: url(http:// | + | background: url(http://illiweb.com/fa/prosilver/bg_header.gif) repeat-x top #0000FF; |
border: none; | border: none; | ||
} | } | ||
Line 23: | Line 37: | ||
font-size: 120%; | font-size: 120%; | ||
color: #FFF; | color: #FFF; | ||
- | background: url(http:// | + | background: url(http://illiweb.com/fa/prosilver/bg_header.gif) repeat-x top #0000FF; |
border: none; | border: none; | ||
} | } | ||
.MainPageWhatsNewBox, .MainPageWikiStuffBox { | .MainPageWhatsNewBox, .MainPageWikiStuffBox { | ||
background: url(/skins/common/images/strongbad-grayfade.png) repeat-x bottom right; | background: url(/skins/common/images/strongbad-grayfade.png) repeat-x bottom right; | ||
- | border:1px solid # | + | border:1px solid #1E90FF; |
} | } | ||
.MainPageKnowledgeBaseBox { | .MainPageKnowledgeBaseBox { | ||
background: url(/skins/common/images/homestar-grayfade.png) repeat-x bottom right; | background: url(/skins/common/images/homestar-grayfade.png) repeat-x bottom right; | ||
- | border: 1px solid # | + | border: 1px solid #1E90FF; |
} | } | ||
+ | h1 { font-family:cursive; font-size:28px;color:#006699;border-bottom-color:#3366FF; } | ||
+ | h2,h3,h4,h5,h6 { color:#006699; border-bottom-color:#3366FF; } | ||
+ | hr { background-color: blue; color: blue } |
Revision as of 22:33, 10 November 2009
body { font-size: 10px; font-family: verdana; background-repeat: repeat; background: #F0F8FF } input { border: 1px solid #DCDCDC; } #p-logo a { background: url(http://i6.photobucket.com/albums/y220/lombre459/StrongBadiaLogo.gif) 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: #ADD8E6; border: 0px solid #ADD8E6 } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; background-color: #ADD8E6; border:0px solid #ADD8E6; } .MainPageKnowledgeBaseBox h3 { margin: 0 -.3em; padding: .3em; font-size: 120%; color: #000; background: url(http://illiweb.com/fa/prosilver/bg_header.gif) repeat-x top #0000FF; border: none; } .MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3 { margin: 0 -.3em; padding: .3em; font-size: 120%; color: #FFF; background: url(http://illiweb.com/fa/prosilver/bg_header.gif) repeat-x top #0000FF; border: none; } .MainPageWhatsNewBox, .MainPageWikiStuffBox { background: url(/skins/common/images/strongbad-grayfade.png) repeat-x bottom right; border:1px solid #1E90FF; } .MainPageKnowledgeBaseBox { background: url(/skins/common/images/homestar-grayfade.png) repeat-x bottom right; border: 1px solid #1E90FF; } h1 { font-family:cursive; font-size:28px;color:#006699;border-bottom-color:#3366FF; } h2,h3,h4,h5,h6 { color:#006699; border-bottom-color:#3366FF; } hr { background-color: blue; color: blue }