User:Sir Pikmin/monobook.css

From Pikmin Fanon
< User:Sir Pikmin
Revision as of 23:17, 17 January 2012 by Sir Pikmin (talk | contribs) (...Or maybe not, let's see here if I can't fix this.)

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

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