121 lines
1.6 KiB
CSS
121 lines
1.6 KiB
CSS
body {
|
|
color: white;
|
|
margin: 0;
|
|
font-family: monospace;
|
|
background: linear-gradient(34deg, #d24a42, #d27122);
|
|
background-size: 200% 200%;
|
|
}
|
|
|
|
.navbar {
|
|
padding: 1%;
|
|
background-color: black;
|
|
color: white;
|
|
position: fixed;
|
|
border-radius: 0 0 16px 16px;
|
|
width: 97.975%;
|
|
}
|
|
.team-member {
|
|
float: left;
|
|
width: 33%;
|
|
text-align: center;
|
|
}
|
|
.logo {
|
|
height: 5%;
|
|
width: 5%;
|
|
}
|
|
.footer {
|
|
padding: 1%;
|
|
background-color: black;
|
|
color: white;
|
|
border-radius: 16px 16px 0 0;
|
|
bottom: 0;
|
|
position: fixed;
|
|
width: 97.975%;
|
|
}
|
|
.pfp {
|
|
width: 128px;
|
|
height: 128px;
|
|
border-radius: 64px;
|
|
}
|
|
@media (max-width: 540px) {
|
|
.footer {
|
|
padding: 3%;
|
|
width: 94%;
|
|
}
|
|
.navbar {
|
|
padding: 3%;
|
|
width: 94%;
|
|
}
|
|
.team-member {
|
|
float: none;
|
|
width: 100%;
|
|
padding-top: 64px;
|
|
}
|
|
.logo {
|
|
height: 10%;
|
|
width: 10%;
|
|
}
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
|
|
.padnav {
|
|
padding-right: 3%;
|
|
}
|
|
|
|
#about {
|
|
color: white;
|
|
padding: 12% 14% 12% 14%;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
font-size: 16px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 48px;
|
|
}
|
|
|
|
#about a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.button {
|
|
border: 2px solid white;
|
|
border-radius: 16px;
|
|
padding: 10px;
|
|
color: white;
|
|
text-decoration: none;
|
|
transition: 0.2s;
|
|
mix-blend-mode: screen;
|
|
}
|
|
|
|
.button:hover {
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
.members {
|
|
width: 100%;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.donate-profiles {
|
|
text-align: center;
|
|
}
|
|
|
|
.empty {
|
|
color: ghostwhite;
|
|
}
|
|
|
|
.donators {
|
|
padding-top: 256px;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: white;
|
|
} |