Team:Wageningen UR/Templates/Outreach Style
From 2011.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
- | + | ||
- | + | ||
<style type="text/css"> | <style type="text/css"> | ||
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans); | @import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans); | ||
@import url(http://fonts.googleapis.com/css?family=Vollkorn+Sans); | @import url(http://fonts.googleapis.com/css?family=Vollkorn+Sans); | ||
- | body{background-image: url('https://static.igem.org/mediawiki/2011/0/06/Background_WUR.png');} | + | body{ |
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/0/06/Background_WUR.png');*/ | ||
+ | /* background-color: #F0F0F0; */ | ||
+ | background-color: white; | ||
+ | } | ||
h2 { | h2 { | ||
Line 14: | Line 17: | ||
/* font-size: 19px; */ | /* font-size: 19px; */ | ||
font-weight: bold; | font-weight: bold; | ||
- | color: # | + | color: #01b0db; |
- | text-decoration: none | + | text-decoration: none !important; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | h3 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | /* font-size: 15px; */ | ||
+ | color: #01b0db; | ||
+ | } | ||
h4 { | h4 { | ||
font-family: 'Quattrocento', arial, sans; | font-family: 'Quattrocento', arial, sans; | ||
- | padding-left: 5px; | + | /* padding-left: 5px;*/ |
/* font-size: 15px; */ | /* font-size: 15px; */ | ||
- | color: # | + | color: #01b0db; |
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | h5 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | color: #01b0db; | ||
+ | } | ||
+ | |||
+ | h6 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | font-size: 13px; | ||
+ | color: #01b0db; | ||
+ | } | ||
p { | p { | ||
Line 36: | Line 52: | ||
/* font-size: 13; */ | /* font-size: 13; */ | ||
text-align: justify; | text-align: justify; | ||
- | color: | + | color: black; |
- | + | ||
- | + | ||
} | } | ||
a:link { | a:link { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: # | + | color: #01b0db; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 50: | Line 64: | ||
a:visited { | a:visited { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: # | + | color: #01b0db; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 58: | Line 72: | ||
a:hover { | a:hover { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: | + | color: black; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 66: | Line 80: | ||
a:active { | a:active { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: | + | color: black; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 73: | Line 87: | ||
} | } | ||
- | + | /* Wiki Hacks - START */ | |
- | + | /* Author: Pieter van Boheemen */ | |
- | + | /* Team: TU Delft */ | |
- | + | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | |
- | + | #content { background-color: white; border: none; width: 1000px; min-width: 1000px; overflow: hidden; height:100%; border: 1px solid black;} | |
- | + | #bodyContent {padding:0; margin:0; width:1000px; height:100%;} | |
- | + | #top-section { height: 0px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: -11px !important; | |
- | + | padding:0; border: none; font-size: 10px;} | |
- | + | #p-logo { height:1px; overflow:hidden; display: none;} | |
- | + | #search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;} | |
- | + | .left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;} | |
- | + | .left-menu ul { border: none; } | |
- | + | #footer-box { width: 1000px;} | |
- | + | .visualClear { display: none; } | |
- | + | #footer { border: none; width: 965px; margin: 0 auto; padding: 0;} | |
- | + | .firstHeading { display: none;} | |
- | + | #f-list a { color: #333; font-size: 10px;} | |
- | + | #f-list a:hover { color: #666;} | |
- | + | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | |
- | + | .right-menu ul { border: none; width: 300px;} | |
- | + | .printfooter { display: none; } | |
- | + | #footer ul { margin: 0; padding: 0;} | |
- | + | #footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;} | |
- | + | #search-controls { display:none; } | |
- | + | h3#siteSub { display: none;} | |
- | + | #contentSub {display: none;} | |
- | + | p:first-child { display: none;} | |
- | + | /* Wiki Hacks - END */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | body { | |
- | + | /* min-width: 1350px; */ | |
- | + | background-color: white; | |
- | + | background-image: url('https://static.igem.org/mediawiki/2011/b/b8/Background_sieve_WUR.png'); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#mainContent { | #mainContent { | ||
- | background: | + | background-image: url ('https://static.igem.org/mediawiki/2011/3/32/Background_scetch2_WUR.JPG'); |
- | + | ||
- | + | ||
height: 98.1%; | height: 98.1%; | ||
- | |||
- | |||
margin-bottom: 1em; | margin-bottom: 1em; | ||
+ | margin-right: 230px; | ||
+ | position: relative; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | /* min-width: 700px; */ | ||
} | } | ||
- | + | </style> | |
</head> | </head> | ||
<body> | <body> | ||
- | <div id="global wrapper"> | + | <link rel="shortcut icon" href="https://static.igem.org/mediawiki/2011/archive/b/bf/20110831153114!Favico_compr2_WUR.png" /> |
- | + | <div id="global wrapper"> | |
- | + | <div id="mBody"> | |
+ | <div id="sideBar"> | ||
+ | </div> | ||
+ | <div id="mainContent"></html>{{{text}}}<html> | ||
+ | </div> | ||
</div> | </div> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 19:02, 6 September 2011
{{{text}}}