Sern-Site/style.css

62 lines
1.1 KiB
CSS
Raw Normal View History

2020-02-09 15:47:23 -05:00
html {
display: block;
}
body {
2020-03-04 13:57:21 -05:00
font-family: sans-serif;
2020-02-09 15:47:23 -05:00
font-style: normal;
2020-03-04 13:57:21 -05:00
/* font-weight: 200;*/
2020-02-09 15:47:23 -05:00
color: whitesmoke;
display: block;
margin: 8px;
background-image: url("background.gif");
background-size: cover;
}
p {
2020-03-04 13:57:21 -05:00
font-family: monospace;
2020-02-09 15:47:23 -05:00
font-style: normal;
2020-03-04 13:57:21 -05:00
font-size: normal;
2020-02-09 15:47:23 -05:00
}
2020-03-04 13:57:21 -05:00
.fig {
font-family: Monospace;
font-size: 5pt;
/*color: blue;*/
}
h1 {
text-align: center;
font-size: 3em;
}
2020-02-09 15:47:23 -05:00
div {
2020-03-04 13:57:21 -05:00
margin: auto;
2020-02-09 15:47:23 -05:00
display: block;
2020-03-04 13:57:21 -05:00
font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
2020-02-09 15:47:23 -05:00
}
div.content {
margin: auto;
2020-03-04 13:57:21 -05:00
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;
2020-02-09 15:47:23 -05:00
2020-03-04 13:57:21 -05:00
/* background-color: black;*/
2020-02-09 15:47:23 -05:00
}
a {
2020-03-04 13:57:21 -05:00
text-decoration: none;
color: lightcyan;
font-weight: bold;
2020-02-09 15:47:23 -05:00
}
marquee {
2020-03-04 13:57:21 -05:00
font-family: monospace;
font-style: bold;
/*font-size: .5em;*/
}