User:Greenpickle/monobook.css: Difference between revisions
Jump to navigation
Jump to search
Greenpickle (talk | contribs) mNo edit summary |
Greenpickle (talk | contribs) No edit summary |
||
Line 110: | Line 110: | ||
/*Tabs*/ | /*Tabs*/ | ||
#p-cactions li a, | #p-cactions li a, | ||
#p-cactions li.selected a { | #p-cactions li.selected a { | ||
color: #005500; | color: #005500; | ||
} | } | ||
#p-cactions .new a { | #p-cactions li.new a { | ||
color: # | color: #cc0000; | ||
} | } | ||
#p-cactions ul li { | #p-cactions ul li { | ||
Line 162: | Line 161: | ||
a:hover, a:visited:hover {color: #007700;} | a:hover, a:visited:hover {color: #007700;} | ||
a:visited {color: #003300;} | a:visited {color: #003300;} | ||
a.new {color: # | a.new {color: #cc0000;} |
Revision as of 14:41, March 26, 2008
/*Watchlist edit message*/
.usermessage {
background-color: #e0ffe0;
color: Black;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
/*Background*/
body
{
background-image: url(http://editthis.info/images/picklewiki/e/e0/Pik.png);
background-repeat: repeat;
background-attachment: fixed;
}
/*Sidebar*/
.portlet {
border: none;
margin: 0.5em 0em 0.5em 0em;
float: none;
padding: 0;
width: 12.1em;
}
.portlet h5 {
text-transform: uppercase;
color: #ffffff;
background: #005500;
padding: 0.3em 0.5em 0.8em 3.6em;
height: 0.7em;
font-weight: bold;
white-space: nowrap;
display: block;
margin-bottom: 1px;
border: 1px solid #ffffff;
-moz-border-radius-topleft: 2em;
border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
border-radius-topright: 2em;
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
}
.pBody {
background: #ccffcc;
border: 1px solid #00bb00;
-moz-border-radius-bottomright: 2.0em;
-moz-border-radius-bottomleft: 2.0em;
border-radius-bottomright: 2.0em;
margin-left: 2.5em;
}
.portlet a {
color: #003300;
}
.portlet a:hover {
color: #007700;
}
.portlet a
.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;
}
/*Search*/
#p-search {
position:relative;
z-index:3;
}
#p-search .pBody {
text-align: center;
}
input.searchButton {
margin-top:1px;
padding: 0 0.4em;
cursor: pointer;
background-color: #ccffcc;
border: 1px solid #00bb00;
}
#searchInput {
border: 1px solid #00bb00;
width:8em;
margin: 0 0 0 0;
}
#p-search .pBody {
padding: 0.5em 0.5em 0.5em 0.5em;
}
/*User links*/
#p-personal li a {
text-decoration: none;
color: #003300;
padding-bottom: 0.2em;
background: none;
}
#p-personal li a:hover {
text-decoration: none;
color: #007700;
padding-bottom: 0.2em;
background: none;
}
/*Tabs*/
#p-cactions li a,
#p-cactions li.selected a {
color: #005500;
}
#p-cactions li.new a {
color: #cc0000;
}
#p-cactions ul li {
background-color: #e0ffe0;
border: 1px solid #00bb00;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
/*ToC*/
#toc {
background-color: #ccffcc;
-moz-border-radius: .5em;
}
/*Hover*/
#toc:hover,
#p-navigation .pBody:hover,
#p-search .pBody:hover,
#p-tb .pBody:hover/*,
#p-wikia .pBody:hover*/ {
background-color: #ffffff;
}
.portlet h5:hover {
background-color: #003300;
}
/*Input boxes*/
input[type="text"],
input[type="password"] {
height: 16px;
-moz-border-radius: 1em;
padding-left: .5em;
}
/*content*/
#content {
border-color: #00bb00;
-moz-border-radius: 1em;
}
a {color: #004400;}
a:hover, a:visited:hover {color: #007700;}
a:visited {color: #003300;}
a.new {color: #cc0000;}