openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

openrat-view.less (1379B)


      1 /*
      2 OpenRat Content Management System
      3 Copyright (C) 2002-2010 Jan Dankert
      4 
      5 This program is free software; you can redistribute it and/or
      6 modify it under the terms of the GNU General Public License
      7 as published by the Free Software Foundation; either version 2
      8 of the License, or (at your option) any later version.
      9 
     10 This program is distributed in the hope that it will be useful,
     11 but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 GNU General Public License for more details.
     14 
     15 You should have received a copy of the GNU General Public License
     16 along with this program; if not, write to the Free Software
     17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
     18 */
     19 
     20 
     21 /* Usage to this variable is safe to be removed */
     22 @color-overridden-by-theme: black;
     23 
     24 .border-radius (@radius) {
     25     border-radius: @radius;
     26     -moz-border-radius: @radius;
     27     -webkit-border-radius: @radius;
     28     -khtml-border-radius: @radius;
     29 }
     30 
     31 .or {
     32 
     33     &-view {
     34       padding: 0.5em;
     35 
     36       &-header {
     37         font-size: 1.2em;
     38       }
     39 
     40       &--is-dirty {
     41         // Only JS-Handling
     42       }
     43 
     44       /* Fortschrittsbalken, fuer alle Elemente verfuegbar. */
     45 
     46       &-central {
     47         position: absolute;
     48         top: 30%;
     49         margin-left: 40%;
     50         margin-right: 40%;
     51         font-size: 3em;
     52       }
     53     }
     54 }