Team:GeorgiaState/test
From 2011.igem.org
(Difference between revisions)
(Created page with "__NOTOC__<html lang="en"> <head> </style> <style type="text/css"> .description {padding-left: 40px;} h1 { padding-left: 20px; font:bold 16px/1.5em "Trebuchet MS", Trebuchet, A...") |
|||
Line 1: | Line 1: | ||
__NOTOC__<html lang="en"> | __NOTOC__<html lang="en"> | ||
<head> | <head> | ||
+ | |||
+ | |||
+ | |||
+ | div#top-section{ /*the div containing the entire top bar*/ | ||
+ | height: 20px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0px !important; | ||
+ | margin-top: -14px; | ||
+ | padding:0px 0px 0px 0px;; | ||
+ | border: none; | ||
+ | width: 100%; | ||
+ | background: none; | ||
+ | color: black; | ||
+ | position:absolute; | ||
+ | } | ||
+ | |||
+ | #p-logo { /*the header image*/ | ||
+ | height:0px; | ||
+ | overflow:hidden; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | margin-top: 14px; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | overflow:hidden; | ||
+ | display:none; | ||
+ | background: none; | ||
+ | position: absolute; | ||
+ | top: 170px; | ||
+ | right: 40px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#header { | ||
+ | width: 975px; | ||
+ | text-align: left; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0px !important; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | background: none; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .left-menu, .right-menu{ | ||
+ | position: absolute; | ||
+ | background: none; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .left-menu li, .right-menu li a { | ||
+ | color: transparent !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .left-menu ul li, .right-menu ul li a{ | ||
+ | background: none; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active { | ||
+ | color: white !important; | ||
+ | } | ||
+ | |||
+ | /***End minimal header***/ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
<style type="text/css"> | <style type="text/css"> |
Revision as of 20:22, 11 July 2011
div#top-section{ /*the div containing the entire top bar*/ height: 20px; margin-left: auto; margin-right: auto; margin-bottom: 0px !important; margin-top: -14px; padding:0px 0px 0px 0px;; border: none; width: 100%; background: none; color: black; position:absolute; } #p-logo { /*the header image*/ height:0px; overflow:hidden; border:none; } #content{ margin-top: 14px; } #search-controls { overflow:hidden; display:none; background: none; position: absolute; top: 170px; right: 40px; } div#header { width: 975px; text-align: left; margin-left: auto; margin-right: auto; margin-bottom: 0px !important; } #menubar { position: absolute; background: none; color: black; } .left-menu, .right-menu{ position: absolute; background: none; color: white; } .left-menu li, .right-menu li a { color: transparent !important; } .left-menu ul li, .right-menu ul li a{ background: none; color: white; } .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active { color: white !important; } /***End minimal header***/