Browse Source

Changed style of the website

master
parent
commit
0456488c99
Signed by: beepboopbelong <beepboopbelong@firemail.cc> GPG Key ID: B873A12869A7BD29
4 changed files with 72 additions and 11 deletions
  1. BIN
      background.gif
  2. BIN
      background_old.gif
  3. +29
    -11
      style.css
  4. +43
    -0
      style_old.css

BIN
background.gif View File

Before After
Width: 400  |  Height: 300  |  Size: 3.6KB Width: 400  |  Height: 400  |  Size: 2.0MB

BIN
background_old.gif View File

Before After
Width: 400  |  Height: 300  |  Size: 3.6KB

+ 29
- 11
style.css View File

@@ -3,9 +3,9 @@ html {
}

body {
font-family: IBMPlexSans-Regular,sans-serif;
font-family: sans-serif;
font-style: normal;
font-weight: 200;
/* font-weight: 200;*/
color: whitesmoke;

display: block;
@@ -16,28 +16,46 @@ body {
}

p {
font-family: IBMPlexMono-Italic,monospace;
font-family: monospace;
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 {
margin: auto;
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 {
max-width: 800px;
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 {
color: whitesmoke;
text-decoration: none;
color: lightcyan;
font-weight: bold;
}

marquee {
font-family: IBMPlexMono-Italic,monospace;
font-style: normal;
font-size: 12px;
}
font-family: monospace;
font-style: bold;
/*font-size: .5em;*/
}

+ 43
- 0
style_old.css 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;
}

Loading…
Cancel
Save