User:Sir Pikmin/monobook.css: Difference between revisions

From Pikmin Fanon
mNo edit summary
mNo edit summary
Line 41: Line 41:
     font-size: 1.05em;
     font-size: 1.05em;
}
}
<nowiki>
<nowiki>
/*Sidebar*/
/*Sidebar*/
Line 68: Line 69:
.portlet ul {list-style-type: none;}
.portlet ul {list-style-type: none;}
</nowiki>
</nowiki>
/*Holiday Sidebar*/
/*Holiday Sidebar*/
.portlet {width: 150px;}
.portlet {width: 150px;}
.portlet h5 {
.portlet h5 {
     text-transform: uppercase;
     text-transform: uppercase;
     color: #fff;
     color: #FFFAFA;
     background: #0F0;
     background: #B0E0E6;
     border: 2px outset #000;
     border: 2px outset #000;
     padding: 1px 0 3px 10px;
     padding: 1px 0 3px 10px;
Line 84: Line 86:
.portlet h5 label {cursor: auto;}
.portlet h5 label {cursor: auto;}
.pBody {
.pBody {
     background: #FFFAFA;
     background: #B0E0E6;
     border: 2px outset #FFFAFA;
     border: 2px outset #B0E0E6;
     padding-left: 0;
     padding-left: 0;
     margin: 2px 20px 0 5px;
     margin: 2px 20px 0 5px;

Revision as of 03:17, 9 December 2011

<nowiki>
/* Normal Header*/

body.page-Main_Page h1.firstHeading { display:none; }

/* styles for header background */
html, body { 
    background: #f3f3f3 url(http://www.ipad-wallpapers.us/bgs/green-simple.jpg) repeat-x; 
}
#mw-page-base { 
    background-color: transparent; 
    background-image:none; 
}

h2 {
    padding-top: 15px;
}

.tabs {
    font-size: 1.05em;
}
</nowiki>
/* Holiday Header*/

body.page-Main_Page h1.firstHeading { display:none; }

/* styles for header background */
html, body { 
    background: #f3f3f3 url(http://fc09.deviantart.net/fs70/f/2010/214/3/e/Snow_animation_by_Dawni32.gif) repeat-x; 
}
#mw-page-base { 
    background-color: transparent; 
    background-image: none; 
}

h2 {
    padding-top: 15px;
}

.tabs {
    font-size: 1.05em;
}

<nowiki>
/*Sidebar*/
.portlet {width: 150px;}
.portlet h5 {
    text-transform: uppercase;
    color: #fff;
    background: #0F0;
    border: 2px outset #000;
    padding: 1px 0 3px 10px;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 11px 0 / 11px 0;
    -moz-border-radius: 11px 0;
    border-radius: 11px 0;
}
.portlet h5 label {cursor: auto;}
.pBody {
    background: #d0f0c0;
    border: 2px outset #cbd;
    padding-left: 0;
    margin: 2px 20px 0 5px;
    -webkit-border-radius: 25px 0 / 25px 0;
    -moz-border-radius: 25px 0;
    border-radius: 25px 0;
}
.portlet ul {list-style-type: none;}
</nowiki>

/*Holiday Sidebar*/
.portlet {width: 150px;}
.portlet h5 {
    text-transform: uppercase;
    color: #FFFAFA;
    background: #B0E0E6;
    border: 2px outset #000;
    padding: 1px 0 3px 10px;
    font-weight: bold;
    display: block;
    -webkit-border-radius: 11px 0 / 11px 0;
    -moz-border-radius: 11px 0;
    border-radius: 11px 0;
}
.portlet h5 label {cursor: auto;}
.pBody {
    background: #B0E0E6;
    border: 2px outset #B0E0E6;
    padding-left: 0;
    margin: 2px 20px 0 5px;
    -webkit-border-radius: 25px 0 / 25px 0;
    -moz-border-radius: 25px 0;
    border-radius: 25px 0;
}
.portlet ul {list-style-type: none;}

/*Links*/
a,
#p-personal li a,
#p-cactions li a,
#bodyContent a.extiw,
#bodyContent a.external {
    color: #903F8E;
}
a:visited,
#bodyContent a.extiw:visited,
#bodyContent a.external:visited {
    color: #903F8E;
}
a:hover,
#p-personal li a:hover,
#bodyContent a.extiw:hover,
#bodyContent a.external:hover {
    color: #903F8E;
}
a:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
    color: #903F8E;
}
a.new:link,
a.new:visited,
#p-personal li a.new,
#p-cactions .new a,
#p-personal li a.new:visited,
#p-cactions .new a:visited {
    color: #903F8E;
}
#bodyContent a.external {background-image: url(/images/External.png);}
#p-personal li a:hover {background: none;}

#new_edit_page_preview_notice {display: none;}
#wikiPreview>*:first-child {display: block;}
#editform {margin-top: 15px;}