Team:Michigan/Template:New
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | /*Cleaning and Resetting the Background*/ | ||
+ | #top-section { | ||
+ | height: 1px; } | ||
+ | #p-logo { | ||
+ | height:1px; overflow:hidden; display:none;} | ||
+ | #search-controls { | ||
+ | display:none;} | ||
+ | #globalWrapper { | ||
+ | background: #FFF;} | ||
+ | #content { | ||
+ | border: 0px; | ||
+ | width: 100%;} | ||
+ | h1.firstHeading { | ||
+ | display: none;} | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | border-bottom: 0px;} | ||
+ | body { | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | margin: 0; | ||
+ | padding: 0;} | ||
+ | .left-menu a { | ||
+ | color: black; } | ||
+ | .left-menu:hover { | ||
+ | color: black; | ||
+ | background: transparent; } | ||
+ | .left-menu:hover a { | ||
+ | color: black; } | ||
+ | .right-menu li a { | ||
+ | background-color: transparent; | ||
+ | color: black; } | ||
+ | |||
+ | /*Theme Formatting*/ | ||
+ | /* background: url("https://static.igem.org/mediawiki/2012/f/f8/Backgroundtile.png") repeat scroll 0 0 #F5F4F0; */ | ||
+ | #globalWrapper { | ||
+ | background: #fafafa} | ||
+ | #content { | ||
+ | background: #fafafa; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | background: #fafafa;} | ||
+ | #top-section { | ||
+ | height:14px; | ||
+ | width: 100%; | ||
+ | border: 0; | ||
+ | background: rgba(51,51,51,1)} | ||
+ | .left-menu a { | ||
+ | color: white; } | ||
+ | .left-menu:hover { | ||
+ | color: white; | ||
+ | background: transparent; } | ||
+ | .left-menu:hover a { | ||
+ | color: white; } | ||
+ | .right-menu li a { | ||
+ | background-color: transparent; | ||
+ | color: white;} | ||
+ | |||
+ | |||
+ | </style> | ||