-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
103 lines (89 loc) · 1.24 KB
/
style.css
File metadata and controls
103 lines (89 loc) · 1.24 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
h1, h2, h3, body, ul, li {
margin: 0;
padding: 0;
list-style: none;
}
body{
background: #eae8e8;
margin: 0;
}
canvas{
border: 1px solid black;
display: block;
margin: 0 auto;
}
nav {
background: #fca044;
margin-bottom: 20px;
padding: 10px;
border-bottom: 3px solid #E45C10;
}
nav ul {
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
nav ul li {
list-style: none;
}
nav ul li a{
font-size: 30px;
color: #00A800;
}
nav ul li a:hover{
color: #00B800;
}
.hide{
display: none;
}
div.se-cvs-window{
overflow: auto;
}
section.se-setup{
max-width: 250px;
border: 1px solid black;
margin: 0 auto;
padding: 20px;
background: #fafafa;
}
canvas.se-preview{
margin-top: 20px;
}
div.se-toolbar{
width: 500px;
background: #bcbcbc;
margin: 10px auto;
text-align: center;
padding: 10px;
border: 1px solid black;
}
div.se-toolbar a{
color: black;
}
div.previewAnim{
border: 1px solid black;
display: inline-block;
vertical-align: middle;
}
div.preview{
width: 270px;
height: 30px;
border : 1px solid black;
margin: 10px auto;
}
ul.color{
width: 510px;
font-size: 0;
margin: 0 auto;
padding: 0;
}
ul.color li{
width: 30px;
height: 30px;
display: inline-block;
}
input[type=number]{
width: 50px;
margin: 5px 0;
}