Navigation menu

User:Twentytwofiftyseven/monobook.css

From Metroid Wiki
< User:Twentytwofiftyseven
Revision as of 08:59, 12 July 2010 by Twentytwofiftyseven (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
 input[type="submit"], #wpUploadFile input{
  border: 1px solid #6fa028;
  color: #6fa028;
  background: url("/skins/monobook1/caction.png") repeat-x scroll 0 0 transparent;
  -moz-border-radius: 1em;
 }

 input[type="submit"]:hover, #wpUploadFile input:hover{
  border:1px solid #93d435;
  color: #93d435;
  background: url("/skins/monobook1/highlight.png") repeat-x scroll 0 0 transparent;
  -moz-border-radius: 1em;
 }

 input#wpSummary, select, #year, #mw-log-user, #mw-log-page, #wpNewTitle, #wpUploadFile, #wpDestFile{
  background: none repeat scroll 0 0 #130D19;
  border: 1px solid #64486A;
  color: #FFFFFF;
 }

/* input[type="checkbox"]{
  background: none repeat scroll 0 0 #130D19;
 }*/

 a:hover{
  color: #93d435;
  text-decoration:none;
 }

 a.new, .pBody .new a{
  color: #ba2f33!important;
 }

 a.new:hover, .pBody .new a:hover{
  color: #f73f44!important;
 }

 a.new:visited{
  color: #a0282b;
 }