2025-02-01 16:13:27 +01:00
|
|
|
.content {
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: visible;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-08 12:33:59 +02:00
|
|
|
.footer {
|
2024-10-13 18:49:45 +02:00
|
|
|
color: var(--post-mobile-abbr-text-color);
|
2024-11-12 18:52:40 +01:00
|
|
|
padding: 15px 0 20px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.morePostsSuggestion {
|
|
|
|
|
color: var(--body-font-color);
|
|
|
|
|
padding-bottom: 5px;
|
2024-10-09 22:30:31 +02:00
|
|
|
}
|
|
|
|
|
|
2024-10-15 13:10:47 +02:00
|
|
|
.footer a, .newerPostsButton {
|
2024-10-19 19:29:28 +02:00
|
|
|
cursor: pointer;
|
2024-10-09 22:30:31 +02:00
|
|
|
text-decoration: var(--button-text-decoration);
|
|
|
|
|
color: var(--button-desktop-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-15 13:10:47 +02:00
|
|
|
.footer a:hover, .newerPostsButton:hover {
|
2024-10-09 22:30:31 +02:00
|
|
|
color: var(--button-desktop-text-color-hover);
|
2024-03-18 15:04:30 +01:00
|
|
|
}
|
2024-04-08 18:17:20 +02:00
|
|
|
|
2024-06-14 16:58:13 +02:00
|
|
|
.button {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
color: var(--button-desktop-text-color);
|
|
|
|
|
text-decoration: var(--button-text-decoration);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
|
color: var(--button-desktop-text-color-hover);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-10 13:16:07 +02:00
|
|
|
@media (max-width: 640px) {
|
2024-04-08 18:17:20 +02:00
|
|
|
.footer {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
2024-12-24 17:13:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.garland {
|
|
|
|
|
border-image-slice: 50 0 50 0;
|
|
|
|
|
border-image-width: 40px 0px 0px 0px;
|
|
|
|
|
border-image-outset: 0px 0px 0px 0px;
|
|
|
|
|
border-image-repeat: repeat repeat;
|
|
|
|
|
border-image-source: url('/public/assets/garland.png');
|
|
|
|
|
border-style: solid;
|
|
|
|
|
padding-top: 50px;
|
2024-04-08 18:17:20 +02:00
|
|
|
}
|