Template:Team:KIT-Kyoto/footer

From 2014.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<div class="igem">
+
<div id="igem">
-
<a href="https://2014.igem.org">a</a>
+
<a href="https://2014.igem.org"><span>igem</span></a>
</div>
</div>
 +
 +
<style type="text/css">
<style type="text/css">
-
.igem{
+
div#igem a{
position:fixed;
position:fixed;
-
bottom:0;
+
z-index:100;
 +
bottom:0px;
right:0;
right:0;
width:130px;
width:130px;
height:130px;
height:130px;
-
background-image:url("https://static.igem.org/mediawiki/2014/7/77/Igemlogo_circle.png") no-repeat 0 0;
+
background:url("https://static.igem.org/mediawiki/2014/3/3f/Kit_Igem_m.png") no-repeat 0 0;
-webkit-background-size:130px 130px;
-webkit-background-size:130px 130px;
background-size: 130px 130px;
background-size: 130px 130px;
}
}
 +
#igem span{
 +
visibility:hidden;
 +
}
 +
 +
#page-top{
 +
position:fixed;
 +
bottom:20px;
 +
right:160px;
 +
z-index:100;
 +
}
 +
 +
 +
 +
#page-top a{
 +
padding:10px;
 +
color:rgba(200,200,200,0.9);
 +
background-color:rgba(0,300,50,0.4);
 +
display:block;
 +
border-radius:25px;
 +
text-align:center;
 +
}
 +
 +
#page-top a:hover{
 +
background-color:rgba(300,200,0,0.4);
 +
color:#000;
 +
}
 +
 +
@media and screen (max-width: 568px){
 +
</style>
</style>
 +
 +
<div class="clear"><hr /></div>
<div id="page-top"><a href=""><strong>Top</strong></a></div>
<div id="page-top"><a href=""><strong>Top</strong></a></div>
</html>
</html>

Latest revision as of 05:38, 18 November 2014