Changed style of the website

This commit is contained in:
Beepboop Belong the 3rd 2020-03-04 19:57:21 +01:00
parent 652958726a
commit 0456488c99
Signed by: beepboopbelong
GPG Key ID: B873A12869A7BD29
4 changed files with 72 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
background_old.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -3,9 +3,9 @@ html {
} }
body { body {
font-family: IBMPlexSans-Regular,sans-serif; font-family: sans-serif;
font-style: normal; font-style: normal;
font-weight: 200; /* font-weight: 200;*/
color: whitesmoke; color: whitesmoke;
display: block; display: block;
@ -16,28 +16,46 @@ body {
} }
p { p {
font-family: IBMPlexMono-Italic,monospace; font-family: monospace;
font-style: normal; font-style: normal;
font-size: 17px; font-size: normal;
}
.fig {
font-family: Monospace;
font-size: 5pt;
/*color: blue;*/
}
h1 {
text-align: center;
font-size: 3em;
} }
div { div {
margin: auto;
display: block; display: block;
font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
} }
div.content { div.content {
max-width: 800px;
margin: auto; margin: auto;
font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
text-align: justify;
max-width: 800px;
background-color: black; /* background-color: black;*/
} }
a { a {
color: whitesmoke; text-decoration: none;
color: lightcyan;
font-weight: bold;
} }
marquee { marquee {
font-family: IBMPlexMono-Italic,monospace; font-family: monospace;
font-style: normal; font-style: bold;
font-size: 12px; /*font-size: .5em;*/
} }

43
style_old.css Normal file
View File

@ -0,0 +1,43 @@
html {
display: block;
}
body {
font-family: IBMPlexSans-Regular,sans-serif;
font-style: normal;
font-weight: 200;
color: whitesmoke;
display: block;
margin: 8px;
background-image: url("background.gif");
background-size: cover;
}
p {
font-family: IBMPlexMono-Italic,monospace;
font-style: normal;
font-size: 17px;
}
div {
display: block;
}
div.content {
max-width: 800px;
margin: auto;
background-color: black;
}
a {
color: whitesmoke;
}
marquee {
font-family: IBMPlexMono-Italic,monospace;
font-style: normal;
font-size: 12px;
}