Team:Virginia/Template
From 2014.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
#bodyContent {border:none;} | #bodyContent {border:none;} | ||
body { font: serif;} | body { font: serif;} | ||
+ | /* Getting the new tags to behave */ | ||
+ | article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; } | ||
+ | mark, rp, rt, ruby, summary, time{ display: inline } | ||
+ | |||
+ | /* Global properties ======================================================== */ | ||
+ | body { | ||
+ | background:#212222; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | font-size:100%; | ||
+ | line-height:1.125em; | ||
+ | color:#242424; | ||
+ | } | ||
+ | html { min-width:1000px;} | ||
+ | html, body { height:100%;} | ||
+ | |||
+ | |||
+ | |||
+ | /* Global Structure ============================================================= */ | ||
+ | .container { | ||
+ | margin: 0 auto; | ||
+ | position: relative; | ||
+ | width: 1000px; | ||
+ | font-size:.8125em; | ||
+ | } | ||
+ | |||
+ | /* Header */ | ||
+ | header{ | ||
+ | height:72px; | ||
+ | overflow:hidden; | ||
+ | background:url(../images/header-bg.gif) 0 0 repeat-x; | ||
+ | } | ||
+ | |||
+ | /*Gallery*/ | ||
+ | #gallery { | ||
+ | height:496px; | ||
+ | overflow:hidden; | ||
+ | background:url(../images/gallerry-bg.gif) 0 0 repeat-x; | ||
+ | } | ||
+ | |||
+ | /* Content */ | ||
+ | #content { | ||
+ | float: left; | ||
+ | width: 572px; | ||
+ | } | ||
+ | |||
+ | /* Sidebar */ | ||
+ | aside{ | ||
+ | float: left; | ||
+ | width: 302px; | ||
+ | margin-right:52px; | ||
+ | } | ||
+ | |||
+ | /* Footer */ | ||
+ | footer{ | ||
+ | padding:20px 0 22px 0; | ||
+ | border-top:5px solid #eee; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* Left & Right alignment */ | ||
+ | |||
+ | .fleft { float:left;} | ||
+ | .fright { float:right;} | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 19:26, 19 May 2014