diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-28 20:55:07 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-28 20:55:07 -0500 |
commit | f5122be28721b13ea501a014cab54f092358a818 (patch) | |
tree | 441e4cf7a362fdee82853bf78e7047f20b56c472 /static | |
parent | 924dfc86feb606caaaddde678af7414c3e89c7a2 (diff) |
styles
Diffstat (limited to 'static')
-rw-r--r-- | static/EBGaramond-Italic-VariableFont_wght.ttf | bin | 829752 -> 0 bytes | |||
-rw-r--r-- | static/EBGaramond-VariableFont_wght.ttf | bin | 897728 -> 0 bytes | |||
-rw-r--r-- | static/styles.css | 46 |
3 files changed, 46 insertions, 0 deletions
diff --git a/static/EBGaramond-Italic-VariableFont_wght.ttf b/static/EBGaramond-Italic-VariableFont_wght.ttf Binary files differdeleted file mode 100644 index fa31b71..0000000 --- a/static/EBGaramond-Italic-VariableFont_wght.ttf +++ /dev/null diff --git a/static/EBGaramond-VariableFont_wght.ttf b/static/EBGaramond-VariableFont_wght.ttf Binary files differdeleted file mode 100644 index 123d5dd..0000000 --- a/static/EBGaramond-VariableFont_wght.ttf +++ /dev/null diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..f294923 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,46 @@ +legend { + font-weight: bold; +} + +.wrapper { + overflow: auto; + overflow-y; hidden; + white-space: nowrap; + padding-top: 10px; +} + +img { + vertical-align: top; + display: inline-block; + width: 100%; +} + +figure { + vertical-align: top; + margin: 0; + padding: 10px; + display: inline-block; + width: 80%; + position: relative; +} + +.work { + text-align: center; +} + +figcaption { + font-family: sans-serif; + font-size: small; + display: inline-block; +} + + +td, th { + border-bottom: 1px black dotted; + padding-bottom: 6px; + padding-left: 0; +} + +.disabled { + color: grey; +} |