Team:Tuebingen/Templates/TueWikiBase
From 2014.igem.org
(Difference between revisions)
(Created page with "{{:Team:Tuebingen/Templates/BlankWiki}} <head> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <link href='http...") |
|||
Line 8: | Line 8: | ||
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:700' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:700' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | body { | ||
+ | background-color: white; | ||
+ | font-family: 'Open Sans', Arial, sans-serif; | ||
+ | font-size: 9pt; | ||
+ | } | ||
+ | |||
+ | #content { /* ----------------------------------------------------- #CONTENT */ | ||
+ | background-color: white !important; | ||
+ | margin: 0px auto !important; | ||
+ | border: none !important; | ||
+ | padding: 0px !important; | ||
+ | position: relative; | ||
+ | width: 1000px; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | div#bodyContent { /* ------------------------------------------------- #BODYCONTENT */ | ||
+ | background-color: white; | ||
+ | width: 960px; | ||
+ | position: relative; | ||
+ | margin: auto; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | #teamLogoBox { | ||
+ | width: 60.25em; | ||
+ | height: 17em; | ||
+ | background-color: #AAAAAA; | ||
+ | color: white; | ||
+ | overflow: hidden; | ||
+ | font-size: 16px; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | |||
+ | #actualContent { | ||
+ | position: relative; | ||
+ | font-size: 14pt; | ||
+ | width: auto; | ||
+ | height: auto; | ||
+ | margin-top: 10px; | ||
+ | background-color: white; | ||
+ | padding-top: 0em; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | #actualContent p { | ||
+ | line-height: 26px; | ||
+ | margin-bottom: 16px; | ||
+ | } | ||
+ | |||
+ | #sponsorSection { | ||
+ | line-height: 900%; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | |||
+ | <body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);"> | ||
+ | |||
+ | |||
+ | </body> |
Revision as of 16:08, 30 September 2014
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:700' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
background-color: white; font-family: 'Open Sans', Arial, sans-serif; font-size: 9pt;
}
- content { /* ----------------------------------------------------- #CONTENT */
background-color: white !important; margin: 0px auto !important; border: none !important; padding: 0px !important; position: relative; width: 1000px; height: auto;
}
div#bodyContent { /* ------------------------------------------------- #BODYCONTENT */
background-color: white; width: 960px; position: relative; margin: auto; height: auto;
}
- teamLogoBox {
width: 60.25em; height: 17em; background-color: #AAAAAA; color: white; overflow: hidden; font-size: 16px; background-size: cover;
}
- actualContent {
position: relative; font-size: 14pt; width: auto; height: auto; margin-top: 10px; background-color: white; padding-top: 0em; text-align: justify;
}
- actualContent p {
line-height: 26px; margin-bottom: 16px;
}
- sponsorSection {
line-height: 900%;
}
</style> </head>
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
</body>