User:Soxra/monobook.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "→‎Fonts: body { font:x-small 'Segoe UI',sans-serif; } #firstHeading, #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { fon...")
 
No edit summary
Line 17: Line 17:


/* Buttons */
/* Buttons */
input {
font-family:inherit;
}
input[type='submit'], input[type='reset'], input[type='button'] {
input[type='submit'], input[type='reset'], input[type='button'] {
  padding:3px 6px;
  padding:3px 6px;

Revision as of 18:20, 9 January 2012

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