You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
2.1 KiB

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
color-scheme: dark;
font-family: "IBM Plex Sans", sans-serif;
background-color: #181a1a;
color: #e8e6e3;
}
body {
margin: 0;
padding: 0;
}
img {
object-fit: scale-down;
width: auto;
height: auto;
max-width: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
a:link,
a:visited,
a:hover {
color: #e8e6e3;
}
.page-header {
position: relative;
background-color: #4c4f50;
width: 100%;
display: flex;
align-items: center;
overflow-x: scroll;
padding-top: 0.5em;
padding-bottom: 0.5em;
gap: 0.5em;
* {
margin: 0;
text-align: center;
white-space: nowrap;
}
:first-child {
margin-left: 0.5em;
}
:last-child {
margin-right: 0.5em;
}
.header-separator {
padding: 0 !important;
}
}
.story-page-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 0.5em;
.story-page {
display: flex;
align-items: center;
justify-content: center;
@media (max-width: 900px) {
flex-direction: column;
}
column-gap: 0.5em;
width: 75%;
.story-details {
display: flex;
flex-direction: column;
}
}
.story-buttons {
display: flex;
align-items: center;
justify-content: center;
column-gap: 0.25em;
margin-top: 0.75em;
}
}
.tag-container {
display: flex;
flex-wrap: wrap;
column-gap: 0.25em;
}
.index-content {
margin-top: 0.5em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-left: 2.5vw;
margin-right: 2.5vw;
}
.story-content {
margin-left: 2.5vw;
margin-right: 2.5vw;
overflow-wrap: anywhere;
}
.not-found-page {
margin-top: 0.5em;
display: flex;
justify-content: center;
}