Difference between revisions of "Team:CityU HK/Protocol"

Line 44: Line 44:
 
body.wsite-background {background-attachment: fixed !important;}.wsite-background.wsite-custom-background{ background-size: cover !important}
 
body.wsite-background {background-attachment: fixed !important;}.wsite-background.wsite-custom-background{ background-size: cover !important}
 
</style>-->
 
</style>-->
<script><!--
+
 
 +
<style>
 +
/*
 +
Back to top button
 +
*/
 +
#back-top {
 +
position: fixed;
 +
bottom: 30px;
 +
        right:30px;
 +
        z-index:50;
 +
}
 +
#back-top a {
 +
width: 50px;
 +
display: block;
 +
text-align: center;
 +
font: 11px/100% Arial, Helvetica, sans-serif;
 +
text-transform: uppercase;
 +
text-decoration: none;
 +
color: #bbb;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
        border-radius: 2px;
 +
}
 +
#back-top a:hover {
 +
color: #000;
 +
}
 +
/* arrow icon (span tag) */
 +
#back-top span {
 +
width: 50px;
 +
height: 50px;
 +
display: block;
 +
background: #ddd url(https://static.igem.org/mediawiki/2014/5/57/Backtotop_BU14.png) no-repeat center center;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover span {
 +
background-color: #F68F52;
 +
}
 +
</style>
 +
 
 +
 
 +
<script><!--
 
var STATIC_BASE = '//cdn1.editmysite.com/';
 
var STATIC_BASE = '//cdn1.editmysite.com/';
 
var STYLE_PREFIX = 'wsite';
 
var STYLE_PREFIX = 'wsite';

Revision as of 13:54, 13 September 2015

Protocol - iGEM2015 wiki
--->