forked from vcync/modV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol-style.css
More file actions
80 lines (67 loc) · 1.36 KB
/
control-style.css
File metadata and controls
80 lines (67 loc) · 1.36 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
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,700|Esteban);
@import url(http://yui.yahooapis.com/pure/0.5.0/pure-min.css);
html, body {
height: 100%;
}
body {
background-color: #2C468C;
padding: 22px 0 0 0;
}
body > div {
background-color: #F1F1F2;
margin: 5px;
border: 2px #00ADEF solid;
border-radius: 2px;
}
body > div > header {
height: auto;
font-size: 28px; padding: 10px;
box-sizing: border-box;
border-bottom: 2px #00ADEF solid;
position: relative;
}
body > div > div {
box-sizing: border-box;
padding: 5px 10px;
border-bottom: 2px solid #D1D3D4;
}
div.mover {
position: absolute;
right: 4px;
top: 4px;
background: red;
height: 40px;
width: 40px;
}
label.filedrop {
border: 2px solid rgb(255, 136, 0); box-sizing: border-box; padding: 5px;
background-color: rgb(249, 192, 127);
}
label.filedrop img {
width: 100%;
max-height: 60px;
}
div.palette div.swatch {
display: inline-block;
width: 10px;
height: 10px;
border: 1px #aaa solid;
}
div.palette div.swatch ~ div.swatch {
border-left: none;
}
select[multiple] {
height: 100%;
display: block;
max-height: 224px;
}
select[multiple] optgroup {
display: block;
}
section.info-panel {
display: none;
position: fixed;
left: 0;
right: 0;
top: 5px;
}