|
|
|
@@ -1,4 +1,12 @@ |
|
|
|
@CHARSET "UTF-8"; |
|
|
|
.blink_me { |
|
|
|
animation: blinker 0.3s linear infinite; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes blinker { |
|
|
|
50% { opacity: 0; } |
|
|
|
} |
|
|
|
|
|
|
|
.card { |
|
|
|
/* Add shadows to create the "card" effect */ |
|
|
|
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
|
|
|
@@ -42,6 +50,13 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', end |
|
|
|
position:absolute; |
|
|
|
bottom: 5px; |
|
|
|
} |
|
|
|
.container .ratecontainer{ |
|
|
|
animation: blinker 0.8s linear infinite; |
|
|
|
} |
|
|
|
.container.rated .ratecontainer{ |
|
|
|
animation: none; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card .container p, |
|
|
|
.card .container h1{ |