Revision 0615efff
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
css/list_accounts.css | ||
---|---|---|
1 |
/* Kontenliste Styles */ |
|
2 |
|
|
3 |
.coa_listtop { |
|
4 |
background-color:rgb(236,233,216); |
|
5 |
text-align:left; |
|
6 |
padding:5px; |
|
7 |
font-size:12pt; |
|
8 |
color:black; |
|
9 |
font-weight: bolder; |
|
10 |
border-style:dashed; |
|
11 |
border-width:thin; |
|
12 |
} |
|
13 |
|
|
14 |
.coa_listheading { |
|
15 |
background-color:rgb(236,233,216); |
|
16 |
color: black; |
|
17 |
background-image:url("../image/fade.png"); |
|
18 |
} |
|
19 |
|
|
20 |
.coa_listheading_element { |
|
21 |
font-size:10pt; |
|
22 |
padding:3px; |
|
23 |
font-weight:bolder; |
|
24 |
text-align:left; |
|
25 |
border-style:dotted; |
|
26 |
border-width:thin; |
|
27 |
} |
|
28 |
|
|
29 |
.coa_listrow1 { |
|
30 |
background-color: rgb(208,207,201); |
|
31 |
color: black; |
|
32 |
vertical-align: top; |
|
33 |
} |
|
34 |
|
|
35 |
.coa_listrow0 { |
|
36 |
background-color: rgb(236,233,216); |
|
37 |
color: black; |
|
38 |
vertical-align: top; |
|
39 |
} |
|
40 |
|
|
41 |
.coa_amount { |
|
42 |
text-align:right; |
|
43 |
font-familiy:monospace; |
|
44 |
} |
|
45 |
|
|
46 |
.coa_account_header { |
|
47 |
font-size:10pt; |
|
48 |
padding:3px; |
|
49 |
font-weight:bolder; |
|
50 |
text-align:left; |
|
51 |
border-style:none; |
|
52 |
border-width:thin; |
|
53 |
} |
|
54 |
|
|
55 |
.coa_account_header_sc { |
|
56 |
font-size:10pt; |
|
57 |
padding:3px; |
|
58 |
font-weight:bolder; |
|
59 |
text-align:left; |
|
60 |
border-style:none; |
|
61 |
border-width:thin; |
|
62 |
cursor:s-resize; |
|
63 |
} |
|
64 |
|
|
65 |
.coa_detail { |
|
66 |
padding:0px; |
|
67 |
border-style:none; |
|
68 |
} |
|
69 |
|
|
70 |
.coa_detail_emph { |
|
71 |
font-size:10pt; |
|
72 |
font-weight:bold; |
|
73 |
color:darkred; |
|
74 |
} |
|
75 |
|
|
76 |
.coa_details_header { |
|
77 |
font-size:8pt; |
|
78 |
padding:3px; |
|
79 |
font-weight:bolder; |
|
80 |
text-align:center; |
|
81 |
border-style:none; |
|
82 |
border-width:thin; |
|
83 |
} |
|
84 |
|
|
85 |
.coa_details_header2 { |
|
86 |
font-size:8pt; |
|
87 |
padding:3px; |
|
88 |
font-weight:normal; |
|
89 |
text-align:left; |
|
90 |
border-style:none; |
|
91 |
border-width:thin; |
|
92 |
} |
Auch abrufbar als: Unified diff
Die Änderungen in Revision 2744 verlangen nach dieser neuen Datei.