(even if you aren't vegan)
Difference between revisions of "User:Miss Peach/monobook.css"
From Wiki User Wiki
Miss Peach (talk | contribs) m (moved User:Zoo977/monobook.css to User:Miss Peach/monobook.css: Automatically moved page while renaming the user "Zoo977" to "Miss Peach") |
Miss Peach (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | /* Background */ | ||
| + | #p-logo a { | ||
| + | background-image: url('http://i1217.photobucket.com/albums/dd381/zoo977/Hazellogo.png') ! important; | ||
| + | background-position: top left; | ||
| + | background-repeat: no-repeat; | ||
| + | } | ||
| + | |||
| + | body { | ||
| + | font: v-small arial narrow; | ||
| + | background: #F4BB6C; | ||
| + | color: black; | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | margin: 2.8em 0 0 12.2em; | ||
| + | padding: 0 1em 1.5em 1em; | ||
| + | background: #FCEDD8; | ||
| + | color: black; | ||
| + | border: 1px solid #F8D4A2; | ||
| + | border-right: none; | ||
| + | line-height: 1.5em; | ||
| + | position: relative; | ||
| + | z-index: 2; | ||
| + | } | ||
| + | |||
| + | h1, h2, h3 { | ||
| + | color: black; | ||
| + | margin: 0px; | ||
| + | } | ||
| + | |||
| + | h4, h5, h6 { | ||
| + | color: #EEA9A6; | ||
| + | margin: 0px; | ||
| + | } | ||
| + | |||
| + | :link { text-decoration: none; } | ||
| + | |||
| + | :link { color: #280602; } | ||
| + | :link:visited { color: #000000; } | ||
| + | :link:active { color: #280602; } | ||
| + | :link.interwiki, :link.external { color: #510C04; } | ||
| + | :link.stub, :link.new { color: #953739; } | ||
| + | |||
| + | /* round tabs */ | ||
| + | #p-cactions ul li, #p-cactions ul li a { | ||
| + | -moz-border-radius-topleft: 1em; | ||
| + | -moz-border-radius-topright: 1em; | ||
| + | } | ||
| + | div.pBody { | ||
| + | -moz-border-radius-topright: 1em; | ||
| + | -moz-border-radius-bottomright: 4em; | ||
| + | } | ||
| + | |||
| + | input.searchButton { | ||
| + | padding: 0 0.4em !important; | ||
| + | background-color: #F3F3F3; | ||
| + | border: 3px solid #F3F3F3; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | #p-personal li { | ||
| + | z-index: 0; | ||
| + | border: none; | ||
| + | padding: 0; | ||
| + | display: inline; | ||
| + | color: #FFFFFF; | ||
| + | margin-left: 1em; | ||
| + | line-height: 1.2em; | ||
| + | background: none; | ||
| + | } | ||
| + | #p-personal li a { | ||
| + | text-decoration: none; | ||
| + | color: #FFFFFF; | ||
| + | padding-bottom: .2em; | ||
| + | background: none; | ||
| + | } | ||
| + | #p-personal li a:hover { | ||
| + | color; #DDDDDD | ||
| + | padding-bottom: .2em; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | /* Left sidebar boxes */ | ||
| + | .pBody { | ||
| + | background: #F3F3F3; | ||
| + | border: 1px solid #F3D7B0; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .portlet h5 { | ||
| + | background: #F3D7B0; | ||
| + | color: #000000; | ||
| + | font-size: 9pt; | ||
| + | text-align: right; | ||
| + | width: 60px; | ||
| + | } | ||
| + | |||
| + | /* Top tab boxes */ | ||
| + | #p-cactions { | ||
| + | margin-left: 20px; | ||
| + | } | ||
| + | |||
| + | #p-cactions, #p-cactions li, #p-cactions li a { | ||
| + | -moz-border-radius: 8px 8px 0 0; | ||
| + | } | ||
| + | |||
| + | #p-cactions li.selected a, #p-cactions li a { | ||
| + | background: #F3F3F3; | ||
| + | border: 1px #F3D7B0; | ||
| + | border-bottom: 0px; | ||
| + | padding: 0 4px 3px !important; | ||
| + | //padding-bottom: 2px !important; | ||
Latest revision as of 09:40, 12 June 2012
/* Background */
#p-logo a {
background-image: url('http://i1217.photobucket.com/albums/dd381/zoo977/Hazellogo.png') ! important;
background-position: top left;
background-repeat: no-repeat;
}
body {
font: v-small arial narrow;
background: #F4BB6C;
color: black;
margin: 0;
padding: 0;
}
#content {
margin: 2.8em 0 0 12.2em;
padding: 0 1em 1.5em 1em;
background: #FCEDD8;
color: black;
border: 1px solid #F8D4A2;
border-right: none;
line-height: 1.5em;
position: relative;
z-index: 2;
}
h1, h2, h3 {
color: black;
margin: 0px;
}
h4, h5, h6 {
color: #EEA9A6;
margin: 0px;
}
:link { text-decoration: none; }
:link { color: #280602; }
:link:visited { color: #000000; }
:link:active { color: #280602; }
:link.interwiki, :link.external { color: #510C04; }
:link.stub, :link.new { color: #953739; }
/* round tabs */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 4em;
}
input.searchButton {
padding: 0 0.4em !important;
background-color: #F3F3F3;
border: 3px solid #F3F3F3;
font-weight: normal;
}
#p-personal li {
z-index: 0;
border: none;
padding: 0;
display: inline;
color: #FFFFFF;
margin-left: 1em;
line-height: 1.2em;
background: none;
}
#p-personal li a {
text-decoration: none;
color: #FFFFFF;
padding-bottom: .2em;
background: none;
}
#p-personal li a:hover {
color; #DDDDDD
padding-bottom: .2em;
text-decoration: none;
}
/* Left sidebar boxes */
.pBody {
background: #F3F3F3;
border: 1px solid #F3D7B0;
clear: both;
}
.portlet h5 {
background: #F3D7B0;
color: #000000;
font-size: 9pt;
text-align: right;
width: 60px;
}
/* Top tab boxes */
#p-cactions {
margin-left: 20px;
}
#p-cactions, #p-cactions li, #p-cactions li a {
-moz-border-radius: 8px 8px 0 0;
}
#p-cactions li.selected a, #p-cactions li a {
background: #F3F3F3;
border: 1px #F3D7B0;
border-bottom: 0px;
padding: 0 4px 3px !important;
//padding-bottom: 2px !important;