Template:Leanna css

From 2010.igem.org

(Difference between revisions)
Line 272: Line 272:
   text-align:left;
   text-align:left;
}
}
 +
.usual {
 +
  background:#181818;
 +
  color:#111;
 +
  padding:15px 20px;
 +
  width:500px;
 +
  border:1px solid #222;
 +
  margin:8px auto;
 +
}
 +
.usual li { list-style:none; float:left; }
 +
.usual ul a {
 +
  display:block;
 +
  padding:6px 10px;
 +
  text-decoration:none!important;
 +
  margin:1px;
 +
  margin-left:0;
 +
  font:10px Verdana;
 +
  color:#FFF;
 +
  background:#444;
 +
}
 +
.usual ul a:hover {
 +
  color:#FFF;
 +
  background:#111;
 +
  }
 +
.usual ul a.selected {
 +
  margin-bottom:0;
 +
  color:#000;
 +
  background:snow;
 +
  border-bottom:1px solid snow;
 +
  cursor:default;
 +
  }
 +
.usual div {
 +
  padding:10px 10px 8px 10px;
 +
  *padding-top:3px;
 +
  *margin-top:-15px;
 +
  clear:left;
 +
  background:snow;
 +
  font:10pt Georgia;
 +
}
 +
.usual div a { color:#000; font-weight:bold; }
 +
 +
#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
 +
#usual2 a { background:#222; }
 +
#usual2 a:hover { background:#000; }
 +
#usual2 a.selected { background:snow; }
input.searchButton {
input.searchButton {

Revision as of 04:02, 13 August 2010