summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css100
1 files changed, 100 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..321d507
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,100 @@
+@font-face {
+ font-family: EBGaramond;
+ src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
+ font-style: normal;
+}
+
+@font-face {
+ font-family: EBGaramond;
+ src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
+ font-style: italic;
+}
+
+body {
+ background: #fdf3f3;
+ color: DarkSlateGrey;
+ font-family: EBGaramond, serif;
+ font-size: large;
+}
+
+a {
+ color: #1eaedb;
+}
+
+a:hover {
+ color: #0e99c4;
+}
+
+.container {
+ margin: 1em;
+}
+
+.row {
+ margin-bottom: 1em;
+}
+
+.domain-name, .title {
+ letter-spacing: -1.5px;
+}
+
+ul {
+ margin-top: 2px;
+ margin-bottom: 0;
+ padding-left: 0;
+}
+
+figure {
+ margin: 0px;
+ display: inline-block;
+}
+
+figcaption {
+ font-family: sans-serif;
+ font-size: small;
+ margin-top: -7px;
+}
+
+img {
+ width: 85%;
+ max-width: 1200px;
+ padding: 5px;
+}
+
+form {
+ padding: 10px;
+}
+
+.work {
+ vertical-align: top;
+ text-align: center;
+}
+
+.subwork {
+ overflow-x: scroll;
+ overflow-y: hidden;
+ white-space: nowrap;
+}
+
+td, th {
+ border-bottom: 1px black solid;
+ border-bottom: 1px black solid;
+ padding: 4px;
+}
+
+.narrow {
+ max-width: 31em;
+}
+
+fieldset {
+ margin-bottom: 10px;
+}
+
+p {
+ margin-top: .3em;
+ margin-bottom: .3em;
+}
+
+.sep {
+ margin-left: 3px;
+ margin-right: 3px;
+}