lightly less crazy design
This commit is contained in:
parent
bec27fdaff
commit
e294b56a85
@ -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
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