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