From 2013.igem.org
(Difference between revisions)
|
|
Line 1: |
Line 1: |
| <html> | | <html> |
| + | |
| + | #footer {position: relative; |
| + | margin-top: -150px; /* negative value of footer height */ |
| + | height: 150px; |
| + | clear:both;} |
| + | |
| <html lang="en"> | | <html lang="en"> |
| <head> | | <head> |
Line 14: |
Line 20: |
| <link href="https://2013.igem.org/Team:Exeter/Template/Stylesheet?action=raw&ctype=text/css" rel="stylesheet"> | | <link href="https://2013.igem.org/Team:Exeter/Template/Stylesheet?action=raw&ctype=text/css" rel="stylesheet"> |
| | | |
- | html, body {
| + | </head> |
- | height: 100%;
| + | |
- | width: 100%;
| + | |
- | padding: 0px;
| + | |
- | margin: 0px;}
| + | |
- | .header, .footer{
| + | |
- | height: 80px;
| + | |
- | background-color: #EFEFEF;
| + | |
- | position: relative;}
| + | |
- | .header-content{
| + | |
- | padding: 20px;
| + | |
- | text-align: center;}
| + | |
- | .headerleft{
| + | |
- | height: 100%;
| + | |
- | background-color: red;
| + | |
- | width: 50px;
| + | |
- | float: left;}
| + | |
- | .headerleftcon{
| + | |
- | padding: 0px 0px 0px 0px;}
| + | |
- | .headerright{
| + | |
- | height: 100%;
| + | |
- | background-color: red;
| + | |
- | width: 50px;
| + | |
- | float: right;}
| + | |
- | .headerrightcon{
| + | |
- | padding: 0px 0px 0px 0px;}
| + | |
- | .footer-content{
| + | |
- | padding: 20px;
| + | |
- | text-align: center;}
| + | |
- | .container{
| + | |
- | height: 100%;}
| + | |
- | .body{
| + | |
- | height: 100%;
| + | |
- | margin-top: -80px;
| + | |
- | margin-bottom: -80px;
| + | |
- | background-color: #C7DFFA;}
| + | |
- | .content{
| + | |
- | padding: 80px 0px 0px 0px;}
| + | |
- | .left-sidebar{
| + | |
- | height: 100%;
| + | |
- | background-color: gray;
| + | |
- | width: 50px;
| + | |
- | margin-top: -80px;
| + | |
- | margin-bottom: -80px;
| + | |
- | float: left;
| + | |
- | clear: both;}
| + | |
- | .right-sidebar{
| + | |
- | height: 100%;
| + | |
- | background-color: gray;
| + | |
- | width: 50px;
| + | |
- | margin-top: -80px;
| + | |
- | margin-bottom: -80px;
| + | |
- | float: right;}
| + | |
- | .centerbox{
| + | |
- | height:100px;
| + | |
- | background-color: blue;}
| + | |
- | .centerboxcontent{
| + | |
- | padding: 0px 0px 0px 0px;}
| + | |
- | .right-content{
| + | |
- | padding: 80px 0px 0px 0px;
| + | |
- | text-align: right;}
| + | |
- | .left-content{
| + | |
- | padding: 80px 0px 0px 0px;}
| + | |
- | .footer{
| + | |
- | clear:both;}
| + | |
- | .footerleft{
| + | |
- | height: 100%;
| + | |
- | background-color: red;
| + | |
- | width: 50px;
| + | |
- | float: left;}
| + | |
- | .footerleftcon{
| + | |
- | padding: 0px 0px 0px 0px;}
| + | |
- | .footerright{
| + | |
- | height: 100%;
| + | |
- | background-color: red;
| + | |
- | </head>
| + | |
| | | |
| <body> | | <body> |
Revision as of 09:49, 30 September 2013
#footer {position: relative;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;}
Exeter iGEM 2013 · Paint by Coli