Team:Paris Bettencourt/Wiki

From 2013.igem.org

(Difference between revisions)
Line 212: Line 212:
     margin-right:0;
     margin-right:0;
}
}
-
 
+
.overbox { 
 +
  height:340px;
 +
  color:rgb(30,39,43);
 +
  margin-bottom:50px;
 +
}
 +
.overbox a {
 +
  color:rgb(30,39,43);
 +
}
 +
.bkgr, .aims, .results, .biocriks {
 +
  float:left;
 +
  color:rgb(30,39,43);
 +
  background:rgb(252,250,229);
 +
  border-radius:7px;
 +
  overflow:hidden;
 +
}
 +
.bkgr h2, .aims h2, .results h2, .biocriks h2 {
 +
  color:rgb(30,39,43);
 +
  text-align:center;
 +
  width:90%;
 +
  margin-left:5%;
 +
  margin-bottom:5px;
 +
  height:1.05em;
 +
  border-bottom: 1px solid;
 +
  font-family: 'Archivo Narrow', sans-serif;
 +
}
 +
.bkgr p, .aims p, .results p, .biocriks p {
 +
  font-size:18px;
 +
  margin-left:5%;
 +
  margin-right:5%;
 +
}
 +
.biocriks ol {
 +
  width:90%;
 +
  margin:0;
 +
  padding:0;
 +
  margin-left:40px;
 +
  font-size:20px;
 +
}
 +
.biocriks ol li{
 +
  padding:0;
 +
  margin:0;
 +
  margin-top:20px;
 +
}
 +
.results ul {
 +
  width:90%;
 +
  margin:0;
 +
  padding:0;
 +
  margin-left:5%;
 +
  font-size:19px;
 +
  list-style:none;
 +
}
 +
.results ul li {
 +
  padding:0;
 +
  margin:0;
 +
  margin-top:15px;
 +
}
 +
.results ul li:before {
 +
  content: "• ";
 +
  color: rgb(30,39,43);
 +
}
 +
.results h2 {
 +
  text-align:left;
 +
}
 +
.bkgr, .aims {
 +
  width:320px;
 +
  height:162.5px;
 +
  margin-right:15px;
 +
}
 +
.bkgr {
 +
  margin-bottom:15px;
 +
}
 +
.aims {
 +
  float:none;
 +
  position:relative;
 +
  bottom:162.5px;
 +
  margin-bottom:-162.5px;
 +
}
 +
.results {
 +
  width:545px;
 +
  height:340px;
 +
  margin-right:15px;
 +
}
 +
.biocriks {
 +
  width:205px;
 +
  height:340px;
 +
}
</style>
</style>
</html>
</html>

Revision as of 17:11, 4 October 2013