cdb90c79d04627ce66c87c859dabc19f5f3ccc19
[website] / src / main / webapp / less / variables.less
1 /** Farb-Thema */
2
3 @normal:      #0ACF00;
4 @dunkel:      #2D9B27;
5 @dunkler:     #078600;
6 @nochdunkler: #077600;
7 @hell:        #42E73A;
8 @heller:      #6EE768;
9 @sehrhell:    #CEF7C8;
10
11 @schrift:     #000;
12 @schrifthell: tint(@schrift, 45%); 
13
14 @hintergrund: #FFF;
15
16 @fehler:      #e60000;
17 @fehlerhell:  tint(@fehler, 70%);
18
19
20 /** Schriften */
21
22 .droid ()
23 {
24   font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
25 }
26
27 .bpreplay ()
28 {
29   font-family: 'BPreplay', Helvetica, Arial, sans-serif;
30   font-weight: bold;
31 }