Team:Cornell/sandbox
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<meta name="Keywords" content="hi this is going to be awesome" /> | <meta name="Keywords" content="hi this is going to be awesome" /> | ||
- | <!--Fixes IE browser older than IE9> | + | <!--Fixes IE browser older than IE9--> |
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | ||
- | |||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none; | display:none; | ||
- | } | + | } |
- | + | /* Top menu */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
body { | body { | ||
margin: 10px 0 0 0; | margin: 10px 0 0 0; | ||
Line 36: | Line 19: | ||
#top-section { | #top-section { | ||
width: 965px; | width: 965px; | ||
- | + | height: 0; | |
- | + | margin: 0 auto; | |
- | + | padding: 0; | |
- | + | border: none; | |
} | } | ||
#menubar { | #menubar { | ||
+ | width: auto; | ||
top: -14px; | top: -14px; | ||
} | } | ||
Line 49: | Line 33: | ||
#menubar li a { | #menubar li a { | ||
background-color: transparent; | background-color: transparent; | ||
+ | color: transparent; | ||
} | } | ||
#menubar:hover { | #menubar:hover { | ||
color: white; | color: white; | ||
- | |||
- | |||
- | |||
} | } | ||
#menubar:hover li a { | #menubar:hover li a { | ||
color: white; | color: white; | ||
} | } | ||
- | + | #menubar > ul > li:last-child { | |
+ | display: none; | ||
+ | } | ||
- | + | /* General */ | |
- | # | + | #content {border: none;} |
- | + | body { | |
- | + | border: none; | |
- | height: | + | background: white; |
- | + | font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | |
- | + | font-size: 14px; | |
- | + | line-height: 1; | |
- | + | color: black; | |
+ | position: relative; | ||
+ | -webkit-font-smoothing: antialiased; } | ||
+ | p { | ||
+ | margin: 0; | ||
} | } | ||
- | + | h2, h3, h4, h5, h6 { | |
- | + | border: none; | |
- | + | font-weight: normal; | |
- | + | color: black; | |
- | + | line-height: 1.1; | |
- | + | margin-bottom: 14px; | |
- | + | margin-top: 14px | |
} | } | ||
- | + | h1 { font-size: 44px; } | |
- | + | h2 { font-size: 37px; } | |
- | + | h3 { font-size: 27px; } | |
- | + | h4 { font-size: 23px; } | |
- | + | h5 { font-size: 17px; } | |
- | + | h6 { font-size: 14px; } | |
- | + | ul { | |
- | + | list-style-position: inside; | |
- | + | margin: 0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | a, a:visited, a:active, a:hover { color: #2795b6; } | ||
+ | a:focus { color: #2ba6cb; outline: none; } | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | <h1> Whee </h1> |
- | + | <h2> Whoo </h2> | |
- | </ | + | <h3> Poo </h3> |
- | < | + | <div> Hi </div> |
- | + | <p> I never use this anyways </p> | |
- | </ | + | <div> <a href="">Link</a> |
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:07, 23 December 2013
Whee
Whoo
Poo
Hi
I never use this anyways