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

From Pikmin Fanon
m (Still testing)
mNo edit summary
Line 27: Line 27:
#bodyContent a.extiw,
#bodyContent a.extiw,
#bodyContent a.external {
#bodyContent a.external {
     color: #AB4E52;
     color: #903F8E;
}
}
a:visited,
a:visited,
#bodyContent a.extiw:visited,
#bodyContent a.extiw:visited,
#bodyContent a.external:visited {
#bodyContent a.external:visited {
     color: #AB4E52;
     color: #903F8E;
}
}
a:hover,
a:hover,
Line 38: Line 38:
#bodyContent a.extiw:hover,
#bodyContent a.extiw:hover,
#bodyContent a.external:hover {
#bodyContent a.external:hover {
     color: #AB4E52;
     color: #903F8E;
}
}
a:visited:hover,
a:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
#bodyContent a.external:visited:hover {
     color: #AB4E52;
     color: #903F8E;
}
}
a.new:link,
a.new:link,
Line 51: Line 51:
#p-personal li a.new:visited,
#p-personal li a.new:visited,
#p-cactions .new a:visited {
#p-cactions .new a:visited {
     color: #AB4E52;
     color: #903F8E;
}
}
#bodyContent a.external {background-image: url(/images/External.png);}
#bodyContent a.external {background-image: url(/images/External.png);}

Revision as of 04:02, 27 November 2011

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


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