woutergr/woutergr.css

114 lines
1.6 KiB
CSS

html {
font-family: Palatino, serif;
font-size: 100%;
color: white;
width: 100%;
margin: 0;
background: black;
text-size-adjust: none;
}
body {
max-width: 60em;
margin: 0 auto;
padding: 0 1em 1em 1em;
}
a {
color: #80b0ff;
}
body section.refs ul li.expanded .date {
color: #80b0ff;
}
#image {
background-image: url("profile.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: contain;
height: 25vh;
}
@media (prefers-color-scheme: light) {
html {
color: black;
background: white;
}
a {
color: #6080a0;
}
body section.refs ul li.expanded .date {
color: #6080a0;
}
}
#header {
font-size: 125%;
width: 100%;
height: 70vh;
padding-top: 30vh;
}
.decrease {
font-size: 66%;
}
dl {
display: grid;
grid-template-columns: 8em auto;
}
@media only screen and (max-width: 40rem) {
dl {
display: block;
}
}
h1 {
text-align: right;
margin: 0.1em 0;
}
#profession {
text-align: right;
font-size: 125%;
font-style: italic;
}
h2 {
margin-top: 3em;
}
#keywords {
text-align: center;
font-style: italic;
margin-top: 5em;
}
#scrollhint {
font-size: 200%;
text-align: center;
}
section.refs ul li.expanded .date {
color: #80b0ff;
}
@media (prefers-color-scheme: light) {
section.refs ul li.expanded .date {
color: #6080a0;
}
section.refs > ul > li.invited::after {
border: 1px solid black;
}
section.refs > ul > li > ul > li::after {
border: 1px solid black !important;
}
}