19058314b8fc5d486a8ec4e5d05cedf9e65728fa
[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 /** Bildschirmbreiten für Media-Query */
21
22 @minscreen:   750px;
23 @maxtablet:   939px;
24 @maxphone:    599px;
25 @maxtiny:     399px;
26
27
28 /** Schriften */
29
30 .droid ()
31 {
32   font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
33 }
34
35 .bpreplay ()
36 {
37   font-family: 'BPreplay', Helvetica, Arial, sans-serif;
38   font-weight: bold;
39 }