X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=8203843533a6bf97d5eacbcfd3314357c412887a;hp=ba55128da0cd65293e65807872e29e94a8a95cc0;hb=fd86a57c93eea4668d9c748aed9ab301a1d99082;hpb=e4514bf0d4f1437add504129e4595f872f2d80fc diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index ba55128d..82038435 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -1,4 +1,4 @@ -/** Farben */ +/** Farb-Thema */ @normal: #0ACF00; @dunkel: #2D9B27; @@ -6,4 +6,37 @@ @nochdunkler: #077600; @hell: #42E73A; @heller: #6EE768; -@hintergrund: #FFFFFF; +@sehrhell: #CEF7C8; + +@schrift: #000; +@schrifthell: tint(@schrift, 45%); + +@hintergrund: #FFF; + +@fehler: #e60000; +@fehlerhell: tint(@fehler, 70%); + + +/** Bildschirmbreiten für Media-Query */ + +@minscreen: 580px; +@maxtablet: 939px; +@maxsmalltablet: 800px; +@maxsmallertablet: 700px; +@maxphone: @minscreen - 1; +@minphone: 300px; +@maxtiny: @minphone - 1; + + +/** Schriften */ + +.droid () +{ + font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; +} + +.bpreplay () +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + font-weight: bold; +}