m |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <style> | + | <meta charset="utf-8"> |
− | + | <title>Team</title> | |
− | + | <style type="text/css"> | |
− | + | <!-- | |
− | + | body { | |
− | + | font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; | |
+ | background-color: ##FFFFFF; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2016/9/9b/Igem-hhu-2016-template-background-image.png); | ||
} | } | ||
− | + | /* background texture from Pixeden.com. Thank you very much! */ | |
− | + | ||
− | + | /* ~~ Element-/Tag-Selektoren ~~ */ | |
− | float: | + | ul, ol, dl { |
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6, p { | ||
+ | margin-top: 0; | ||
+ | padding-right: 15px; | ||
+ | padding-left: 15px; | ||
+ | } | ||
+ | a img { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | /* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */ | ||
+ | a:link { | ||
+ | color:#414958; | ||
+ | text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */ | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #4E5869; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* ~~ Dieser Container umschließt alle anderen div-Tags und weist ihnen ihre als Prozentwert definierte Breite zu. ~~ */ | ||
+ | .container { | ||
+ | width: 100%; | ||
+ | max-width: 1920px; | ||
+ | min-width: 720px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | .header { | ||
+ | height: 50px; | ||
+ | background: rgba(0,0,0,0.2); | ||
+ | } | ||
+ | |||
+ | /* ~~ Dies sind die Layoutinformationen. ~~ | ||
+ | s | ||
+ | 1) Eine Auffüllung wird nur oben und/oder unten im div-Tag positioniert. Die Elemente innerhalb dieses div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen. | ||
+ | |||
+ | */ | ||
+ | .content { | ||
+ | } | ||
+ | |||
+ | /* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */ | ||
+ | .content ul, .content ol { | ||
+ | padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */ | ||
+ | } | ||
+ | |||
+ | .container_light{background: rgba(0,0,0,0.1); height: auto; padding-bottom:5px;} | ||
+ | .container_dark{background: rgba(0,0,0,0.2); height: auto; padding-bottom:5px;} | ||
+ | |||
+ | /* ~~ Fußzeile ~~ */ | ||
+ | .footer { | ||
+ | background: rgba(0,0,0,0.2); | ||
+ | } | ||
+ | |||
+ | /* ~~ Verschiedene float/clear-Klassen ~~ */ | ||
+ | .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ | ||
+ | float: right; | ||
+ | margin-left: 8px; | ||
+ | } | ||
+ | .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */ | ||
+ | float: left; | ||
+ | margin-right: 8px; | ||
+ | } | ||
+ | .clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */ | ||
+ | clear:both; | ||
+ | height:0; | ||
+ | font-size: 1px; | ||
+ | line-height: 0px; | ||
+ | } | ||
+ | |||
+ | .textcontainer{ | ||
+ | width:60%; | ||
+ | display:inline-block; | ||
} | } | ||
− | + | .bildtext { | |
− | + | padding: 15px; | |
− | + | text-align: center; | |
} | } | ||
− | </style> | + | --> |
− | </head> | + | </style></head> |
<body> | <body> | ||
− | <div class=" | + | <div class="container"> |
− | <center>< | + | <!-- HEADER --> |
+ | <div class="header"> | ||
+ | <ul style="list-style-type: none; text-align: center; line-height: 50px;"> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold; "> <a href="https://2016.igem.org/Team:Duesseldorf"> HOME </a></li> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold;"> <a href="https://2016.igem.org/Team:Duesseldorf/Description"> PROJECT </a></li> | ||
+ | <li style="color: #000000; display: inline; margin: 5px; font-weight: bold;"><a href="https://2016.igem.org/Team:Duesseldorf/Team"> TEAM </a></li> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold;"><a href="https://2016.igem.org/Team:Duesseldorf/Parts"> PARTS </a></li> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold;"><a href="https://2016.igem.org/Team:Duesseldorf/Safety"> SAFETY </a></li> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold;"><a href="https://2016.igem.org/Team:Duesseldorf/Human_Practices"> HUMAN PRACTICES </a></li> | ||
+ | <li style="color: #000000;display:inline; margin: 5px; font-weight:bold;"><a href="https://2016.igem.org/Team:Duesseldorf/Awards"> AWARDS </a> </li> | ||
+ | </ul> | ||
+ | <!-- end .header --> | ||
+ | </div> | ||
+ | |||
− | <div class="img"> | + | |
− | + | ||
− | + | ||
+ | <div class="container_light" style="text-align: center;"> | ||
+ | <h1 style="text-align:center; color: #000000;"> ADVISORS </h1> | ||
+ | <ul style="list-style-type: none; text-align: center;"> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | |
− | + | <div class="container_dark" style="text-align: center;"> | |
− | + | <h1 style="text-align:center; color: #000000;"> INSTRUCTORS </h1> | |
− | < | + | <ul style="list-style-type: none; text-align: center;"> |
− | < | + | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> |
− | + | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | |
− | + | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | |
− | </ | + | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> |
− | < | + | |
− | + | </ul> | |
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="container_light" style="text-align: center;"> | ||
+ | <h1 style="text-align:center; color: #000000;"> MEMBERS </h1> | ||
+ | <ul style="list-style-type: none; text-align: center;"> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/225x300.png"> </li> | ||
− | + | </ul> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="footer"> | ||
+ | <h1 style="text-align:center; color: #000000;"> SPONSORS </h1> | ||
+ | <ul style="list-style-type: none; text-align: center;"> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | <li style="display: inline; margin: 2px 1px;"> <img src="http://placehold.it/200x100.png" style="border: 2px solid #000000;"></li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | <!-- end .footer --> | ||
</div> | </div> | ||
+ | |||
+ | <!-- end .container --></div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:18, 17 June 2016