X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=19058314b8fc5d486a8ec4e5d05cedf9e65728fa;hb=9e2bb4db1565e17eda1847b6a82ad819bdb32203;hp=e2b4dcc6318c8c8eaa35a0e56ea7a8b5251206a8;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6;p=website diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index e2b4dcc6..19058314 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -6,6 +6,34 @@ @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: 750px; +@maxtablet: 939px; +@maxphone: 599px; +@maxtiny: 399px; + + +/** Schriften */ + +.droid () +{ + font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; +} + +.bpreplay () +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + font-weight: bold; +}