-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanvas.css
66 lines (58 loc) · 838 Bytes
/
canvas.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
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
/* background-color:#eeeeee; */
background-color:#FFFFFF;
width:300px;
height:100px;
z-index: 9002;
}
.if_popup
{
border-style:solid;
border-width:medium;
border-color:#3366CC;
}
.if_inline
{
border-style:none;
}
.ajaxstatus
{
color: royalblue;
text-align:right;
font-size:12px;
}
hr
{
color:#3366CC;
background-color:#3366CC;
height:2px;
border:none;
}
textarea
{
width:100%;
border: 3px solid #3366CC;
padding: 5px;
}
input[type="button_eer"]
{
border-right: #a9a9a9 2px solid;
padding-right: 2px;
border-top: #a9a9a9 2px solid;
padding-left: 2px;
padding-bottom: 2px;
border-left: #a9a9a9 2px solid;
padding-top: 2px;
border-bottom: #a9a9a9 2px solid;
}