|
8 | 8 | .title {
|
9 | 9 | color: #B24926;
|
10 | 10 | }
|
11 |
| - |
12 | 11 | #content a:hover {
|
13 | 12 | color: #333;
|
14 | 13 | }
|
15 | 14 |
|
| 15 | + |
16 | 16 | #banner-secondary {
|
17 |
| - background: #222; |
| 17 | + background: #222; |
| 18 | + position: relative; |
| 19 | +} |
| 20 | +#banner-secondary a { |
| 21 | + color: #b3b3b3; |
18 | 22 | }
|
19 |
| -#banner-secondary .feature-bar { |
20 |
| - background: #111; |
| 23 | +#banner-secondary h3 { |
| 24 | + color: #7ACEF4; |
| 25 | + margin-bottom:0.5em; |
| 26 | +} |
| 27 | +#banner-secondary .features-box { |
| 28 | + width:60%; |
| 29 | + float: right; |
21 | 30 | }
|
22 | 31 | .feature-box {
|
23 |
| - float:left; |
24 |
| - width: 20%; |
| 32 | + float:left; |
| 33 | + width: 33%; |
| 34 | + text-align: center; |
| 35 | + padding: 0% 2%; |
25 | 36 | }
|
26 |
| -.feature-bar .feature-box-image { |
27 |
| - width: 120px; |
28 |
| - height: 107px; |
29 |
| - overflow: hidden; |
| 37 | +#banner-secondary .features-box p { |
| 38 | + font-size: .8em; |
| 39 | + line-height: 1em; |
| 40 | + padding: 0; |
| 41 | +} |
| 42 | +.features-box .feature-box-image { |
| 43 | + margin: 0 auto 1em auto; |
| 44 | + width: 120px; |
| 45 | + height: 107px; |
| 46 | + overflow: hidden; |
30 | 47 | }
|
31 | 48 | .lightweight-footprint .feature-box-image {
|
32 |
| - background: url('i/feature-sprites.png') 0px 0px no-repeat; |
| 49 | + background: url('i/feature-sprites.png') 0px 0px no-repeat; |
33 | 50 | }
|
34 | 51 | .css3-compliant .feature-box-image{
|
35 |
| - background: url('i/feature-sprites.png') -139px 0px no-repeat; |
| 52 | + background: url('i/feature-sprites.png') -139px 0px no-repeat; |
36 | 53 | }
|
37 | 54 | .cross-browser .feature-box-image{
|
38 |
| - background: url('i/feature-sprites.png') -278px 0px no-repeat; |
| 55 | + background: url('i/feature-sprites.png') -278px 0px no-repeat; |
39 | 56 | }
|
40 | 57 |
|
41 |
| - |
42 |
| - |
43 | 58 | #banner-secondary p.intro {
|
44 | 59 | padding: 0;
|
45 | 60 | }
|
46 | 61 |
|
47 |
| -#banner-secondary .download-box { |
48 |
| - border: 1px solid #aaa; |
49 |
| - background: #333; |
50 |
| - background: -moz-linear-gradient(left, #333 0%, #444 100%); |
51 |
| - background: -webkit-linear-gradient(left, #333 0%, #444 100%); |
52 |
| - background: -o-linear-gradient(left, #333 0%, #444 100%); |
53 |
| - background: linear-gradient(to right, #333 0%, #444 100%); |
| 62 | +#banner-secondary .downloads-box { |
54 | 63 | float: right;
|
55 | 64 | width: 40%;
|
56 | 65 | text-align: center;
|
57 |
| - font-size: 20px; |
58 |
| - padding: 10px; |
59 |
| - border-radius: 5px; |
60 |
| - box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); |
61 | 66 | }
|
62 | 67 |
|
63 |
| -#banner-secondary .download-box h2 { |
| 68 | +#banner-secondary .downloads-box h2 { |
64 | 69 | color: #71D1FF;
|
65 | 70 | }
|
66 | 71 |
|
67 |
| -#banner-secondary .download-box .button { |
| 72 | +#banner-secondary .downloads-box .button { |
68 | 73 | float: none;
|
69 | 74 | display: block;
|
70 | 75 | margin-top: 15px;
|
71 | 76 | }
|
| 77 | +#banner-secondary .downloads-box span.download { |
| 78 | + background: url('i/download.png') 0px 0px; |
| 79 | + width: 44px; |
| 80 | + height:37px; |
| 81 | + position: relative; |
| 82 | + top: 1em; |
| 83 | + display:inline-block; |
| 84 | + margin-right:0.5em; |
| 85 | +} |
72 | 86 |
|
73 |
| -#banner-secondary .download-box p { |
| 87 | +#banner-secondary .downloads-box p { |
74 | 88 | margin: 15px 0 5px;
|
75 | 89 | }
|
76 | 90 |
|
77 |
| -#banner-secondary .download-option { |
78 |
| - width: 45%; |
79 |
| - float: left; |
80 |
| - font-size: 16px; |
| 91 | +#banner-secondary .download-main { |
| 92 | + height: 107px; |
| 93 | + width: 90%; |
| 94 | + margin-left:5%; |
| 95 | + margin-bottom:1em; |
81 | 96 | }
|
82 |
| - |
83 |
| -#banner-secondary .download-legacy { |
84 |
| - float: right; |
| 97 | +#banner-secondary .download-main > a { |
| 98 | + background: #D18F4F; |
| 99 | + color: #FFF; |
| 100 | + display:block; |
| 101 | + padding: 0.1em; |
| 102 | + font-size: 2em; |
| 103 | + width: 100%; |
| 104 | + text-align:center; |
| 105 | + text-decoration: none; |
85 | 106 | }
|
86 | 107 |
|
87 |
| -#banner-secondary .download-option span { |
| 108 | + |
| 109 | +#banner-secondary .download-main > a span { |
| 110 | + margin-top: 0.2em; |
88 | 111 | display: block;
|
89 |
| - font-size: 14px; |
90 |
| - color: #71D1FF; |
| 112 | + font-size: 0.4em; |
91 | 113 | }
|
92 | 114 |
|
93 | 115 | #content .dev-links {
|
|
162 | 184 | display: none;
|
163 | 185 | }
|
164 | 186 |
|
165 |
| -@media all and (max-width: 600px) { |
166 |
| - #banner-secondary p.intro, |
167 |
| - #banner-secondary .download-box { |
168 |
| - float: none; |
169 |
| - width: auto; |
| 187 | +@media all and (max-width: 820px) { |
| 188 | + #banner-secondary .downloads-box { |
| 189 | + float:none; |
| 190 | + width: 100%; |
| 191 | + margin-bottom: 1em; |
170 | 192 | }
|
171 |
| - |
172 |
| - #banner-secondary .download-box { |
173 |
| - overflow: auto; |
| 193 | + #banner-secondary .features-box { |
| 194 | + float:none; |
| 195 | + width:100%; |
174 | 196 | }
|
175 | 197 | }
|
0 commit comments