Template:Team:BostonU/MainTemplate

From 2014.igem.org

(Difference between revisions)
Line 33: Line 33:
}
}
 +
/*
 +
Back to top button
 +
*/
#back-top {
#back-top {
position: fixed;
position: fixed;
Line 38: Line 41:
margin-left: -150px;
margin-left: -150px;
}
}
-
 
#back-top a {
#back-top a {
width: 108px;
width: 108px;
Line 47: Line 49:
text-decoration: none;
text-decoration: none;
color: #bbb;
color: #bbb;
-
 
+
/* background color transition */
-
/* transition */
+
-webkit-transition: 1s;
-webkit-transition: 1s;
-moz-transition: 1s;
-moz-transition: 1s;
Line 56: Line 57:
color: #000;
color: #000;
}
}
-
 
/* arrow icon (span tag) */
/* arrow icon (span tag) */
#back-top span {
#back-top span {
Line 63: Line 63:
display: block;
display: block;
margin-bottom: 7px;
margin-bottom: 7px;
-
background: #ddd url(https://static.igem.org/mediawiki/2014/5/57/Backtotop_BU14.png) no-repeat center center;
+
background: #ddd url(up-arrow.png) no-repeat center center;
-
 
+
/* rounded corners */
/* rounded corners */
-webkit-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border-radius: 15px;
-
 
+
/* background color transition */
-
/* transition */
+
-webkit-transition: 1s;
-webkit-transition: 1s;
-moz-transition: 1s;
-moz-transition: 1s;
Line 78: Line 76:
background-color: #777;
background-color: #777;
}
}
-
 
</style>
</style>

Revision as of 15:06, 28 July 2014

fgs






















































dsvsdvsd






















































dsvsvsdv.

Back to Top