X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Fprint%2Flayout.less;fp=less%2Fprint%2Flayout.less;h=392760e850097d8a67ca8f46e41233810dedc667;hb=63c6a2dc8a253b98490f27755dfbf5a66d15fa4e;hp=0000000000000000000000000000000000000000;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website diff --git a/less/print/layout.less b/less/print/layout.less new file mode 100644 index 00000000..392760e8 --- /dev/null +++ b/less/print/layout.less @@ -0,0 +1,54 @@ +body +{ + font-size: 75%; /** 12px */ +} +#header hr.h +{ + margin: .5em 0; +} +.content +{ + clear: both; +} +.marginal +{ + display: none; +} +#breadcrumb +{ + .droid; + color: @schrift; + font-weight: normal; +} +#breadcrumb strong.b +{ + font-weight: normal; +} +#breadcrumb ol.b li.b a.b, +#breadcrumb ol.b li.b strong.b +{ + color: @schrift; + border-style: none; +} +#breadcrumb a.hide +{ + display: none; +} +#breadcrumb hr.b +{ + display: none; +} +#nav +{ + display: none; +} +#footerlinks li.f +{ + display: none; +} +#footerlinks li#copyright +{ + .droid; + font-size: 100%; + display: block; +}