-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
executable file
·90 lines (76 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
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
body {
background-color: #111120;
color: #667;
}
body > h3,
body > p {
text-align: center;
}
.content {
padding: 16px;
background-color: #323250;
max-width: 80%;
min-width: 1024px;
text-align: center;
margin: 1% auto 2% auto;
box-shadow:rgb(180,180,255) 0px 0px 14px;
border-radius: 14px;
}
canvas {
float: right;
border: 1px solid #666;
}
h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
color: #889;
}
input {
margin: 0px;
padding: 5px;
background-color: transparent;
border-radius: 12px;
padding-left: 12px;
border: none;
border: 1px solid #333;
box-shadow: 0px 0px 3px rgba(255,255,255,0.5);
}
#options {
padding-right: 12px;
max-width: 400px;
margin-right: 12px;
text-align: left;
width: 28%;
display: inline-block;
}
.optionsBlock {
clear: both;
padding: 19px 14px;
width: 100%;
display: inline-block;
}
.optionsBlock:first-of-type {
padding: 0px 14px 19px 14px;
}
.optionsBlock h4 {
margin-top: 58px;
}
.optionsBlock h4:first-of-type {
margin-top: 0px;
}
.optionsBlock label {
float: left;
clear: both;
margin-bottom: 6px;
}
.optionsBlock label,
.optionsBlock input {
margin-top: 12px;
}
.optionsBlock .optionValue {
float: right;
}
.optionsBlock span {
float: left;
clear: both;
}