Subversion Repositories LCARS

Rev

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

Rev 159 Rev 167
Line 306... Line 306...
306
  overflow-y: auto;
306
  overflow-y: auto;
307
}
307
}
308
308
309
.menu
309
.menu
310
{
310
{
311
  height: 22.4em;
311
  height: 23.6em;
312
  background-color: #000;
312
  background-color: #000;
313
}
313
}
314
314
315
.menu ul {
315
.menu ul {
316
  margin: 0 0.2em 0 0;
316
  margin: 0 0.2em 0 0;
Line 335... Line 335...
335
#bow-bottom {
335
#bow-bottom {
336
  position: absolute;
336
  position: absolute;
337
  bottom: 0.2em;
337
  bottom: 0.2em;
338
  left: 0.2em;
338
  left: 0.2em;
339
  width: 8em;
339
  width: 8em;
340
  height: 2.6em;
340
  height: 2.4em;
341
  border-bottom-left-radius: 0em;
341
  border-bottom-left-radius: 0em;
342
  border-bottom-right-radius: 0em;
342
  border-bottom-right-radius: 0em;
343
  background-color: #999;
343
  background-color: #999;
344
}
344
}
345
345
Line 931... Line 931...
931
  ?>
931
  ?>
932
}
932
}
933
933
934
#bow-bottom {
934
#bow-bottom {
935
  <?php
935
  <?php
936
    Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, height, width');
936
    Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, width');
937
    Mixins::transition('-delay', '0.5s');
937
    Mixins::transition('-delay', '0.5s');
938
    Mixins::transition('-duration', '0.5s');
938
    Mixins::transition('-duration', '0.5s');
939
    Mixins::transition('-timing-function', 'ease');
939
    Mixins::transition('-timing-function', 'ease');
940
  ?>
940
  ?>
941
}
941
}
Line 985... Line 985...
985
  }
985
  }
986
   
986
   
987
  #bow-bottom {
987
  #bow-bottom {
988
    border-bottom-left-radius: 2.4em;
988
    border-bottom-left-radius: 2.4em;
989
    border-bottom-right-radius: 2em;
989
    border-bottom-right-radius: 2em;
990
    height: 2.4em;
-
 
991
    width: 20.6em;
990
    width: 20.6em;
992
  <?php
991
  <?php
993
    Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, height, width');
992
    Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, height, width');
994
    Mixins::transition('-delay', '1.0s');
993
    Mixins::transition('-delay', '1.0s');
995
    Mixins::transition('-duration', '0.5s');
994
    Mixins::transition('-duration', '0.5s');