-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·79 lines (79 loc) · 1.33 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 14px;
overflow: hidden;
}
#working_area {
background: url("img/grid.png") repeat;
display: block;
float: left;
width: 1000px;
height: 600px;
margin: 0;
padding: 0;
overflow: hidden;
}
#searchDroid {
position: absolute;
width: 59px;
height: 59px;
}
#right_block {
display: block;
position: absolute;
top: 10px;
right: 20px;
border:1px solid #ccc;
width: 230px;
height: auto;
background: #fff;
}
h3 {
margin: 0 0 6px 0;
padding: 0;
font-weight: normal;
font-size: 24px;
text-align: center;
color: #369c12;
}
.h {
font-weight: bold;
}
.disabl {
background: #e8e5e5;
}
#right_block #form {
width: 220px;
margin: 0 auto;
background: #dfdddd;
padding: 15px 0 10px 10px;
}
#right_block #results {
width: 200px;
margin: 0 auto;
text-align: center;
background: #dfdddd;
padding: 15px 0 10px 30px;
}
#axis {
display: block;
float: left;
width: 1008px;
height: 15px;
background: url("img/axis.png") no-repeat;
margin: 5px 0 0 2px;
}
#laser {
display: none;
position: relative;
padding: 0 0 0 200px;
}
#obj {
display: none;
position: absolute;
width: 10px;
height: 15px;
background: #800000;
}