-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-rdrDrawingBoard_landscape.css
176 lines (152 loc) · 3.26 KB
/
MMM-rdrDrawingBoard_landscape.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* Copy and paste any or all of these css entries into your custom.css file inside your
* css folder. The functions are annotated to make things as easy as possible for you.
* Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-rdrDrawingBoard .wrapper {
position: absolute;
border:0px solid #62FF00; /*green*/
border-radius:0px;
z-index: 249;
top: 0px;
bottom:0px;
right:0px;
left:0px;
width: 1278px;
height: 718px;
}
.MMM-rdrDrawingBoard .canvas {
border:0px solid #FFFFFF ; /*white*/
/*transform: rotate(+90deg);
transform-origin: bottom left; */
position: absolute;
left: 60px;
right: 0px;
top: 122px;
width: 995px;
height: 565px;
}
.MMM-rdrDrawingBoard .blackboard_img {
position: absolute;
width: 1310px;
height: 690px;
top: 60px;
left: -95px;
}
.MMM-rdrDrawingBoard .blackboard_img img {
width: inherit;
height: inherit;
}
.MMM-rdrDrawingBoard .buttons {
border:0px solid #337DFF; /*blue*/
border-radius:0px;
position: absolute;
top: 692px;
bottom:0px;
right:0px;
left:20px;
width: 714px;
height: 50px;
}
.MMM-rdrDrawingBoard .button01 {
position: absolute;
top: 0px;
bottom:0px;
right:0px;
left:40px;
padding:2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:black;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .color_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 175px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .color_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 220px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 355px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .weight_input {
position: absolute;
top: -5px;
bottom: 0px;
right: 0px;
left: 420px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_label {
position: absolute;
top: -16px;
bottom: 0px;
right: 0px;
left: 560px;
padding: 2px;
border-radius: 1px;
background-color:transparent;
color: blue;
font-size:12px;
width: 100px;
height: 20px;
}
.MMM-rdrDrawingBoard .mode_input {
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 600px;
padding: 2px;
border-radius:1px;
background-color:transparent;
color:#fff;
background:blue;
font-size:12px;
width: 60px;
height: 20px;
}