Header
From Picklewiki
(Difference between revisions)
Line 30: | Line 30: | ||
} | } | ||
.portlet h5 { | .portlet h5 { | ||
+ | text-transform: uppercase; | ||
color: #ffffff; | color: #ffffff; | ||
background: #007700; | background: #007700; | ||
Line 38: | Line 39: | ||
display: block; | display: block; | ||
margin-bottom: 1px; | margin-bottom: 1px; | ||
- | border: 1px solid # | + | border: 1px solid #ffffff; |
-moz-border-radius-topleft: 2.0em; | -moz-border-radius-topleft: 2.0em; | ||
border-radius-topleft: 2.0em; | border-radius-topleft: 2.0em; | ||
} | } | ||
- | .portlet h6 { | + | .portlet h6 { |
+ | font-style: italic; | ||
background: #e0ffe0; | background: #e0ffe0; | ||
border: 1px solid #00bb00; | border: 1px solid #00bb00; |
Revision as of 21:36, 10 November 2007
<style type="text/css">
/*Watchlist edit message*/ .usermessage {
background-color: #e0ffe0; /*border: 1px solid #11ff11;*/ color: Black; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle;
}
/*Background*/
body
{
background-image: url();
background-repeat: repeat-x;
background-position: top left
}
/*Sidebar*/ .portlet {
border: none; margin: 0.5em 0.5em; 0.5em 0em; float: none; padding: 0; width: 11.6em; overflow: hidden;
} .portlet h5 {
text-transform: uppercase; color: #ffffff; background: #007700; padding: 0.5em 0.5em 1em 0.5em; height: 0.7em; font-weight: bold; white-space: nowrap; display: block; margin-bottom: 1px; border: 1px solid #ffffff; -moz-border-radius-topleft: 2.0em; border-radius-topleft: 2.0em;
} .portlet h6 {
font-style: italic; background: #e0ffe0; border: 1px solid #00bb00; border-style: solid solid none solid; display: block; height: 1.0em; font-weight: normal; white-space: nowrap;
} .pBody {
font-size: 95%; background: #e0ffe0; border-collapse: collapse; border: 1px solid #00bb00; padding: 0 0.8em 0.3em 0.5em; -moz-border-radius-bottomright: 2.0em; border-radius-bottomright: 2.05em;
} .portlet a { text-decoration: none;} .portlet h1, .portlet h2, .portlet h3, .portlet h4 {
margin: 0; padding: 0;
} .portlet ul {
line-height: 1.5em; list-style: none; list-style-type: none; font-size:95%;
}
/*Navigation*/
- p-nav {
position:relative; z-index:3;
}
/*Search*/
- p-search {
position:relative; z-index:3;
}
- p-search .pBody {
text-align: center;
} input.searchButton {
margin-top:1px; padding: 0 0.4em !important; font-size: 95%; cursor: pointer; background-color: FFE381; border: 1px solid #EBB805;
}
- searchInput {
border: 1px solid #EBB805; width:10em; margin: 0 0 0 0; font-size: 95%;
}
- p-search .pBody {
padding: 0.5em 0.5em 0.5em 0.5em;
}
/*User links*/
- p-personal li a {
text-decoration: none; color: #007700; padding-bottom: 0.2em; background: none;
}
- p-personal li a:hover {
color: #ffffff; padding-bottom: 0.2em; text-decoration: none; background: none;
}
/*Tabs*/
- p-cactions li {
background-color: #e0ffe0; border: 1px solid #00bb00;
}
- p-cactions li.selected {
background-color: #e0ffe0; border-color: #00bb00;
}
- p-cactions li a {
background-color: #e0ffe0;
}
- p-cactions .new a {
background-color: #e0ffe0;
}
</style>