aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/priv/ct_default.css
blob: ff48b4fdc083f9e761e183d55669501a83eb4239 (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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/* Stylesheet for Common Test */

body {
    padding: 10px; margin: 10px;
    -webkit-font-smoothing: antialiased; 
    background-color: #FBFFFC;
}

a:link {
    color: #2B507D;
}

a:visited {
    color: #85ABD5
}

h1 {
    font-family: verdana, arial, sans-serif; font-size: 200%; 
    letter-spacing: -2px; word-spacing: 2px; font-weight: bold;
    color: #3F3F3F;
}

h2 {
    font-family: verdana, arial, sans-serif; font-size: 175%;
    letter-spacing: -2px; word-spacing: 2px; font-weight: normal;
    color: #3F3F3F;
}

h3 {
    font-family: verdana, arial, sans-serif; font-size: 140%;
    letter-spacing: -2px; word-spacing: 2px; font-weight: bold;
    color: #3F3F3F;
}

h4 {
    font-family: verdana, arial, sans-serif; font-size: 120%;
    letter-spacing: -2px; word-spacing: 2px; font-weight: normal;
    color: #3F3F3F;
}

p {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, arial, sans-serif;
    font-size: .9em; color: #000000;
}

ul {
    list-style-type: none;
    padding: 0em;
    margin:  1em;
}
li {
    font-size: 0.95em; color: #000000;
    margin: .3em 0;
}

pre {
    color: black; 
    font-family: "Monaco", "Andale Mono", "Consolas", monospace;
    font-size: .8em;
    }

code {
    color: black; 
    font-family: "Monaco", "Andale Mono", "Consolas", monospace;
    font-size: .8em;
}

div.mono_sm {
    font-family: "Courier New", monospace; font-size: .75em;
    word-spacing: 1px; color: #000000;
}

div.mono_la {
    font-family: "Courier New", monospace; font-size: .8em;
    color: #000000;
}

div.copyright {
    padding: 20px 0px 0px 0px; 
    font-family: "Courier New", monospace; font-size: .7em;
    color: #000000;
}

div.ct_internal {
    background: lightgrey; color: black; 
    font-family: "Monaco", "Andale Mono", "Consolas", monospace;
    font-size: .95em;
    margin: .2em 0 0 0;
}

div.ct_error_notify { 
    background: #CC0000;
    color: #FFFFFF;
    font-family: "Monaco", "Andale Mono", "Consolas", monospace;
    font-size: 1.05em;
    margin: .2em 0 0 0;
}

div.ct_error_notify a:link {
    color: #D0D0D0;
}

div.ct_error_notify a:visited {
    color: #AAAAAA;
}

div.default { 
    background: lightgreen; color: black; 
    font-family: "Monaco", "Andale Mono", "Consolas", monospace;
    font-size: 1.05em;
    margin: .2em 0 0 0;
}

div.label {
    font-family: verdana, arial, sans-serif; font-size: 200%; 
    letter-spacing: -2.5px; word-spacing: 2px;
    font-weight: bold; color: #2B507D;
}

table {
    border-collapse: collapse; border: 6px solid #3F3F3F;
    background: #FFFFFF;
    font: .8em/1.2em "Lucida Sans Unicode", verdana, arial, sans-serif; 
    color: #222;
}

caption {
    font-size: 1.3em; font-weight: bold;
    text-align: center; padding: 1em 4px;
}

td, th {
    padding: .5em 7px .5em 7px; line-height: 1.3em; 
    border-bottom: 3px solid #F5C4C1;
    border-left: 2px dashed #809FFF;
}

th {
    background: #3F3F3F; color: #fff; 
    font-family: arial, sans-serif; font-size: 120%;
    letter-spacing: -0.5px;
    font-weight: bold; text-align: center; 
    padding-right: .5em; vertical-align: top;
}

thead th {
    background: #3F3F3F; color: #fff; 
    font-family: arial, sans-serif; font-size: 120%;
    letter-spacing: -0.5px;
    font-weight: bold; text-align: center; 
    padding-right: .5em; vertical-align: top;
    text-decoration: underline;
}

tfoot td {
    font-family: arial, sans-serif; font-size: 110%;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.odd td {
    background: #F3F3F3;
}
.odd th {
    background: #F3F3F3;
}

td a, td a:link {
    color: #2B507D;
}

td a:visited {
    color: #85ABD5;
}

tr:hover th[scope=row], tr:hover td { 
    background-color: #D1D1D1;
    color: #fff;
} 

td a:hover, td a:focus {
    color: #85ABD5;
}

th a, td a:active {
    color: #85ABD5;
}

th + td {
    padding-left: .5em;
}

#button_holder {
    display: block; float: center;
    font-family: arial, verdana, sans-serif;
    font-size: 12px; text-shadow: 1px 1px lightgray;
} 

.btn a {
    padding: 6px 12px; float: center; 
    text-decoration: none; color: #3F3F3F;
    font-weight: bold; border: 3px outset #3F3F3F;
    background-color: #F3F3F3;
}

.btn a:hover {
    color: #fff;
    background-color: #809FFF;
}