-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsqstat.css
67 lines (59 loc) · 1.14 KB
/
sqstat.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
/* "connections" table */
TABLE.result{
border:1px solid #ccccdd;border-collapse:collapse;
}
TABLE.result TH{
font-family: Verdana;font-size:14px;
}
TABLE.result TD{
font-family: Verdana;font-size:11px;border:1px solid #c0c0c0;padding:2px;
}
TABLE.result TR.total TD{
background-color:#DCDAD5;
}
TABLE.result TH{
background-color:#ccccdd;
white-space: nowrap; padding: 0px 2px;
}
TABLE.result tr.odd td {
background-color: #eef;
}
TABLE.result tr.odd td#white {
background-color: #fff;
}
TABLE.result td#highlight {
background-color: #e9e9e9;
}
/* top header */
DIV.header{
border:3px solid #ccccdd;margin-bottom:10px;padding:3px;
font-family: Verdana;font-size:12pt;
}
.copyleft,SELECT{
font-family: Verdana;font-size:10px;
}
.copyleft A{
text-decoration:none
}
.copyleft A:HOVER{
text-decoration:underline
}
FORM{
margin:0;padding:0;
}
#dhtmltooltip{
position: absolute;
/* width: 350px; */
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family: Verdana; font-size: 10px;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}