mid 2024 UI update

This commit is contained in:
onezplpl 2024-08-02 03:42:44 -04:00
parent 95b1fe3fe5
commit e31345b503
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
4 changed files with 71 additions and 41 deletions

View file

@ -1,21 +1,40 @@
:root {
font-family: system-ui, sans-serif;
font-family: system-ui, sans-serif;
--dark-1: rgb(64,64,64);
--dark-2: rgb(128,128,128);
--dark-1: rgb(64, 64, 64);
--dark-2: rgb(128, 128, 128);
--dark-3: rgb(192,192,192);
--dark-4: rgb(255,255,255);
--dark-3: rgb(192, 192, 192);
--dark-4: rgb(255, 255, 255);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.9)), url('../obama.png');
background-size: 50px 50px;
background-position: 0 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)), url(/img/bg.png) !important;
background-size: 100vw 100vh, 250px 250px !important;
background-repeat: repeat, repeat !important;
background-attachment: fixed, scroll !important;
}
body {
padding: 0;
margin: 0;
color: var(--dark-1);
section {
max-width: 90vw;
width: 800px;
margin-left: auto;
margin-right: auto;
background: rgb(255, 255, 255);
border: solid rgb(200, 200, 200) 2px;
border-radius: 10px;
padding: 15px;
}
a {
text-decoration: none;
}
section#area-main {
width: 90vw;
margin-top: 15px;
}
sub {
color: rgb(33, 156, 70)
}
h1 {
@ -51,7 +70,7 @@ input {
img {
height: 3rem;
margin: 0.5rem ;
margin: 0.5rem;
display: block;
width: 40vmin;
@ -87,5 +106,5 @@ pre {
.contributors {
overflow: scroll;
height: 100px;
}
height: 180px;
}