User:Soxra/monobook.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:Soxra
Revision as of 05:21, 12 January 2012 by Soxra (talk | contribs) (Phase 1...)
Jump to navigationJump 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.
/* Theme */
html, body {
 background:url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/bg-3d-org.png) !important;
}
.portlet#p-logo a, .portlet#p-logo a:hover {
 background-image:url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/khwiki-custom-logo.png) !important;
 height:170px;
 width:190px;
}

/* Fonts */
body { font:x-small 'Segoe UI',sans-serif; }
#firstHeading, #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { font-family:'Neutra Text'; font-variant:small-caps; }

/* Link colors */
#content a.mw-redirect { color:#8929b5 !important; }
#content a.mw-redirect:visited { color:#601d80 !important; }
#content a { color:#0645ad; }
#p-personal a:not(:hover) { color:#bdd3ed !important; }
#p-personal a:hover { color:#dbe7f4 !important; }
#content a:visited { color:#031073 !important; }
#content a:hover, #p-personal a:hover { color:#5f89cf !important; }
#content a.new { color:#ce0000; }
#content a.new:visited { color:#800000 !important; }
#content a.new:hover { color:#900000 !important; }
#content a.extiw { color:#5778ad !important; }

/* Buttons */
input {
 font-family:inherit;
}
input[type='submit'], input[type='reset'], input[type='button'] {
 padding:3px 6px;
 border:1px solid #c5c5c5;
 border-radius:4px;
 cursor:pointer;
 color:#222;
 background:#e7e7e7;
 background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
 opacity:0.8;
 text-shadow:1px 1px 2px #888;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
 border-color:#929292;
 opacity:1.0;
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
 padding:3px 5px 3px 7px;
}

/* Userboxes */
div.userbox img { max-width:100%; width/**\*/:100%\9; height:auto !important; }