Template:Team:DukeHomePage/CSS
From 2014.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
</style> | </style> | ||
+ | <style type="text/css"> | ||
+ | /* I have no idea what any of this stuff does, so I'm keeping it to be safe. */ | ||
+ | #top-section { | ||
+ | height: 0px; | ||
+ | border-top: 1 | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #bottom-section{ | ||
+ | height: 0px; | ||
+ | border-bottom: 1 | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | } | ||
+ | |||
+ | #siteSub { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | margin-top:0px; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | body | ||
+ | { | ||
+ | background-color: #000; | ||
+ | font: 65%/1.2 Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | #wrap { | ||
+ | font-size: 1.1em; | ||
+ | width: 180px; | ||
+ | padding: 0px; | ||
+ | margin-left: 15px; | ||
+ | background-color: #000; | ||
+ | position: relative; | ||
+ | height: 100%; | ||
+ | margin-right: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-top: 10px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
Revision as of 17:50, 21 July 2014