X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=48ffdc78a90cca17e0e03818b47a5b90b37a1bec;hp=2d6c284888489ecd9455f7e7ff54328267cd0071;hb=6482c022bf5777165d20d1cfe58f3668f8699dba;hpb=78ee3ab05e409a12e30e6f439560ce279d669b40 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 2d6c2848..48ffdc78 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -1,13 +1,11 @@ /** Typografische Grundeinstellungen ******************************************/ -@import '../variables.less'; - body { .droid; letter-spacing: 0; line-height: 1.5em; - padding: 1em 2em 1em 3em; + padding: .5em 1em 1em 1.5em; background-color: @hintergrund; } h1, h2, h3, h4, h5, h6 @@ -18,10 +16,10 @@ h1, h2, h3, h4, h5, h6 } h1 { - font-size: 187.5%; /** 30 px */ - line-height: 1em; /** 30px */ - padding: 0 0 .4em 0; /** 0 0 12px 0 */ - margin: 1em 0 .3em 0; /** 30px 0 9px 0 */ + font-size: 125%; /** 20 px */ + line-height: 1em; /** 20px */ + padding: 0 0 .4em 0; /** 0 0 8px 0 */ + margin: 1em 0 .3em 0; /** 20px 0 6px 0 */ } h2 { @@ -132,3 +130,8 @@ a:visited border-bottom: 1px dotted @nochdunkler; } +.logo +{ + .bpreplay; + color: @normal; +}