epic-s6ts
[kivitendo-erp.git] / css / bwa.css
1 /* Allgemeine Schriftdefinition */
2 th,td {
3         font-size:small;
4 }
5
6 @page {
7         size: landscape;
8         margin: 0.5cm;
9 }
10
11 /* Definition Tabellenueberschrift */
12
13 .left   { text-align:left; }
14 .center { text-align:center; }
15 .right  { text-align:right; }
16
17 tr.headline    { border:0; }
18 tr.headline td { border:0; }
19 h3 { font-size:120%; }
20 h3 { font-size:100%; }
21
22 /* Tabellenkopf */
23 th {
24         font-weight: bold;
25         border-bottom: solid thin black;
26         padding:0 10px;
27         text-align:right;
28 }
29
30 th.left  { border-left:  solid thin black; }
31 th.right { border-right: solid thin black; }
32
33 .querkopf th.right { text-align:center; }
34 .querkopf th {
35         border-top: solid thin black;
36         border-bottom:0;
37 }
38
39 /* Tabelleninhalt */
40 td {
41         text-align:right;
42         padding:0 0.5em;
43 }
44 td.left  { border-left:  solid thin black; }
45 td.right { border-right: solid thin black; }
46
47
48 /* jede zweite Zeile grau hinterlegen */
49 tr.grey {
50         background:#f0f0f0;
51 }
52
53 /* letzte Zeile in der Tabelle */
54 #last td{ border-bottom: solid thin black; }
55
56 /* Zwischensumme/-ueberschriften */
57 tr.subtotal td { font-weight: bold; }
58
59 /* Fusszeile unter der Tabelle */
60 td.footer {
61         text-align:right;
62         font-size:smaller;
63 }