Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 177 | Rev 179 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | 'margin-top 0.25s 0.75s linear,'
|
10 | 'margin-top 0.25s 0.75s linear,'
|
11 | . ' margin-left 0.25s 0.5s linear'); |
11 | . ' margin-left 0.25s 0.5s linear'); |
12 | ?>
|
12 | ?>
|
13 | }
|
13 | }
|
14 | 14 | ||
15 | .multi-display
|
15 | .multi-display,
|
- | 16 | #content.fixed |
|
16 | {
|
17 | {
|
17 | <?php |
18 | <?php |
18 | Mixins::transition('', |
19 | Mixins::transition('', |
19 | 'top 0.25s 0.75s linear,'
|
20 | 'top 0.25s 0.75s linear,'
|
20 | . ' left 0.25s 0.5s linear'); |
21 | . ' left 0.25s 0.5s linear'); |
Line 187... | Line 188... | ||
187 | Mixins::transition('', |
188 | Mixins::transition('', |
188 | 'left 0.5s 0.5s ease,'
|
189 | 'left 0.5s 0.5s ease,'
|
189 | . 'top 0.5s 0.5s linear'); |
190 | . 'top 0.5s 0.5s linear'); |
190 | ?>
|
191 | ?>
|
191 | }
|
192 | }
|
- | 193 | ||
- | 194 | #content.fixed { |
|
- | 195 | left: 22em; |
|
- | 196 | }
|
|
192 | 197 | ||
193 | .multi-display .lower .bg |
198 | .multi-display .lower .bg |
194 | {
|
199 | {
|
195 | bottom: 2.8em; |
200 | bottom: 2.8em; |
196 | <?php |
201 | <?php |