Browse Source

lightly less crazy design

master
crunk 11 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 {
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 {

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