Team:Wageningen UR/Testpage Style
From 2011.igem.org
(Difference between revisions)
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 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | /* font-size: 15px; */ | ||
+ | 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 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | color: #63a015; | ||
+ | } | ||
+ | |||
+ | h6 { | ||
+ | font-family: 'Quattrocento', arial, sans; | ||
+ | /* padding-left: 5px; */ | ||
+ | font-size: 13px; | ||
+ | color: #63a015; | ||
+ | } | ||
p { | p { | ||
Line 35: | Line 53: | ||
text-align: justify; | text-align: justify; | ||
color: black; | color: black; | ||
- | |||
- | |||
} | } | ||
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 48: | 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 56: | 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 64: | 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; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
body { | body { | ||
- | min-width: | + | /* min-width: 1350px; */ |
+ | background-color: black; | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/b/b8/Background_sieve_WUR.png'); */ | ||
} | } | ||
- | # | + | #mBody { |
- | + | background-color: blue; | |
- | + | } | |
- | + | ||
- | + | #sideBar { | |
- | + | background-color: orange; | |
- | + | } | |
- | + | ||
- | + | #mainContent { | |
- | + | background-color: pink; | |
- | + | ||
- | + | ||
} | } | ||
Line 122: | Line 109: | ||
<body> | <body> | ||
- | + | <div id="mBody"> | |
- | + | <div id="sideBar"> | |
- | + | ||
</div> | </div> | ||
- | <div id="mainContent" | + | <div id="mainContent"> |
</div> | </div> | ||
</div> | </div> | ||
- | + | </body> | |
- | + | ||
- | + | ||
- | + | ||
</html> | </html> |
Revision as of 15:06, 26 October 2011