RP_Rave1_theme/assets/css/custom.css

858 lines
14 KiB
CSS
Raw Normal View History

2024-11-06 10:10:48 +00:00
/* Általános */
@import "nav.css";
@import "post.css";
/* @font-face {
font-family: "Open Sans";
src:
url('fonts/opensans.woff2') format('woff');
font-weight: normal;
font-style: normal;
} */
@font-face {
2025-01-06 09:59:16 +00:00
font-family: "Ubuntu";
src: url("fonts/ubuntu.woff2") format("woff");
font-weight: normal;
font-style: normal;
2024-11-06 10:10:48 +00:00
}
html,
body {
2025-01-06 09:59:16 +00:00
margin: 0;
padding: 0;
font-family: "Ubuntu", sans-serif;
2024-11-06 10:10:48 +00:00
}
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
2025-01-06 09:59:16 +00:00
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
font-style: normal;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
2024-11-06 10:10:48 +00:00
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
2025-01-06 09:59:16 +00:00
margin-bottom: 0.5rem;
font-family: "Ubuntu";
font-weight: 700;
line-height: 1.2;
color: #cacaca;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
2024-11-06 10:10:48 +00:00
}
table {
2025-01-06 09:59:16 +00:00
border-collapse: collapse;
border-spacing: 0;
2024-11-06 10:10:48 +00:00
}
ol,
ul {
2025-01-06 09:59:16 +00:00
list-style: none;
2024-11-06 10:10:48 +00:00
}
blockquote:before,
blockquote:after {
2025-01-06 09:59:16 +00:00
content: "";
2024-11-06 10:10:48 +00:00
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="button"],
input[type="tel"],
input[type="submit"],
textarea {
2025-01-06 09:59:16 +00:00
-moz-appearance: none;
-webkit-appearance: none;
2024-11-06 10:10:48 +00:00
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
2025-01-06 09:59:16 +00:00
display: none;
2024-11-06 10:10:48 +00:00
}
.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .search-field,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
2025-01-06 09:59:16 +00:00
transition: all 0.2s ease-in-out;
2024-11-06 10:10:48 +00:00
}
.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
2025-01-06 09:59:16 +00:00
transition: all 0.3s ease-in-out;
2024-11-06 10:10:48 +00:00
}
* {
2025-01-06 09:59:16 +00:00
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
2024-12-06 17:24:38 +00:00
}
2024-11-06 10:10:48 +00:00
.hidden {
2025-01-06 09:59:16 +00:00
display: none;
2024-11-06 10:10:48 +00:00
}
.clear {
2025-01-06 09:59:16 +00:00
clear: both;
2024-11-06 10:10:48 +00:00
}
.fleft {
2025-01-06 09:59:16 +00:00
float: left;
2024-11-06 10:10:48 +00:00
}
.fright {
2025-01-06 09:59:16 +00:00
float: right;
2024-11-06 10:10:48 +00:00
}
::selection {
2025-01-06 09:59:16 +00:00
background: #444;
color: #fff;
2024-11-06 10:10:48 +00:00
}
::-webkit-input-placeholder {
2025-01-06 09:59:16 +00:00
color: #999;
2024-11-06 10:10:48 +00:00
}
:-ms-input-placeholder {
2025-01-06 09:59:16 +00:00
color: #999;
2024-11-06 10:10:48 +00:00
}
body {
2025-01-06 09:59:16 +00:00
font-family: "Ubuntu", sans-serif;
font-size: 1.15rem;
color: #b5b5b5;
2024-11-06 10:10:48 +00:00
}
.site-wrapper {
2025-01-06 09:59:16 +00:00
background-image: url("../../assets/img/black-paper.webp");
2024-11-06 10:10:48 +00:00
}
@media (min-width: 1200px) {
2025-01-06 09:59:16 +00:00
.container {
max-width: 1200px;
}
2024-11-06 10:10:48 +00:00
}
/* Paragrafus térköz */
p {
2025-01-06 09:59:16 +00:00
margin-top: 1rem;
margin-bottom: 1rem;
2024-11-06 10:10:48 +00:00
}
/* Link színének módosítása */
a {
2025-01-06 09:59:16 +00:00
color: #fff;
text-shadow: 1px 1px 3px #000;
2024-11-06 10:10:48 +00:00
}
a:hover {
2025-01-06 09:59:16 +00:00
color: #6441a5;
text-decoration: none;
2024-11-06 10:10:48 +00:00
}
/* Social ikonok középre helyezése */
.header__nav--secondary {
2025-01-06 09:59:16 +00:00
height: 40px;
2024-11-06 10:10:48 +00:00
}
/* Social ikonok láthatóságának tiltása 991px szélesség alatt */
@media (max-width: 1250px) {
2025-01-06 09:59:16 +00:00
.header__nav--secondary {
display: none;
}
2024-11-06 10:10:48 +00:00
}
/* Logó balról való betolása */
.header__logo--img {
2025-01-06 09:59:16 +00:00
display: block;
border-radius: inherit;
object-position: center center;
object-fit: contain;
image-rendering: auto;
padding-left: 2rem;
2024-11-06 10:10:48 +00:00
}
element.style {
2025-01-06 09:59:16 +00:00
display: block;
width: 100%;
height: 100%;
border-radius: inherit;
object-position: center center;
object-fit: contain;
image-rendering: auto;
2024-11-06 10:10:48 +00:00
}
2025-01-06 10:24:41 +00:00
.custom-logo {
width: auto;
}
2024-11-06 10:10:48 +00:00
/* Borítókép javítás */
.post__thumb {
2025-01-06 09:59:16 +00:00
margin-bottom: 0;
2024-11-06 10:10:48 +00:00
}
/* Header */
.area::before {
2025-01-06 09:59:16 +00:00
content: "";
background-image: url(../../assets/img/black-paper.webp);
opacity: 0.6;
2024-11-06 10:10:48 +00:00
}
.area {
2025-01-06 09:59:16 +00:00
background-image: radial-gradient(
circle at 99% 33%,
hsla(235, 0%, 48%, 0.03) 0%,
hsla(235, 0%, 48%, 0.03) 37%,
transparent 37%,
transparent 100%
),
radial-gradient(
circle at 46% 16%,
hsla(235, 0%, 48%, 0.03) 0%,
hsla(235, 0%, 48%, 0.03) 43%,
transparent 43%,
transparent 100%
),
radial-gradient(
circle at 99% 25%,
hsla(235, 0%, 48%, 0.03) 0%,
hsla(235, 0%, 48%, 0.03) 22%,
transparent 22%,
transparent 100%
),
radial-gradient(
circle at 57% 88%,
hsla(235, 0%, 48%, 0.03) 0%,
hsla(235, 0%, 48%, 0.03) 86%,
transparent 86%,
transparent 100%
),
radial-gradient(
circle at 82% 78%,
hsla(235, 0%, 48%, 0.03) 0%,
hsla(235, 0%, 48%, 0.03) 22%,
transparent 22%,
transparent 100%
),
linear-gradient(90deg, rgb(36, 55, 70), rgb(36, 55, 70));
width: 100%;
height: 100%;
position: relative;
z-index: 2;
2024-11-06 10:10:48 +00:00
}
/* Legfrissebb bejegyzések */
.wp-block-latest-posts.wp-block-latest-posts__list {
2025-01-06 09:59:16 +00:00
padding-left: 30px !important;
2024-11-06 10:10:48 +00:00
}
/* Mobil nézetben szélesség kitolása kijelző széléig */
@media only screen and (max-width: 991px) and (min-width: 576px) {
2025-01-06 09:59:16 +00:00
.container {
max-width: 100%;
}
2024-11-06 10:10:48 +00:00
}
/* Oszlop margójának módosítása 767px alatt */
@media (max-width: 767px) {
2025-01-06 09:59:16 +00:00
.col {
margin: 0 20px 0 20px;
}
2024-11-06 10:10:48 +00:00
}
/* Borítókép margó nullázása 992px alatt */
@media (min-width: 992px) {
2025-01-06 09:59:16 +00:00
.post__thumb {
margin-right: 0;
}
2024-11-06 10:10:48 +00:00
}
/* Bejegyzés margójának módósítása 992px alatt */
@media (min-width: 992px) {
2025-01-06 09:59:16 +00:00
.post__body {
margin-left: 33px;
/*margin-right: 33px;*/
}
2024-11-06 10:10:48 +00:00
}
/* Mobil nézetben doboz tartalmának betolása doboz szélétől */
@media (max-width: 767px) {
2025-01-06 09:59:16 +00:00
.post__body {
padding: 30px 20px 30px 20px;
}
2024-11-06 10:10:48 +00:00
}
/* Beágyazáshoz javítás, lásd GyIK oldal */
.wp-block-embed iframe {
2025-01-06 09:59:16 +00:00
height: 520px;
width: 490px;
position: relative;
2024-11-06 10:10:48 +00:00
}
.wp-embed {
2025-01-06 09:59:16 +00:00
width: 435px;
box-shadow: 3px 2px 2px rgb(0 0 0);
background-color: #191919;
2024-11-06 10:10:48 +00:00
}
/* Beágyazás lábléc toltása */
.wp-embed-footer {
2025-01-06 09:59:16 +00:00
display: none;
2024-11-06 10:10:48 +00:00
}
/* Beágyazás link színe */
.wp-embed-heading a {
2025-01-06 09:59:16 +00:00
color: #dc3545;
2024-11-06 10:10:48 +00:00
}
/* Mobilnézet menu top eltolása */
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
2025-01-06 09:59:16 +00:00
.menu-menu-1-container {
top: 80px;
}
2024-11-06 10:10:48 +00:00
}
@media screen and (max-width: 767px) {
2025-01-06 09:59:16 +00:00
.menu-menu-1-container {
top: 50px;
}
2024-11-06 10:10:48 +00:00
}
@media (max-width: 991.98px) {
2025-01-06 09:59:16 +00:00
.main-nav {
padding-top: 30px !important;
}
2024-11-06 10:10:48 +00:00
}
/* #wpadminbar {
display: none;
} */
/* Adminbar */
/*@media screen and (max-width: 600px) {*/
/* #wpadminbar {*/
/* height: 46px;*/
/* min-width: 240px;*/
/* top: -48px;*/
/* }*/
/*}
/* Ikonbox */
@media (min-width: 992px) {
2025-01-06 09:59:16 +00:00
.icobox__icon {
line-height: 105px;
}
2024-11-06 10:10:48 +00:00
}
/* Alert */
.alert {
2025-01-06 09:59:16 +00:00
text-shadow: 1px 1px 2px #3a3a3a;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
2024-11-06 10:10:48 +00:00
}
/* Szekció modify */
.section-heading__title {
2025-01-06 09:59:16 +00:00
display: none !important;
2024-11-06 10:10:48 +00:00
}
.section-heading--divider-top {
2025-01-06 09:59:16 +00:00
display: none;
2024-11-06 10:10:48 +00:00
}
.page-heading {
2025-01-06 09:59:16 +00:00
background: rgba(21, 53, 79, 0.85) !important;
background-image: none;
2024-11-06 10:10:48 +00:00
}
.page-heading::before {
2025-01-06 09:59:16 +00:00
background-color: rgba(0, 0, 0, 0.65) !important;
2024-11-06 10:10:48 +00:00
}
/* HR */
.hr--xl {
2025-01-06 09:59:16 +00:00
display: none;
2024-11-06 10:10:48 +00:00
}
hr {
2025-01-06 09:59:16 +00:00
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 2px solid #6442a5;
2024-11-06 10:10:48 +00:00
}
/* Breadcrumb módosítások */
.breadcrumb {
2025-01-06 09:59:16 +00:00
/* text-transform: lowercase; */
padding: 8px 0;
margin-bottom: 20px;
list-style: none;
2024-11-06 10:10:48 +00:00
}
.breadcrumb-item {
2025-01-06 09:59:16 +00:00
display: inline-flex;
2024-11-06 10:10:48 +00:00
}
.breadcrumb a {
2025-01-06 09:59:16 +00:00
color: #428bca;
text-decoration: none;
2024-11-06 10:10:48 +00:00
}
/* .breadcrumb_content::before {
padding-right: 0.5rem;
padding-left: 0.5rem;
color: rgba(255, 255, 255, 0.2);
content: "—";
} */
.breadcrumb span + span::before {
2025-01-06 09:59:16 +00:00
content: " - ";
margin: 0 5px;
2024-11-06 10:10:48 +00:00
}
.post__meta-item--category::before {
2025-01-06 09:59:16 +00:00
content: "\f318";
2024-11-06 10:10:48 +00:00
}
/* Page, post címek szövegstílus módosítása */
.page-heading__title {
2025-01-06 09:59:16 +00:00
text-transform: uppercase;
2024-11-06 10:10:48 +00:00
}
/* .page-heading__title::first-letter {
color: white;
background-color: #6442a5;
font-size: 250%;
padding-top: 35px;
padding-left: 10px;
padding-right: 15px;
stroke: #6442a5;
}
*/
/* Other */
.tcenter {
2025-01-06 09:59:16 +00:00
justify-content: center;
justify-items: center;
display: grid;
2024-11-06 10:10:48 +00:00
}
.wp-like-post__wrapper {
2025-01-06 09:59:16 +00:00
justify-content: center;
2024-11-06 10:10:48 +00:00
}
.wp-block-embed iframe {
2025-01-06 09:59:16 +00:00
height: 570px;
width: 490px;
position: relative;
2024-11-06 10:10:48 +00:00
}
/* Footer */
.footer-copyright {
2025-01-06 09:59:16 +00:00
background-color: rgb(85 85 85 / 10%);
background-image: url("../../assets/img/black-paper.webp");
2024-11-06 10:10:48 +00:00
}
.footer-widgets {
2025-01-06 09:59:16 +00:00
background-color: rgba(21, 53, 79, 0.85);
background-image: url("../../assets/img/black-paper.webp");
2024-11-06 10:10:48 +00:00
}
.post__footer {
2025-01-06 09:59:16 +00:00
margin-top: 50px;
2024-11-06 10:10:48 +00:00
}
.widget--footer {
2025-01-06 09:59:16 +00:00
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
2024-11-06 10:10:48 +00:00
}
.widget--footer .widget__header {
2025-01-06 09:59:16 +00:00
margin-left: 30px;
margin-right: 30px;
margin-bottom: 60px;
2024-11-06 10:10:48 +00:00
}
/*.Social icons */
.social-links__link {
2025-01-06 09:59:16 +00:00
line-height: 36px !important;
2024-11-06 10:10:48 +00:00
}
.social-links__item {
2025-01-06 09:59:16 +00:00
float: left;
2024-11-06 10:10:48 +00:00
}
.wp-block-social-link {
2025-01-06 09:59:16 +00:00
border-radius: 0 !important;
2024-11-06 10:10:48 +00:00
}
.wp-social-link-kick {
2025-01-06 09:59:16 +00:00
background-color: #00e701 !important;
color: #000 !important;
2024-11-06 10:10:48 +00:00
}
.wp-social-link-discord {
2025-01-06 09:59:16 +00:00
background-color: #5865f2 !important;
color: #fff !important;
2024-11-06 10:10:48 +00:00
}
.wp-social-link-wallet {
2025-01-06 09:59:16 +00:00
background-color: #99aab5 !important;
color: #000 !important;
2024-11-06 10:10:48 +00:00
}
.wp-block-social-link-label {
2025-01-06 09:59:16 +00:00
text-shadow: none !important;
2024-11-06 10:10:48 +00:00
}
/* Box */
.box {
2025-01-06 09:59:16 +00:00
border-width: 2px;
border-style: solid;
border-color: #6441a5;
background-image: url("../../assets/img/black-paper.webp");
background-color: rgba(21, 53, 79, 0.85);
padding: 25px;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
.box {
2024-11-06 10:10:48 +00:00
border-width: 2px;
border-style: solid;
border-color: #6441a5;
background-image: url("../../assets/img/black-paper.webp");
background-color: rgba(21, 53, 79, 0.85);
padding: 25px;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
2025-01-06 09:59:16 +00:00
}
2024-11-06 10:10:48 +00:00
}
.box-trans {
2025-01-06 09:59:16 +00:00
background-image: url("../../assets/img/black-paper.webp");
background-color: rgba(0, 0, 0, 0.25);
padding: 25px;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
margin-top: 50px;
margin-bottom: 50px;
2024-11-06 10:10:48 +00:00
}
.box-grey {
2025-01-06 09:59:16 +00:00
background-image: url("../../assets/img/black-paper.webp");
background-color: rgba(181, 181, 181, 0.5);
padding: 25px;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
2024-11-06 10:10:48 +00:00
}
.box-red {
2025-01-06 09:59:16 +00:00
background-image: url("../../assets/img/black-paper.webp");
background-color: rgba(79, 21, 21, 0.85);
padding: 25px;
box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
2024-11-06 10:10:48 +00:00
}
.box-outline {
2025-01-06 09:59:16 +00:00
padding: 25px;
2024-11-06 10:10:48 +00:00
}
@media (min-width: 768px) {
2025-01-06 09:59:16 +00:00
.box-outline {
padding: 25px;
}
2024-11-06 10:10:48 +00:00
}
.post__body {
2025-01-06 09:59:16 +00:00
background-color: rgba(21, 53, 79, 0.85);
background-image: url("../../assets/img/black-paper.webp");
2024-11-06 10:10:48 +00:00
}
/* Add hozzá további css osztályként! */
.home__meta {
2025-01-06 09:59:16 +00:00
font-family: "Montserrat", sans-serif;
box-shadow: inset -1px -1px 0px 2px #0000004a;
padding: 10px;
margin-bottom: 35px;
font-size: 0.6875rem;
text-transform: uppercase;
font-weight: bold;
2024-11-06 10:10:48 +00:00
}
.post__meta {
2025-01-06 09:59:16 +00:00
box-shadow: inset -1px -1px 0px 2px #0000004a;
padding-left: 15px;
padding-bottom: 5px;
2024-11-06 10:10:48 +00:00
}
.post__title + .post__meta {
2025-01-06 09:59:16 +00:00
margin-top: 0.5rem;
2024-11-06 10:10:48 +00:00
}
.post__meta-item > a {
2025-01-06 09:59:16 +00:00
color: #abb8c3;
2024-11-06 10:10:48 +00:00
}
.post__meta-item > a:hover {
2025-01-06 09:59:16 +00:00
color: #6441a5;
2024-11-06 10:10:48 +00:00
}
.tagcloud {
2025-01-06 09:59:16 +00:00
padding-top: 25px;
2024-11-06 10:10:48 +00:00
}
.btn {
2025-01-06 09:59:16 +00:00
border-radius: 0 !important;
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
2024-11-06 10:10:48 +00:00
}
.btn-outline-secondary {
2025-01-06 09:59:16 +00:00
border-color: #342157;
background-color: #6441a5;
2024-11-06 10:10:48 +00:00
}
.btn-outline-secondary:hover {
2025-01-06 09:59:16 +00:00
border-color: #342157;
background-color: #342157;
}
/* @media (max-width: 992px) {
.header__logo--img {
height: 50%;
width: 25%;
}
.header__logo {
height: 50%;
width: 25%;
}
} */
2024-11-06 10:10:48 +00:00
p::-moz-selection {
2025-01-06 09:59:16 +00:00
/* Code for Firefox */
color: #fff;
background: #6441a5;
2024-11-06 10:10:48 +00:00
}
p::selection {
2025-01-06 09:59:16 +00:00
color: #fff;
background: #6441a5;
2024-11-06 10:10:48 +00:00
}
.wp-block-code code {
2025-01-06 09:59:16 +00:00
color: #e83e8c !important;
2024-11-06 10:10:48 +00:00
}
/* Safariban logo ideiglenes javítás */
/* .header__logo--img img {
max-width: 150px !important;
} */
/* Bejegyzés szerzője */
.post_author {
2025-01-06 09:59:16 +00:00
margin-bottom: 0 !important;
margin-left: 20px !important;
margin-right: 20px !important;
2024-11-06 10:10:48 +00:00
}
.grow {
2025-01-06 09:59:16 +00:00
display: flex !important;
2024-11-06 10:10:48 +00:00
}
.gcolumnleft {
2025-01-06 09:59:16 +00:00
width: max-content !important;
margin: 20px 0 0 0 !important;
2024-11-06 10:10:48 +00:00
}
.gcolumnright {
2025-01-06 09:59:16 +00:00
width: 100% !important;
margin: 0 0 0 40px !important;
2024-11-06 10:10:48 +00:00
}
@media screen and (max-width: 600px) {
2025-01-06 09:59:16 +00:00
.grow {
display: block !important;
}
.gcolumnleft {
width: 100% !important;
margin: 0 auto !important;
}
.gcolumnright {
width: 100% !important;
margin: 0 auto !important;
}
2024-11-06 10:10:48 +00:00
}
img.avatar.avatar-64.photo {
2025-01-06 09:59:16 +00:00
display: block;
margin: 0 auto;
2024-11-06 10:10:48 +00:00
}
/* Breadcrumb menü */
.ulbr {
2025-01-06 09:59:16 +00:00
width: 100%;
display: flex;
list-style: none;
2024-11-06 10:10:48 +00:00
}
.post__meta_single {
2025-01-06 09:59:16 +00:00
box-shadow: none;
2024-11-06 10:10:48 +00:00
}
@media (min-width: 992px) {
2025-01-06 09:59:16 +00:00
.page-heading__inner {
padding: 134px 0 80px 0 !important;
}
2024-11-06 10:10:48 +00:00
}
@media (max-width: 768px) {
2025-01-06 09:59:16 +00:00
.page-heading__inner {
padding: 60px 0 !important;
}
2024-11-06 10:10:48 +00:00
2025-01-06 09:59:16 +00:00
.box-author {
display: flex !important;
flex-wrap: wrap !important;
}
2024-11-06 10:10:48 +00:00
2025-01-06 09:59:16 +00:00
.author {
width: 100% !important;
}
2024-11-06 10:10:48 +00:00
2025-01-06 09:59:16 +00:00
.post-meta {
width: 100% !important;
margin-left: 70px;
}
2024-11-06 10:10:48 +00:00
}
/* Figure */
.hover-caption {
2025-01-06 09:59:16 +00:00
overflow: hidden;
display: flex;
flex-direction: column;
2024-11-06 10:10:48 +00:00
}
.hover-caption img {
2025-01-06 09:59:16 +00:00
width: 100%;
height: 100%;
2024-11-06 10:10:48 +00:00
}
.hover-caption:hover img {
2025-01-06 09:59:16 +00:00
translate: 0 -0;
filter: drop-shadow(0 0 0.15rem black);
2024-11-06 10:10:48 +00:00
}
.hover-caption figcaption {
2025-01-06 09:59:16 +00:00
text-align: center;
color: black;
translate: 0 100%;
2024-11-06 10:10:48 +00:00
}
.hover-caption:hover figcaption {
2025-01-06 09:59:16 +00:00
translate: 0 0;
2024-11-06 10:10:48 +00:00
}
.hover-caption img,
.hover-caption figcaption {
2025-01-06 09:59:16 +00:00
transition: translate 200ms;
2024-11-06 10:10:48 +00:00
}
2025-01-10 10:27:58 +00:00
/**
* ToC
*/
#toc-container {
background-image: url(../../assets/img/black-paper.webp);
background-color: rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding: 10px;
}
#toc-container details summary {
cursor: pointer;
font-weight: bold;
}
#toc-container ul {
list-style-type: none;
padding-left: 20px;
margin: 10px 0;
}
#toc-container ul li {
margin-bottom: 5px;
padding-left: 6px;
}
#toc-container ul li a {
text-decoration: none;
color: #cacaca;
}
#toc-container ul li a:hover {
text-decoration: underline;
color: #6441a5;
}
#toc-container ul li::marker {
content: "•"; /* Marker karaktere */
color: #b5b5b5; /* Marker színe */
font-size: 1.2em; /* Marker mérete */
font-weight: bold; /* Marker stílusa */
}