Browse Source

lightly less crazy design

master
crunk 12 months ago
parent
commit
e294b56a85
  1. 18
      library/static/css/style.css
  2. BIN
      library/static/fonts/LibreBaskerville-Regular.otf
  3. BIN
      library/static/fonts/LibreBaskerville-Regular.ttf

18
library/static/css/style.css

@ -1,6 +1,6 @@
html, body { html, body {
margin: 0; margin: 0;
font-family: Garamond, serif; font-family: libreBaskerville, serif;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
} }
@ -26,6 +26,11 @@ body:after {
src: url(../fonts/AlphaClouds.ttf); src: url(../fonts/AlphaClouds.ttf);
} }
@font-face {
font-family: libreBaskerville;
src: url(../fonts/LibreBaskerville-Regular.otf);
}
#varia { #varia {
line-height: 1.03em; line-height: 1.03em;
position: relative; position: relative;
@ -102,16 +107,21 @@ body:after {
button { button {
z-index: 10; z-index: 10;
border: 3px solid black; border: 3px solid black;
padding: 6px; padding: 0.8em;
margin-left: 0.3em;
color: black; color: black;
min-width: auto; min-width: auto;
background-color: #f1f1f1; background-color: #f1f1f1;
font-family: inherit;
font-size: 100%;
box-shadow: 0.3em 0.35em rgba(0,0,0,0.3);
} }
table { table {
margin: 0 1em 1em; margin: 0 1em 1em;
z-index: 10; z-index: 10;
border: 3px solid black; border: 1px solid black;
background-color: #f1f1f1; background-color: #f1f1f1;
border-spacing: 0; border-spacing: 0;
} }
@ -126,7 +136,7 @@ td {
min-width: auto; min-width: auto;
max-width: 60%; max-width: 60%;
border: 1px solid black; border: 1px solid black;
background-color: #f1f1f1; background-color: #f1f1f1;
} }
.tdimage { .tdimage {

BIN
library/static/fonts/LibreBaskerville-Regular.otf

Binary file not shown.

BIN
library/static/fonts/LibreBaskerville-Regular.ttf

Binary file not shown.
Loading…
Cancel
Save