56 lines
1.0 KiB
CSS
56 lines
1.0 KiB
CSS
html, * {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
html {
|
|
background-image: url("https://files.hyperboreal.zone/ngoomie/junkarchive/pictures/grsites/blgr/blgr089.jpg");
|
|
background-repeat: repeat;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
}
|
|
|
|
body {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: #005188;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, dt, header a {
|
|
font-family: serif;
|
|
font-weight: bold;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
section:first-of-type p:first-of-type {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
text-decoration: none;
|
|
text-shadow: 0px 1px 4px #005188, 0px 1px 4px #005188;
|
|
}
|
|
|
|
header {
|
|
padding-bottom: 1.8rem;
|
|
word-spacing: 1rem;
|
|
}
|
|
header a {
|
|
color: #005188;
|
|
text-shadow: none;
|
|
}
|
|
|
|
header nav, div.cols section {
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
-webkit-backdrop-filter: blur(10px);
|
|
backdrop-filter: blur(10px);
|
|
border: 0.3rem solid white;
|
|
border-radius: 0.8rem;
|
|
}
|
|
|
|
header nav {
|
|
padding: 1.3rem;
|
|
}
|
|
|
|
div.cols section {
|
|
padding: 0 1.3rem;
|
|
}/*# sourceMappingURL=2023-06.css.map */ |