adjusted border and font

This commit is contained in:
Sakimori 2022-07-05 15:27:52 -04:00
parent 3b48657e4a
commit 56811414a9
3 changed files with 20171 additions and 49 deletions

File diff suppressed because it is too large Load diff

View file

@ -1 +1,3 @@
{ "logo": "┌──────────┐ ┌─────────┐ ┌─┐ ┌─┬───────┬┐ ┌─┬───────┬┐\n│┼┼───────┼│ │┼┼───────┘ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ │┼│ │┼│ ││ │┼│ ││\n│┼┼───────┴┘ ┌────────┐ └─┴──────┬┐ │┼│ │┼│ ││ │┼│ ││\n│┼│ \\\\ │┼┼─────┼│ ││ │┼│ │┼│ ││ │┼│ ││\n│┼│ \\\\ │┼│ ││ ││ │┼│ │┼│ ││ │┼│ ││\n│┼│ ┌┐ │┼│ ││ ││ │┼│ │┼│ ││ │┼│ ││\n│┼│ ││ │┼│ ││ ││ │┼│ │┼│ ││ │┼│ ││\n│┼┼───────┼│ │┼┼─────┼│ ┌────────┼│ │┼┼───────┐ │┼│ ││ │┼│ ││\n└──────────┘ └────────┘ └─────────┘ └─────────┘ └─┴───────┴┘ └─┴───────┴┘"} {
"logo": " ______ _______ _____ _______ _______ \n| __ \\.-----.| __|| |_ | || |\n| __ <| _ ||__ || || - || - |\n|______/|_____||_______||_______||_______||_______|"
}

View file

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display'); @import url('https://fonts.googleapis.com/css?family=VT323');
body { body {
font: 18px "Courier New", monospace; font: 18px "VT323", "Courier New", monospace;
background-color: black; background-color: black;
background-image: radial-gradient(at bottom right, rgb(30 30 30), black); background-image: radial-gradient(at bottom right, rgb(30 30 30), black);
height: 100vh; height: 100vh;
@ -75,15 +75,19 @@ body::after {
} }
.power-on-self-test, .terminal-window { .power-on-self-test, .terminal-window {
border: double; border:groove;
margin-left: 5vw; margin-left: 5vw;
margin-top: -5vh; margin-top: -5vh;
padding-bottom: 1em; padding-bottom: 1em;
padding-right: 2em;
width: 60vw; width: 60vw;
overflow: scroll; overflow-y: auto;
overflow-x: hidden;
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
box-sizing: border-box;
box-shadow: 0 0 3px 1px rgb(49 255 0 / 0.70);
} }
.terminal{ .terminal{