-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
156 lines (138 loc) · 3.01 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#logo {
position: relative;
margin-top: -25%;
padding: 20px;
cursor: pointer;
}
.ygo {
display: none;
position: relative;
left: 300px;
top: 28px;
}
body{
background-image: url('https://giffiles.alphacoders.com/214/214384.gif');
background-size: cover;
background-repeat: no-repeat;
background-color: #5148cd;
text-align: center;
max-width: max-content;
margin: auto;
position: relative;
margin-top: 10%;
margin-left:auto;
margin-right:auto;
font-family: -apple-system;
}
#copy{
background-image: url("https://img.icons8.com/pastel-glyph/256/ffffff/copy--v1.png");
background-size: 26px;
background-position:center;
background-repeat: no-repeat;
color:transparent;
width: 9%;
}
#generate{
background-image: url("https://img.icons8.com/external-kmg-design-detailed-outline-kmg-design/512/ffffff/external-refresh-arrow-kmg-design-detailed-outline-kmg-design.png");
background-size: 26px;
background-position:center;
background-repeat: no-repeat;
color:transparent;
width: 9%;
}
#password{
border-radius: 10px;
font-size: 26px;
border:outset;
border-bottom-color: #242527;
border-right-color: #242527;
border-top-color: #767676;
border-left-color: #767676;
border-width:2px;
font-family:'Anaheim';
}
#save{
background-image:url("https://img.icons8.com/ios/256/ffffff/save--v1.png");
background-size: 30px;
background-position:center;
background-repeat: no-repeat;
color:transparent;
width: 9%;
}
label{
font-size: 26px;
color:#672fb5;
font-family: 'Anaheim';
text-shadow:1px 1px 1px white;
}
button {
font-family: 'Anaheim';
background-color: #672fb5;
border-radius: 10px;
cursor: pointer;
font-size: 25px;
color:white;
font-weight:bolder;
}
.length_Box {
width: 45px;
border-radius: 10px;
font-size: 22px;
border:outset;
border-bottom-color: #242527;
border-right-color: #242527;
border-top-color: #767676;
border-left-color: #767676;
border-width:2px;
font-family: 'Anaheim';
}
.check {
transform: scale(2);
margin: 0 10px 0;
}
.passwordInput{
border-radius: 10px;
font-size: 26px;
border:outset;
border-bottom-color: #242527;
border-right-color: #242527;
border-top-color: #767676;
border-left-color: #767676;
border-width:2px;
margin-top: 5%;
text-align :left;
width: 575px;
font-family: 'Anaheim';
font-weight:bolder;
}
.displayBadge{
margin-top: 1%;
margin-left:4%;
display: none;
text-align :center;
border: solid;
border-radius: 10px;
border-color:#672fb5;
color: white;
font-family: 'Anaheim';
font-weight:bolder;
}
#song{
background-image: url(https://img.icons8.com/external-icongeek26-glyph-icongeek26/264/ffffff/external-music-notes-music-icongeek26-glyph-icongeek26.png);
background-repeat: no-repeat;
background-size: 30px;
position: fixed;
right: 0;
top: 0;
background-position:center;
color:transparent;
width: 3%;
}
#togglePassword {
position:relative;
top:-4px;
margin-left: -30px;
cursor: pointer;
color: black;
}
.title {color: #662EB5;}