Header
From Picklewiki
(Difference between revisions)
Line 1: | Line 1: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | body | |
- | + | { | |
- | + | background-image: url(http://editthis.info/images/picklewiki/a/a0/Background.PNG); | |
- | + | background-repeat: repeat-x; | |
- | + | background-position: top left | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | /* rounded corners - Mozilla/Firefox only */ | ||
+ | .pBody { | ||
+ | padding: 0.1em 0.1em; | ||
+ | -moz-border-radius-topright: 0.5em; | ||
+ | -moz-border-radius-bottomright: 0.5em; | ||
+ | } | ||
+ | #p-cactions ul li, #p-cactions ul li a { | ||
+ | -moz-border-radius-topright: 0.5em; | ||
+ | -moz-border-radius-topleft: 0.5em; | ||
+ | } | ||
+ | #content { | ||
+ | -moz-border-radius-topleft: 0.5em; | ||
+ | -moz-border-radius-topright: 0.5em; | ||
+ | -moz-border-radius-bottomleft: 0.5em; | ||
+ | -moz-border-radius-bottomright: 0.5em; | ||
+ | } | ||
+ | |||
+ | /* buttons and input boxes */ | ||
+ | input[type="submit"] { border: 1px solid #0a0; border-bottom: 2px solid #0a0; border-right: 2px solid #0a0; background: #ccffcc; } | ||
+ | input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #0a0; border-top: 2px solid #0a0; border-left: 2px solid #0a0; background: #e0ffe0; } | ||
</style> | </style> |
Revision as of 21:14, 10 November 2007
<style type="text/css">
body
{
background-image: url();
background-repeat: repeat-x;
background-position: top left
}
/* rounded corners - Mozilla/Firefox only */ .pBody { padding: 0.1em 0.1em; -moz-border-radius-topright: 0.5em; -moz-border-radius-bottomright: 0.5em; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topright: 0.5em; -moz-border-radius-topleft: 0.5em; } #content { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -moz-border-radius-bottomleft: 0.5em; -moz-border-radius-bottomright: 0.5em; }
/* buttons and input boxes */ input[type="submit"] { border: 1px solid #0a0; border-bottom: 2px solid #0a0; border-right: 2px solid #0a0; background: #ccffcc; } input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #0a0; border-top: 2px solid #0a0; border-left: 2px solid #0a0; background: #e0ffe0; }
</style>