Team:TU Eindhoven/Style:Footer

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
/* start footer1 */
/* start footer1 */
.footer_bg1{
.footer_bg1{
-
background:url('https://static.igem.org/mediawiki/2014/9/92/Bg_headfoot_TU_Eindhoven.png');
+
background:url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
height:auto
height:auto
         margin-bottom:-10px;
         margin-bottom:-10px;
-
 
}
}
 +
.footer1{
.footer1{
padding: 2% 2%;
padding: 2% 2%;

Revision as of 19:47, 13 July 2014

body {

 font-family: 'Open Sans', sans-serif;

} /* start footer1 */ .footer_bg1{ background:url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png'); height:auto

       margin-bottom:-10px;

}

.footer1{ padding: 2% 2%; }

  1. toTop {

display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 32px; height: 32px; border: none; text-indent: 100%; background: url('https://static.igem.org/mediawiki/2014/7/76/Top_TU_Eindhoven.jpg') no-repeat right top; } .copy{ float:left; } .copy p{ font-size: 0.6em; line-height: 1.8em; color: #c9c9c9; } .copy p a{ color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .copy p a:hover{ color: #00BAC6;

       text-decoration: none;

}

.copyright{ float:right;

       padding-right:1%

} .copyright p{ font-size: 0.6em; line-height: 1.8em; color: #c9c9c9; } .copyright p a{ color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .copyright p a:hover{ color: #00BAC6;

       text-decoration: none;

}