lightly less crazy design
This commit is contained in:
parent
bec27fdaff
commit
e294b56a85
@ -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
Normal file
BIN
library/static/fonts/LibreBaskerville-Regular.otf
Normal file
Binary file not shown.
BIN
library/static/fonts/LibreBaskerville-Regular.ttf
Normal file
BIN
library/static/fonts/LibreBaskerville-Regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user