X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=a577cf493437eed944b75be0d1ada4318666fae9;hp=125f9c1ee619c0832ab165cee97b1d7aac4ce7a3;hb=ca6df6f375793a05fdc41dd677eafa44f17b9ac9;hpb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index 125f9c1e..a577cf49 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -9,4 +9,33 @@ @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; +@maxtiny: 399px; + + +/** Schriften */ + +.droid () +{ + font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; +} + +.bpreplay () +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + font-weight: bold; +}