User:Greenpickle/monobook.css

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*Watchlist edit message*/
.usermessage {
    background-color: #e0ffe0;
    color: Black;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    padding: 5px 10px;
    vertical-align: middle;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
}

/*Background*/
body
{
background-image: url(http://images.wikia.com/pikmin/images/3/37/White_and_Purple_Pikmin.jpg);
background-repeat: no-repeat;
background-position: right;
background-attachment: fixed;
}

/*Sidebar*/
.portlet {
    width: 150px;
}
.portlet h5 {
    text-transform: uppercase;
    color: #ffffff;
    background: #005500;
    border: 2px outset #00bb00;
    padding: 1px 0px 3px 10px;
    font-weight: bold;
    display: block;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;

}
.pBody {
    background: #ccffcc;
    border: 2px outset #00bb00;
    padding-left: 0px;
    margin: 2px 30px 0px 10px;
    -moz-border-radius-topleft: 2.0em;
    -moz-border-radius-bottomright: 2.0em;
}
.portlet ul {
    list-style-type: none;
}

/*Search*/
input.searchButton {
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background-color: #ccffcc;
}
#searchInput {
    border: 1px solid #00bb00;  
    width: 92px;
}
#p-search .pBody {
    padding: 0.5em 0.5em 0.5em 0.5em;
}

/*Tabs*/
#p-cactions li {
    border: 2px outset #00bb00;
}
#p-cactions li, #p-cactions li a {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
#p-cactions li.selected, #p-cactions li.selected a {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

/*ToC*/
#toc {
    background-color: #ccffcc;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border: 2px outset #00bb00;
}

/*Hover*/
#toc:hover,
#p-navigation .pBody:hover,
#p-search .pBody:hover,
#p-tb .pBody:hover,
#p-wikicities-nav,
.pBody:hover, input.searchButton:hover {
    background-color: #ffffff;
}
.portlet h5:hover {
    background-color: #ffffff;
    color: #007700;
}

/*Input boxes*/
input {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
}
input[type="text"],
input[type="password"] {
    height: 16px;
}

/*Content area*/
#content {
    border: 2px outset #00bb00;
    -moz-border-radius: 20px;
}

/*Links*/
a, #p-personal li a, #p-cactions li a, #p-cactions li.selected a, #bodyContent a.extiw, #bodyContent a.external {color: #007700;}
a:visited {color: #007755;}
a:hover, #p-personal li a:hover, #bodyContent a.extiw:hover, #bodyContent a.external:hover {color: #00aa00;}
a:visited:hover, #p-personal li a:visited:hover, #bodyContent a.extiw:visited:hover, #bodyContent a.external:visited:hover {color: #00aa77;}
a.new, a.new:visited, #p-personal li a.new, #p-cactions .new a {color: #ffcc00;}

#bodyContent a.external {
    background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png);
}