Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
    table.cfdump_wddx,
    table.cfdump_xml,
    table.cfdump_struct,
    table.cfdump_array,
    table.cfdump_query,
    table.cfdump_cfc,
    table.cfdump_object,
    table.cfdump_binary,
    table.cfdump_udf,
    table.cfdump_udfbody,
    table.cfdump_udfarguments {
        font-size: xx-small;
        font-family: verdana, arial, helvetica, sans-serif;
        cell-spacing: 2px;
    }
    
    table.cfdump_wddx th,
    table.cfdump_xml th,
    table.cfdump_struct th,
    table.cfdump_array th,
    table.cfdump_query th,
    table.cfdump_cfc th,
    table.cfdump_object th,
    table.cfdump_binary th,
    table.cfdump_udf th,
    table.cfdump_udfbody th,
    table.cfdump_udfarguments th {
        text-align: left;
        color: white;
        padding: 5px;
    }
    
    table.cfdump_wddx td,
    table.cfdump_xml td,
    table.cfdump_struct td,
    table.cfdump_array td,
    table.cfdump_query td,
    table.cfdump_cfc td,
    table.cfdump_object td,
    table.cfdump_binary td,
    table.cfdump_udf td,
    table.cfdump_udfbody td,
    table.cfdump_udfarguments td {
        padding: 3px;
        background-color: #ffffff;
        vertical-align : top;
    }
    
    table.cfdump_wddx {
        background-color: #000000;
    }
    table.cfdump_wddx th.wddx {
        background-color: #444444;
    }
    
    
    table.cfdump_xml {
        background-color: #888888;
    }
    table.cfdump_xml th.xml {
        background-color: #aaaaaa;
    }
    table.cfdump_xml td.xml {
        background-color: #dddddd;
    }
    
    table.cfdump_struct {
        background-color: #0000cc ;
    }
    table.cfdump_struct th.struct {
        background-color: #4444cc ;
    }
    table.cfdump_struct td.struct {
        background-color: #ccddff;
    }
    
    table.cfdump_array {
        background-color: #006600 ;
    }
    table.cfdump_array th.array {
        background-color: #009900 ;
    }
    table.cfdump_array td.array {
        background-color: #ccffcc ;
    }
    
    table.cfdump_query {
        background-color: #884488 ;
    }
    table.cfdump_query th.query {
        background-color: #aa66aa ;
    }
    table.cfdump_query td.query {
        background-color: #ffddff ;
    }
    
    
    table.cfdump_cfc {
        background-color: #ff0000;
    }
    table.cfdump_cfc th.cfc{
        background-color: #ff4444;
    }
    table.cfdump_cfc td.cfc {
        background-color: #ffcccc;
    }
    
    
    table.cfdump_object {
        background-color : #ff0000;
    }
    table.cfdump_object th.object{
        background-color: #ff4444;
    }
    
    table.cfdump_binary {
        background-color : #eebb00;
    }
    table.cfdump_binary th.binary {
        background-color: #ffcc44;
    }
    table.cfdump_binary td {
        font-size: x-small;
    }
    table.cfdump_udf {
        background-color: #aa4400;
    }
    table.cfdump_udf th.udf {
        background-color: #cc6600;
    }
    table.cfdump_udfarguments {
        background-color: #dddddd;
        cell-spacing: 3;
    }
    table.cfdump_udfarguments th {
        background-color: #eeeeee;
        color: #000000;
    }