User:Greenpickle/monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(158 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/*Watchlist edit message*/
#rcnst input[type="button"] {margin: 0 .5em;}
.usermessage {
.rcnst {display: none;}
    background-color: #e0ffe0;
.page-Special_RecentChanges ul.special a:visited {color: #00f;}
    /*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(http://editthis.info/images/picklewiki/e/e0/Pik.png);
background-repeat: repeat-x; repeat-y;
}
 
/*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: #005500;
    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;
}
.pBody {
    background: #ccffcc;
    border-collapse: collapse;
    border: 1px solid #00aa00;
    padding: 0 0.8em 0.3em 0.5em;
    -moz-border-radius-bottomright: 2.0em;
    border-radius-bottomright: 2.05em;
}
.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 !important;
    cursor: pointer;
    background-color: ccffcc;
    border: 1px solid #00aa00; 
}
#searchInput {
    border: 1px solid #00aa00; 
    width:10em;
    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: #007700;
    padding-bottom: 0.2em;
    background: none;
}
#p-personal li a:hover {
    color: #003300;
    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;
}
 
/*ToC*/
#toc {
    background-color: #ccffcc;
    border: 1px outset #00aa00;
    -moz-border-radius: .5em;
}
#toc .tocline a,
#toc .tocinside a,
#toc .tocindent a {
    color: black;
}
 
/*Hover*/
#toc:hover,
#p-navigation .pBody:hover,
#p-search .pBody:hover,
#p-tb .pBody:hover,
#p-wikia .pBody:hover {
    background-color: #ffffff;
}
#toc:hover .tocline a,
#toc:hover .tocinside a,
#toc:hover .tocindent a,
#p-navigation .pBody:hover a,
#p-search .pBody:hover a,
#p-tb .pBody:hover a,
#p-wikia .pBody:hover a {
    color: #007700;
}
 
/*Input boxes*/
input[type="text"],
input[type="password"] {
    height: 16px;
    -moz-border-radius: 1em;
    padding-left: .5em !important;
}

Latest revision as of 18:11, November 8, 2010

#rcnst input[type="button"] {margin: 0 .5em;}
.rcnst {display: none;}
.page-Special_RecentChanges ul.special a:visited {color: #00f;}