Template:GeorgiaTech/css/experiment.css
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #search-controls { | ||
+ | margin-top:30px; | ||
+ | } | ||
+ | #footer-box, #siteSub, #search-controls, .firstHeading, #contentSub, #catlinks, #p-logo { | ||
+ | display:none; | ||
+ | } | ||
+ | #bodyContent a[href ^="mailto:"], | ||
+ | .link-mailto { | ||
+ | background: none; | ||
+ | padding-right: 0; | ||
+ | } | ||
+ | #bodyContent a[href ^="https://"], .link-https { | ||
+ | background: none; | ||
+ | padding-right: 0; | ||
+ | } | ||
+ | #menubar { | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | .right-menu li a, .left-menu li a { | ||
+ | color: black; | ||
+ | background-color: transparent; | ||
+ | font-size: 10px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .right-menu li a:hover, .left-menu:hover a { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | height: 15px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | html { | ||
+ | height:100%; | ||
+ | } | ||
+ | body { | ||
+ | background-color:#FFDE40; | ||
+ | background-repeat: repeat; | ||
+ | background-attachment:fixed; | ||
+ | overflow-x: hidden; | ||
+ | height:100%; | ||
+ | overflow-y: scroll; | ||
+ | } | ||
.sponsors { | .sponsors { | ||
Line 170: | Line 220: | ||
font-family: Georgia, Times, "Times New Roman", serif; | font-family: Georgia, Times, "Times New Roman", serif; | ||
} | } | ||
- | |||
- | |||
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} |
Revision as of 12:01, 23 June 2014