Changed style of the website
This commit is contained in:
parent
652958726a
commit
0456488c99
BIN
background.gif
BIN
background.gif
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.0 MiB |
BIN
background_old.gif
Normal file
BIN
background_old.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
38
style.css
38
style.css
@ -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
43
style_old.css
Normal 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…
Reference in New Issue
Block a user