-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
234 lines (227 loc) · 4.87 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/* General */
body {
margin: 0px;
padding: 0px;
background-color: black;
color: white;
font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
button {
padding: 10px;
border-radius: 100px;
color: black;
background-color: white;
font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 17px;
border: none;
box-shadow: 3px 3px 10px 1px rgb(31, 31, 31);
}
button:hover {
color: #AA00FF;
cursor: pointer;
box-shadow: 0px 0px 10px 1px white;
}
button:active {
color: #AA00FF;
background-color: rgb(221, 221, 221);
box-shadow: 0px 0px 10px 1px white;
}
/* Top Nav Bar */
#top-nav-bar {
position: fixed;
background-color: rgba(19, 19, 19, 0.8);
backdrop-filter: blur(30px);
width: 100%;
padding: 20px;
font-size: 17px;
z-index: 10;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
#top-nav-bar label {
margin: 16px;
}
.nav-item {
padding: 10px;
border-radius: 100px;
color: black;
background-color: white;
box-shadow: 0px 0px 10px 3px rgb(31, 31, 31);
}
.nav-item:hover {
color: #AA00FF;
cursor: pointer;
box-shadow: 0px 0px 10px 1px #AA00FF;
}
#top-nav-bar #title {
font-weight: normal;
font-size: 24px;
margin-left: 0px;
font-family: 'Josefin Sans', sans-serif;
}
#top-nav-bar #title:hover {
cursor: pointer;
}
#top-nav-bar #invite-rd {
color: white;
background: linear-gradient(to bottom right, #AA00FF 0%, black 100%);
font-weight: bold;
}
/* Extra Eyecandy */
.separator {
border-radius: 100px;
width: 100px;
background-color: white;
height: 10px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 3px 3px 10px 1px rgb(31, 31, 31);
}
.python3-highlight {
background: linear-gradient(to bottom right, #306998 0%, #FFD43B 100%);
width: fit-content;
color: black;
}
.discord-highlight {
background-color: #5865F2;
width: fit-content;
color: white;
}
.github-highlight {
background-color: #000000;
width: fit-content;
color: white;
}
.green-highlight {
background-color: green;
width: fit-content;
color: white;
}
.user-badge {
color: black;
background: white;
border-radius: 4px;
font-size: 14px;
padding: 1px;
margin: 1px;
}
.dev-badge {
color: white;
background: #EB64A7;
}
.contributor-badge {
color: white;
background: #E87435;
}
#snipe {
color: white;
background: #7F2ACF;
}
#archisha {
color: white;
background: #04B45C;
}
#iusearchbtw {
background: #04E9E9;
}
#isobotdev {
color: white;
background: #AA00FF;
}
#iso69dev {
color: white;
background: #10C068;
}
#archbotdev {
color: white;
background: #1081C1;
}
#dumbass {
color: white;
background: #CAA216;
}
#mafsguy {
color: white;
background: #090985;
}
/* Main Page Content */
.jap {
font-family: 'Noto Serif JP', serif;
}
#page-content-container {
margin-left: 5%;
margin-right: 5%;
}
.item-card {
background-color: rgb(26, 26, 26);
border-radius: 20px;
padding: 30px;
box-shadow: 0px 0px 10px 15px rgb(10, 10, 10); /* rgb(100, 100, 233) rgb(27, 27, 199)*/
margin-top: 25px;
margin-bottom: 25px;
}
#heading-card {
background: linear-gradient(to right, #AA00FF 0%, #55FF00 50%, #00FFFF 100%);
}
#heading-card img {
width: 250px;
margin-bottom: 20px;
}
#heading-card #title {
font-size: 50px;
font-style: italic;
font-weight: bold;
font-family: 'Josefin Sans', sans-serif;
}
#heading-card #jap-title {
font-size: 26px;
font-style: italic;
font-weight: bold;
font-family: 'Josefin Sans', sans-serif;
}
#heading-card #subtitle {
font-size: 21px;
}
#heading-card #invite-button {
width: 100%;
margin-top: 20px;
}
#why-to-use-card {
text-align: left;
}
#why-to-use-card #title {
font-size: 40px;
font-weight: 800;
background: #AA00FF;
}
#why-to-use-card .subtitle {
font-size: 32px;
font-weight: bold;
}
#invite-card-end #title {
font-size: 35px;
font-style: italic;
font-weight: bold;
font-family: 'Josefin Sans', sans-serif;
}
#invite-card-end #invite-button {
width: 100%;
margin-top: 20px;
}
/* Footer */
#footer {
margin-top: 75px;
background-color: rgb(19, 19, 19);
font-size: 12px;
font-family: 'Roboto Mono', monospace;
text-align: center;
padding: 10px;
box-shadow: 0px 0px 10px 8px rgb(10, 10, 10);
}