User:Greenpickle/monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(73 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;}
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
 
/*Background*/
body
{
background-image: url(http://www.jxp.ca/media/fondsdecran/44/pikmin2a800.jpg);
background-repeat: no-repeat;
background-position: center;
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: #004400;
    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 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;
    margin-bottom: 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;
}
 
/*Tabs*/
#p-cactions li, #p-cactions li.selected {border: 1px solid #00bb00;}
#p-cactions li, #p-cactions 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-wikicities-nav,
.pBody:hover {
    background-color: #ffffff;
}
.portlet h5:hover {
    background-color: #006600;
}
 
/*Input boxes*/
input[type="text"],
input[type="password"] {
    height: 16px;
    -moz-border-radius: 1em;
    padding-left: .5em;
}
 
/*Content area*/
#content {
    border-color: #00bb00;
    -moz-border-radius: 1em;
    opacity: 0.85;
}
 
/*Links*/
a, a:visited, #p-personal li a, #p-cactions li a, #p-cactions li.selected a, #bodyContent a.extiw, #bodyContent a.external {color: #007700;}
a:hover, #p-personal li a:hover, #bodyContent a.extiw:hover, #bodyContent a.external:hover {color: #00aa00;}
a.new, a.new:visited, #p-personal li a.new, #p-cactions .new a {color: #ffcc00;}

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;}