Template:Team:DukeHomePage/CSS
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | |||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
+ | <style media="screen" type="text/css"> | ||
+ | |||
+ | /*hide default igem banner and reformat style into blank slate - from UVA 2013*/ | ||
+ | |||
+ | #globalWrapper { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | width: 100%; | ||
+ | height:0px; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display:none; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubar a { | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
+ | #menubar a:hover{ | ||
+ | text-decoration:none; | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | |||
+ | .left-menu ul { | ||
+ | background-color:#000000; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | .right-menu ul li a { | ||
+ | background-color:#000; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | border:none; | ||
+ | background-color:#000; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<style media="screen" type="text/css"> | <style media="screen" type="text/css"> | ||
Revision as of 14:19, 22 July 2014
Demonstrating cooperative repression |