1 /* ------------------------------------------------------------- */
2 /* DEVELOPING DEMO (developing_demo.less) */
3 /* ------------------------------------------------------------- */
5 // ----------------------------------------------------------------------------
9 // ----------------------------------------------------------------------------
10 // DESCRIPTION: All colors for the demo color page in /css/developing/farben-demo.html
11 // use following statement for creating the demo-css-file:
12 // lessc developing-demo.less ../css/developement/farben-demo.css
14 // For creating the HTML demo blocks from variables.less use following grep patterns
15 // @([a-z-]+)[ ]*:[ ]*[@][0-9a-z-]+[ ]*; replace with:
16 // .\1 { background-color: @\1 } or .$1 { background-color: @$1 }
17 // ----------------------------------------------------------------------------
20 @import 'variables.less';
24 .gray-darker { background-color: @gray-darker }
25 .gray-verydark { background-color: @gray-verydark }
26 .gray-dark { background-color: @gray-dark }
27 .gray-standard { background-color: @gray-standard }
28 .gray-light { background-color: @gray-light }
29 .gray-lighter { background-color: @gray-lighter }
30 .gray-verylight { background-color: @gray-verylight }
31 .gray-superlight{ background-color: @gray-superlight }
33 // Divers Color Specications
34 // for message and other coloured stuff
36 .color-red-strong { background-color: @color-red-strong }
37 .color-red-light { background-color: @color-red-light }
39 .color-green-strong { background-color: @color-green-strong }
40 .color-green-light { background-color: @color-green-light }
42 .color-blue-strong { background-color: @color-blue-strong }
43 .color-blue-light { background-color: @color-blue-light }
45 .color-orange-strong { background-color: @color-orange-strong } // more brown
46 .color-orange-light { background-color: @color-orange-light }
48 .rainbow-green { background-color: @rainbow-green }
49 .rainbow-blue { background-color: @rainbow-blue }
50 .rainbow-red { background-color: @rainbow-red }
51 .rainbow-yellow { background-color: @rainbow-yellow }
56 // Text (Label & data)
57 .base-primary { background-color: @base-primary }
58 .base-label { background-color: @base-label }
59 .base-label-bg { background-color: @base-label-bg }
61 // Messages & info types
62 .base-info { background-color: @base-info }
63 .base-info-bg { background-color: @base-info-bg }
65 .base-ok { background-color: @base-ok }
66 .base-ok-bg { background-color: @base-ok-bg }
68 .base-warning { background-color: @base-warning }
69 .base-warning-bg { background-color: @base-warning-bg }
71 .base-error { background-color: @base-error }
72 .base-error-bg { background-color: @base-error-bg }
74 // Positive & negative colors
75 .base-positive { background-color: @base-positive }
76 .base-positive-bg { background-color: @base-positive-bg }
77 .base-negative { background-color: @base-negative }
78 .base-negative-bg { background-color: @base-negative-bg }
82 // Button with manipulation (submit etc.)
83 .button-strong { background-color: @button-strong }
84 .button-strong-bg { background-color: @button-strong-bg }
85 .button-strong-border { background-color: @button-strong-border }
86 .button-strong-hover { background-color: @button-strong-hover }
87 .button-strong-hover-bg { background-color: @button-strong-hover-bg }
88 .button-strong-hover-border { background-color: @button-strong-hover-border }
89 .button-strong-active { background-color: @button-strong-active }
90 .button-strong-active-bg { background-color: @button-strong-active-bg }
91 .button-strong-active-border { background-color: @button-strong-active-border }
92 // button withoud data manipulation (reset, cancel, open, show etc.)
93 .button-soft { background-color: @button-soft }
94 .button-soft-bg { background-color: @button-soft-bg }
95 .button-soft-border { background-color: @button-soft-border }
96 .button-soft-hover { background-color: @button-soft-hover }
97 .button-soft-hover-bg { background-color: @button-soft-hover-bg }
98 .button-soft-hover-border { background-color: @button-soft-hover-border }
99 .button-soft-active { background-color: @button-soft-active }
100 .button-soft-active-bg { background-color: @button-soft-active-bg }
101 .button-soft-active-border { background-color: @button-soft-active-border }
104 // --------------------------------------
106 // --------------------------------------
107 .body-bg { background-color: @body-bg } // general PENDENT: obsolete
108 .content-bg { background-color: @content-bg } // background first tabs
109 .tabs-bg { background-color: @tabs-bg } // background tabs panel (data/content)
110 .heading-bg { background-color: @heading-bg } // controlpanels & other stuff
111 .controlpanel-bg { background-color: @controlpanel-bg-color } // controlpanels
113 .text-color { background-color: @text-color }
114 .heading-color { background-color: @heading-color } // labels & table headings
115 .caption-color { background-color: @caption-color } // caption
121 color: @gray-standard !important;
125 h1 { font-size: 14pt; padding-top: 1.0em ; }
126 h2 { font-size: 12pt; margin-top: 0.2em ; }
131 margin: 0 1.0em 0 0 ;
136 color: @gray-standard !important;
141 vertical-align: bottom ;
150 border: 1px #000 solid ;
154 display: inline-block;
163 /* -------------------------------------- */
164 /* Colors for Developers Color Demo */
165 /* -------------------------------------- */
168 // -----------------------
170 // -----------------------
171 .gray-superdark: #000000 ; // Black
172 .gray-verydark: #222222 ;
173 .gray-darker: #555555 ;
174 .gray-dark: #888888 ;
176 .gray-standard: #aaaaaa ;
178 .gray-light: #cfcfcf ;
179 .gray-lighter: #dedede ;
180 .gray-verylight: #ececec ;
181 .gray-superlight: #ffffff ; // White
184 // -----------------------
186 // -----------------------
187 .base-superdark: @gray-superdark ; // Black
188 .base-verydark: @gray-verydark ;
189 .base-darker: @gray-darker ;
190 .base-dark: @gray-dark ;
192 .base-standard: @gray-standard ;
194 .base-light: @gray-light ;
195 .base-lighter: @gray-lighter ;
196 .base-verylight: @gray-verylight ;
197 .base-superlight: @gray-superlight ; // White
201 // -----------------------
202 // Special Color Specifications for messages
203 // -----------------------
206 .color-green-strong: #003c18;
207 .color-green-light: #9ccb21;
210 .color-red-strong: #ae0014;
211 .color-red-light: #ffd6d6;
214 .color-blue-strong: #209ec8;
215 .color-blue-light: #b6e6e5;
218 .color-orange-strong: #8D6A00; // more brown
219 .color-orange-light: #f6d972;
222 .rainbow-green: #408000;
223 .rainbow-blue: #0080FF;
224 .rainbow-red: #FF0000;
225 .rainbow-yellow: #FFFF00;