imgmap.css
2.29 KB
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
FIELDSET {
margin: 0;
padding: 5px 5px;
}
LEGEND {
background-image: url(../images/bullet_green.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
padding-right: 5px;
}
LEGEND A {
border: none!important;
text-decoration: none;
cursor: pointer;
}
.fieldset_off {
border-bottom: none;
border-right: none;
}
.fieldset_off LEGEND {
background-image: url(../images/bullet_orange.gif);
}
.fieldset_off DIV {
display: none;
}
.button1 {
padding-bottom: 2px;
border: 0pt none;
cursor: pointer;
font-weight: bold;
height: 21px;
width: 90px;
}
.source_desc {
clear: left;
float: left;
width: 200px;
}
.source_url {
float: left;
width: 250px;
height: 24px;
}
.source_url INPUT, .source_url SELECT {
font-size: 95%;
width: 240px;
padding: 0 0 0 1px;
}
A.source_accept {
display: block;
float: left;
padding-left: 18px;
color: #888888!important;
background-image: url(../images/accept.gif);
background-repeat: no-repeat;
background-position: left center;
font-size: 90%;
letter-spacing: -1px;
border: none!important;
}
A.source_accept:hover {
color: #333333!important;
}
#img_area_form {
margin: 5px 0px;
padding: 0;
border: 0;
}
#form_container {
white-space: nowrap;
overflow: auto;
height: 88px;
border-top: solid 1px #bfc1c5;
}
#form_container INPUT, #form_container SELECT {
border: 1px solid black;
font-size: 10px;
margin: 0;
padding: 0 0 0 1px;
}
.img_area {
display: block;
vertical-align: middle;
line-height: 20px;
height: 20px;
}
.img_id {
font-weight: bold;
width: 25px;
padding: 0px 3px;
text-align: right;
border: none!important;
background: none;
}
.img_active {
border: none!important;
}
.img_coords {
width: 72px;
}
.img_href {
width: 82px;
}
.img_alt {
width: 82px;
}
.img_target {
width: 82px;
}
#pic_container {
position: relative;
width: 100%;
height: 300px;
border: solid 0px #efefef;
overflow: auto;
}
#pic_container .imgmap_label {
font: bold 10px Arial;
color: #100;
padding: 1px 2px;
}
#status_container {
font-weight: bold!important;
font-size: 90%;
color: #e95949;
width: 100%;
}
#button_container img {
margin: 0 1px;
cursor: pointer;
}
#fieldset_html {
text-align: left;
}
#html_container {
border: 1px solid black;
margin: 5px 0;
padding: 1px 0 0 1px;
height: 100px;
width: 100%;
}