Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 00462921

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 0046292193d3f50604eb6ce0c97269cb1566e392
  • Vorgänger 349b5f5c
  • Nachfolger e7f0ef77

css/less -> Geaenderte & Neue Less-Dateien

Unterschiede anzeigen:

css/less/developing.less
1
/* ------------------------------------------------------------- */
2
/* DEVELOPING (developing.less)                                  */
3
/* ------------------------------------------------------------- */
4

  
1 5
// ----------------------------------------------------------------------------
2 6
//
3 7
// Developing-Section
......
20 24
body.developing{
21 25

  
22 26
  &>header{
23
     background-color: @h1-bg;
27
     background-color: @brand-h1-bg;
24 28
     display: block;
25 29
     overflow: hidden;
26 30
    h1{
27 31
      float: left;
28
      color: @h1-color ;
32
      color: @brand-h1-color ;
29 33
      padding: 1.0em;
30 34
    }
31 35
    nav{
......
80 84
  p.picture{
81 85
    background-color: #fff;
82 86
    padding: 0.8em;
83
    border: 1px @gray-medium solid;
87
    border: 1px @gray-standard solid;
84 88
    display: inline-block;
85 89
    width: auto;
86 90
  }
......
111 115
          //border: 1px black solid ;
112 116
          display: block;
113 117
          overflow: visible;
114
          border-bottom: 1px @gray-mediumdark solid ;
118
          border-bottom: 1px @gray-dark solid ;
115 119
        }
116 120
        tr:last-child td { border: none ;}
117 121

  
......
139 143

  
140 144
  } // /.wrapper
141 145

  
146
  // Buttons
147
  // Action SOFT/NEUTRAL (no submission to server page)
148
  input[type="submit"], 
149
  input[type="button"], 
150
  input[type="button"].button, 
151
  button[type="submit"], 
152
  button[type="button"],
153
  a.button {
154
    color: @button-strong-color;
155
    background-color: @button-strong-bg;
156
    border: @button-strong-border;
157

  
158
    &.hover{
159
      color: @button-strong-hover-color;
160
      background-color: @button-strong-hover-bg;
161
      border: @button-strong-hover-border;  
162
    }
163
    &.active{
164
      color: @button-strong-active-color;
165
      background-color: @button-strong-active-bg;
166
      border: @button-strong-active-border;  
167
    }  
168
  }
169
  // Action SOFT/NEUTRAL (no submission to server page)
170
  input[type="button"].neutral,
171
  input[type="submit"].neutral,
172
  input[type="reset"],
173
  input[type="reset"].neutral,
174
  button.neutral,
175
  button[type="reset"] {
176
    color:              @button-neutral-color ;
177
    background-color:   @button-neutral-bg;
178
    border:             @button-neutral-border ;
179
    &.neutral-hover {
180
      color:            @button-neutral-hover-color ;
181
      background-color: @button-neutral-hover-bg;
182
      border:           @button-neutral-hover-border ;
183
    }
184
    &.neutral-active,
185
    &.neutral-focus {
186
      color:            @button-neutral-active-color;
187
      background-color: @button-neutral-active-bg;
188
      border:           @button-neutral-active-border ;
189
    }
190
  }
191

  
192

  
193

  
194

  
195

  
196

  
142 197
} // /body.developing

Auch abrufbar als: Unified diff