-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
108 lines (94 loc) · 1.62 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
canvas[resize] {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}
body{
}
input[type="color"] {
-webkit-appearance: none;
border: none;
width: 64px;
height: 32px;
background-color: none;
height: 37px;
margin: 0;
padding: 0;
margin-bottom: 1em;
}
input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type="color"]::-webkit-color-swatch {
border: none;
}
#settingswrap{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
button{
height: 40px;
text-decoration: none;
color: #FF00AA;
border: 2px solid #FF00AA;
letter-spacing: 2px;
text-align: center;
position: relative;
transition: all .35s;
padding-left: 1.5em;
padding-right: 1.5em;
background-color: transparent;
margin-right: 1em;
margin-bottom: 1em;
}
input{
height: 34px;
width: 5em;
text-decoration: none;
color: #FF00AA;
border: 2px solid #FF00AA;
letter-spacing: 2px;
text-align: center;
position: relative;
transition: all .35s;
padding-left: 1.5em;
padding-right: 1.5em;
background-color: transparent;
margin-right: 1em;
margin-bottom: 1em;
-webkit-appearance: none;
margin: 0;
-moz-appearance: textfield;
}
button:hover{
color: 'white';
border: 2px solid #AA00FF;
background-color: #AA00FF
}
.spacer{
width: 2em;
}
.seg{
margin-right: 2em;
}
.info{
position: fixed;
bottom: 0;
right: 0;
margin: 0.5em;
text-decoration: none;
letter-spacing: 2px;
}
span{
margin: 0 0.5em;
text-decoration: none;
letter-spacing: 2px;
color: #AA00FF;
}
a{
color: #AA00FF;
}