Team:TU Darmstadt/Modeling
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <style type="text/css"> |
+ | body | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:15px 0 0; | ||
+ | background-color: #ececec; | ||
+ | background-image:url("https://static.igem.org/mediawiki/2013/1/14/Background_(3000x180_Pixel).jpg"); | ||
+ | background-repeat:repeat; | ||
+ | } | ||
+ | /* Inner Environment (origin item) */ | ||
+ | #content | ||
+ | { | ||
+ | background-color: white; | ||
+ | background-image: url("/wiki/images/7/70/Hintergrund3.jpg"); | ||
+ | background-attachment: scroll; | ||
+ | background-position: 50% 0; | ||
+ | background-repeat: repeat; | ||
+ | overflow: auto; | ||
+ | border-style: none; | ||
+ | } | ||
- | { | + | #top-section |
- | + | { | |
- | + | background: white; | |
- | + | background-image: url('/wiki/images/2/2f/Header_(mit_Logo).jpg'); | |
- | + | margin: 0 auto; | |
- | + | height:250px ; | |
- | + | text-align: center; | |
- | + | z-index: 1; | |
- | + | position: relative; | |
- | + | top: 0; | |
- | + | background-repeat: no-repeat; | |
+ | background-size: 100% 100% ; | ||
+ | border-style: none; | ||
+ | } | ||
+ | #p-logo { display:none;} | ||
+ | .firstHeading {display:none;} | ||
+ | p {line-height:1.5em; margin:0 0 15px; text-align:justify; color:white;} | ||
+ | h1 {font-size:1.8em; font-weight:400; margin:0 0 12px;} | ||
- | + | #mm_icon1 | |
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 30px; | ||
+ | } | ||
+ | |||
+ | #mm_icon2 | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 350px; | ||
+ | } | ||
+ | |||
+ | #mm_icon3 | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 670px; | ||
+ | } | ||
+ | |||
+ | #abstracticon1 | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 30px; | ||
+ | background:white; | ||
+ | filter:alpha(opacity=83); opacity:0.83; | ||
+ | border:1px solid #aaaaaa; | ||
+ | -moz-border-radius:15px; | ||
+ | -khtml-border-radius:15px; | ||
+ | border-radius:15px; | ||
+ | } | ||
+ | |||
+ | #abstracticon2 | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 350px; | ||
+ | background:white; | ||
+ | filter:alpha(opacity=83); opacity:0.83; | ||
+ | border:1px solid #aaaaaa; | ||
+ | -moz-border-radius:15px; | ||
+ | -khtml-border-radius:15px; | ||
+ | border-radius:15px; | ||
+ | } | ||
+ | |||
+ | #abstracticon3 | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: 670px; | ||
+ | background:white; | ||
+ | filter:alpha(opacity=83); opacity:0.83; | ||
+ | border:1px solid #aaaaaa; | ||
+ | -moz-border-radius:5px; | ||
+ | -khtml-border-radius:15px; | ||
+ | border-radius:15px; | ||
+ | } | ||
+ | |||
+ | #taskbar | ||
+ | { | ||
+ | position:absolute; | ||
+ | top:10px; | ||
+ | left:150px; | ||
+ | z-index: 5; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </html> |
Revision as of 17:02, 30 September 2013