Team:Freiburg Bioware/css
From 2010.igem.org
(Difference between revisions)
(23 intermediate revisions not shown) | |||
Line 9: | Line 9: | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
- | background: url(https://static.igem.org/mediawiki/2010/ | + | background: url(https://static.igem.org/mediawiki/2010/b/b4/Freiburg10_Wrap_background.png) #fff; |
margin:auto; | margin:auto; | ||
- | width: | + | width:1305px; |
} | } | ||
#top-section { | #top-section { | ||
Line 26: | Line 26: | ||
.pageContent { | .pageContent { | ||
position:relative; | position:relative; | ||
- | padding:35px 30px; | + | padding:35px 30px 0; |
width:905px; | width:905px; | ||
clear:both; | clear:both; | ||
- | |||
z-index:5px; | z-index:5px; | ||
- | background:transparent | + | background:transparent; |
+ | top:-130px; | ||
+ | left:3px; | ||
} | } | ||
#bodyContent{ | #bodyContent{ | ||
Line 38: | Line 39: | ||
position:relative; | position:relative; | ||
top:30px; | top:30px; | ||
- | margin-bottom:- | + | margin-bottom:-180px; |
- | background:none repeat | + | background:none repeat transparent; |
z-index:5; | z-index:5; | ||
} | } | ||
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) | + | 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:190px; | height:190px; | ||
clear:both; | clear:both; | ||
+ | z-index:10; | ||
} | } | ||
Line 97: | Line 99: | ||
margin: 10px 0 20px; | margin: 10px 0 20px; | ||
padding:10px; | padding:10px; | ||
- | border: | + | 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 104: | 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 { | ||
+ | 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