diff --git a/library/static/css/style.css b/library/static/css/style.css index d0ae960..14ac19e 100644 --- a/library/static/css/style.css +++ b/library/static/css/style.css @@ -1,6 +1,6 @@ html, body { margin: 0; - font-family: Garamond, serif; + font-family: libreBaskerville, serif; background-repeat: no-repeat; background-attachment: fixed; } @@ -26,6 +26,11 @@ body:after { src: url(../fonts/AlphaClouds.ttf); } +@font-face { + font-family: libreBaskerville; + src: url(../fonts/LibreBaskerville-Regular.otf); +} + #varia { line-height: 1.03em; position: relative; @@ -102,16 +107,21 @@ body:after { button { z-index: 10; border: 3px solid black; - padding: 6px; + padding: 0.8em; + margin-left: 0.3em; color: black; min-width: auto; background-color: #f1f1f1; + font-family: inherit; + font-size: 100%; + box-shadow: 0.3em 0.35em rgba(0,0,0,0.3); } + table { margin: 0 1em 1em; z-index: 10; - border: 3px solid black; + border: 1px solid black; background-color: #f1f1f1; border-spacing: 0; } @@ -126,7 +136,7 @@ td { min-width: auto; max-width: 60%; border: 1px solid black; - background-color: #f1f1f1; + background-color: #f1f1f1; } .tdimage { diff --git a/library/static/fonts/LibreBaskerville-Regular.otf b/library/static/fonts/LibreBaskerville-Regular.otf new file mode 100644 index 0000000..3a58e6b Binary files /dev/null and b/library/static/fonts/LibreBaskerville-Regular.otf differ diff --git a/library/static/fonts/LibreBaskerville-Regular.ttf b/library/static/fonts/LibreBaskerville-Regular.ttf new file mode 100644 index 0000000..3fadf70 Binary files /dev/null and b/library/static/fonts/LibreBaskerville-Regular.ttf differ