alts, admin page, login
This commit is contained in:
@ -105,11 +105,33 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #fe8019;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 1em;
|
||||
color: #fe8019;
|
||||
}
|
||||
|
||||
.left-just {
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #689d6a;
|
||||
}
|
||||
|
||||
p, label {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -190,4 +212,13 @@ a:visited {
|
||||
100% {
|
||||
transform: translateY(0) rotate(-5deg);
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
margin-bottom: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#set-alt-button {
|
||||
margin-bottom: 20px;
|
||||
}
|
Reference in New Issue
Block a user