Template:Team:Bielefeld-CeBiTec/CSS/main.css
From 2014.igem.org
(Difference between revisions)
(75 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
<style type="text/css"> | <style type="text/css"> | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .firstHeading {display: none;} /*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .firstHeading {display: none;} /*-- hides default wiki settings --*/ | ||
+ | #ribbon{ | ||
+ | margin-left: -75px; | ||
+ | margin-top:-40px; | ||
+ | width: 1065px; | ||
+ | heigt: 98px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | ribbon.ribbon_left{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2014/2/2a/Bielefeld-CeBiTec_14-06-07_Ribbon_left.png); | ||
+ | background-size:100% 100%; | ||
+ | width: 61px; | ||
+ | height: 98px; | ||
+ | float: left; | ||
+ | } | ||
+ | ribbon.ribbon_space{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2014/5/55/Bielefeld-CeBiTec_14-06-07_Ribbon_middle.png); | ||
+ | background-size:100% 100%; | ||
+ | float: left; | ||
+ | height: 98px; | ||
+ | } | ||
+ | ribbon.ribbon_middle{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2014/5/55/Bielefeld-CeBiTec_14-06-07_Ribbon_middle.png); | ||
+ | background-size:100% 100%; | ||
+ | width: auto; | ||
+ | height: 98px; | ||
+ | float: left; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | ribbon.ribbon_middle:hover{ | ||
+ | background-image:url(https://static.igem.org/mediawiki/2014/0/00/Bielefeld-CeBiTec_14-06-07_Ribbon_middle_rev.png); | ||
+ | background-size:100% 100%; | ||
+ | width: auto; | ||
+ | height: 98px; | ||
+ | } | ||
+ | ribbon.ribbon_right{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2014/e/e1/Bielefeld-CeBiTec_14-06-07_Ribbon_right.png); | ||
+ | background-size:100% 100%; | ||
+ | width: 13px; | ||
+ | height: 98px; | ||
+ | float: left; | ||
+ | } | ||
+ | p.ribbon{ | ||
+ | margin-top:40px; | ||
+ | } | ||
div#menue{ | div#menue{ | ||
- | width:1000px; | + | width: 1000px; |
- | height:150px; | + | height: 150px; |
- | padding:0px; | + | padding: 0px; |
} | } | ||
div#menueButton{ | div#menueButton{ | ||
Line 26: | Line 71: | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
background-repeat:no-repeat | background-repeat:no-repeat | ||
- | padding-left:3px; | + | padding-left: 3px; |
padding-right: 3px; | padding-right: 3px; | ||
width: 155px; | width: 155px; | ||
Line 43: | Line 88: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
- | + | ||
- | + | .element{ | |
+ | background-color: rgba(255,255,255,0.8); | ||
+ | height:auto; | ||
} | } | ||
- | # | + | |
- | + | div#text{ | |
- | + | font-size:1em; | |
- | + | line-height:150%; | |
- | + | font-family:Georgia, Times,'Times New Roman',serif; | |
- | + | text-align:justify; | |
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | + | h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times, "Times New Roman", serif;} |
h1{ | h1{ | ||
border-bottom:0px | border-bottom:0px | ||
Line 122: | Line 134: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
Line 142: | Line 144: | ||
} | } | ||
table{ | table{ | ||
- | margin-top: | + | margin-top: 0px; |
background-color: rgba(255,255,255,0.8); | background-color: rgba(255,255,255,0.8); | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#contentcontainer { /*-- creates container for all content on page --*/ | #contentcontainer { /*-- creates container for all content on page --*/ | ||
Line 299: | Line 298: | ||
.annItem li {list-style: none; margin: 5px} | .annItem li {list-style: none; margin: 5px} | ||
- | + | <!--a:visited {color: #3fb498;text-decoration:none;}--> | |
- | a:hover {color: # | + | a:hover { color:#006b60 !important; text-decoration:underline !important;} |
- | + | a:link {color: #3fb498;text-decoration:none;} | |
- | + | a:active {color: #3fb498;text-decoration:none;} | |
/* | /* | ||
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. | * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. |
Latest revision as of 09:35, 12 August 2014