selfdefined/_site/css/base.css

275 lines
4.9 KiB
CSS
Raw Normal View History

2019-09-01 02:38:10 +01:00
@charset "UTF-8";
@import url("https://use.typekit.net/qlo3dpu.css");
:root {
2019-10-19 16:53:47 -04:00
--auto-grid-min-size: 17rem;
}
2019-09-01 02:38:10 +01:00
body {
2019-09-01 03:22:41 +01:00
border-top: 1rem solid red;
2019-09-01 02:38:10 +01:00
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
font-size: 20px;
2019-10-21 15:17:24 -04:00
padding: 2rem;
2019-09-01 03:22:41 +01:00
margin: 0;
2019-09-01 02:38:10 +01:00
}
h1 {
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
font-weight: 700;
}
.subtitle {
2019-09-01 02:38:10 +01:00
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
font-weight: 400;
letter-spacing: 0.1;
2019-10-19 17:49:03 -04:00
grid-column: span 2;
2019-09-01 02:38:10 +01:00
}
2019-10-19 17:49:03 -04:00
.summary {
grid-column: span 2;
2019-09-01 02:38:10 +01:00
}
2019-10-21 15:17:24 -04:00
.small {
font-size: 0.75em;
}
.title__thicc {
2019-11-01 14:59:00 -07:00
font-size: 8vh;
2019-10-21 15:17:24 -04:00
line-height: 0.75;
padding: 0;
margin: 0.5rem 0rem;
grid-column: span 2;
}
.help {
margin: 1rem 0;
}
.help li {
margin: 0.75rem 0;
}
.grid {
display: grid;
grid-template-columns: repeat(4, [col] 1fr [col]);
grid-template-rows: fit-content, fit-content, auto;
grid-row-gap: 10rem;
grid-column-gap: 4rem;
}
2019-09-01 02:38:10 +01:00
.auto-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
grid-gap: 1rem;
}
2019-10-19 17:49:03 -04:00
.box {
background: black;
color: white;
padding: 1rem;
margin: 2rem;
2019-10-21 15:17:24 -04:00
height: auto;
2019-10-19 17:49:03 -04:00
}
.box a {
color: white;
}
.list ul {
padding: 0 0 0 1em;
margin: 0;
}
.list li {
list-style: none;
padding-bottom: 0.5em;
text-transform: capitalize;
}
.list li.subterm {
padding-left: 10px;
}
.list li:last-child {
padding: 0;
}
.list li.subterm:before {
content: "↳";
padding-right: 5px;
}
2019-09-01 02:38:10 +01:00
.block__dictionary {
max-width: 50rem;
margin-left: auto;
margin-right: auto;
padding: 0 1rem;
}
.block__word {
display: flex;
flex-direction: column;
margin: 1rem;
}
p {
margin: 0.75rem 0;
font-size: 1.25rem;
}
.style__italics {
font-style: italic;
}
.word__title {
font-family: orpheuspro, Palatino, Times, serif;
font-weight: 900;
font-size: 2.5rem;
line-height: 1.25;
}
.word__definition {
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
font-size: 1.5rem;
}
.word__speech {
font-size: 0.5em;
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
}
.word__signal {
border-top: 1px solid currentcolor;
display: inline-block;
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.15rem;
padding: 0.5rem 0.75rem;
}
2019-10-21 12:37:59 -04:00
.word__signal__avoid {
color: red;
}
2019-10-21 12:37:59 -04:00
.word__signal__avoid:before {
content: "🚨";
margin-left: -2.15rem;
}
2019-10-21 12:37:59 -04:00
.word__signal__better {
color: green;
}
2019-10-21 12:37:59 -04:00
.word__signal__better:before {
content: "👍";
margin-left: -2.15rem;
}
2019-10-21 12:37:59 -04:00
.word__signal__tool {
color: black;
}
.word__signal__tool:before {
2019-10-21 12:33:03 -04:00
content: "🧰";
margin-left: -2.15rem;
}
2019-10-21 12:37:59 -04:00
.word__link {
text-decoration: none;
color: black;
border-bottom: darkgrey solid 0.1em;
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
}
.block__dictionary {
max-width: 50rem;
margin-left: auto;
margin-right: auto;
padding: 0 1rem;
}
.auto-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
grid-gap: 1rem;
}
.block__word {
2019-10-19 16:50:47 -04:00
grid-column: span 2;
display: flex;
flex-direction: column;
margin: 1rem;
}
p {
margin: 0.75rem 0;
font-size: 1.25rem;
2019-10-21 15:17:24 -04:00
line-height: 1.25;
}
.style__italics {
font-style: italic;
}
2019-09-01 02:38:10 +01:00
.word__title {
font-family: orpheuspro, Palatino, Times, serif;
font-weight: 900;
font-size: 2.5rem;
line-height: 1.25;
}
.word__definition {
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
font-size: 1.5rem;
}
.word__speech {
font-size: 0.5em;
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
}
.word__signal {
border-top: 1px solid currentcolor;
display: inline-block;
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.15rem;
padding: 0.5rem 0.75rem;
}
.word__signal__avoid {
color: red;
}
.word__signal__avoid:before {
content: "🚨";
margin-left: -2.15rem;
}
.word__signal__better {
color: green;
}
.word__signal__better:before {
content: "👍";
margin-left: -2.15rem;
}
2019-10-21 12:15:49 -04:00
.block__type {
display: grid;
grid-template-columns: 1fr 4fr;
align-items: flex-start;
}
.word__type {
text-align: right;
padding-right: 1rem;
font-family: monotype-grotesque-condensed, Arial Narrow, sans-serif;
font-size: 0.85rem;
text-transform: uppercase;
}
.word__link {
text-decoration: none;
color: black;
border-bottom: darkgrey solid 0.1em;
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
}
.word__breakdown {
font-family: monotype-grotesque, "Lucida Sans", sans-serif;
border-left: 0.1rem solid lightgrey;
padding-left: 1rem;
}
2019-11-01 14:59:00 -07:00
.flag__red {
background-color: pink;
color: black;
font-size: 0.9rem;
font-weight: bold;
border-radius: 1rem;
padding: 0.45rem 0.65rem;
margin: 0 0.75rem;
2019-11-01 15:57:22 -07:00
text-transform: lowercase;
2019-11-01 14:59:00 -07:00
}
2019-09-01 02:38:10 +01:00
/*# sourceMappingURL=base.css.map */