Difference between revisions of "Template:CCU Taiwan/header footer"

m
m
Line 105: Line 105:
 
a:hover {
 
a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
 +
}
 +
 +
/*gotop*/
 +
#gotop a{
 +
    display: block;
 +
    position: fixed;
 +
    height: 45px;
 +
    width: 50px;
 +
    right: 20px;
 +
    bottom: 30px;
 +
    font-size: 0;
 +
    cursor: pointer;
 +
    z-index: 1000;
 +
    background: url(https://static.igem.org/mediawiki/2020/7/72/T--CCU_Taiwan--mosquito_1.png);
 +
}
 +
 +
#gotop a:hover {
 +
    background: url(../image/T--CCU_Taiwan--mosquito_2.png);
 +
}
 +
 +
#gotop a:active {
 +
    background: url(../image/T--CCU_Taiwan--mosquito_3.png);
 
}
 
}
  

Revision as of 07:12, 1 September 2020