X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=0000000000000000000000000000000000000000;hb=63c6a2dc8a253b98490f27755dfbf5a66d15fa4e;hp=cae170ca2177e8018cfa741d406d87bca77b1bd4;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less deleted file mode 100644 index cae170ca..00000000 --- a/src/main/webapp/less/variables.less +++ /dev/null @@ -1,42 +0,0 @@ -/** Farb-Thema */ - -@normal: #0ACF00; -@dunkel: #2D9B27; -@dunkler: #078600; -@nochdunkler: #077600; -@hell: #42E73A; -@heller: #6EE768; -@sehrhell: #CEF7C8; - -@schrift: #000; -@schrifthell: tint(@schrift, 45%); - -@hintergrund: #FFF; - -@fehler: #e60000; -@fehlerhell: tint(@fehler, 70%); - - -/** Bildschirmbreiten für Media-Query */ - -@minscreen: 580px; -@mindesktop: 940px; -@maxtablet: @mindesktop - 1; -@maxsmalltablet: 800px; -@maxsmallertablet: 700px; -@maxphone: 579px; -@minphone: 300px; -@maxtiny: 299px; - -/** Schriften */ - -.droid () -{ - font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; -} - -.bpreplay () -{ - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; -}