Revision f7540837
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
css/lx-office-erp/help.css | ||
---|---|---|
1 | 1 |
.kivitendo-help pre { |
2 |
background-color: #eee;
|
|
2 |
background-color: rgb(208,207,201);
|
|
3 | 3 |
overflow: auto; |
4 |
} |
|
4 |
} |
|
5 |
|
|
6 |
.kivitendo-help thead th { |
|
7 |
font-size: 9pt; |
|
8 |
padding:3px; |
|
9 |
background-color: |
|
10 |
rgb(236,233,216); |
|
11 |
color: black; |
|
12 |
font-weight: bolder; |
|
13 |
text-align:left; |
|
14 |
background-image: url("../../image/fade.png"); |
|
15 |
border-style:dotted; |
|
16 |
border-width:thin; |
|
17 |
} |
|
18 |
|
|
19 |
.kivitendo-help tbody tr:nth-child(odd) { |
|
20 |
background-color: rgb(236,233,216); |
|
21 |
color: black; |
|
22 |
vertical-align: top; |
|
23 |
} |
|
24 |
|
|
25 |
.kivitendo-help tbody tr:nth-child(even) { |
|
26 |
background-color: rgb(208,207,201); |
|
27 |
color: black; |
|
28 |
vertical-align: top; |
|
29 |
} |
|
30 |
|
|
31 |
.kivitendo-help div.attention { |
|
32 |
background-color: rgb(236,233,216); |
|
33 |
border: 1px solid #cacaca; |
|
34 |
margin: 5px 20px; |
|
35 |
padding: 0px 5px; |
|
36 |
} |
|
37 |
|
|
38 |
.kivitendo-help div.attention p { |
|
39 |
margin: 5px 0px; |
|
40 |
} |
|
41 |
|
|
42 |
.kivitendo-help div.attention p:nth-child(1) { |
|
43 |
background-color: rgb(208,207,201); |
|
44 |
padding: 2px; |
|
45 |
} |
Auch abrufbar als: Unified diff
Hilfesystem: CSS für Stil lx-office-erp