User:Twentytwofiftyseven/monobook.css: Difference between revisions

From Metroid Wiki
no edit summary
No edit summary
No edit summary
Line 47: Line 47:
  a.new:visited{
  a.new:visited{
   color: #a0282b;
   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;
  }
  }