2022-09-11 16:52:37 +01:00
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: rebeccapurple;
|
|
|
|
}
|
2022-09-11 17:30:19 +01:00
|
|
|
|
2022-09-13 15:56:10 +01:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
label {
|
|
|
|
font-size: 160%;
|
|
|
|
}
|
|
|
|
|
2022-09-11 17:30:19 +01:00
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-09-12 16:36:14 +01:00
|
|
|
|
2022-09-13 15:56:10 +01:00
|
|
|
/* .big {
|
|
|
|
font-size: 200%;
|
|
|
|
} */
|
|
|
|
|
|
|
|
.big>input {
|
|
|
|
font-size: 180%;
|
|
|
|
margin: 5%;
|
|
|
|
}
|
|
|
|
|
2022-09-12 16:36:14 +01:00
|
|
|
|
|
|
|
input {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
border-color: rebeccapurple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
color: rgba(255, 0, 0, 0.7);
|
|
|
|
font-weight: bold;
|
|
|
|
border: 5px solid rgba(99, 0, 0, 0.2);
|
|
|
|
background-color: rgba(95, 0, 0, 0.5);
|
|
|
|
}
|
2022-09-13 01:35:05 +01:00
|
|
|
|
|
|
|
.success {
|
|
|
|
color: rgba(0, 202, 0, 0.7);
|
|
|
|
font-weight: bold;
|
|
|
|
border: 5px solid rgba(0, 99, 0, 0.2);
|
|
|
|
background-color: rgba(0, 99, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
#central {
|
2022-09-13 15:56:10 +01:00
|
|
|
width: 40%;
|
2022-09-13 01:35:05 +01:00
|
|
|
border: 5px solid rebeccapurple;
|
|
|
|
height: 30vw;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: rgba(13, 6, 19, 0.4);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: rebeccapurple;
|
|
|
|
}
|
2022-09-13 15:56:10 +01:00
|
|
|
|
2022-09-13 17:51:23 +01:00
|
|
|
.main {
|
|
|
|
width: 85vw;
|
|
|
|
border: 5px solid rebeccapurple;
|
|
|
|
height: 85vh;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
background-color: rgba(13, 6, 19, 0.4);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2022-09-13 15:56:10 +01:00
|
|
|
|
2022-09-13 17:51:23 +01:00
|
|
|
.avatar {
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
|
|
|
border: 3px solid rebeccapurple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
font-size: 110%;
|
|
|
|
text-align: center;
|
2022-09-13 15:56:10 +01:00
|
|
|
margin: 0;
|
2022-09-13 17:51:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile {
|
|
|
|
/* border: 3px solid rebeccapurple; */
|
|
|
|
padding: 5px;
|
|
|
|
display: flex;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-header {
|
|
|
|
text-align: left;
|
|
|
|
width: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-bio {
|
2022-09-13 22:09:00 +01:00
|
|
|
border: 3px solid rgba(102, 51, 153, 0.5);
|
|
|
|
margin-left: 5px;
|
|
|
|
text-align: center;
|
|
|
|
height: fit-content;
|
|
|
|
height: -moz-fit-content;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats>div {
|
|
|
|
border: 3px solid rgba(102, 51, 153, 0.5);
|
|
|
|
height: fit-content;
|
|
|
|
height: -moz-fit-content;
|
2022-09-13 17:51:23 +01:00
|
|
|
text-align: center;
|
2022-09-13 22:09:00 +01:00
|
|
|
width: 33%;
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats {
|
|
|
|
height: fit-content;
|
|
|
|
margin: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
width: auto;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-name {
|
|
|
|
font-weight: bold;
|
2022-09-13 17:51:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
2022-09-13 15:56:10 +01:00
|
|
|
overflow: hidden;
|
2022-09-13 17:51:23 +01:00
|
|
|
border: 5px solid rgba(102, 51, 153, 0.5);
|
|
|
|
width: 85vw;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background-color: rgba(13, 6, 19, 0.4);
|
|
|
|
font-weight: bold;
|
2022-09-13 15:56:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
nav ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav ul li {
|
|
|
|
display: inline-block;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav>ul>li>a {
|
|
|
|
/* color: #aaa; */
|
|
|
|
/* background-color:#FF0; */
|
|
|
|
display: block;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 0.5em 0.5em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|