2019-10-27 16:15:14 +00:00
|
|
|
:root {
|
2020-11-01 14:24:36 +00:00
|
|
|
/* fonts */
|
|
|
|
--font-stack-body: "Whitney SSm A", "Whitney SSm B", sans-serif;
|
|
|
|
--font-stack-headings: "Quarto A", "Quarto B", serif;
|
|
|
|
--font-stack-monospace: "Operator Mono SSm A", "Operator Mono SSm B", monospace;
|
|
|
|
|
|
|
|
/* colours */
|
|
|
|
--color-background: #004643;
|
|
|
|
--color-headline: #fffffe;
|
|
|
|
--color-paragraph: #abd1c6;
|
|
|
|
--color-button: #f9bc60;
|
|
|
|
--color-button-text: #001e1d;
|
|
|
|
|
|
|
|
/* colours - illustrations */
|
|
|
|
--color-stroke: #001e1d;
|
|
|
|
--color-main: #e8e4e6;
|
|
|
|
--color-highlight: #f9bc60;
|
|
|
|
--color-secondary: #abd1c6;
|
|
|
|
--color-tertiary: #e16162;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
body {
|
2020-11-01 14:24:36 +00:00
|
|
|
font-family: var(--font-stack-body);
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 2rem;
|
|
|
|
background-color: var(--color-background);
|
|
|
|
color: var(--color-paragraph);
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2020-11-01 14:24:36 +00:00
|
|
|
font-family: var(--font-stack-headings);
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
2020-06-22 20:58:53 +01:00
|
|
|
|
|
|
|
pre,
|
|
|
|
code {
|
2020-11-01 14:24:36 +00:00
|
|
|
font-family: var(--font-stack-monospace);
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2020-06-22 20:58:53 +01:00
|
|
|
|
|
|
|
a {
|
2020-11-01 14:24:36 +00:00
|
|
|
color: var(--color-highlight);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-06-22 20:58:53 +01:00
|
|
|
|
|
|
|
.h-feed > .note,
|
|
|
|
.h-feed > .h-entry {
|
2020-11-01 14:24:36 +00:00
|
|
|
margin-top: 4rem;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
2019-07-26 10:40:56 +01:00
|
|
|
body {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
2020-11-01 14:24:36 +00:00
|
|
|
@media screen and (max-width: 699px) {
|
2020-06-23 21:14:23 +01:00
|
|
|
main {
|
2020-11-01 14:24:36 +00:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 700px) {
|
2020-06-23 21:14:23 +01:00
|
|
|
main {
|
2020-11-01 14:24:36 +00:00
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main > .note,
|
|
|
|
main > .h-entry {
|
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
main img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
main .h-entry:first-child > .bookmark-link {
|
|
|
|
padding-top: 2rem;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
.note {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note-metadata {
|
2019-10-27 16:15:14 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-11-01 14:24:36 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note .client {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note .syndication-links svg {
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note > .e-content > .naked-link .u-photo {
|
|
|
|
margin: 2rem 0;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
article header > h1 {
|
2020-11-01 14:24:36 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-06-23 21:14:23 +01:00
|
|
|
|
2020-11-01 14:24:36 +00:00
|
|
|
.post-info {
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
2020-06-23 21:14:23 +01:00
|
|
|
|
2020-02-23 17:12:17 +00:00
|
|
|
.pagination {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
max-width: 90vw;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2020-02-23 17:12:17 +00:00
|
|
|
|
2019-10-27 16:15:14 +00:00
|
|
|
.personal-bio {
|
2020-11-01 14:24:36 +00:00
|
|
|
padding: 0 2rem;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
footer {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 699px) {
|
|
|
|
input {
|
|
|
|
max-width: 95vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.iwc-logo {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 699px) {
|
2020-02-21 18:26:52 +00:00
|
|
|
footer {
|
2020-11-01 14:24:36 +00:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
2020-06-23 21:14:23 +01:00
|
|
|
#top-header {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top-header h1 {
|
2020-06-23 21:14:23 +01:00
|
|
|
width: 100%;
|
2020-11-01 14:24:36 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
2020-06-23 21:14:23 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2020-11-01 14:24:36 +00:00
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav a {
|
|
|
|
margin: 0 0.5rem;
|
|
|
|
}
|
2020-06-23 21:14:23 +01:00
|
|
|
|
2019-10-27 16:15:14 +00:00
|
|
|
.post-info a {
|
2020-11-01 14:24:36 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
.syndication-links .u-syndication {
|
2020-11-01 14:24:36 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-10-27 16:15:14 +00:00
|
|
|
|
|
|
|
.p-bridgy-facebook-content,
|
|
|
|
.p-bridgy-twitter-content {
|
2020-11-01 14:24:36 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-07-26 10:40:56 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=app.css.map*/
|