-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcurecode-fixed.css
287 lines (230 loc) · 3.77 KB
/
curecode-fixed.css
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
body, div, td, th, select, input, .title, .cmt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
html {
height: 100%;
}
body {
background: #EEEEEE none repeat scroll 0 0;
color: black;
margin: auto;
height: 100%;
text-align: center;
}
input, textarea, select {
border: solid 1px #aaa;
}
#page {
margin: 0 auto;
padding: 0;
width: 800px;
}
#content {
background: transparent url(img/bg-middle.gif) repeat scroll center center;
padding:20px;
}
a:link, a:visited {
color: #0000E0;
text-decoration: none;
}
a:hover, a:active, a:focus {
text-decoration: underline;
}
table {
border-spacing: 0px;
border-collapse: collapse;
padding: 0px;
}
th {
font-weight: bold;
padding: 4px;
}
div {
padding: 3px;
}
.center {
text-align: center;
margin: 0;
}
.title {
font-size: 18pt;
font-weight: 500;
}
.pagetitle {
text-align: center;
vertical-align: middle;
font-size: 16pt;
}
.footer {
margin-top: 100px;
padding-top: auto;
border-top: solid 1px #000;
vertical-align: bottom;
}
.menu {
font-size: 10pt;
text-align: center;
border: solid 1px #000;
background: #EEE;
}
.align-right th {
text-align: right;
}
.mark-high {
font-weight:bold;
}
.mark-low {
font-weight:normal;
}
.list, .list td, .list th {
border: solid 1px #ccc;
}
.list td {
padding: 4px 1px;
}
.list th {
padding: 4px 2px;
text-align: right;
}
.list-stats {
border: solid 1px #aaa;
}
.list-stats td, .list-stats th {
border: solid 1px #fff;
}
.list-stats td {
padding: 8px;
background: #e8e8e8;
}
.list-stats th {
padding: 8px;
text-align: left;
background: #c8c8e8;
width: 100px;
}
#filter-box {
margin-top: 20px;
}
#filters {
position:relative;
}
#filters table {
visibility: hidden;
position: absolute;
}
.tickets {
border: solid 1px #bbb;
}
.tickets td, .tickets th {
border: groove 1px #FFF;
padding: 6px;
}
.tickets td {
height:40px;
}
.tickets th {
background:#c8c8e8;
vertical-align:middle;
}
.tickets .bg1, .tbl .bg1 {background:#ffa0a0;}
.tickets .bg2, .tbl .bg2 {background:#ffd850;}
.tickets .bg3, .tbl .bg3 {background:#ffd850;}
.tickets .bg4, .tbl .bg4 {background:#ffd850;}
.tickets .bg5, .tbl .bg5 {background:#ffd850;}
.tickets .bg6, .tbl .bg6 {background:#c0c0c0;}
.tickets .bg7, .tbl .bg7 {background:#ffd850;}
.tickets .bg8, .tbl .bg8 {background:#cceedd;}
.tickets .bg9, .tbl .bg9 {background:#8fbaa4;}
.tickets .bg10,.tbl .bg10 {background:#c0c0c0;}
.list th {
padding: 4px 2px;
text-align: right;
}
.tbl {
border: solid 1px #aaa;
}
.tbl th, .tbl td, .tbl .title {
padding: 4px 4px;
border: groove 1px #fff;
}
.tbl th {
text-align:left;
background:#c8c8e8;
}
.tbl .center {
text-align:center;
}
.tbl .error {
background:#e87070;
}
.tbl td {
background:#e8e8e8;
min-width:100px
}
.tbl .sum {
font-weight: bold;
vertical-align: middle;
height: 40px;
}
.colors, .colors td {
border: solid 1px #ccc;
}
.colors {
width: 100%;
}
.colors td {
border: solid 1px #ccc;
margin: 1px;
width: 11%;
text-align: center;
}
input {
font-size: 9pt;
height: 22px;
}
.cmt, .logs {
width:90%;
}
.cmt, .cmt textarea, .cmt td, .cmt th, .logs, .changelog {
border: solid 1px #aaa;
}
.cmt td {
padding: 4px 4px;
background: #e8e8e8;
vertical-align: top;
}
.cmt th, .logs th, .changelog th {
padding: 4px 4px;
background: #c8c8e8;
}
.cmt .no-border td {
border-width:0px;
}
.cmt input {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}
.cmt .smallsz {
width:40px;
}
.cmt .midsz {
width:60px;
}
.logs td, .logs th, .changelog td, .changelog th {
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
.logs .even {
background:#e8e8e8;
}
.logs .odd {
background:#e0e0e0;
}
.logs td, .changelog td {
padding: 4px 4px;
vertical-align: top;
}
.changelog {
width:80%;
}