Team:Cornell/sandbox
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<!--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> | ||
+ | |||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 36: | Line 45: | ||
} | } | ||
#menubar:hover { | #menubar:hover { | ||
- | color: | + | color: black; |
} | } | ||
#menubar:hover li a { | #menubar:hover li a { | ||
- | color: | + | color: black; |
} | } | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
Line 46: | Line 55: | ||
/* General */ | /* General */ | ||
- | #content {border: none;} | + | #content, #globalWrapper { |
+ | border: none; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | align: center; | ||
+ | } | ||
+ | #innercontent { | ||
+ | padding: 1px; /* Important!* | ||
+ | } | ||
body { | body { | ||
+ | padding: 10px; | ||
border: none; | border: none; | ||
background: white; | background: white; | ||
Line 55: | Line 74: | ||
color: black; | color: black; | ||
position: relative; | position: relative; | ||
- | -webkit-font-smoothing: antialiased; } | + | -webkit-font-smoothing: antialiased; |
+ | } | ||
p { | p { | ||
margin: 0; | margin: 0; | ||
Line 77: | Line 97: | ||
margin: 0; | margin: 0; | ||
} | } | ||
- | a, a:visited, a: | + | a, a:visited, a:focus, a:hover { color: #2795b6; } |
- | a: | + | a:active { color: #2ba6cb; outline: none; } |
</style> | </style> | ||
</head> | </head> |
Revision as of 19:44, 23 December 2013
Whee
Whoo
Poo
Hi
I never use this anyways