Team:Sevilla/Templates/general

From 2011.igem.org

(Difference between revisions)
m
Line 156: Line 156:
   height: 2px;
   height: 2px;
margin-left: 10px;
margin-left: 10px;
 +
}
 +
 +
 +
#back-top {
 +
margin-top:20px;margin-bottom:5px; clear:both; aling:center; float:left;
 +
}
 +
#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;
 +
 +
/* transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover {
 +
color: #000;
 +
}
 +
 +
/* arrow icon (span tag) */
 +
#back-top span {
 +
width: 50px;
 +
height: 50px;
 +
display: block;
 +
margin-bottom: 7px;
 +
background: #ddd url(http://espacioforos.miarroba.st/1671161/dfs.png) no-repeat center center;
 +
 +
/* rounded corners */
 +
-webkit-border-radius: 15px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
 +
/* transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover span {
 +
background-color: #777;
}
}
</style>
</style>

Revision as of 13:05, 6 July 2011