Team:Frankfurt/Footer
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <title> iGEM-Team Frankfurt 2013</title> <style type="text/css"> #footer { width: 100%; font-family: 'trebuchet ms', sans-serif; font-size: 100%; height:...") |
|||
(13 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | footer { | |
width: 100%; | width: 100%; | ||
font-family: 'trebuchet ms', sans-serif; | font-family: 'trebuchet ms', sans-serif; | ||
font-size: 100%; | font-size: 100%; | ||
- | height: | + | height: 40px; |
padding: 25px 0 5px 0; | padding: 25px 0 5px 0; | ||
text-align: center; | text-align: center; | ||
- | + | background: #1C86EE; | |
+ | background: -moz-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1c63b7),color-stop(1, #1C86EE)); | ||
+ | background: -webkit-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -o-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -ms-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: linear-gradient(#1C86EE, #1c63b7); | ||
color: #1c63b7;; | color: #1c63b7;; | ||
} | } | ||
Line 20: | Line 26: | ||
} | } | ||
- | footer a { | + | footer a { |
- | color: # | + | font: bold 12px/25px Arial, Helvetica; |
+ | color: #7FFF00; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 52: | Line 59: | ||
margin: 0; | margin: 0; | ||
} | } | ||
+ | |||
+ | #body { | ||
+ | background-color: #adcbe1; | ||
+ | text-align: justify; | ||
+ | box-shadow: 6px 6px 6px #277f0a; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 57: | Line 71: | ||
<body> | <body> | ||
<footer> | <footer> | ||
- | <p><a href=" | + | <div class="container" |
+ | <p><a href="/Team:Frankfurt">Home</a> | <a href="https://2013.igem.org/Team:Frankfurt/Project/Description">Project</a> | <a href="https://2013.igem.org/Team:Frankfurt/Project/Organism">Organisms</a> | <a href="/Team:Frankfurt/Notebook/Labwork">Labwork</a> | <a href="/Team:Frankfurt/HumanPractices/NoS">Human Practice</a> | <a href="/Team:Frankfurt/Attributions">Attributions</a> | <a href="mailto:seb.roy@t-online.de">Contact Us</a></p> | ||
+ | </div> | ||
</footer> | </footer> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 21:12, 4 October 2013