Subversion Repositories LCARS

Rev

Rev 74 | Rev 93 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 81
Line 10... Line 10...
10
\header('Expires: ' . gmdate('D, d M Y H:i:s', time()/* + 86400*/) . ' GMT');
10
\header('Expires: ' . gmdate('D, d M Y H:i:s', time()/* + 86400*/) . ' GMT');
11
 
11
 
12
\header('Content-Type: text/css; charset=UTF-8');
12
\header('Content-Type: text/css; charset=UTF-8');
13
13
14
require_once 'css/least/Mixins.php';
14
require_once 'css/least/Mixins.php';
15
?>
-
 
16
@CHARSET "UTF-8";
15
?>@charset "UTF-8";
17
16
18
/* 0.0 to 1.0 s */
17
/* 0.0 to 1.0 s */
19
<?php
18
<?php
20
  Mixins::keyframes('fade-in',
19
  Mixins::keyframes('fade-in',
21
    'from {
20
    'from {
Line 348... Line 347...
348
    }
347
    }
349
CSS
348
CSS
350
   );
349
   );
351
?>
350
?>
352
351
353
.fade-in .multi-display .border,
352
.fade-in .multi-display .border
354
.fade-in .multi-display .upper .title,
-
 
355
.fade-in .multi-display .upper .button
-
 
356
{
353
{
357
  <?php
354
  <?php
358
    Mixins::animation('-name', 'elbo-border');
355
    Mixins::animation('-name', 'elbo-border');
359
    Mixins::animation('-duration', '1s');
356
    Mixins::animation('-duration', '1s');
360
    Mixins::animation('-timing-function', 'linear');
357
    Mixins::animation('-timing-function', 'linear');
Line 378... Line 375...
378
    }
375
    }
379
CSS
376
CSS
380
   );
377
   );
381
?>
378
?>
382
379
-
 
380
.fade-in .multi-display .upper .title,
-
 
381
.fade-in .multi-display .upper .button,
383
.fade-in #connectors,
382
.fade-in #connectors,
384
.fade-in #content
383
.fade-in #content
385
{
384
{
386
  <?php
385
  <?php
387
    Mixins::animation('-name', 'content');
386
    Mixins::animation('-name', 'content');