Navigation menu

User:Twentytwofiftyseven/monobook.css: Difference between revisions

From Metroid Wiki
No edit summary
No edit summary
Line 68: Line 68:
  .infobox tr:first-of-type td {
  .infobox tr:first-of-type td {
   font-family:arial;
   font-family:arial;
   font-size:13px
   font-size:13px;
  background-color:#3b587e;
  }
  }

Revision as of 16:52, 14 March 2010

 img[alt="#REDIRECT "]{
  display:none;
 }

 .redirectText{
  background: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/redirectltr.png") no-repeat scroll 0 0 transparent;
  padding-left: 47px;
 }

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

 .infobox tr:nth-of-type(odd) {
  background-color:#3b587e
 }

 .infobox tr:nth-of-type(even) {
  background-color:#1e1528
 }

 .infobox {
  font-family: arial, sans-serif;
  padding: 4px; 
  margin: 0 0 1em 1em; 
  font-size: 11px; 
  border:1px solid #3b587e;
  background-color:#1e1528;
 }

 .infobox tr:first-of-type td {
  font-family:arial;
  font-size:13px;
  background-color:#3b587e;
 }