Team:Wageningen UR/Templates/Style
From 2011.igem.org
(Difference between revisions)
(83 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); | ||
Line 9: | Line 8: | ||
body{ | body{ | ||
- | + | background-image: url('https://static.igem.org/mediawiki/2011/1/1d/BackgroundWur2.png'); | |
- | background-color: #F0F0F0; | + | /* background-color: #F0F0F0; */ |
+ | background-color: white; | ||
} | } | ||
Line 17: | Line 17: | ||
/* font-size: 19px; */ | /* font-size: 19px; */ | ||
font-weight: bold; | font-weight: bold; | ||
- | color: # | + | color: #63a015; |
- | text-decoration: none | + | text-decoration: none !important; |
- | + | ||
- | + | ||
} | } | ||
h3 { | h3 { | ||
font-family: 'Quattrocento', arial, sans; | font-family: 'Quattrocento', arial, sans; | ||
- | padding-left: 5px; | + | /* padding-left: 5px; */ |
/* font-size: 15px; */ | /* font-size: 15px; */ | ||
- | color: # | + | color: #63a015; |
- | + | ||
- | + | ||
} | } | ||
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: #63a015; |
- | + | ||
- | + | ||
} | } | ||
h5 { | h5 { | ||
font-family: 'Quattrocento', arial, sans; | font-family: 'Quattrocento', arial, sans; | ||
- | padding-left: 5px; | + | /* padding-left: 5px; */ |
- | color: # | + | color: #63a015; |
- | + | ||
- | + | ||
} | } | ||
h6 { | h6 { | ||
font-family: 'Quattrocento', arial, sans; | font-family: 'Quattrocento', arial, sans; | ||
- | padding-left: 5px; | + | /* padding-left: 5px; */ |
font-size: 13px; | font-size: 13px; | ||
- | color: # | + | color: #63a015; |
- | + | ||
- | + | ||
} | } | ||
Line 66: | Line 56: | ||
a:link { | a:link { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: # | + | color: #63a015; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 74: | Line 64: | ||
a:visited { | a:visited { | ||
- | font-family: | + | font-family: arial, sans; |
- | color: # | + | color: #63a015; |
text-decoration: none; | text-decoration: none; | ||
font-size: 13px; | font-size: 13px; | ||
Line 82: | 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 90: | 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 97: | 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: black; | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/b/b8/Background_sieve_WUR.png'); */ | ||
+ | } | ||
+ | |||
+ | #mainContent { | ||
+ | height: 98.1%; | ||
+ | margin-bottom: 1em; | ||
+ | margin-right: 230px; | ||
+ | position: relative; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | /* min-width: 700px; */ | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <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="global wrapper"> | ||
<div id="mBody"> | <div id="mBody"> |
Latest revision as of 16:33, 26 October 2011
{{{text}}}