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

From Pikmin Fanon
mNo edit summary
m (Testing animated snow background- It works!)
Line 1: Line 1:
<nowiki>
/* <pre> */
/* <pre> */


Line 6: Line 7:
html, body {  
html, body {  
     background: #f3f3f3 url(http://www.ipad-wallpapers.us/bgs/green-simple.jpg) repeat-x;  
     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>
/* <pre> */
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 {  
#mw-page-base {  

Revision as of 03:07, 9 December 2011

<nowiki>
/* <pre> */

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>
/* <pre> */

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


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