2020-12-21 18:41:55 +01:00
|
|
|
html, body {
|
|
|
|
margin: 0;
|
2023-12-01 15:58:33 +01:00
|
|
|
font-family: "libreBaskerville";
|
|
|
|
font-style: normal;
|
2021-05-03 16:26:02 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body:after {
|
|
|
|
font-size: .8em;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cloud {
|
|
|
|
overflow: hidden;
|
|
|
|
width: 1px; height: 1px;
|
|
|
|
transform: translate(-100%, -100%);
|
|
|
|
border-radius: 50%;
|
|
|
|
z-index: -1;
|
2020-12-29 22:56:28 +01:00
|
|
|
position: fixed;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-06-05 20:02:15 +02:00
|
|
|
@font-face {
|
2023-12-01 15:58:33 +01:00
|
|
|
font-family: "libreBaskerville";
|
2023-06-05 20:02:15 +02:00
|
|
|
src: url(../fonts/LibreBaskerville-Regular.otf);
|
|
|
|
}
|
|
|
|
|
2023-07-15 14:36:55 +02:00
|
|
|
#library {
|
2020-12-11 16:54:09 +01:00
|
|
|
line-height: 1.03em;
|
2021-01-09 20:52:31 +01:00
|
|
|
position: relative;
|
2020-12-11 16:54:09 +01:00
|
|
|
color: #FFFFFF;
|
2023-11-26 18:38:33 +01:00
|
|
|
text-shadow: 2px 2px #004225;
|
2021-04-18 10:13:30 +02:00
|
|
|
font-size: 52px;
|
2020-12-11 16:54:09 +01:00
|
|
|
text-align: center;
|
2023-07-15 15:28:53 +02:00
|
|
|
font-family: libreBaskerville;
|
2021-04-18 10:13:30 +02:00
|
|
|
mix-blend-mode: difference;
|
|
|
|
margin: 1em 0;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
2021-01-09 20:52:31 +01:00
|
|
|
|
2023-07-12 21:09:22 +02:00
|
|
|
#booksearch{
|
2023-06-05 20:18:28 +02:00
|
|
|
background: #f1f1f1;
|
|
|
|
text-decoration: none;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
border: 3px solid black;
|
|
|
|
padding: 0.8em;
|
|
|
|
margin-left: 0.3em;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
box-shadow: 0.3em 0.35em rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-11-26 18:38:33 +01:00
|
|
|
@supports (-webkit-text-stroke: 1px darkgreen) {
|
2023-07-15 14:36:55 +02:00
|
|
|
#library {
|
2023-11-26 18:38:33 +01:00
|
|
|
-webkit-text-stroke: 1px darkgreen;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
|
|
|
}
|
2021-01-09 20:52:31 +01:00
|
|
|
|
2020-12-11 16:54:09 +01:00
|
|
|
.container {
|
2020-12-21 18:41:55 +01:00
|
|
|
margin 0 auto;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
2020-12-21 18:41:55 +01:00
|
|
|
|
2021-01-09 20:52:31 +01:00
|
|
|
#bookshelf {
|
|
|
|
max-width: 90%;
|
|
|
|
margin-top: 3em;
|
|
|
|
display: block;
|
|
|
|
columns: 30rem;
|
|
|
|
gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bookshelf > div {
|
|
|
|
width: 100%;
|
|
|
|
break-inside: avoid;
|
2021-01-10 00:07:22 +01:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-01-09 20:52:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bookshelf > div > a {
|
|
|
|
color: black;
|
2021-04-17 21:15:45 +02:00
|
|
|
text-decoration: none;
|
2020-12-29 22:56:28 +01:00
|
|
|
}
|
2021-01-09 20:52:31 +01:00
|
|
|
|
2021-02-06 16:15:31 +01:00
|
|
|
#publication {
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
|
2021-02-14 22:11:58 +01:00
|
|
|
#latestevent {
|
|
|
|
text-align: center;
|
|
|
|
color: #DD4F77;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upcomingevent {
|
|
|
|
text-align: center;
|
|
|
|
color: #404d81;
|
|
|
|
}
|
|
|
|
|
2021-02-06 17:08:07 +01:00
|
|
|
.event {
|
|
|
|
margin: 0 1em 1em;
|
2021-04-17 21:15:45 +02:00
|
|
|
max-width: calc(90% - 3em);
|
2021-05-03 16:26:02 +02:00
|
|
|
min-width: calc(90% - 3em);
|
2021-02-06 17:08:07 +01:00
|
|
|
margin-top: 3em;
|
|
|
|
padding: 6px;
|
2021-05-03 16:26:02 +02:00
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2021-02-06 17:08:07 +01:00
|
|
|
border: 3px solid black;
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
2020-12-11 16:54:09 +01:00
|
|
|
button {
|
|
|
|
z-index: 10;
|
2020-12-21 18:41:55 +01:00
|
|
|
border: 3px solid black;
|
2023-06-05 20:02:15 +02:00
|
|
|
padding: 0.8em;
|
|
|
|
margin-left: 0.3em;
|
2020-12-11 16:54:09 +01:00
|
|
|
color: black;
|
|
|
|
min-width: auto;
|
2020-12-21 18:41:55 +01:00
|
|
|
background-color: #f1f1f1;
|
2023-06-05 20:02:15 +02:00
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
box-shadow: 0.3em 0.35em rgba(0,0,0,0.3);
|
2023-06-05 20:19:56 +02:00
|
|
|
cursor: pointer;
|
2020-12-11 16:54:09 +01:00
|
|
|
}
|
2020-12-29 22:56:28 +01:00
|
|
|
|
2023-06-05 20:02:15 +02:00
|
|
|
|
2020-12-29 22:56:28 +01:00
|
|
|
table {
|
2021-01-10 00:07:22 +01:00
|
|
|
margin: 0 1em 1em;
|
2020-12-29 22:56:28 +01:00
|
|
|
z-index: 10;
|
2023-06-05 20:02:15 +02:00
|
|
|
border: 1px solid black;
|
2020-12-29 22:56:28 +01:00
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2023-12-01 15:58:33 +01:00
|
|
|
tbody:hover {background-color: #ddd;}
|
2021-01-09 20:52:31 +01:00
|
|
|
|
2020-12-29 22:56:28 +01:00
|
|
|
tr {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2021-01-09 20:52:31 +01:00
|
|
|
|
2020-12-29 22:56:28 +01:00
|
|
|
td {
|
|
|
|
margin:0;
|
|
|
|
padding: 0.5em;
|
|
|
|
min-width: auto;
|
|
|
|
max-width: 60%;
|
|
|
|
border: 1px solid black;
|
2023-06-05 20:02:15 +02:00
|
|
|
background-color: #f1f1f1;
|
2020-12-29 22:56:28 +01:00
|
|
|
}
|
2021-04-17 22:22:27 +02:00
|
|
|
|
2021-01-09 20:52:31 +01:00
|
|
|
.tdimage {
|
2021-01-10 00:07:22 +01:00
|
|
|
padding: 0;
|
2021-01-09 20:52:31 +01:00
|
|
|
}
|
2021-04-17 22:22:27 +02:00
|
|
|
|
2021-01-09 20:52:31 +01:00
|
|
|
.tdimage > img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-04-05 21:42:43 +02:00
|
|
|
|
|
|
|
.error{
|
|
|
|
color: #ff1111;
|
|
|
|
}
|
2021-04-17 22:22:27 +02:00
|
|
|
a:link { text-decoration: none; }
|
|
|
|
a:visited { text-decoration: none; }
|
|
|
|
a:hover { text-decoration: none; }
|
|
|
|
a:active { text-decoration: none; }
|
2021-05-03 12:31:08 +02:00
|
|
|
|
|
|
|
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
2023-07-15 14:36:55 +02:00
|
|
|
#library {
|
2021-05-03 16:26:02 +02:00
|
|
|
text-align: left;
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
|
|
|
.event {
|
|
|
|
max-width: 90%;
|
|
|
|
margin: 3em 1em 1em 1em;
|
2021-05-03 12:31:08 +02:00
|
|
|
}
|
|
|
|
}
|