mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-28 10:14:42 +01:00
Initialazation. Adding Website Files
This commit is contained in:
parent
d5c5f966c5
commit
199ba54073
16 changed files with 626 additions and 91 deletions
94
style.css
Normal file
94
style.css
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
body {
|
||||
background-color: black !important;
|
||||
}
|
||||
|
||||
|
||||
/* USE THIS FOR DEBUGGING * {
|
||||
border: 1px solid red;
|
||||
} */
|
||||
|
||||
#announcement {
|
||||
background-color: rgb(46, 46, 46) !important;
|
||||
}
|
||||
|
||||
.navbar, .navbar-brand{
|
||||
background-color: black !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.navbar-toggler-icon {
|
||||
background-color: rgb(83, 82, 82) !important;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
color: cyan !important;
|
||||
}
|
||||
|
||||
|
||||
#suyu-logo {
|
||||
height: 420px;
|
||||
}
|
||||
|
||||
#headertext {
|
||||
color: white;
|
||||
text-align: top;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#headersubtext {
|
||||
color: white !important;
|
||||
text-align: top;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#downloadbutton {
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#downloadicon, #sourceicon, #discordicon, #giticon {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
/* #information {
|
||||
border-top: 2px solid white;
|
||||
border-bottom: 2px solid white;
|
||||
} */
|
||||
|
||||
#infoheadtext, #infotext {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#featuresheadertext, .card-title, .card-text {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgb(37, 32, 32);
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 5px solid red;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
footer {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue