Template:Leanna css

From 2010.igem.org

(Difference between revisions)
Line 219: Line 219:
   /* background-image: url('https://static.igem.org/mediawiki/2010/3/34/Transparency50.png'); */
   /* background-image: url('https://static.igem.org/mediawiki/2010/3/34/Transparency50.png'); */
  }
  }
 +
 +
#freedom {
 +
  float:left;
 +
  width:90px;
 +
  color: white;
 +
  font:1.3em Cambria, Times New Roman, serif;
 +
  font-style:italic;
 +
  list-style: none;
 +
}
 +
#freedom li a {
 +
  width:80px;
 +
  text-align:left;
 +
  padding:2px 6px 4px;
 +
  background: white;
 +
  margin:1px;
 +
  *margin:0px;
 +
  display:block;
 +
  text-decoration:none;
 +
  font-weight:bold;
 +
  font-size:0.7em;
 +
  font-style:normal;
 +
}
 +
#freedom li a:hover {
 +
  background:#95c395;
 +
  color: white;
 +
  width:86px;
 +
}
 +
#freedom li a.selected {
 +
  background:#e0fee0;
 +
  color:#000;
 +
  width:90px;
 +
  cursor:default;
 +
}
 +
 +
.tabContainer {
 +
  top: -33px;
 +
  width:500px;
 +
  height: 350px;
 +
  margin:20px auto;
 +
  padding-top:13px;
 +
  left: 50px;
 +
  position: relative;
 +
  background:#e0fee0;
 +
}
 +
.tabContainer h3 {
 +
  padding-bottom:4px;
 +
  color:#F60;
 +
}
 +
.tabContainer p {
 +
  padding:2px 12px 10px 10px;
 +
  background-color: transparent;
 +
  text-align:left;
 +
}
input.searchButton {
input.searchButton {

Revision as of 04:01, 13 August 2010