Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 231 → Rev 221

/trunk/styles/lcars22.css
304,7 → 304,7
 
.menu
{
height: 20.6em;
height: 23.6em;
background-color: #000;
}
 
510,7 → 510,7
}
 
#connectors .mid {
top: 10.4em;
top: 13.6em;
height: 0.8em;
}
 
928,12 → 928,6
color: #000;
}
 
.group .separator.right
{
left: auto;
right: 0;
}
 
.group .separator:after {
position: absolute;
width: 0.8em;
948,11 → 942,6
margin-left: 1.7em;
}
 
.group ul.left
{
margin-left: 0;
}
 
.group li {
margin-bottom: 0;
}
971,60 → 960,32
margin-bottom: 0;
}
 
.button.right,
.group ul .button,
.group ul.left .button.right
{
border-top-left-radius: 0;
.button.right {
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
border-bottom-left-radius: 0;
}
 
.button.right .text,
.group ul .button .text,
.group ul.left .button.right .text
{
left: auto;
.button.right .text {
right: 1em;
}
 
.group ul.left .button .text
{
left: 1em;
right: auto;
}
 
.button.left,
.group ul.left .button
{
.button.left {
border-top-left-radius: 1em;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 1em;
}
 
.group .button .key,
.group ul.left .button.right .key
{
.group .button .key {
display: inline-block;
position: absolute;
left: 0.2em;
top: 0;
right: auto;
bottom: 0;
padding: 0 0.1em;
background-color: #000;
color: #f90;
font-size: 2.4em;
text-transform: uppercase !important;
text-transform: uppercase;
line-height: 0.9;
}
 
.group ul.left .button .key
{
left: auto;
right: 0.2em;
}
 
<?php require_once 'lcars-responsive.css'; ?>
<?php require_once 'lcars-responsive.css'; ?>
/trunk/styles/lcars-responsive-small.css
47,7 → 47,7
}
.menu {
height: 19.6em;
height: 21.8em;
<?php
Mixins::transition('', 'height 0.5s 0.5s linear');
?>