Team:Oxford
From 2014.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
</script> | </script> | ||
<style> | <style> | ||
+ | |||
+ | * { | ||
+ | padding: 0px; | ||
+ | margin: 0px | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | border:none; | ||
+ | width:100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | background:none; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | white-space: nowrap; | ||
+ | top: 0px; | ||
+ | width: 450px; | ||
+ | z-index: 5; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | |||
+ | #menubar ul { | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | #menubar ul li:last-child { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | height:0px; | ||
+ | width:100%; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | border:none; | ||
+ | display:none; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #bodyContent p{ | ||
+ | display:none; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | .right-menu li a { | ||
+ | background:none; | ||
+ | padding:10px; | ||
+ | } | ||
+ | |||
+ | .right-menu li a:hover { | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
html, body, div, span, applet, object, iframe, | html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
Revision as of 00:11, 5 August 2014