-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathte.css
117 lines (97 loc) · 1.46 KB
/
te.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
A {
font-size : xx-small;
color : #703200;
text-decoration : underline;
}
A:Visited {
color : #8b008b;
text-decoration : underline;
}
A:Active {
text-decoration : underline;
}
A:Hover {
text-decoration : underline;
}
BODY {
font-size : xx-small;
font-family : Verdana;
color : #703200;
}
.smallheader {
font-size : x-small;
font-weight : bold;
}
.smallerheader {
font-weight : bold;
font-size : xx-small;
}
.smalltext {
font-size : x-small;
}
.smallertext {
font-size : xx-small;
}
.tbflat {
font-size : xx-small;
font-family : Verdana;
border-width : 1;
border-style : solid;
border-color : #008080;
}
.cmdflat {
font-size : xx-small;
font-family : Verdana;
background-color : #483d8b;
color : #ffffff;
font-weight : bold;
border-width : thin;
}
.smallbutton {
font-size: 9px;
border-width: 1;
}
.updown_sort {
cursor: hand;
}
.smimg {
width: 9;
height: 11;
border: 0;
cursor: hand;
}
.folder {
color: gray;
}
.mdbNew {
color: blue;
}
.mdbExist {
color: STEELBLUE;
}
.hrBar {
color: #C0C0C0;
}
.OpenDialogueFont {
font-size: xx-small;
font: MessageBox;
color: black;
cursor: default;
}
.SQLBuilder {
cursor: hand;
font: Courier;
color: darkblue;
}
.HelpText
{
background-color : #ffffe0;
padding-left : 5px;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 10px;
border-top : 1px dotted #ccccdd;
border-left : 1px dotted #ccccdd;
border-right : 1px dotted #ccccdd;
border-bottom : 1px dotted #ccccdd;
}