|
1 |
| -/* $gradient: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(70,70,70,1) 30%); */ |
2 |
| -/* $old_gradient: -webkit-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(190,190,190,1) 100%); */ |
3 |
| -/* $old_move_gradient: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(180,180,180,1) 100%); */ |
4 |
| -/* $new_gradient: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(190,190,190,1) 100%); */ |
5 |
| -/* $new_move_gradient: -webkit-linear-gradient(top, rgba(255,255,255,1) 40%,rgba(180,180,180,1) 100%); */ |
6 | 1 | /*
|
7 | 2 | Tick.tick-flip
|
8 | 3 | */
|
9 |
| -/* line 26, sass/tick.scss */ |
| 4 | +/* line 20, ../scss/tick.scss */ |
10 | 5 | .tick-flip + p {
|
11 | 6 | clear: both;
|
12 | 7 | text-align: right;
|
13 | 8 | }
|
14 | 9 |
|
15 |
| -/* line 30, sass/tick.scss */ |
| 10 | +/* line 24, ../scss/tick.scss */ |
16 | 11 | .tick-flip {
|
17 | 12 | position: relative;
|
18 | 13 | float: left;
|
|
40 | 35 | text-align: center;
|
41 | 36 | }
|
42 | 37 |
|
43 |
| -/* line 60, sass/tick.scss */ |
| 38 | +/* line 54, ../scss/tick.scss */ |
44 | 39 | .tick-flip.tick-active {
|
45 | 40 | width: auto;
|
46 | 41 | color: #1e1e1e;
|
47 | 42 | }
|
48 | 43 |
|
49 |
| -/* line 64, sass/tick.scss */ |
| 44 | +/* line 58, ../scss/tick.scss */ |
50 | 45 | .tick-flip .tick-seperator {
|
51 | 46 | margin: 0 2px;
|
52 | 47 | font-size: 0.6em;
|
53 | 48 | color: #b4b4b4;
|
54 | 49 | }
|
55 | 50 |
|
56 |
| -/* line 69, sass/tick.scss */ |
| 51 | +/* line 63, ../scss/tick.scss */ |
57 | 52 | .tick-flip .tick-wrapper {
|
58 | 53 | position: relative;
|
59 | 54 | display: inline-block;
|
60 | 55 | margin: 0 2px;
|
61 | 56 | border-radius: 4px;
|
62 | 57 | }
|
63 | 58 |
|
64 |
| -/* line 75, sass/tick.scss */ |
| 59 | +/* line 69, ../scss/tick.scss */ |
65 | 60 | .tick-flip .tick-wrapper:after {
|
66 | 61 | position: absolute;
|
67 | 62 | display: block;
|
|
74 | 69 | background-color: #323232;
|
75 | 70 | }
|
76 | 71 |
|
77 |
| -/* line 87, sass/tick.scss */ |
| 72 | +/* line 81, ../scss/tick.scss */ |
78 | 73 | .tick-flip .tick-wrapper span {
|
79 | 74 | padding: 0 5px;
|
80 | 75 | }
|
81 | 76 |
|
82 |
| -/* line 91, sass/tick.scss */ |
| 77 | +/* line 85, ../scss/tick.scss */ |
83 | 78 | .tick-flip .tick-old {
|
84 | 79 | display: block;
|
85 | 80 | border-radius: 4px;
|
|
96 | 91 | background-image: linear-gradient(top, #ffffff 60%, #bebebe 100%);
|
97 | 92 | }
|
98 | 93 |
|
99 |
| -/* line 101, sass/tick.scss */ |
| 94 | +/* line 95, ../scss/tick.scss */ |
100 | 95 | .tick-flip .tick-new {
|
101 | 96 | overflow: hidden;
|
102 | 97 | position: absolute;
|
|
117 | 112 | background-image: linear-gradient(top, #ffffff 0%, #bebebe 100%);
|
118 | 113 | }
|
119 | 114 |
|
120 |
| -/* line 118, sass/tick.scss */ |
| 115 | +/* line 112, ../scss/tick.scss */ |
121 | 116 | .tick-flip .tick-old-move,
|
122 | 117 | .tick-flip .tick-new-move {
|
123 | 118 | overflow: hidden;
|
|
127 | 122 | background: white;
|
128 | 123 | }
|
129 | 124 |
|
130 |
| -/* line 126, sass/tick.scss */ |
| 125 | +/* line 120, ../scss/tick.scss */ |
131 | 126 | .tick-flip .tick-moving {
|
132 | 127 | display: block;
|
133 | 128 | }
|
134 | 129 |
|
135 |
| -/* line 130, sass/tick.scss */ |
| 130 | +/* line 124, ../scss/tick.scss */ |
136 | 131 | .tick-flip .tick-old-move {
|
137 | 132 | z-index: 999;
|
138 | 133 | bottom: 50%;
|
|
155 | 150 | -o-transform-origin: bottom left;
|
156 | 151 | }
|
157 | 152 |
|
158 |
| -/* line 148, sass/tick.scss */ |
| 153 | +/* line 142, ../scss/tick.scss */ |
159 | 154 | .tick-flip .tick-new-move {
|
160 | 155 | z-index: 997;
|
161 | 156 | height: 100%;
|
|
182 | 177 | /*
|
183 | 178 | Tick.tick-scroll
|
184 | 179 | */
|
185 |
| -/* line 174, sass/tick.scss */ |
| 180 | +/* line 167, ../scss/tick.scss */ |
186 | 181 | .tick-scroll {
|
187 | 182 | overflow: hidden;
|
188 | 183 | position: relative;
|
|
202 | 197 | /*
|
203 | 198 | Adding depth to the ticker by overlaying some gradients
|
204 | 199 | */
|
205 |
| -/* line 197, sass/tick.scss */ |
| 200 | +/* line 190, ../scss/tick.scss */ |
206 | 201 | .tick-scroll:before,
|
207 | 202 | .tick-scroll:after {
|
208 | 203 | position: absolute;
|
|
214 | 209 | border-radius: 5px;
|
215 | 210 | }
|
216 | 211 |
|
217 |
| -/* line 207, sass/tick.scss */ |
| 212 | +/* line 200, ../scss/tick.scss */ |
218 | 213 | .tick-scroll:before {
|
219 | 214 | *zoom: 1;
|
220 | 215 | filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF282828', endColorstr='#00282828');
|
|
226 | 221 | background-image: linear-gradient(top, #282828 0%, #282828 20%, rgba(40, 40, 40, 0) 100%);
|
227 | 222 | }
|
228 | 223 |
|
229 |
| -/* line 211, sass/tick.scss */ |
| 224 | +/* line 204, ../scss/tick.scss */ |
230 | 225 | .tick-scroll:after {
|
231 | 226 | bottom: 0;
|
232 | 227 | *zoom: 1;
|
|
242 | 237 | /*
|
243 | 238 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
244 | 239 | */
|
245 |
| -/* line 220, sass/tick.scss */ |
| 240 | +/* line 213, ../scss/tick.scss */ |
246 | 241 | .tick-scroll .tick-wheel {
|
247 | 242 | position: relative;
|
248 | 243 | display: inline-block;
|
|
253 | 248 | background-color: white;
|
254 | 249 | }
|
255 | 250 |
|
256 |
| -/* line 231, sass/tick.scss */ |
| 251 | +/* line 224, ../scss/tick.scss */ |
257 | 252 | .tick-scroll .tick-wheel span {
|
258 | 253 | display: block;
|
259 | 254 | padding: 16px 0;
|
260 | 255 | }
|
261 | 256 |
|
262 |
| -/* line 236, sass/tick.scss */ |
| 257 | +/* line 229, ../scss/tick.scss */ |
263 | 258 | .tick-scroll .tick-seperator {
|
264 | 259 | font-weight: normal;
|
265 | 260 | }
|
| 261 | + |
| 262 | +/* |
| 263 | + Tick.tick-slide |
| 264 | +*/ |
| 265 | +/* line 238, ../scss/tick.scss */ |
| 266 | +.tick-slide { |
| 267 | + display: inline-block; |
| 268 | + padding: 10px; |
| 269 | + color: white; |
| 270 | + background-color: #141414; |
| 271 | +} |
| 272 | + |
| 273 | +/* line 245, ../scss/tick.scss */ |
| 274 | +.tick-slide span { |
| 275 | + display: inline-block; |
| 276 | + width: 50px; |
| 277 | + height: 65px; |
| 278 | + border-right: 1px solid #787878; |
| 279 | + border-left: 1px solid #787878; |
| 280 | + margin-right: 2px; |
| 281 | + font-size: 1.5em; |
| 282 | + background: url("../img/sprite.gif"); |
| 283 | + text-indent: -999em; |
| 284 | +} |
| 285 | + |
| 286 | +/* line 260, ../scss/tick.scss */ |
| 287 | +.tick-slide .seperator { |
| 288 | + width: 20px; |
| 289 | + padding-right: 2px; |
| 290 | + padding-left: 0; |
| 291 | + border: 0 none; |
| 292 | + background: url("../img/seperator.gif") no-repeat top center; |
| 293 | +} |
0 commit comments