-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (152 loc) · 5.16 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover a variety of Kuza-themed designs for your Discord experience. Join our community to share tips and tricks. Elevate your Discord experience with our constantly updated selection. Find your perfect theme and personalize your server today.">
<meta name="keywords" content="Kuza, Discord, Theme, Customization">
<link rel="icon" href="https://pbs.twimg.com/profile_images/1760423568234442752/O9ENxWa1_400x400.jpg">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<title>Kuza Discord Theme</title>
<style>
body {
background: url('https://images4.alphacoders.com/100/1001182.jpg') no-repeat center center fixed;
background-size: cover;
font-family: 'Poppins', sans-serif;
color: #ffffff;
}
h1 {
font-size: 32px;
font-family: 'Poppins', sans-serif;
color: #ffffff;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: rgba(50, 50, 50, 0.8); /* Grey background */
border-radius: 10px;
transition: box-shadow 0.3s;
}
.container:hover {
box-shadow: 0 0 50px rgba(255, 0, 0, 0.6); /* Red shadow on hover */
}
h2 {
color: #ff0000; /* Red heading */
border-bottom: 2px solid #ff0000;
padding-bottom: 5px;
}
p {
line-height: 1.5;
font-size: 24px;
font-family: 'Poppins', sans-serif;
color: #ffffff;
}
.top-right-text {
position: absolute;
right: 0;
bottom: 0;
margin: 10px;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.navbar {
overflow: hidden;
background-color: none;
text-align: center;
}
.navbar a {
display: inline-block;
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding: 10px 20px;
transition: background-color 0.3s;
align-items: center;
text-align: center;
}
.navbar a:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.hopping-text {
animation: hop 1s ease infinite;
}
@keyframes hop {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
}
a {
color: #ffffff; /* Black links */
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #000000; /* White on hover */
font-size: 24px;
}
button {
background-color: #333; /* Grey background */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
transition: background-color 0.3s;
font-family: 'Poppins', sans-serif;
}
button:hover {
background-color: #555; /* Darker grey on hover */
}
button a {
color: #ffffff; /* Red text */
text-decoration: none;
font-family: 'Poppins', sans-serif;
}
button a:hover {
color: #ff0000; /* Black text on hover */
text-decoration: underline;
}
li{
font-family: 'Poppins', sans-serif;
font-size: 19px;
}
</style>
</head>
<body>
<br>
<center> <h1>Custom Kuza Theme Installation and Guide</h1></center>
<br><br>
<div class="container">
<h2>Procedure:</h2>
<p>1. Download the Kuza theme by clicking the buttons below.</p>
<button><a href="https://drive.google.com/file/d/1n23ZTjzkh99od4cq80CzNrXV_8pGXJks/view?usp=sharing" download>Download Kuza Theme</a></button>
<button><a href="https://vencord.dev" download >Download Vencord</a></button>
<p>2. Install Kuza Discord Theme by following these steps:</p>
<ul><li>Step 1: [Download The CSS file from Google Drive]</li>
<li>Step 2: [Download Vencord Web/Vencord for Discord App Above </li>
<li>Step 3: [If on Web--]</li>
<li>Step 4: [After Downloading Go to settings]</li>
<li>Step 5: [Then Themes-- And insert this file and Refresh]</li>
<hr>
<li>Step 1: [If on the App--]</li>
<li>Step 2: [After Downloading Open Run (Win + R)]</li>
<li>Step 3: [Paste this - %appdata%\vencord\themes and Press ok]</li>
<li>Step 4: [Paste the CSS file inside the folder]</li>
<li>Step 5: [Restart Discord Again]</li></ul>
</div>
<center><p style="color: black;"><b>And thats how to Install the beautiful Kuza Theme made by ReubenStill
<br>
Thankyou!
</b></p></center>
</body>
</html>