Difference between revisions of "Team:BostonU"

Line 4: Line 4:
 
<style>
 
<style>
 
body {
 
body {
  background: url("https://static.igem.org/mediawiki/2017/d/dc/T--BostonU--LandingPageBG.jpg") no-repeat center center fixed;
+
background: url("https://static.igem.org/mediawiki/2017/d/dc/T--BostonU--LandingPageBG.jpg") no-repeat center center fixed;
  background-color: black;
+
background-color: black;
  -webkit-background-size: cover;
+
-webkit-background-size: cover;
  -moz-background-size: cover;
+
-moz-background-size: cover;
  -o-background-size: cover;
+
-o-background-size: cover;
  background-size: cover;
+
background-size: cover;
 
}
 
}
 
.logo { /* LOGO IN MENU */
 
.logo { /* LOGO IN MENU */
Line 18: Line 18:
 
#mainwrap {
 
#mainwrap {
 
margin: 0 auto;
 
margin: 0 auto;
        height: 100% !important;
+
height: 100% !important;
 
}
 
}
 
#menubartable { /* MASTER MENU TABLE */
 
#menubartable { /* MASTER MENU TABLE */
Line 65: Line 65:
 
.logo:hover {color: #b9b4b4 !important; -webkit-transition:1s;}
 
.logo:hover {color: #b9b4b4 !important; -webkit-transition:1s;}
 
#myfooter {
 
#myfooter {
position: absolute;
+
position: absolute;
bottom: 0pt;
+
float: left;
width:100%;
+
bottom: 0pt;
 +
width:50%;
 
height:100px;  /* Height of the footer */
 
height:100px;  /* Height of the footer */
 
background-color: green;
 
background-color: green;
 
}
 
}
.footer-right {
+
#myrightfooter {
float: right;
+
position: absolute;
 +
float: right;
 +
bottom: 0pt;
 +
width:50%;
 +
height:100px;  /* Height of the footer */
 +
background-color: orange;
 
}
 
}
 
</style>
 
</style>
 
</head>
 
</head>
 
 
<body>
 
<body>
  
Line 113: Line 118:
 
</li>
 
</li>
 
</ul>
 
</ul>
<div id="myfooter">This is some footer content!
+
 
</div>
+
<div id="myfooter">Test L</div>
 +
<div id="myrightfooter">Test R</div>
 +
 
 
</div>
 
</div>
 
</body>
 
</body>

Revision as of 15:59, 3 August 2017