Team:Freiburg Bioware/css
From 2010.igem.org
(Difference between revisions)
(170 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | {{:Team:Freiburg_Bioware/css_font}}{{:Team:Freiburg_Bioware/css_images}}{{:Team:Freiburg_Bioware/css_menu}}{{:Team:Freiburg_Bioware/css_homepage}} | |
<html> | <html> | ||
- | < | + | <head> |
- | <style> | + | <style type="text/css"> |
- | + | * { | |
- | + | padding: 0; | |
- | + | margin: 0; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #globalWrapper { | |
- | # | + | background: url(https://static.igem.org/mediawiki/2010/b/b4/Freiburg10_Wrap_background.png) #fff; |
- | + | margin:auto; | |
- | + | width:1305px; | |
- | + | ||
} | } | ||
- | + | #top-section { | |
- | + | border:none; | |
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | border: none; | + | |
} | } | ||
- | + | #content { | |
- | + | top:-118px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
border: none; | border: none; | ||
+ | padding:0; | ||
+ | width:975px; | ||
+ | background:transparent; | ||
+ | position:relative; | ||
} | } | ||
- | + | .pageContent { | |
- | background: transparent | + | position:relative; |
- | + | padding:35px 30px 0; | |
+ | width:905px; | ||
+ | clear:both; | ||
+ | z-index:5px; | ||
+ | background:transparent; | ||
+ | top:-130px; | ||
+ | left:3px; | ||
} | } | ||
- | + | #bodyContent{ | |
- | + | width:975px; | |
- | width: | + | clear:both; |
- | + | position:relative; | |
- | + | top:30px; | |
- | + | margin-bottom:-180px; | |
- | + | background:none repeat transparent; | |
- | + | z-index:5; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #footer-box { | |
- | background: | + | position:relative; |
- | border: none; | + | clear:both; |
+ | background:url(https://static.igem.org/mediawiki/2010/8/85/Freiburg10_Banner_Snippet_7.png) transparent no-repeat; | ||
+ | border:none; | ||
+ | width:980px; | ||
+ | height:190px; | ||
+ | clear:both; | ||
+ | z-index:10; | ||
} | } | ||
- | + | #f-copyrightico, #f-poweredbyico { | |
- | + | position:relative; | |
- | + | top:180px; | |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #f-list { | |
- | + | position:relative; | |
- | + | top:20px; | |
} | } | ||
- | |||
- | + | .clearfix { | |
- | + | clear: both; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .left { | |
- | + | float:left; | |
- | + | ||
- | + | ||
- | + | ||
- | float: left; | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | .right { | |
- | + | float:right; | |
- | + | ||
} | } | ||
- | div. | + | div.lab_journal_box { |
- | + | width:905px; | |
- | width: | + | height:290px; |
- | height: | + | clear:both; |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | div. | + | div.lab_journal_text { |
- | + | float:left; | |
- | text- | + | width:460px; |
+ | height:auto; | ||
+ | margin: 0px 5px 0px 5px; | ||
+ | text-align:justify; | ||
} | } | ||
- | + | div.lab_journal_img { | |
- | + | float: right; | |
- | + | width: 400px; | |
- | + | height: auto; | |
- | + | ||
- | + | ||
} | } | ||
- | + | /* box IE */ | |
- | + | .box_full { | |
- | + | background: #cbffef; | |
- | + | ||
- | + | ||
} | } | ||
- | + | div.box { | |
- | + | margin: 10px 0 20px; | |
- | + | padding:10px; | |
- | + | border: 0px solid #eee; | |
- | margin: 20px | + | background:-moz-linear-gradient(top, #fbffff, #cbffef); /* Firefox */ |
- | + | background:-webkit-gradient(linear, left top, left bottom, from(#fbffff), to(#cbffef)); /* Safari, Chrome */ | |
+ | -webkit-border-radius: 10px; | ||
+ | -khtml-border-radius: 10px; | ||
+ | -moz-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 { | |
- | + | width:885px; | |
- | + | ||
} | } | ||
- | + | embed { | |
- | + | z-index:0; | |
- | + | ||
- | + | ||
} | } | ||
- | + | div.map { | |
- | + | padding-left:35px; | |
- | + | clear:both; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .nh { | |
- | + | margin:35px; | |
- | + | ||
- | + | ||
- | + | ||
- | margin: | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | div.statistics { | |
- | + | float:left; | |
- | + | width:510px; | |
- | + | text-align:center; | |
- | + | ||
- | + | ||
- | text-align: center | + | |
- | + | ||
} | } | ||
- | + | #bodyContent div.statistics h1, div.statistics h3 { | |
- | + | text-align:center; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | text-align: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
</style> | </style> | ||
+ | </head> | ||
+ | </html> |
Latest revision as of 00:20, 28 October 2010