Team:Freiburg Bioware/css
From 2010.igem.org
(Difference between revisions)
(5 intermediate revisions not shown) | |||
Line 32: | Line 32: | ||
background:transparent; | background:transparent; | ||
top:-130px; | top:-130px; | ||
+ | left:3px; | ||
} | } | ||
#bodyContent{ | #bodyContent{ | ||
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 { | ||
Line 124: | Line 168: | ||
div.statistics { | div.statistics { | ||
float:left; | float:left; | ||
- | width: | + | width:510px; |
text-align:center; | text-align:center; | ||
} | } | ||
- | div.statistics h1, div.statistics h3 { | + | #bodyContent div.statistics h1, div.statistics h3 { |
text-align:center; | text-align:center; | ||
} | } |
Latest revision as of 00:20, 28 October 2010