|
7 | 7 | a.featureLink { font-size:18px; font-weight: bold; color: #404040;text-shadow:0 1px 0 rgba(255,255,255, 0.5);}
|
8 | 8 | a.featureLink:hover { text-decoration:none;}
|
9 | 9 | </style>
|
10 |
| -<style type="text/css"> |
11 |
| - |
12 |
| - .slider div.release-title h2 { |
13 |
| - animation: bouncing-color 1.7s 0.5s ease; |
14 |
| - -moz-animation: bouncing-color 1.7s 0.5s ease; |
15 |
| - -webkit-animation: bouncing-color 1.7s 0.5s ease; |
16 |
| - animation-iteration-count: 2; |
17 |
| - -moz-animation-iteration-count: 2; |
18 |
| - -webkit-animation-iteration-count: 2; |
19 |
| - } |
20 |
| - |
21 |
| - @keyframes bouncing-color { |
22 |
| - 0% { |
23 |
| - transform: scale(1, 1); |
24 |
| - color: white; |
25 |
| - } |
26 |
| - 50% { |
27 |
| - transform: scale(1.4, 1.4); |
28 |
| - color: #ADFF2F; |
29 |
| - } |
30 |
| - 100% { |
31 |
| - transform: scale(1, 1); |
32 |
| - color: white; |
33 |
| - } |
34 |
| - } |
35 |
| - |
36 |
| - @-moz-keyframes bouncing-color { |
37 |
| - 0% { |
38 |
| - -moz-transform: scale(1, 1); |
39 |
| - color: white; |
40 |
| - } |
41 |
| - 50% { |
42 |
| - -moz-transform: scale(1.4, 1.4); |
43 |
| - color: #ADFF2F; |
44 |
| - } |
45 |
| - 100% { |
46 |
| - -moz-transform: scale(1, 1); |
47 |
| - color: white; |
48 |
| - } |
49 |
| - } |
50 |
| - |
51 |
| - @-webkit-keyframes bouncing-color { |
52 |
| - 0% { |
53 |
| - -webkit-transform: scale(1, 1); |
54 |
| - color: white; |
55 |
| - } |
56 |
| - 50% { |
57 |
| - -webkit-transform: scale(1.4, 1.4); |
58 |
| - color: #ADFF2F; |
59 |
| - } |
60 |
| - 100% { |
61 |
| - -webkit-transform: scale(1, 1); |
62 |
| - color: white; |
63 |
| - } |
64 |
| - } |
65 |
| -</style> |
66 |
| - |
67 | 10 | {% include headerbottom.txt %}
|
68 | 11 | {% include topbar.txt %}
|
69 | 12 | {% include frontpage.txt %}
|
|
0 commit comments