X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fprettify.less;h=198f281a7c6ca81d9b3f23014428b4790e8a49e6;hp=400fd74284ced6c0df216fdc8062b55d3b3ab835;hb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b;hpb=ecf37551eb01ba868c0414c30e355d54650b0d53 diff --git a/src/main/webapp/less/base/prettify.less b/src/main/webapp/less/base/prettify.less index 400fd742..198f281a 100644 --- a/src/main/webapp/less/base/prettify.less +++ b/src/main/webapp/less/base/prettify.less @@ -50,3 +50,38 @@ li.L3, li.L5, li.L7, li.L9 { background: #eee } + +/* Anpassungen an das Juplo-Branding */ + +ol.linenums +{ + margin: auto; + padding: 0 0 0 3em; +} +li.L0, +li.L1, +li.L2, +li.L3, +li.L4, +li.L5, +li.L6, +li.L7, +li.L8, +li.L9 +{ + padding: 0; +} +pre.prettyprint +{ + border-color: @dunkel; + overflow-x: scroll; +} +/* Alternate shading for lines */ +li.L1, +li.L3, +li.L5, +li.L7, +li.L9 +{ + background: @sehrhell +}