-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (48 loc) · 1.34 KB
/
style.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
* {margin:0; padding:0}
#text {margin:10px auto; width:150px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px; cursor:pointer}
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#devices {
padding:10px;
text-align:center;
vertical-align:middle;
cursor: pointer;
}
#constructfield {
position: relative;
float: right;
width: 77%;
text-align: center;
height: 100%;
vertical-align:top;
padding:10px;
border:2px inset #eeeeee;
}
.constrdevice {position:absolute; text-align: center; z-index: 100;}
.palette_icon {height: 32; width: 32}
.editor_icon {height: 64; width: 64}
.menu {
position: absolute;
width: 160px;
border: 1px solid black;
background-color: menu;
font-family: Verdana;
line-height: 20px;
cursor: default;
font-size: 14px;
z-index: 99;
visibility: hidden;
}
.menu_items{
padding-left: 10px;
padding-right: 10px;
}
#contextMenuId {
position:absolute;
display:none;
float:left;
}
.drag { position:relative; cursor:hand; z-index: 100; }