Team:Heidelberg/Templates/style-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 518: Line 518:
.highlight_button:hover {
.highlight_button:hover {
 +
    background-position:right;
 +
}
 +
 +
@-moz-keyframes pulse {
 +
    0% { -moz-transform: scale(1); }
 +
50% { -moz-transform: scale(1.1); }
 +
}
 +
 +
.highlight_button_pulse {
 +
    background-repeat:no-repeat;
 +
    width:80px;
 +
    height:80px;
 +
    background-size:160px 80px;
 +
    background-position:left;
 +
    display:inline-block;
 +
    -moz-animation: pulse 10s linear infinite;
 +
}
 +
 +
.highlight_button_pulse:hover {
     background-position:right;
     background-position:right;
}
}
</style>
</style>
</html>
</html>

Revision as of 13:16, 25 October 2013