Team:Freiburg Bioware/css

From 2010.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 9: Line 9:
}
}
#globalWrapper {
#globalWrapper {
-
background: #fff;
+
background: url(https://static.igem.org/mediawiki/2010/b/b4/Freiburg10_Wrap_background.png) #fff;
 +
margin:auto;
 +
width:1305px;
}
}
#top-section {
#top-section {
Line 19: Line 21:
padding:0;
padding:0;
width:975px;
width:975px;
 +
background:transparent;
 +
position:relative;
}
}
.pageContent {
.pageContent {
position:relative;
position:relative;
-
padding:35px 30px;
+
padding:35px 30px 0;
width:905px;
width:905px;
clear:both;
clear:both;
-
top:-130px;
 
z-index:5px;
z-index:5px;
 +
background:transparent;
 +
top:-130px;
 +
left:3px;
}
}
#bodyContent{
#bodyContent{
Line 33: Line 39:
position:relative;
position:relative;
top:30px;
top:30px;
-
margin-bottom:-150px;
+
margin-bottom:-180px;
 +
background:none repeat transparent;
 +
z-index:5;
}
}
#footer-box {
#footer-box {
position:relative;
position:relative;
-
z-index: 2;
 
clear:both;
clear:both;
-
background:url(https://static.igem.org/mediawiki/2010/8/85/Freiburg10_Banner_Snippet_7.png) transparent;
+
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;
-
height:200px;
+
height:190px;
 +
clear:both;
 +
z-index:10;
}
}
Line 48: Line 57:
position:relative;
position:relative;
top:180px;
top:180px;
 +
display:none;
}
}
#f-list {
#f-list {
position:relative;
position:relative;
-
top:180px;
+
top:20px;
}
}
Line 89: Line 99:
margin: 10px 0 20px;
margin: 10px 0 20px;
padding:10px;
padding:10px;
-
border: 1px solid #eee;
+
border: 0px solid #eee;
background:-moz-linear-gradient(top, #fbffff, #cbffef); /* Firefox */
background:-moz-linear-gradient(top, #fbffff, #cbffef); /* Firefox */
background:-webkit-gradient(linear, left top, left bottom, from(#fbffff), to(#cbffef)); /* Safari, Chrome */
background:-webkit-gradient(linear, left top, left bottom, from(#fbffff), to(#cbffef)); /* Safari, Chrome */
Line 96: 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;
}
}
div.map {
div.map {
-
margin-left:35px;
+
padding-left:35px;
 +
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