gomesite/css/style.css

123 lines
2.0 KiB
CSS

html {
color: #323a42;
background-color: #efe5d7;
font-family: 'Palatino Linotype', Lora, serif;
max-width: 70ch;
margin: 1em auto;
line-height: 1.2;
font-size: 1.25em;
height: calc(100vh - 2em);
position: relative;
}
*::selection {
background: #ebdcc97f;
}
body {
margin: 0;
margin-left: 1rem;
height: 100%;
display: flex;
flex-direction: column;
}
main {
flex-grow: 1;
margin-right: 1rem;
}
a {
color: #323a42;
text-decoration: underline;
position: relative;
/* change this */
left: -0.25em;
padding: 0.25em;
border-radius: 2px;
}
a:hover, a:focus {
color: #6d747a;
outline: 0;
}
a:focus-visible {
outline: 1px dashed #beb0b1;
}
a#back {
font-size: 0.85em;
}
.socials p {
font-size: 16px;
margin: 0 0 0.5em 22px;
}
.socials .social-link {
display: flex;
align-items: flex-end;
line-height: 1;
margin-right: -1em;
}
.socials .social-link a {
display: inline-block;
width: fit-content;
margin-bottom: 0.25em;
text-decoration: none;
}
.socials .social-link a::before {
content: '⇒ ';
}
.socials .line {
display: inline-block;
background-color: #323a42;
height: 2px;
flex-grow: 2;
position: relative;
bottom: 12px;
}
.line.stop-0 {
background-color: #984624;
}
.line.stop-1 {
background-color: #ad5f1e;
}
.line.stop-2 {
background-color: #c59506;
}
.line.stop-3 {
background-color: #c8b500;
}
.line.stop-4 {
background-color: #8ea530;
}
.line.stop-5 {
background-color: #4b7b52;
}
.line.stop-6 {
background-color: #426153;
}
.socials p a {
padding: 0 2px;
margin: 0 -2px;
/* change this */
left: 0;
text-decoration: underline;
}
.socials p a:before {
content: initial;
}
h1 {
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-bottom: 2px solid #323a42;
font-family: Optima, 'Palatino Linotype', Lora, serif;
font-weight: normal;
}
footer {
margin-right: 1em;
margin-top: 1em;
}
footer img {
display: block;
bottom: 0;
margin: 0 auto;
max-width: 100%;
max-height: 160px;
user-select: none;
}