2021-12-11 17:39:42 +00:00
|
|
|
#app {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
2021-12-11 11:01:36 +00:00
|
|
|
.icon {
|
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
height: 2.5em;
|
|
|
|
width: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
z-index: -200;
|
2021-12-11 17:41:47 +00:00
|
|
|
width: 100%;
|
2021-12-11 11:01:36 +00:00
|
|
|
height: 40vh;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2021-12-11 13:13:53 +00:00
|
|
|
blockquote {
|
2021-12-11 11:01:36 +00:00
|
|
|
padding-left: 0.5em;
|
2021-12-11 17:41:47 +00:00
|
|
|
margin: 0.25em 0 0.25em 0 !important;
|
2021-12-11 11:01:36 +00:00
|
|
|
border-left: 4px solid rgba(128, 128, 128, 0.3);
|
|
|
|
}
|
|
|
|
|
2021-12-11 14:58:25 +00:00
|
|
|
.nav-tabs * .nav-link {
|
2021-12-11 11:01:36 +00:00
|
|
|
background-color: var(--bs-body-bg) !important;
|
|
|
|
border-color: rgba(128, 128, 128, 0.3) !important;
|
|
|
|
border-bottom-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
gap: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
|
2021-12-11 17:39:42 +00:00
|
|
|
.container {
|
|
|
|
flex: 1 0 auto !important;
|
|
|
|
}
|
|
|
|
|
2021-12-15 12:55:56 +00:00
|
|
|
.accordion-button::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
justify-content: center !important;
|
|
|
|
}
|
|
|
|
|
2021-12-18 23:58:55 +00:00
|
|
|
.page-link {
|
|
|
|
z-index: initial !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svelecte-control .sv-control, .sv-content, .sv-dropdown, .sv-item, .sv-item-content {
|
|
|
|
color: var(--bs-body-color) !important;
|
|
|
|
background-color: var(--bs-body-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sv-item-btn {
|
|
|
|
background-color: var(--bs-light) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sv-item {
|
|
|
|
cursor: pointer !important;
|
|
|
|
}
|
|
|
|
|
2021-12-11 13:13:39 +00:00
|
|
|
.d-spoiler {
|
|
|
|
color: var(--bs-dark);
|
|
|
|
background-color: var(--bs-dark);
|
|
|
|
border-radius: 2px;
|
|
|
|
transition-delay: 6000s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-spoiler::selection {
|
|
|
|
color: var(--bs-dark);
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-spoiler:active {
|
|
|
|
background-color: rgba(128, 128, 128, 0.3);
|
|
|
|
color: var(--bs-body-color);
|
|
|
|
transition-delay: 0s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-emoji {
|
2021-12-19 08:52:09 +00:00
|
|
|
height: 1.125em;
|
2021-12-12 09:31:59 +00:00
|
|
|
width: auto;
|
2021-12-19 08:52:09 +00:00
|
|
|
margin: 0 .05em 0 .1em;
|
|
|
|
vertical-align: -0.1125em;
|
2021-12-11 13:13:39 +00:00
|
|
|
}
|
|
|
|
|
2021-12-18 23:58:55 +00:00
|
|
|
code {
|
|
|
|
color: var(--bs-body-color) !important;
|
|
|
|
}
|
|
|
|
|
2021-12-12 22:08:46 +00:00
|
|
|
.description a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #457ead !important;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-12-11 13:13:53 +00:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.banner {
|
|
|
|
height: 50vh;
|
|
|
|
}
|
2021-12-19 08:52:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img.emoji {
|
|
|
|
height: 1.125em;
|
|
|
|
width: auto;
|
|
|
|
margin: 0 .05em 0 .1em;
|
|
|
|
vertical-align: -0.1125em;
|
|
|
|
}
|