|
41 | 41 | }
|
42 | 42 | .cross-browser .feature-box-image{
|
43 | 43 | background: url('i/feature-sprites.png') -278px 0px no-repeat;
|
| 44 | + -webkit-transition: all 0.4s; |
| 45 | + transition: all 0.4s; |
| 46 | +} |
| 47 | +.cross-browser .feature-box-image:hover { |
| 48 | + -webkit-transition: all 0.7s linear; |
| 49 | + -webkit-transform: rotate(6.28rad); |
| 50 | + transition: all 0.7s; |
| 51 | + transform: rorate(6.28rad); |
44 | 52 | }
|
45 | 53 |
|
46 | 54 | #banner-secondary .downloads-box span.download {
|
|
57 | 65 | margin: 15px 0 5px;
|
58 | 66 | }
|
59 | 67 |
|
60 |
| -#banner-secondary .download-main { |
61 |
| - height: 107px; |
62 |
| - width: 90%; |
63 |
| - margin-left:5%; |
64 |
| - margin-bottom:1em; |
| 68 | +#banner-secondary .download-options, |
| 69 | +#banner-secondary .download-help { |
| 70 | + margin-top: 1em; |
| 71 | +} |
| 72 | +#banner-secondary .download-options a { |
| 73 | + display:block; |
| 74 | +} |
| 75 | +#banner-secondary .download-main .button { |
| 76 | + float: none; |
| 77 | + box-shadow: 0px 0px 20px rgba(209, 143, 79, 0.6); |
| 78 | + -webkit-box-shadow: 0px 0px 20px rgba(209, 143, 79, 0.6); |
| 79 | + border-radius: 0; |
| 80 | + border: none; |
| 81 | + -webkit-transition: -webkit-box-shadow 1s linear; |
| 82 | + transition: box-shadow 1s; |
| 83 | +} |
| 84 | +#banner-secondary .download-main .button:hover { |
| 85 | + box-shadow: 0px 0px 25px rgba(209, 143, 79, 0.9); |
| 86 | + -webkit-box-shadow: 0px 0px 25px rgba(209, 143, 79, 0.9); |
65 | 87 | }
|
66 | 88 |
|
67 | 89 | #content #banner-secondary .download-main > a {
|
|
0 commit comments