Sonderzeichen-Test für BPreplay
[website] / dist / less / print / layout.less
1 body
2 {
3   font-size: 75%; /** 12px */
4 }
5 #header hr.h
6 {
7   margin: .5em 0;
8 }
9 .content
10 {
11   clear: both;
12 }
13 .marginal
14 {
15   display: none;
16 }
17 #breadcrumb
18 {
19   .droid;
20   color: @schrift;
21   font-weight: normal;
22 }
23 #breadcrumb strong.b
24 {
25   font-weight: normal;
26 }
27 #breadcrumb ol.b li.b a.b,
28 #breadcrumb ol.b li.b strong.b
29 {
30   color: @schrift;
31   border-style: none;
32 }
33 #breadcrumb a.hide
34 {
35   display: none;
36 }
37 #breadcrumb hr.b
38 {
39   display: none;
40 }
41 #nav
42 {
43   display: none;
44 }
45 #footerlinks li.f
46 {
47   display: none;
48 }
49 #footerlinks li#copyright
50 {
51   .droid;
52   font-size: 100%;
53   display: block;
54 }