aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/HtmlExport/htmlexport.css
blob: 72ebf4fe0b38108e6a15a13c49163b3a23f38a95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
table
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

table tr
{
    background-color: white;
}

table tr.header
{
    background-color: #DDDDDD;
}

table tr.title
{
    background-color: #EEEEEE;
}

table tr td
{
    padding: 0px 3px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}

table tr td.null
{
    color: #999999;
    text-align: center;
    padding: 0px 3px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}

table tr td.separator
{
    padding: 0px 3px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    background-color: #DDDDDD;
}

table tr td.rownum
{
    padding: 0px 3px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    background-color: #DDDDDD;
    text-align: right;
}