Template:Team:WHU-China/css/header-style.css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | 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; | ||
+ | } | ||
#header{ | #header{ |
Revision as of 06:43, 12 August 2012