2018-02-10 22:25:01 +00:00
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
/* Change this value to any color you want */
|
|
|
|
--hilite: #8D3FC5;
|
|
|
|
}
|
|
|
|
|
|
|
|
a,a:visited,a:link,a:focus {
|
2018-02-11 04:21:13 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: darkgrey;
|
2018-02-10 22:25:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
font-style: italic;
|
2018-02-11 04:21:13 +00:00
|
|
|
color: var(--hilite);
|
2018-02-10 22:25:01 +00:00
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
header div {
|
|
|
|
font: 1.5vw "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2018-02-10 22:25:01 +00:00
|
|
|
color: darkgrey; letter-spacing: 0.8em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
header div::first-letter {
|
|
|
|
font: 1.75vw "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2018-02-10 22:25:01 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
nav {
|
2018-02-10 22:25:01 +00:00
|
|
|
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2018-02-11 04:21:13 +00:00
|
|
|
color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em;
|
2018-02-10 22:25:01 +00:00
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
#about p {
|
2018-02-10 22:25:01 +00:00
|
|
|
line-height: 1.5em; letter-spacing: 0.1em; text-align: left; color: white;
|
|
|
|
padding: 0em 1em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h1 {
|
2018-02-10 22:25:01 +00:00
|
|
|
padding: 10px;
|
|
|
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.5em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h1::first-letter {
|
2018-02-10 22:25:01 +00:00
|
|
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h2 {
|
2018-02-10 22:25:01 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.6em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h3 {
|
2018-02-10 22:25:01 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 10px;
|
|
|
|
font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.6em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h4 {
|
2018-02-10 22:25:01 +00:00
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
border-top: 1px solid darkgrey;
|
|
|
|
font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.4em;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
h5 {
|
|
|
|
padding: 10px;
|
|
|
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.5em; text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
padding: 10px;
|
|
|
|
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
color: darkgrey; letter-spacing: 0.5em; text-align: center;
|
|
|
|
border: 1px solid darkgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
article p {
|
2018-02-10 22:25:01 +00:00
|
|
|
padding: 0em 2em;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
ul {
|
2018-02-10 22:25:01 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-02-11 04:21:13 +00:00
|
|
|
ol {
|
2018-02-10 22:25:01 +00:00
|
|
|
color: white;
|
|
|
|
}
|