X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=02993a3fb223eb249b5bfd212c5a016d4ced53bb;hp=1403333f169859c133e33df0a3cfc3e92b5b86cd;hb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b;hpb=333d6535bf30e4811ca4b1b62b02ce8658a7b777 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 1403333f..02993a3f 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -1,12 +1,6 @@ /** Typografische Grundeinstellungen ******************************************/ -/** Farben: - * 1: 0ACF00 Normal - * 2: 2D9B27 - * 3: 078600 Dunkler - * 4: 42E73A Heller - * 5: 6EE768 - */ +@import '../variables.less'; body { @@ -14,14 +8,14 @@ body letter-spacing: 0; line-height: 1.5em; padding: 1em 3em 1em 5em; - background-color: #fff; + background-color: @hintergrund; } h1, h2, h3, h4, h5, h6 { font-family: 'BPreplay', Helvetica, Arial, sans-serif; letter-spacing: 0; font-weight: bold; - color: #0ACF00; + color: @normal; margin: 1em 0 .5em 0; /** 16px 0 8px 0 */ } h1 @@ -34,7 +28,6 @@ h1 h2 { font-size: 112.5%; /** 18px */ - line-height: 1.5em; /** 27px */ } h3 { @@ -44,11 +37,10 @@ h3 h4 { font-size: 87.5%; /** 14px */ - line-height: 1.5em; /** 21px */ } h1 a, h2 a, h3 a, h4 a { - color: #0ACF00; + color: @normal; border-style: none; } h1 a:hover, @@ -56,8 +48,8 @@ h2 a:hover, h3 a:hover, h4 a:hover { - color: #078600; - border-bottom: 1px solid #078600; + color: @dunkler; + border-bottom: 1px solid @dunkler; } h1 a:focus, h2 a:focus, @@ -68,12 +60,11 @@ h2 a:active, h3 a:active, h4 a:active { - color: #2D9B27; - border-bottom: 1px solid #2D9B27; + color: @dunkel; + border-bottom: 1px solid @dunkel; } p { - line-height: 1.5em; /** 21px */ margin: .5em 0 .5em 0; } ul, ol @@ -105,28 +96,36 @@ th, td border: .071428571em solid #000; /** 1px */ padding: .214285714em .5em; /** 3px 7px */ } +pre +{ + line-height: 1.2em; +} hr { + border: none; + border-top: 2px solid @normal; + background-color: @normal; + height: 1px; margin: 1em 0 1em 0; } a { - color: #078600; - border-bottom: 1px dashed #078600; + color: @dunkler; + border-bottom: 1px dashed @dunkler; } a:hover { - color: #077600; - border-bottom: 1px solid #077600; + color: @nochdunkler; + border-bottom: 1px solid @nochdunkler; } a:focus, a:active { - color: #078600; - border-bottom: 1px solid #078600; + color: @dunkler; + border-bottom: 1px solid @dunkler; } a:visited { - border-bottom: 1px dotted #077600; + border-bottom: 1px dotted @nochdunkler; }