-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
129 lines (105 loc) · 2.04 KB
/
css.css
File metadata and controls
129 lines (105 loc) · 2.04 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
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
HTML CSS JSResult
EDIT ON
* {
margin: 0!important;
}
body {
margin: 0;
}
canvas {
background: #262626;
}
#info {
color: #FFF;
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
margin: 10px 10px 0;
padding: 8px;
background: #161616;
position: absolute;
z-index: 1;
}
#info h1 {
font-size: 18px;
}
#info p {
font-size: 11px;
}
.color-picker {
position: absolute;
top: 10px;
left: 10px;
width: 63px !important;
height: 366px;
/* height: 418px; */
padding: 5px auto;
padding-top: 8px !important;
background-color: #161616;
box-shadow: 0px 0px 20px rgba(10,10,10,.8);
border-style: solid;
border-width: 1px;
border-color: #444;
border-radius: 20px;
}
.color-header {
text-align: center;
color: #aaa;
text-shadow: 0px 0px 20px rgba(10,10,10,.8);
padding: 12px 0 5px;
font-size: 9px !important;
font-weight: 800;
}
.color-rows {
padding: 5px 15px 0;
}
.color-change {
height: 33px;
/* background-color: #fff; */
border-style: solid;
border-width: 1px;
border-color: #aaa;
border-radius: 17px;
/* box-shadow: 2px 2px 10px rgba(50,50,50,.8); */
/* float: left; */
width: 33.33333333%;
padding-top: 5px !important;
box-shadow: inset -3px -3px 6px #000, inset 2px 2px 4px #fff;
}
/* .acid {
text-align: center;
box-shadow: none;
border: none;
color: #ccc;
padding-left: 12px !important;
padding-right: 20px !important;
} */
.purple {
background-color: #AC88EB;
}
.blue {
background-color: #4AB5F7;
}
.green {
background-color: #A0E8A2;
}
.yellow {
background-color: #FAEC73;
}
.orange {
background-color: #FA9756;
}
.red {
background-color: #FA6E62;
}
.pink {
background-color: #FA73B2;
}
.white {
background-color: #FCF3F0;
}
.black {
background-color: #666160;
}
.click-shadow {
box-shadow: inset 3px 3px 6px #000, inset -1px -1px 3px #fff;
}
/* Resources1×0.5×0.25×Rerun */