summaryrefslogtreecommitdiff
path: root/scripts/report.css
blob: fa4f5984fdf612c0ad1637ceb159a505eff41f9e (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
body {
    font-family: bitstream vera sans, sans-serif;
    padding: 2em 0;
    margin: 0;
    background-color: #e6edf3;
}

h1,
h2 {
    font-family: luxi sans, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

    h1 {
        font-size: xx-large;
    }

    h2 {
        font-size: small;
        letter-spacing: 1px;
        margin-bottom: 1em;
    }

.note {
    width: 30em;
    max-width: 70%;
    margin: 2em auto 1em;
    font-size: small;
    padding: 1ex;
    background-color: #fefced;
    border: 2px solid #fff;
}
    
table {
    border-collapse: collapse;
    margin: 0 auto 1em;
    float: left;
    border-spacing: 10px;
    border: 1px solid #ccc;
    width: 20em;
}
    caption {
        margin: 1em auto 0.5ex;
        font-weight: bold;
        font-size: large;
        color: #33639f;
    }

    th,
    td {
        margin: 0;
        padding: 0.5ex 1ex;
        white-space: nowrap;
    }

    td {
        border: 1px dotted #ddd;
        border-width: 0 1px 1px;
        border-bottom: 1px solid #ccc;
        font-size: small;
        background-color: #f6f6f6;
        color: #555;
        width: 33%;
    }

    td.widgetname {
        background-color: #fff;
        color: #000;
    }
    
    th {
        font-size: x-small;
        /*
        text-transform: uppercase;
        font-weight: normal;
        */
        font-variant: small-caps;
        background-color: #6798cb;
        color: #fff;
        border: 1px solid #3d76b1;
    }