Testseite für Markup-Kontrolle ohne störendes Layout implementiert
[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 @hintergrund: #FFF;
13
14
15 /** Schriften */
16
17 .droid ()
18 {
19   font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
20 }
21
22 .bpreplay ()
23 {
24   font-family: 'BPreplay', Helvetica, Arial, sans-serif;
25   font-weight: bold;
26 }