Subversion Repositories LCARS

Rev

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

Rev 64 Rev 163
Line 90... Line 90...
90
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
90
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
91
}
91
}
92
92
93
.akte-x {
93
.akte-x {
94
  padding: 1em 0.25em 0.6em 0.25em;
94
  padding: 1em 0.25em 0.6em 0.25em;
-
 
95
  <?php
-
 
96
/*  
95
  background-image: -(o-|)linear-gradient(12deg,
97
  background-image: -(o-|)linear-gradient(12deg,
96
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
98
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
97
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
99
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
98
  <?php
100
*/      
99
        Mixins::linear_gradient(
101
        Mixins::linear_gradient(
100
                'background-image',
102
                'background-image',
101
                '12deg,
103
                '12deg,
102
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
104
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
103
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%',
105
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%',
Line 121... Line 123...
121
  vertical-align: middle;  
123
  vertical-align: middle;  
122
}
124
}
123
125
124
.akte-x .small {
126
.akte-x .small {
125
  padding-left: 1em;
127
  padding-left: 1em;
-
 
128
<?php
-
 
129
/*  
126
  background-image: -()linear-gradient(bottom left, black, transparent);
130
  background-image: -()linear-gradient(bottom left, black, transparent);
-
 
131
 */  
127
        <?php   Mixins::linear_gradient('background-image', 'bottom left, black, transparent'); ?>
132
  Mixins::linear_gradient('background-image', 'bottom left, black, transparent');
-
 
133
?>
128
  vertical-align: middle;
134
  vertical-align: middle;
129
  font-family: "Futura Condensed", sans-serif;
135
  font-family: "Futura Condensed", sans-serif;
130
  font-size: 50%;
136
  font-size: 50%;
131
  text-transform: uppercase;
137
  text-transform: uppercase;
132
  letter-spacing: 1em;
138
  letter-spacing: 1em;
Line 319... Line 325...
319
  margin-left: -1.7em;
325
  margin-left: -1.7em;
320
  margin-top: -0.7em;
326
  margin-top: -0.7em;
321
  border: 0.325em solid rgba(36, 63, 219, 0.33);
327
  border: 0.325em solid rgba(36, 63, 219, 0.33);
322
  border-radius: 100% 0;
328
  border-radius: 100% 0;
323
  content: "";
329
  content: "";
324
  -(moz-|webkit-|)transform: rotate(15deg);
-
 
325
  <?php
330
  <?php
-
 
331
/*  
-
 
332
  -(moz-|webkit-|)transform: rotate(15deg);
-
 
333
 */
326
        Mixins::prefix_property('transform', '',
334
        Mixins::prefix_property('transform', '',
327
                'rotate(15deg)',
335
                'rotate(15deg)',
328
                array('-moz-', '-webkit-', ''));
336
                array('-moz-', '-webkit-', ''));
329
        ?>
337
        ?>
330
}
338
}