Team:Freiburg Bioware/css

From 2010.igem.org

(Difference between revisions)
 
(17 intermediate revisions not shown)
Line 9: Line 9:
}
}
#globalWrapper {
#globalWrapper {
-
background: url(https://static.igem.org/mediawiki/2010/2/20/Freiburg10_BodyContent_background.png) #fff;
+
background: url(https://static.igem.org/mediawiki/2010/b/b4/Freiburg10_Wrap_background.png) #fff;
margin:auto;
margin:auto;
-
width:1200px;
+
width:1305px;
}
}
#top-section {
#top-section {
Line 29: Line 29:
width:905px;
width:905px;
clear:both;
clear:both;
-
top:-130px;
 
z-index:5px;
z-index:5px;
-
background:transparent
+
background:transparent;
 +
top:-130px;
 +
left:3px;
}
}
#bodyContent{
#bodyContent{
Line 45: Line 46:
position:relative;
position:relative;
clear:both;
clear:both;
-
background:url(https://static.igem.org/mediawiki/2010/8/85/Freiburg10_Banner_Snippet_7.png) #fff no-repeat;
+
background:url(https://static.igem.org/mediawiki/2010/8/85/Freiburg10_Banner_Snippet_7.png) transparent no-repeat;
border:none;
border:none;
width:980px;
width:980px;
Line 105: Line 106:
-moz-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
 +
filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#fbffff, endColorstr=#cbffef);
 +
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorstr=#fbffff, endColorstr=#cbffef)";
}
}
 +
 +
div.box
 +
{
 +
  position: relative;
 +
}
 +
 +
div.box > .tl, div.box > .tr, div.box > .bl, div.box > .br
 +
{
 +
  width: 12px;
 +
  height: 12px;
 +
  position: absolute;
 +
}
 +
 +
div.box > .tl
 +
{
 +
  background: url(https://static.igem.org/mediawiki/2010/6/66/Freiburg10_tl.png) top left no-repeat;
 +
  top: 0;
 +
  left: 0;
 +
}
 +
 +
div.box > .tr
 +
{
 +
  background: url(https://static.igem.org/mediawiki/2010/9/99/Freiburg10_tr.png) top right no-repeat;
 +
  top: 0;
 +
  right: 0;
 +
}
 +
 +
div.box > .bl
 +
{
 +
  background: url(https://static.igem.org/mediawiki/2010/c/c4/Freiburg10_bl.png) bottom left no-repeat;
 +
  bottom: 0;
 +
  left: 0;
 +
}
 +
 +
div.box > .br
 +
{
 +
  background: url(https://static.igem.org/mediawiki/2010/e/e7/Freiburg10_br.png) bottom right no-repeat;
 +
  bottom: 0;
 +
  right: 0;
 +
}
 +
div.box_full {
div.box_full {
width:885px;
width:885px;
 +
}
 +
embed  {
 +
z-index:0;
}
}
Line 114: Line 161:
padding-left:35px;
padding-left:35px;
clear:both;
clear:both;
 +
}
 +
 +
.nh {
 +
margin:35px;
 +
}
 +
div.statistics {
 +
float:left;
 +
width:510px;
 +
text-align:center;
 +
}
 +
#bodyContent div.statistics h1, div.statistics h3 {
 +
text-align:center;
}
}

Latest revision as of 00:20, 28 October 2010