X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=cae170ca2177e8018cfa741d406d87bca77b1bd4;hb=8978e3782165e349f6e3265c80ce6d1731ca2d31;hp=125f9c1ee619c0832ab165cee97b1d7aac4ce7a3;hpb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b;p=website diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index 125f9c1e..cae170ca 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -9,4 +9,34 @@ @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; +}