Subversion Repositories LCARS

Rev

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

Rev 139 Rev 144
Line 89... Line 89...
89
  <?php
89
  <?php
90
    Mixins::animation('', 'analysis 1.5s linear 0.5s, analysis-scan 4s linear 4.0s infinite');
90
    Mixins::animation('', 'analysis 1.5s linear 0.5s, analysis-scan 4s linear 4.0s infinite');
91
  ?>  
91
  ?>  
92
}
92
}
93
93
-
 
94
<?php
-
 
95
  Mixins::keyframes('analysis-offline', <<<CSS
-
 
96
    from, 33% {
-
 
97
      color: #300;
-
 
98
    }
-
 
99
   
-
 
100
    34%, to {
-
 
101
      color: #f00;
-
 
102
    }
-
 
103
CSS
-
 
104
   );
-
 
105
?>
-
 
106
-
 
107
.offline {
-
 
108
  <?php
-
 
109
    Mixins::animation('', 'analysis-offline 3s linear 2.0s infinite');
-
 
110
  ?>
-
 
111
}
-
 
112
94
/* FIXME: Does not work, appended at bottom instead  */
113
/* FIXME: Does not work, appended at bottom instead  */
95
/* @import url("/styles/lcars-responsive.css"); */
114
/* @import url("/styles/lcars-responsive.css"); */
96
115
97
body {
116
body {
98
  margin-top: 12em;
117
  margin-top: 12em;