Subversion Repositories LCARS

Rev

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

Rev 177 Rev 179
Line 118... Line 118...
118
    border-top-right-radius: 1.2em;
118
    border-top-right-radius: 1.2em;
119
    border-bottom-right-radius: 1.2em;
119
    border-bottom-right-radius: 1.2em;
120
    opacity: 1;
120
    opacity: 1;
121
  }
121
  }
122
122
123
  .multi-display
123
  .multi-display,
-
 
124
  #content.fixed
124
  {
125
  {
125
    top: 0.2em;
-
 
126
    left: 0.2em;
-
 
127
    <?php
126
    <?php
128
      Mixins::transition('',
127
      Mixins::transition('',
129
          'top    0.25s 1.1475s linear,'
128
          'top    0.25s 1.1475s linear,'
130
        . ' left  0.25s 1.3975s linear');      
129
        . ' left  0.25s 1.3975s linear');      
131
    ?>
130
    ?>
132
  }
131
  }
-
 
132
 
-
 
133
  .multi-display
-
 
134
  {
-
 
135
    top: 0.2em;
-
 
136
    left: 0.2em;
-
 
137
  }
-
 
138
 
-
 
139
  #content.fixed {
-
 
140
    left: 6.4em;
-
 
141
    top:  9.6em;
-
 
142
  }  
133
143
134
  .menu .bow
144
  .menu .bow
135
  {
145
  {
136
    background-color: #fc6;
146
    background-color: #fc6;
137
    <?php
147
    <?php
Line 178... Line 188...
178
  }
188
  }
179
 
189
 
180
  .multi-display .upper .content .commands
190
  .multi-display .upper .content .commands
181
  {
191
  {
182
    width: 5.2em;
192
    width: 5.2em;
183
  }
-
 
184
193
  }
-
 
194