Home No title September 01, 1970 0 404 | | div {margin-top: 8px; background-color: #fafafa; border-radius: 0.5rem;} body#layout #infastio-settings {margin-bottom:1rem; width: 15rem; display:flex;padding-left:0.5rem;} body#layout .widget-content { max-height: 3rem; border-radius: 0.5rem; } body#layout .section h4 {font-size: 10px; letter-spacing: 1px; text-align: left; position: absolute; top: 0; left: 1rem; line-height: 1; margin: 0; background: white; padding: 0.5rem 1rem; border-radius: 0.5rem 0.5rem 0 0; border: 1px solid #ddd;} body#layout .layout-widget-description { overflow: hidden; white-space: nowrap;} body#layout #HTML27 .widget-content, body#layout #HTML88 .widget-content, body#layout #HTML87 .widget-content { background-color: #d0e0fd; } body#layout header {display: flex; } body#layout nav { width: 20%; } body#layout main { width: 50%; } body#layout aside, body#layout #HTML87 { width: 30%; } body#layout aside, body#layout nav, body#layout main { display: table-cell; } body#layout #footer2 .widget { width: -moz-available; width: -webkit-fill-available; } body#layout #mobile-menu .widget { max-width: 19%; } body#layout #mobile-menu h4:after { content: ' (mobile only)'; } body#layout #footer2, body#layout #mobile-menu { display: flex; padding: 1rem 0.5rem; } body#layout #HTML97 .widget-content, body#layout #HTML95 .widget-content, body#layout #HTML98 .widget-content, body#layout #HTML96 .widget-content { background-color: #dff8ef; } ]]> Variable end */ :root { --bg-color: $(body.background); --text-color: $(body.text); --link-color: $(body.link); --soft-line: $(body.line); --line-dark: $(body.text); --bg-card: $(body.card); --bg-dark: $(body.dark.background); --link-dark: $(body.dark.link); --soft-red: #fdf2f2; --soft-blue: #ebf5ff; --soft-green: #f3faf7; --soft-yellow: #fdfdea; --skl-soft: #e6e6e6; --skl-softer: #f0f0f0; --skl-bold: #d6d6d6; --skl-bolder: #c9c9c9; } :root[data-theme=dark] { --bg-color: $(body.dark.background); --text-color: $(body.dark.text); --link-color: $(body.dark.link); --soft-line: $(body.dark.line); --bg-card: $(body.dark.card); --bg-dark: $(body.text); --line-dark: $(body.dark.text); --skl-soft: #202020; --skl-softer: #303030; --skl-bold: #d6d6d61a; --skl-bolder: #c9c9c91a; } :root[data-theme=dark].purple {--soft-line: #5154911a;} :root[data-theme=dark].green {--soft-line: #008c5f1a;} :root[data-theme=dark].orange {--soft-line: #F08A4B1a;} :root[data-theme=dark].red {--soft-line: #d930251a;} :root[data-theme=dark].pink {--soft-line: #ff62891a;} .yzCS {border: 4px solid transparent;} :root .blue { border: 4px solid var(--soft-line);border-radius:1rem;} :root.purple { --link-color: #515491; --soft-line: #e7e8ee; } :root.purple .purple { border: 4px solid var(--soft-line);border-radius:1rem;} :root.green { --link-color: #008c5f; --soft-line: #dfede9; } :root.green .green { border: 4px solid var(--soft-line);border-radius:1rem;} :root.orange { --link-color: #F08A4B; --soft-line: #f7ede7; } :root.orange .orange { border: 4px solid var(--soft-line);border-radius:1rem;} :root.red { --link-color: #d93025; --soft-line: #f5e4e3; } :root.red .red { border: 4px solid var(--soft-line);border-radius:1rem;} :root.pink { --link-color: #ff6289; --soft-line: #f5e4e3;} :root.pink .pink { border: 4px solid var(--soft-line);border-radius:1rem;} :root.purple .blue, :root.green .blue, :root.orange .blue, :root.red .blue, :root.pink .blue {border: 4px solid transparent;} :root .blue:after, :root.purple .purple:after, :root.green .green:after, :root.orange .orange:after, :root.red .red:after, :root.pink .pink:after { content: ''; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7L10 17l-5-5"%2F%3E%3C%2Fsvg%3E'); width: 16px; height: 16px; position: absolute; top: 2px; left: 2px; margin: 0; padding: 0; } :root.purple .blue:after, :root.green .blue:after, :root.orange .blue:after, :root.red .blue:after, :root.pink .blue:after {content:none;} .yzCS > .swatch { height: 20px; width: 20px; border-radius: 0.5rem; } /* start */ .absolute {position:absolute} .ai-c, .ai-center { align-items: center; } .as-c, .as-center { align-self: center; } .as-baseline {align-self: baseline; } .as-end {align-self: end;} .bb-1-lg { border-bottom: 1px solid lightgray; } .bb-1-sl { border-bottom: 1px solid var(--soft-line); } .bg-bg-color {background: var(--bg-color)} .border-1-sl, .border-1-softline { border: 1px solid var(--soft-line); } .bg-dark { background: #090d15; } .bg-soft-red {background: var(--soft-red)} .block {display:block} .bold { font-weight: 600; } .br-03 { border-radius: 0.3rem; } .br-05 { border-radius: 0.5rem; } .br-1 { border-radius: 1rem; } .br-50 { border-radius: 50%; } .border-soft-line {border: 1px solid var(--soft-line)} .bottom-1rem {bottom: 1rem;} .card { background: var(--bg-card); border-radius: 1rem; padding: 0.75rem; border: 1px solid var(--soft-line); box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%);} .color-inherit {color:inherit} .link {color: var(--link-color); cursor: pointer;} .dn, .d-none, .none { display: none; } .fixed {position:fixed} .flex { display: flex; } .flex-1 { flex: 1; } .flex-2 { flex: 2; } .fg-1, .grow-1 { flex-grow: 1; } .fd-col, .column { flex-direction: column; } .fd-row, .row { flex-direction: row; } .fit-content { width: fit-content; } .float-right {float: right} .fs-07 { font-size: 0.7rem; } .fs-08 { font-size: 0.8rem; } .fs-09 { font-size: 0.9rem; } .fs-1-8 { font-size: 1.8rem; } .fs-2 { font-size: 2rem; } .fsi, .italic { font-style: italic; } .fw-600 { font-weight: 600; } .fw-700 { font-weight: 700; } .g-05 { gap: 0.5rem; } .g-025 { gap: 0.25rem; } .g-1 { gap: 1rem; } .g-2 { gap: 2rem; } .g-3 { gap: 3rem; } .hidden { visibility: hidden; height: 0; width: 0; } .ic { max-height: 24px; max-width: 24px; } .jc-fe, .js-flexend { justify-content: flex-end; } .jc-c, .jc-center { justify-content: center; } .jc-e, .jc-end { justify-content: end; } .jc-r, .jc-right { justify-content: right; } .jc-sb, space-between { justify-content: space-between; } .lh-2-5 { line-height: 2.5rem; } .max-line-1, .max-line-2, .max-line-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-box-orient: vertical; } .max-line-1 { -webkit-line-clamp: 1; } .max-line-2 { -webkit-line-clamp: 2; } .max-line-3 { -webkit-line-clamp: 3; } .mb-0 { margin-bottom: 0!important; } .mb-025 { margin-bottom: 0.25rem!important; } .mb-05 { margin-bottom: 0.5rem!important; } .mb-1 { margin-bottom: 1rem !important; } .mb-2 { margin-bottom: 2rem; } .mb-min-2px { margin-bottom: -2px; } .mt-1 { margin-top: 1rem !important; } .mt-1-05 { margin-top: 1.5rem !important; } .mt-2 { margin-top: 2rem !important; } .mt-4 { margin-top: 4rem; } .mt-5 { margin-top: 5rem; } .mh-100vh { min-height: 100vh; } .mie-03 { margin-inline-end: 0.3rem; } .mie-04 { margin-inline-end: 0.4rem; } .mie-2 { margin-inline-end: 2rem; } .mx-05 { margin-left: 0.5rem; margin-right: 0.5rem; } .my-05 { margin-top: 0.5rem; margin-bottom: 0.5rem; } .my-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .opa-08 { opacity: 80%; } .pos-abso { position: absolute; } .pointer { cursor: pointer; } .p-025 { padding: 0.25rem; } .p-05 { padding: 0.5rem; } .p-075 { padding: 0.75rem; } .p-1 { padding: 1rem; } .pl-1 {padding-left: 1rem;} .px-05 { padding-left: 0.5rem; padding-right: 0.5rem; } .px-1 { padding-left: 1rem; padding-right: 1rem; } .px-1-05 { padding: 0 1.5rem; } .py-05 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-1 { padding: 1rem 0!important; } .pt-05 { padding-top: 0.5rem; } .pt-1 { padding-top: 1rem; } .pt-2 { padding-top: 2rem; } .pb-05 { padding-bottom: 0.5rem; } .relative { position: relative; } .row-reverse { flex-direction: row-reverse; } .shadow { box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%); } .sticky { position: sticky; } .ta-c { text-align: center; } .top-0 { top: 0; } .w-fill { width: -moz-available!important; width: -webkit-fill-available!important; } .w-full, .width-100 { width: 100%; } .wrap { flex-wrap: wrap; } .zindex-1 { z-index: 1; } /* end */ *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; outline: 0; border: 0; max-width: -moz-available; max-width: -webkit-fill-available; } html { height: 100%; background: var(--bg-color) !important; } body { width: $(body.width); background: var(--bg-color); color: var(--text-color); margin: 0 auto; overflow-x: hidden; font-family: system-ui; line-height: 1.5rem; justify-content: space-between; scrollbar-width: 5px; padding: 0 1rem; } main { flex: 2; order: 2; max-width: 67%; } nav { order: 1; flex: 1; } aside { flex: 1; order: 3; max-width: 30%; height: auto; width: -moz-available; width: -webkit-fill-available; transition: 0.5s ease; padding: 0; } footer { order: 4; } #downfooter {order:5;} ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb { background: lightgray; border-radius: 10px; } ::-webkit-scrollbar-track { border-radius: 10px; background: rgba(211, 211, 211, 0.15); } header svg path {stroke: var(--text-color);} #theme-toggle .active { border: 1.5px solid var(--link-color); } #theme-toggle > span { border: 1.5px solid var(--soft-line); } abbr { cursor: help; } kbd, p > code, div > code { border: 1px solid var(--soft-line); padding: 2px 5px 3px; } kbd { border-radius: 5px; box-shadow: 1px 1px 0 0 var(--soft-line); } img { border: 0; padding: 0; margin: 0; position: relative; max-width: 100%; object-fit: cover; height: auto; } a { text-decoration: none; color: var(--link-color); } summary { cursor: pointer; } .post-body textarea, .post-body input { outline: 1px solid var(--soft-line); .post-body a {margin: 0!important;} background: var(--bg-card); border-radius: 0.25rem; margin: 0.25rem 0 0.5rem; padding: 0.5rem; } body.inpage article, body.inpage article h1 { margin: 0 0 1.5rem; width: -moz-available; width: -webkit-fill-available; } li { list-style: none; } input, textarea { display: block; width: -moz-available; width: -webkit-fill-available; background: 0; font: inherit; color: var(--text-color); } footer .widget { padding: 1rem 0; } .widget#HTML92, .widget#Header1 { padding: 0; } /* Button */ button { font: inherit; background: 0; border: 0; text-align: left; cursor: pointer; } .btn-primary, .btn-secondary, .btn-inactive, .timer { width: fit-content; padding: 0.5rem 1.25rem 0.5rem; border-radius: 1rem; cursor: pointer; } .btn-primary, .timer { background: var(--link-color); color: var(--bg-color); } .timer {display: inline-block;} .timer-count {padding-inline-start: 0.5rem;} .btn-secondary { background: var(--bg-card); color: var(--text-color); border: 1px solid var(--soft-line); } .btn-inactive { background: var(--soft-line); color: var(--text-color); border: 1px solid var(--soft-line); cursor: not-allowed; } .btn-primary.more { width: fit-content; align-self: flex-end; } .btn-primary:hover, .btn-secondary:hover, #share:hover { box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%); } .btn-inactive:hover { box-shadow: none !important; } /* Header */ header { display: flex; height: 3.5rem; max-height: 3.5rem; z-index: 11; background: var(--bg-color); color: var(--text-color); position: fixed; width: $(header.width); margin: 0 auto; inset: 0; padding: 0 1rem;} header .skl { border-radius: 1rem; } .scrolldown header { top: -4rem; transition: 0.5s ease-in-out; } .scrollup header {top:0; transition: 0.25s ease-in-out; border-top: 1px solid var(--bg-color);} .navactive header, .scrollup header { top:0; border-bottom: 1px solid var(--soft-line); } .section .widget { position: relative; } header .section { display: flex; justify-content: space-between; align-items: center; height: 3.5rem; min-width: fit-content; padding: 0 0.5rem; margin-inline-end: 2rem; } header .widget { align-items: center; padding: 1rem; overflow: hidden; } header img { height: 3rem; width: auto; padding: 0.5rem 0.5rem 0.5rem 0; vertical-align: -webkit-baseline-middle; animation: kiri 0.5s ease, fade-in 0.5s ease; } .img-desc img { margin-bottom: -0.75rem; } [data-theme=dark] header img { filter: invert(1); } [data-theme=light] .ic-moon:not(.modal-content .ic-moon), [data-theme=dark] .ic-sun:not(.modal-content .ic-sun) {display:none} header .blog-title-wrap { animation: turun 0.7s ease, fade-in 0.7s ease; } header .blog-title a { color: inherit; font-size: 1rem; } header .title-description { animation: naik 1s ease, fade-in 1s ease; font-size: 0.7rem; margin-top: -0.3rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-wrap: wrap; } header ul { margin: 0; padding: 0; flex-direction: column; align-items: flex-start; height: -moz-available; height: -webkit-fill-available; display: flex; gap: 1rem; align-items: center; } header ul li { min-width: fit-content; } header ul li a { color: var(--text-color); } #Header1 { flex-grow: 1; } .ContactForm input, .ContactForm textarea { border-radius: 0.5rem; padding: 0.5rem; margin: 0.5rem 0 1rem; background: var(--bg-color); color: var(--text-color); } #ContactForm1_contact-form-submit { background: var(--link-color); color: var(--bg-color); } .goog-te-combo { margin: 4px 0; border: 1px solid var(--soft-line); border-radius: 0.5rem; padding: 0.5rem; width: -moz-available; width: -webkit-fill-available; } .hamburger { display: flex; transition: all 0.5s ease; align-self: center; } .hamburger.navactive .line:nth-child(1), .toc.read .line:nth-child(1) { transform: rotate(-45deg) translate(-4px, 5px); transition: all 0.5s ease; } .hamburger.navactive .line:nth-child(2), .toc.read .line:nth-child(2) { opacity: 0; transition: all 0.5s ease; } .hamburger.navactive .line:nth-child(3), .toc.read .line:nth-child(3) { transform: rotate(45deg) translate(-4px, -4px); transition: all 0.5s ease; } .hamburger, .toc { flex-direction: column; cursor: pointer; animation: kiri 0.5s ease, fade-in 0.7s ease; margin: 0 0.5rem 0 0; } .hamburger .line, .toc .line { width: 20px; height: 2px; background-color: var(--text-color); margin: 2px; transition: all 0.5s ease; } .toc .line { width: 10px; height: 2px; } .hamburger .line:last-child { background-color: var(--link-color); align-self: start; width: 50%; } .hamburger.navactive .line:last-child { width: 20px; } nav { position: absolute; top: 3.5rem; overflow-y: auto; border-radius: 0.5rem; left: -100%; height: 0; width: 0; transition: 0.5s ease; display: block; overflow: hidden; } nav #side-nav { overflow-y: auto; } nav a { color: inherit; } nav ul { display: flex; flex-direction: column; gap: 0.5rem; } #side-nav-bottom { background: var(--bg-card); bottom: 0; } .hamburger.navactive { z-index: 11; } .navactive nav { width: 30%; left: 0; top: 3.45rem; z-index: 11; display: flex; transition: 0.5s ease; max-height: 100vh; min-height: 92%; height: -moz-available; height: -webkit-fill-available; border-right: 1px solid var(--soft-line); background-color: var(--bg-card); margin-left: 0; padding: 0 2rem; position: fixed; border-radius: 0; } .navactive .overlay { display: block!important; transition: 0.5s; } .navactive .overlay nav { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; } .navactive .overlay nav ul li { margin-right: 0; margin-bottom: 20px; } #mobile-menu .widget div > * { animation: naik 0.5s ease, fade-in 0.7s ease; } #bmBtn svg { width: 22px; height: 22px; } svg.ic-verified path { fill: var(--link-color); } [data-theme=light] .d-flex-light, [data-theme=dark] .d-flex-dark { display: flex !important; } .overlay { position: fixed; background-color: transparent; z-index: 10; inset: 0; display:none!important; } .cont, .recent, .random { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; gap: 2rem 2%; } .items { flex: 1 1 23%; max-width: 23.5%; min-width: 23%; position: relative; border-radius: 1rem; } .info { padding: 0.5rem 0 0; overflow: hidden; text-overflow: ellipsis; } .info .meta { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; align-items: center; margin-top: 0.25rem; } /* .meta > *:not(:last-child,:first-child):after { content: "-"; margin: 0 0 0 0.25rem; } */ .info .post-title { font-size: 1rem; overflow-wrap: anywhere; } .info .post-summary { font-size: 0.9rem; display:none!important; } #iklanAtas, #iklanTengah, #iklanBawah, .ads { margin: 1rem 0; } ins.adsbygoogle:not(.adParallax) { margin: 1rem auto!important; } .post-labels { color: var(--link-color); } .label-name { color: inherit; display: flex; } .label-count { font-size: 0.8rem; margin-left: 0.5rem; text-wrap: nowrap; display: inline-flex; color: var(--link-color); background: var(--soft-line); border-radius: 20rem; padding: 0 0.5rem; width: fit-content; } .yz-cloud-label { display: flex; flex-wrap: wrap; } .top-blog .yz-cloud-label, main .yz-cloud-label { display: flex; overflow-x: auto; flex-wrap: nowrap; } .yz-cloud-label .item { display: flex; text-wrap: nowrap; } .yz-cloud-label .item a { padding: 0.5rem 1rem 0.5rem 1.25rem; margin: 0 0.5rem 0.5rem 0; border-radius: 1rem; border: 1px solid var(--soft-line);} .label-name.home { padding: 0.5rem 1rem!important; border: 1px solid var(--soft-line); } .yz-list-label { display: flex; flex-direction: column; } .yz-list-label .item { padding-bottom: 0.5rem; display: flex; justify-content: space-between; } .yz-list-label .item a { display: flex; gap: 1rem; color: var(--text-color); } .img-thumb { border: 0; position: relative; object-fit: cover; width: -moz-available; width: -webkit-fill-available; aspect-ratio: 16/9; border-radius: 1rem; display: block; } #detailProduct .img-thumb { width: auto; height: 4rem; } .inpost article.post-body, .inpage article.post-body { overflow-wrap: anywhere; max-width: 100%; padding-bottom: 1rem; width: -moz-available; width: -webkit-fill-available; border-bottom: 1px solid var(--soft-line); overflow: hidden; } .index .post-title { font-size: 1rem; } .post-title, .post-title a { color: inherit !important; } .post-body .separator a { margin-left: 0 !important; margin-right: 0 !important; } #blog-pager, #blog-pager { margin-top: 1rem; border-top: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); padding: 1rem 0; } body.inpost #blog-pager, body.inpage #blog-pager { margin-top: 2rem; } body.inpost #blog-pager a span, body.inpage #blog-pager a span {color: var(--text-color);} body.inpost article .sticky, body.inpage article .sticky { position: sticky; top: 0; background-color: var(--bg-color); z-index: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } body.inpost .post-body table, body.inpage .post-body table { width: fit-content; } body.inpost .post-body table caption, body.inpage .post-body table caption { display: inline-table; } body.inpost .post-body table *, body.inpage .post-body table * { text-align: -webkit-match-parent; } body.inpost .post-body table th, body.inpost .post-body table td, body.inpage .post-body table th, body.inpage .post-body table td { margin-bottom: 5px; } body.inpost .post-body table a, body.inpage .post-body table a { margin-bottom: 6px; } body.inpost .post-body table, body.inpage .post-body table, body.inpost .post-body table img, body.inpage .post-body table img, body.inpost .post-body .separator img, body.inpage .post-body .separator img { max-width: 100%; height: auto; border-radius: 0.5rem; position: relative; display: revert; margin: 1.5rem 0; } body.inpost .post-body table img, body.inpage .post-body table img { margin: 0; box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%); } body.inpost .post-body table img, body.inpage .post-body table img, td.tr-caption {z-index: 0;} td.tr-caption {position: absolute;} body.inpost .main li, body.inpage .main li { list-style: unset; margin-inline-start: 1rem; } body.inpost .main li::marker, body.inpage .main li::marker { color: var(--link-color); } .post-body table a { display: flex; } .post-body .tr-caption { font-size: 0.7rem; text-align: left!important; background: transparent; position: relative; padding-inline-start: 1.25rem; } .post-body .tr-caption::before { border-bottom: 1.5px solid var(--link-color); content: ''; display: block; height: 1px; left: 0; position: absolute; top: 0.75rem; width: 0.75rem; overflow: auto; } .post-body .tr-caption::after { border-left: 1.5px solid var(--link-color); content: ""; height: 0.65rem; left: 0; position: absolute; width: 1px; top: 0.15rem; } body.inpost .post-body h2, body.inpage .post-body h2, body.inpost .post-body h3, body.inpage .post-body h3, body.inpost .post-body h4, body.inpage .post-body h4, body.inpost .post-body h5, body.inpage .post-body h5, body.inpost .post-body h6, body.inpage .post-body h6 { line-height: 2rem; padding: 0.5rem 1rem; margin: 0 -1rem; display: block; position: relative; background: var(--bg-color); } .post-body h2 { font-size: 1.2rem; } .post-body h3 { font-size: 1.15rem; } .post-body h4 { font-size: 1.1rem; } .post-body h5 { font-size: 1.05rem; } .post-body h6 { font-size: 1rem; } main { gap: 3%; } body.inpost .main, body.inpage .main { display: flex; flex-direction: row; min-width: 67%; padding: 0; } body.inpost #Blog1, body.inpage #Blog1 { max-width: 100%; width: -moz-available; width: -webkit-fill-available; gap: 0; padding-left: 6rem; border: 0; } body.inpost #HTML93, body.inpage #HTML93 { order: -1; padding: 1.5rem 0 2rem; } body.inpost #HTML93 .widget-content, body.inpage #HTML93 .widget-content { height: 100%; } #share-container { margin: 0; position: absolute; left: 0; flex-direction: column-reverse; gap: 0.5rem; } .font-resizer, .btn-share { flex-direction: column; border-radius: 1rem; border: 1px solid var(--soft-line); } .font-resizer { padding: 1rem 0; background: var(--bg-card); gap: 1rem; } .font-resizer input { cursor: pointer; } .font-resizer span { align-self: center; color: var(--soft-line); } #main .Text { padding: 0 0 0.5rem; } body.inpost #HTML92, body.inpage #HTML92 { border-radius: 0.5rem; transition: all 0.5s ease; border: none; } body.inpost #HTML92 .widget-content, body.inpage #HTML92 .widget-content { background: var(--bg-color); border-radius: 0.5rem; overflow-x: hidden; overflow-y: scroll; max-height: 100vh; margin: 2rem 0; } .toc { margin: 0 0.5rem 0 0; } .toc-title { width: max-content; float: right; margin: -0.5rem 0 0.5rem 0; padding: 0 0 0 1rem; } .toc-title .subtitle { padding-bottom: 0; } .table-of-content { clear: right; } .read .toc-close, .toc-open { display: block; } .read .overlay { display: block!important; } body.inpost .table-of-content-container, body.inpage .table-of-content-container { background: var(--bg-card); padding: 1rem 1rem 1.5rem 0; min-width: 30%; border-left: 1px solid var(--soft-line); } body.inpost .table-of-content-container.close svg.toc-c, body.inpage .table-of-content-container.close svg.toc-c, body.inpost .table-of-content-container.open svg.toc-o, body.inpage .table-of-content-container.open svg.toc-o { display: block; } body.inpost .table-of-content div, body.inpage .table-of-content div { padding: 0.25rem 0 0 0.5rem; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-height: 1.7rem; } body.inpost .table-of-content-container a, body.inpage .table-of-content-container a { text-overflow: clip; white-space: nowrap; color: var(--text-color); padding-left: 1rem; } body.inpost .table-of-content-container div.read::before, body.inpage .table-of-content-container div.read::before { border-left: 5px solid var(--link-color); content: ""; position: absolute; left: 0; height: 1.75rem; } body.inpost .table-of-content-container div.read > a, body.inpage .table-of-content-container div.read > a { color: var(--link-color); } body.inpost .table-of-content ul, body.inpage .table-of-content ul { padding-left: 0.5rem; } body.inpost .main p, body.inpage .main p { margin: 0.5rem 0; } body.inpost .post-body pre, body.inpage .post-body pre, body.inpost .post-body blockquote, body.inpage .post-body blockquote, .blockquote { word-break: break-word; white-space: unset; padding: 0.5rem 1rem; border-radius: 0.5rem; position: relative; margin: 1rem 0; font-style: italic; font-family: monospace; background: var(--soft-line); color: var(--link-color); } body.inpost .post-body pre, body.inpage .post-body pre { max-height: 15rem; overflow: auto; background: var(--bg-color); color: var(--text-color); white-space: pre-wrap; font-family: monospace; display: flex; } .line-number-container { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; padding-right: 1.5em; color: dimgray; } .line-number-container span { font-size: 0.8em; width: max-content; } blockquote:before, .blockquote:before { position: absolute; width: 50px; height: 50px; opacity: .05; top: -5px; right: 0px; content: url("data:image/svg+xml; utf8, "); } body.inpost.muncul .post-body h2, body.inpage.muncul .post-body h2, body.inpost.muncul .post-body h3, body.inpage.muncul .post-body h3, body.inpost.muncul .post-body h4, body.inpage.muncul .post-body h4, body.inpost.muncul .post-body h5, body.inpage.muncul .post-body h5, body.inpost.muncul .post-body h6, body.inpage.muncul .post-body h6 { opacity: 0; transition: all 0.6s ease; transform: scale(0.95) translateY(20px); } body.inpost.muncul .post-body img.gerak, body.inpost.muncul .post-body h2.gerak, body.inpage.muncul .post-body h2.gerak, body.inpost.muncul .post-body h3.gerak, body.inpage.muncul .post-body h3.gerak, body.inpost.muncul .post-body h4.gerak, body.inpage.muncul .post-body h4.gerak, body.inpost.muncul .post-body h5.gerak, body.inpage.muncul .post-body h5.gerak, body.inpost.muncul .post-body h6.gerak, body.inpage.muncul .post-body h6.gerak { opacity: 1; transition: all 0.6s ease; transform: scale(1) translateY(0); } body.inpost .post-body pre code, body.inpage .post-body pre code { flex-grow: 1; } pre { border: 1px solid var(--soft-line); position: relative; } pre button { position: sticky; top: 0; right: 0; padding: 0.5rem 0.5rem 0; border: 1px solid var(--soft-line); background: var(--bg-card); border-radius: 0.5rem; height: fit-content; } .cont-feat {max-width: fit-content;} .cont-feat .info { align-self: center; padding: 0 1rem 0 1rem; } .no-featured-img { flex: none; width: auto; } .cont-feat .info { width: 50%; } .comment-info { display: flex; gap: 0.25rem; align-items: center; } .cont-feat .post-title { font-size: 2rem; line-height: 1.4; } .cont-feat p { font-size: 1rem; line-height: 1.4; margin-bottom: 1rem; } .comment-replies .comment-block { position: relative; border-bottom: 1px solid var(--soft-line); padding: 0 0 1rem; } .feat-img::after { content: ""; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cg fill="%23fafafa"%3E%3Cpath d="m15.99 4.95l.53-.53l-.53.53ZM8.737 19.43l-.53.53l.53-.53Zm-4.116-4.12l.53-.53l-.53.53Zm12.945-.315l-.264-.702l.264.702Zm-1.917.72l.264.703l-.264-.702ZM8.332 8.383l-.704-.258l.704.258Zm.695-1.896l.704.258l-.704-.258Zm-3.182 4.188l.2.723l-.2-.723Zm1.457-.539l-.438-.609l.438.61Zm.374-.345l.57.487l-.57-.487Zm6.575 6.59l.491.568l-.49-.567Zm-.87 1.821l-.723-.199l.723.2Zm.536-1.454l-.61-.438l.61.438ZM2.719 12.755l-.75.005l.75-.005Zm.212-.803l-.65-.374l.65.374Zm8.374 9.391l.001-.75v.75Zm.788-.208l-.371-.652l.371.652Zm9.872-8.83l.733.158l-.733-.158ZM11.697 2.036l.162.732l-.162-.732Zm10.658 8.594a.75.75 0 1 0-1.305.74l1.305-.74Zm-4.349-2.6a.75.75 0 0 0 1.061-1.06l-1.061 1.06ZM9.269 18.9l-4.117-4.12l-1.06 1.06l4.116 4.12l1.061-1.06Zm8.034-4.607l-1.917.72l.528 1.405l1.917-.72l-.528-1.405ZM9.036 8.64l.695-1.896l-1.408-.516l-.695 1.896l1.408.516Zm-2.992 2.756c.712-.196 1.253-.334 1.696-.652l-.876-1.218c-.173.125-.398.198-1.218.424l.398 1.447Zm1.584-3.272c-.293.8-.385 1.018-.523 1.18l1.142.973c.353-.415.535-.944.79-1.637l-1.409-.516Zm.112 2.62c.187-.135.357-.292.507-.467l-1.142-.973a1.366 1.366 0 0 1-.241.222l.876 1.218Zm7.646 4.268c-.689.26-1.214.445-1.626.801l.982 1.135c.16-.14.377-.233 1.172-.531l-.528-1.405ZM14.104 18.4c.225-.819.298-1.043.422-1.216l-1.218-.875c-.318.443-.455.983-.65 1.693l1.446.398Zm-.344-2.586c-.17.146-.322.313-.452.495l1.218.875c.063-.087.135-.167.216-.236l-.982-1.135Zm-8.608-1.036c-.646-.647-1.084-1.087-1.368-1.444c-.286-.359-.315-.514-.315-.583l-1.5.009c.003.582.292 1.07.641 1.508c.35.44.861.95 1.481 1.57l1.061-1.06Zm.494-4.828c-.845.234-1.542.424-2.063.634c-.52.208-1.012.49-1.302.994l1.3.748c.034-.06.136-.18.56-.35c.424-.17 1.022-.337 1.903-.58L5.646 9.95Zm-2.177 2.8a.84.84 0 0 1 .111-.424l-1.3-.748a2.34 2.34 0 0 0-.311 1.182l1.5-.01Zm4.739 7.21c.624.624 1.137 1.139 1.579 1.49c.44.352.931.642 1.517.643l.002-1.5c-.069 0-.224-.029-.585-.316c-.36-.286-.802-.727-1.452-1.378l-1.061 1.06Zm4.45-1.958c-.245.888-.412 1.49-.583 1.917c-.172.428-.293.53-.353.564l.743 1.303c.51-.29.792-.786 1.002-1.309c.21-.524.402-1.225.637-2.077l-1.446-.398Zm-1.354 4.091c.407 0 .807-.105 1.161-.307l-.743-1.303a.835.835 0 0 1-.416.11l-.002 1.5Zm6.527-6.397c1.361-.511 2.463-.923 3.246-1.358c.795-.44 1.431-.996 1.621-1.875l-1.466-.317c-.054.25-.232.52-.883.88c-.663.369-1.638.737-3.046 1.266l.528 1.404ZM16.52 4.42c-1.036-1.037-1.872-1.876-2.595-2.414c-.734-.544-1.508-.897-2.39-.702l.324 1.464c.25-.055.569-.005 1.171.443c.613.455 1.358 1.197 2.429 2.27l1.061-1.06ZM9.731 6.744c.522-1.423.885-2.41 1.25-3.08c.36-.66.628-.84.878-.896l-.323-1.464c-.882.194-1.435.84-1.872 1.642c-.431.792-.837 1.906-1.341 3.282l1.408.516Zm11.32 4.626c.2.355.224.58.181.776l1.466.317c.142-.657-.018-1.26-.343-1.833l-1.305.74Zm-5.592-5.89l2.547 2.55l1.061-1.06l-2.547-2.55l-1.061 1.06Z"%2F%3E%3Cpath d="M1.47 21.47a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm5.714-3.598a.75.75 0 0 0-1.061-1.06l1.06 1.06ZM2.53 22.53l4.653-4.658l-1.061-1.06l-4.654 4.658l1.062 1.06Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-position: center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; z-index: 0; width: 14px; height: 14px; background-color: var(--text-color); border-radius: 0.5rem 0; padding: 12px 14px; font-size: 1rem; } [data-theme=dark] .feat-img::after { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="m15.99 4.95l.53-.53l-.53.53ZM8.737 19.43l-.53.53l.53-.53Zm-4.116-4.12l.53-.53l-.53.53Zm12.945-.315l-.264-.702l.264.702Zm-1.917.72l.264.703l-.264-.702ZM8.332 8.383l-.704-.258l.704.258Zm.695-1.896l.704.258l-.704-.258Zm-3.182 4.188l.2.723l-.2-.723Zm1.457-.539l-.438-.609l.438.61Zm.374-.345l.57.487l-.57-.487Zm6.575 6.59l.491.568l-.49-.567Zm-.87 1.821l-.723-.199l.723.2Zm.536-1.454l-.61-.438l.61.438ZM2.719 12.755l-.75.005l.75-.005Zm.212-.803l-.65-.374l.65.374Zm8.374 9.391l.001-.75v.75Zm.788-.208l-.371-.652l.371.652Zm9.872-8.83l.733.158l-.733-.158ZM11.697 2.036l.162.732l-.162-.732Zm10.658 8.594a.75.75 0 1 0-1.305.74l1.305-.74Zm-4.349-2.6a.75.75 0 0 0 1.061-1.06l-1.061 1.06ZM9.269 18.9l-4.117-4.12l-1.06 1.06l4.116 4.12l1.061-1.06Zm8.034-4.607l-1.917.72l.528 1.405l1.917-.72l-.528-1.405ZM9.036 8.64l.695-1.896l-1.408-.516l-.695 1.896l1.408.516Zm-2.992 2.756c.712-.196 1.253-.334 1.696-.652l-.876-1.218c-.173.125-.398.198-1.218.424l.398 1.447Zm1.584-3.272c-.293.8-.385 1.018-.523 1.18l1.142.973c.353-.415.535-.944.79-1.637l-1.409-.516Zm.112 2.62c.187-.135.357-.292.507-.467l-1.142-.973a1.366 1.366 0 0 1-.241.222l.876 1.218Zm7.646 4.268c-.689.26-1.214.445-1.626.801l.982 1.135c.16-.14.377-.233 1.172-.531l-.528-1.405ZM14.104 18.4c.225-.819.298-1.043.422-1.216l-1.218-.875c-.318.443-.455.983-.65 1.693l1.446.398Zm-.344-2.586c-.17.146-.322.313-.452.495l1.218.875c.063-.087.135-.167.216-.236l-.982-1.135Zm-8.608-1.036c-.646-.647-1.084-1.087-1.368-1.444c-.286-.359-.315-.514-.315-.583l-1.5.009c.003.582.292 1.07.641 1.508c.35.44.861.95 1.481 1.57l1.061-1.06Zm.494-4.828c-.845.234-1.542.424-2.063.634c-.52.208-1.012.49-1.302.994l1.3.748c.034-.06.136-.18.56-.35c.424-.17 1.022-.337 1.903-.58L5.646 9.95Zm-2.177 2.8a.84.84 0 0 1 .111-.424l-1.3-.748a2.34 2.34 0 0 0-.311 1.182l1.5-.01Zm4.739 7.21c.624.624 1.137 1.139 1.579 1.49c.44.352.931.642 1.517.643l.002-1.5c-.069 0-.224-.029-.585-.316c-.36-.286-.802-.727-1.452-1.378l-1.061 1.06Zm4.45-1.958c-.245.888-.412 1.49-.583 1.917c-.172.428-.293.53-.353.564l.743 1.303c.51-.29.792-.786 1.002-1.309c.21-.524.402-1.225.637-2.077l-1.446-.398Zm-1.354 4.091c.407 0 .807-.105 1.161-.307l-.743-1.303a.835.835 0 0 1-.416.11l-.002 1.5Zm6.527-6.397c1.361-.511 2.463-.923 3.246-1.358c.795-.44 1.431-.996 1.621-1.875l-1.466-.317c-.054.25-.232.52-.883.88c-.663.369-1.638.737-3.046 1.266l.528 1.404ZM16.52 4.42c-1.036-1.037-1.872-1.876-2.595-2.414c-.734-.544-1.508-.897-2.39-.702l.324 1.464c.25-.055.569-.005 1.172.443c.612.455 1.357 1.197 2.428 2.27l1.061-1.06ZM9.731 6.744c.522-1.423.885-2.41 1.25-3.08c.36-.66.628-.84.878-.896l-.323-1.464c-.882.194-1.435.84-1.872 1.642c-.431.792-.837 1.906-1.341 3.282l1.408.516Zm11.32 4.626c.2.355.224.58.181.776l1.466.317c.142-.657-.018-1.26-.343-1.833l-1.305.74Zm-5.592-5.89l2.547 2.55l1.061-1.06l-2.547-2.55l-1.061 1.06Z"%2F%3E%3Cpath fill="currentColor" d="M1.47 21.47a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm5.714-3.598a.75.75 0 0 0-1.061-1.06l1.06 1.06ZM2.53 22.53l4.653-4.658l-1.061-1.06l-4.654 4.658l1.062 1.06Z"%2F%3E%3C%2Fsvg%3E'); } .post-filter-message, .blog-pager, .wrap-head { flex-basis: 100%; } .wrap-head { margin-bottom: 0 !important; gap: 0; display: inline-flex; animation: naik 0.5s ease, fade-in 0.7s ease; width: -moz-available; width: -webkit-fill-available; } .wrap-head.search-label { margin-bottom: 0; gap: 0; } .subtitle { margin-bottom: 1rem; width: -moz-available; width: -webkit-fill-available; display: block; overflow-wrap: anywhere; position: relative; font-weight: 800; z-index:1; padding-inline-start: 5px;} .index .Blog .search-label .subtitle { margin: 0 0 0.5rem !important; } .index .Blog .subtitle { margin: 1rem 0 -0.5rem !important; } .subtitle:before { content: ''; background: var(--soft-line); width: 1rem; height: 1rem; position: absolute; z-index: -1; left: 0; } .subtitle::after { border-bottom: 1.5px solid var(--link-color); content: ""; width: 2rem; position: absolute; bottom: 0.7rem; margin: 0 0 0 0.5rem; } .clear { width: -moz-available; width: -webkit-fill-available; } .wrap-head .info { gap: 0.25rem; } #related-post { width: -moz-available; width: -webkit-fill-available; } #related-post .cont { gap: 1rem 2%; } .related-post li { list-style: none !important; margin-inline-start: 0 !important; } #related-post .list a:not(.post-title) { max-width: 13%; } .rel-thumb { aspect-ratio: 1/1; box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%); border: 0; position: relative; object-fit: cover; width: -moz-available; width: -webkit-fill-available; border-radius: 0.5rem; display: block; } #share { background: var(--link-color); width: fit-content; padding: 0.75rem 1rem 0.5rem; border-radius: 1rem; } #share * { color: var(--bg-card); } .yz-share { cursor: pointer; } .author-thumb { vertical-align: middle; margin-right: 0.25rem; z-index: 1; bottom: 0.25rem; left: 0.25rem; background-color: rgba(255,255,255,.2); padding: 0.25rem; border-radius: 20rem!important; } .index .author-thumb {position: absolute;} .inpost .author-thumb, .inpage .author-thumb { margin: 0; inset: 0; margin-right: -0.5rem; } .box-author { width: fit-content; background: var(--bg-card); padding-inline-end: 1rem; border: 1px solid var(--soft-line); } .blog-pager-older-link { width: fit-content; position: relative; text-align: end; text-align: -webkit-right; } .blog-pager-newer-link { width: fit-content; } .blog-pager-older-link div, .blog-pager-newer-link div { text-wrap: nowrap; display: inline-flex; } #blog-pager .btn-inactive { margin-right: 0; align-self: center; } .pops-img {position:relative;} .thumb-tool, .PopularPosts .items .pops-img::before { position: absolute; z-index: 1; right: 0; top: 0; background: var(--text-color); border-radius: 0 0.5rem; padding: 0 0.5rem; font-size: 0.75rem; display: flex; align-items: center; gap: 0.25rem; color: var(--bg-color); } .thumb-tool { padding: 0; } .top-blog .PopularPosts .items .pops-img::before { counter-increment: items; content: "# " counter(items, decimal); right: unset; top: 0; border-radius: 1rem 0 0.5rem 0; padding: 0 0.5rem; } .PopularPosts .cont { counter-reset: items; } section#comments { width: -moz-available; width: -webkit-fill-available; margin-top: 2rem; } section#comments p { margin: 0; } iframe#comment-editor, .comment-thread > div > div { padding: 1rem 0.5rem 1rem 0; margin: 1rem 0 0; border-radius: 1rem; width: -moz-available; width: -webkit-fill-available; background: #fff; border: 1px solid var(--soft-line); } iframe#comment-editor { margin: 1rem 0; height: fit-content; } .comment-thread > div > div { padding: 1rem 0.5rem 0; background: var(--bg-card); } .comment-thread > div > div .continue { border: 0; box-shadow: none !important; padding: 0; min-height: 0; margin: 1rem 0; } .comment-thread.toplevel-thread, .comment-thread.toplevel-thread > div { display: flex; flex-direction: column-reverse; } li.comment { list-style: none !important; padding: 1rem 0 0; margin-inline-start: 0 !important; background: var(--bg-card); } .comment-header { display: block; } .comment-block { position: relative; } .avatar-image-container { float: left; margin-inline-end: 0.5rem; } .avatar-image-container img { border-radius: 20rem; width: 35px; height: 35px; aspect-ratio: 1/1; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="currentColor" stroke-width="1.5"%3E%3Cpath d="M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z"%2F%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M16.5 14.5s-1.5 2-4.5 2s-4.5-2-4.5-2"%2F%3E%3Cpath fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8.5 10a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1Zm7 0a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: center; background-color: var(--bg-color); } .datetime.secondary-text { display: block; } .icon.user.blog-author { width: 16px; height: 16px; margin-left: 5px; vertical-align: -3px; display: inline-block; background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="dimgray" fill-rule="evenodd" d="M9.592 3.2a5.574 5.574 0 0 1-.495.399c-.298.2-.633.338-.985.408c-.153.03-.313.043-.632.068c-.801.064-1.202.096-1.536.214a2.713 2.713 0 0 0-1.655 1.655c-.118.334-.15.735-.214 1.536a5.707 5.707 0 0 1-.068.632c-.07.352-.208.687-.408.985c-.087.13-.191.252-.399.495c-.521.612-.782.918-.935 1.238c-.353.74-.353 1.6 0 2.34c.153.32.414.626.935 1.238c.208.243.312.365.399.495c.2.298.338.633.408.985c.03.153.043.313.068.632c.064.801.096 1.202.214 1.536a2.713 2.713 0 0 0 1.655 1.655c.334.118.735.15 1.536.214c.319.025.479.038.632.068c.352.07.687.209.985.408c.13.087.252.191.495.399c.612.521.918.782 1.238.935c.74.353 1.6.353 2.34 0c.32-.153.626-.414 1.238-.935c.243-.208.365-.312.495-.399c.298-.2.633-.338.985-.408c.153-.03.313-.043.632-.068c.801-.064 1.202-.096 1.536-.214a2.713 2.713 0 0 0 1.655-1.655c.118-.334.15-.735.214-1.536c.025-.319.038-.479.068-.632c.07-.352.209-.687.408-.985c.087-.13.191-.252.399-.495c.521-.612.782-.918.935-1.238c.353-.74.353-1.6 0-2.34c-.153-.32-.414-.626-.935-1.238a5.574 5.574 0 0 1-.399-.495a2.713 2.713 0 0 1-.408-.985a5.72 5.72 0 0 1-.068-.632c-.064-.801-.096-1.202-.214-1.536a2.713 2.713 0 0 0-1.655-1.655c-.334-.118-.735-.15-1.536-.214a5.707 5.707 0 0 1-.632-.068a2.713 2.713 0 0 1-.985-.408a5.73 5.73 0 0 1-.495-.399c-.612-.521-.918-.782-1.238-.935a2.713 2.713 0 0 0-2.34 0c-.32.153-.626.414-1.238.935Zm6.781 6.663a.814.814 0 0 0-1.15-1.15l-4.85 4.85l-1.596-1.595a.814.814 0 0 0-1.15 1.15l2.17 2.17a.814.814 0 0 0 1.15 0l5.427-5.425Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E'); } cite.user { font-style: inherit; } span.datetime.secondary-text a { color: var(--text-color); font-size: 0.85rem; } span.item-control.blog-admin a, span.comment-actions.secondary-text a, a.comment-reply { color: var(--link-color); background: var(--bg-color); padding: 0.2rem 0.5rem; font-size: 0.8rem; border-radius: 0.25rem; } #top-continue .comment-reply { background: var(--text-color); color: var(--bg-color); border: 1.5px solid var(--text-color); width: fit-content; padding: 0.5rem 1.25rem 0.5rem; border-radius: 20rem; cursor: pointer; margin: 0.5rem 0; } p.comment-content, li.comment { border-radius: 0.5rem; padding: 1rem; margin: 1rem 0 0.5rem !important; } p.comment-content { background: var(--soft-line); overflow-wrap: anywhere; } span.comment-actions.secondary-text { display: flex; gap: 1rem; } span.blog-admin { position: absolute; right: 0; top: 0; display: none!important; } .comment .hidden { width: 0; height: 0; padding: 0; margin: 0; } .labels a, .post-label, .labels-post { color: var(--link-color); background: var(--soft-line); border-radius: 1rem; padding: 0 0.5rem;} .labels a, .post-label { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;} .inpost.scrollup .post-body .sticky, .inpage.scrollup .post-body .sticky { position: relative; } .individual { text-align: center; width: fit-content; } .individual img.profile-img { width: 4rem; height: 4rem; } dt.profile-data { font-weight: bold; } dd.profile-data.location { font-size: 0.75rem; } dd.profile-textblock { font-size: 0.85rem; } .profile-info > a { background: var(--text-color); color: var(--bg-color); border: 1.5px solid var(--text-color); padding: 0.5rem 1rem; display: block; margin: 1rem auto 0.5rem; border-radius: 20rem; font-size: 0.85rem; width: fit-content; } .profile-img { width: 1.5rem; border-radius: 50%; aspect-ratio: 1/1; } .BlogSearch form, .team-member { border-radius: 0.5rem; padding: 0.5rem; } .BlogSearch .search-action { width: fit-content; margin: -0.5rem; border-radius: 0 0.5rem 0.5rem 0; } .search-action { color: var(--text-color); width: fit-content; padding: 0rem 1.25rem; border-left: 1px solid var(--soft-line); cursor: pointer; } nav form .search-action { position: absolute; right: 1rem; } .Attribution .widget-content, .Attribution .blogger a { display: flex; } .Attribution .blogger a {gap:0.5rem} .Attribution .widget-content {gap:1rem} .Attribution .blogger a svg { width: 24px; height: 24px; } .Attribution .copyright { border-left: 1px solid var(--text-color); padding-left: 1rem; } .BlogArchive .widget-content { margin-top: -0.75rem; } .BlogArchive .archive-dropdown select { padding: 0.5rem; border-radius: 4px; cursor: pointer; background: var(--bg-color); width: -moz-available; width: -webkit-fill-available; color: var(--text-color); border: 1px solid var(--soft-line); } .hierarchy-title, li.archivedate { border-radius: 0.5rem; margin: 0.75rem 0 0; padding: 0.5rem 0.75rem; border: 1px solid var(--soft-line); } .hierarchy-content .hierarchy-title { padding-inline-start: 1.25rem; } .hierarchy a, .flat a { color: inherit; } .posts.hierarchy, .posts.hierarchy li { position: relative; padding-inline-start: 0.5rem; } ul.posts.hierarchy:before { border-left: 1px solid var(--text-color); content: ""; height: calc(100% - 0.7rem); left: 0.25rem; opacity: 0.2; position: absolute; width: 1px; } .posts.hierarchy li:before { border-bottom: 1px solid var(--text-color); content: ""; display: block; height: 1px; left: -0.25rem; opacity: 0.2; position: absolute; top: 1.25rem; width: 0.75rem; overflow: auto; } .posts.hierarchy * { padding: 0.25rem 0 0 0.5rem; } #share-container .tlarge, #share-container .tsmall { max-width: 3.5rem; color: var(--text-color); } footer { display: flex; justify-content: center; background: var(--bg-color); padding: 1rem 0 0; border-top: 1px solid var(--soft-line); } #footer2 ul { display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; justify-content: space-between; } #footer2 ul li { min-width: 46%; font-size: 0.9rem; } footer a, aside a { color: inherit; overflow-wrap: anywhere; } .footer2 .widget { min-width: 30%; max-width: 33%; padding: 0; } footer .LinkList ul { display: flex; flex-wrap: wrap; } .progress-wrap, #slidebottom { height: 40px; width: 40px; cursor: pointer; border-radius: 50px; } #slidebottom { bottom: 2.5rem; right: 5%; background: var(--bg-color); opacity: unset; visibility: unset; } .progress-wrap.active-progress { display: block; transform: translateY(0); background: var(--bg-color); } .progress-wrap::after, #slidebottom::after { position: absolute; content: ""; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414L13 7.828z"%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: center center; text-align: center; left: 0; top: 0; height: 40px; width: 40px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; } #slidebottom::after { transform: rotateZ(180deg); } .progress-wrap svg path { fill: none !important; } .progress-wrap svg.progress-circle path { stroke: var(--link-color); stroke-width: 4; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; } #slidebottom svg.progress-circle path { stroke: transparent; } [data-theme=dark] .progress-wrap::after, [data-theme=dark] #slidebottom::after { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414L13 7.828z"%2F%3E%3C%2Fsvg%3E'); } .toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: rgba(0, 0, 0, 0.7); color: white; padding: 10px 20px; border-radius: 5px; box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%); z-index: 9999; animation: fadeInOut 2s ease-in-out; } .BLOG_video_class { width: -moz-available; width: -webkit-fill-available; } .modal { position: fixed; z-index: 99; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); transition: 0.5s; } #ntOpen.modal { right: 0; left: unset; overflow: visible; } .modal-content { background-color: var(--bg-card); margin: 1rem 1rem 1rem auto; padding: 1rem; width: 40%; border-radius: 0.5rem; position: relative; height: -moz-available; height: -webkit-fill-available; } #acOpen section#comments { width: -moz-available; width: -webkit-fill-available; margin-top: 2rem; overflow: auto; padding-right: 1rem; margin-right: -1rem; } .modal-content .close { color: #888; font-size: 28px; font-weight: bold; margin-top: -1.25rem; } .modal-content .close:hover { text-decoration: none; cursor: pointer; } #acClose, #ntClose { text-align: right; margin: 0; } #ntOpen .modal-content { width: fit-content; border-radius: 0.5rem; height: fit-content; } svg.wave { position: absolute; bottom: 0; z-index: 0; } svg.wave path { fill: var(--link-color); opacity: 0.3; } .rc-items a { color: inherit; } .table { margin: 2rem 0; overflow-x: scroll; white-space: nowrap; } table { border-collapse: collapse; border-spacing: 0; width: 100%; } th, td { padding: 1rem 1.5rem; text-align: left; } th, td { padding: 1rem 1.5rem; text-align: left; } th { background-color: var(--link-color); color: var(--bg-card); font-weight: 600; } tr { padding: 0; } td { vertical-align: top; } tr:nth-child(even) td { background-color: var(--soft-line); } .not-mobile { display: contents; } .tr-caption-container { position: relative; } table.tr-caption-container tbody > tr > td { padding: 0; } .post-body ul { list-style: none !important; list-style-type: none !important; padding: 0; margin: 1rem 0; } .post-body li { margin-bottom: 0.5rem; position: relative; margin-inline-start: 2rem !important; } .post-body ul li:before { content: ""; background-repeat: no-repeat; left: -2rem; width: 1.5rem; height: 1.5rem; text-align: center; position: absolute; top: 0; border-radius: 50px; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 15 15"%3E%3Cpath fill="currentColor" fill-rule="evenodd" d="m11.39 5.312l-4.318 5.399L3.68 7.884l.64-.768l2.608 2.173l3.682-4.601l.78.624Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E'); border: 3px solid var(--soft-line); line-height: 1rem; } [data-theme=dark] .post-body ul li:before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 15 15"%3E%3Cpath fill="white" fill-rule="evenodd" d="m11.39 5.312l-4.318 5.399L3.68 7.884l.64-.768l2.608 2.173l3.682-4.601l.78.624Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E'); } .post-body ol { counter-reset: numbers; list-style: none !important; list-style-type: none !important; margin: 1rem 0; } .post-body ol li { counter-increment: numbers; } .post-body ol li:before { content: counter(numbers); line-height: 1rem; font-size: 0.75rem; font-weight: 700; left: -2rem; width: 1.5rem; height: 1.5rem; text-align: center; position: absolute; color: var(--text-color); border: 3px solid var(--soft-line); border-radius: 50px; } .post-body ol li::after { content: ""; position: absolute; border-left: 2px solid var(--soft-line); left: -1.25rem; top: 1.75rem; bottom: 0; } .bottom-blog.section .widget, main .widget, .top-blog.section .widget { margin: 0 0 2rem; padding: 0 0 1rem; position: relative; } .top-blog.section .widget { margin: 0 0 0.5rem; } .inpost main .widget, .inpage main .widget { margin: 0 0 1rem; } .top-blog .Label { border: 0; padding: 0; background: no-repeat; box-shadow: none; } a.active { background: transparent; border: 1px solid var(--link-color)!important; } .top-blog .cont { flex-wrap: nowrap; overflow-x: auto; padding: 0 0 1rem; } .top-blog .cont .items { min-width: 20%; } .scroll-buttons { position: absolute; top: 0; right: 0; display: flex; gap: 0.5rem; z-index:1; } /* #top-blog .scroll-buttons { justify-content: space-between; width: -moz-available; width: -webkit-fill-available; top: 48%; margin: auto -0.5rem; width: -moz-available; height: -webkit-fill-available; } #top-blog .scroll-buttons .pointer { background: var(--bg-card); border-radius: 20rem; padding: 0.5rem; display: flex; box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%); height: fit-content; } #top-blog .indicator-container { position: absolute; bottom: 0; width: -moz-available; width: -webkit-fill-available; left: 50%; transform: translateX(-50%); height: 0.5rem; border-radius: 0.5rem; } #top-blog .indicator { display: block; height: 100%; background-color: var(--bg-card); border-radius: 0.5rem; width: 0; } */ .social li { min-width: unset !important; } .social i::before { content: ""; width: 24px; height: 24px; display: flex; } .social .instagram i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-width="1.5"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8Z"%2F%3E%3Cpath d="M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z"%2F%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="m17.5 6.51l.01-.011"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .facebook i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5Z"%2F%3E%3Cpath d="M11 21v-9c0-2.188.5-4 4-4m-6 5h6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .pinterest i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M8 14.5c-3-4.5 1.462-8 4.5-8c3.038 0 5.5 1.654 5.5 5.5c0 3.038-2 5-4 5s-3-2-2.5-5m.5-2L9 21.5"%2F%3E%3Cpath d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .telegram i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 5L2 12.5l7 1M21 5l-2.5 15L9 13.5M21 5L9 13.5m0 0V19l3.249-3.277"%2F%3E%3C%2Fsvg%3E'); } .social .threads i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 7.5c-1.333-3-3.667-4.5-7-4.5c-5 0-8 2.5-8 9s3.5 9 8 9s7-3 7-5s-1-5-7-5c-2.5 0-3 1.25-3 2.5C9 15 10 16 11.5 16c2.5 0 3.5-1.5 3.5-5s-2-4-3-4s-1.833.333-2.5 1"%2F%3E%3C%2Fsvg%3E'); } .social .twitter i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23404353" d="M8 2H1l8.26 11.014L1.45 22H4.1l6.388-7.349L16 22h7l-8.608-11.478L21.8 2h-2.65l-5.986 6.886L8 2Zm9 18L5 4h2l12 16h-2Z"%2F%3E%3C%2Fsvg%3E'); } .social .whatsapp i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="m3 21l1.65-3.8a9 9 0 1 1 3.4 2.9L3 21"%2F%3E%3Cpath d="M9 10a.5.5 0 0 0 1 0V9a.5.5 0 0 0-1 0v1a5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .codepen i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 9v6M3 15V9m9 12v-6m0-12v6m0 6L3 9l9-6l9 6l-9 6Z"%2F%3E%3Cpath d="m12 21l-9-6l9-6l9 6l-9 6Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .dribbble i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2S2 6.477 2 12Z"%2F%3E%3Cpath d="M16.673 20.843C15.5 14 12.5 8 8.5 2.63"%2F%3E%3Cpath d="M2.067 10.84C6 11 15.283 10.5 19.142 5m2.826 7.81C15.344 10.84 7.5 14 5.23 19.361"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .github i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M16 22.027v-2.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 0 0-1.5-3.75a5.07 5.07 0 0 0-.09-3.77s-1.18-.35-3.91 1.48a13.38 13.38 0 0 0-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 0 0 5 5.797a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58v2.87"%2F%3E%3Cpath d="M9 20.027c-3 .973-5.5 0-7-3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .linkedin i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7"%2F%3E%3Cpath d="M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17M7 7.01l.01-.011"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } .social .tiktok i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23404353" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7.917v4.034A9.948 9.948 0 0 1 16 10v4.5a6.5 6.5 0 1 1-8-6.326V12.5a2.5 2.5 0 1 0 4 2V3h4.083A6.005 6.005 0 0 0 21 7.917z"%2F%3E%3C%2Fsvg%3E'); } .social .youtube i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-width="1.5"%3E%3Cpath fill="%23404353" stroke-linecap="round" stroke-linejoin="round" d="m14 12l-3.5 2v-4l3.5 2Z"%2F%3E%3Cpath d="M2 12.707v-1.415c0-2.895 0-4.343.905-5.274c.906-.932 2.332-.972 5.183-1.053C9.438 4.927 10.818 4.9 12 4.9c1.181 0 2.561.027 3.912.065c2.851.081 4.277.121 5.182 1.053c.906.931.906 2.38.906 5.274v1.415c0 2.896 0 4.343-.905 5.275c-.906.931-2.331.972-5.183 1.052c-1.35.039-2.73.066-3.912.066a141.1 141.1 0 0 1-3.912-.066c-2.851-.08-4.277-.12-5.183-1.052C2 17.05 2 15.602 2 12.708Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .codepen i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 9v6M3 15V9m9 12v-6m0-12v6m0 6L3 9l9-6l9 6l-9 6Z"%2F%3E%3Cpath d="m12 21l-9-6l9-6l9 6l-9 6Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .dribbble i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2S2 6.477 2 12Z"%2F%3E%3Cpath d="M16.673 20.843C15.5 14 12.5 8 8.5 2.63"%2F%3E%3Cpath d="M2.067 10.84C6 11 15.283 10.5 19.142 5m2.826 7.81C15.344 10.84 7.5 14 5.23 19.361"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .github i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M16 22.027v-2.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 0 0-1.5-3.75a5.07 5.07 0 0 0-.09-3.77s-1.18-.35-3.91 1.48a13.38 13.38 0 0 0-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 0 0 5 5.797a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 0 0-.94 2.58v2.87"%2F%3E%3Cpath d="M9 20.027c-3 .973-5.5 0-7-3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .linkedin i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5ZM7 17v-7"%2F%3E%3Cpath d="M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17M7 7.01l.01-.011"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .tiktok i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7.917v4.034A9.948 9.948 0 0 1 16 10v4.5a6.5 6.5 0 1 1-8-6.326V12.5a2.5 2.5 0 1 0 4 2V3h4.083A6.005 6.005 0 0 0 21 7.917z"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .youtube i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-width="1.5"%3E%3Cpath fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m14 12l-3.5 2v-4l3.5 2Z"%2F%3E%3Cpath d="M2 12.707v-1.415c0-2.895 0-4.343.905-5.274c.906-.932 2.332-.972 5.183-1.053C9.438 4.927 10.818 4.9 12 4.9c1.181 0 2.561.027 3.912.065c2.851.081 4.277.121 5.182 1.053c.906.931.906 2.38.906 5.274v1.415c0 2.896 0 4.343-.905 5.275c-.906.931-2.331.972-5.183 1.052c-1.35.039-2.73.066-3.912.066a141.1 141.1 0 0 1-3.912-.066c-2.851-.08-4.277-.12-5.183-1.052C2 17.05 2 15.602 2 12.708Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .instagram i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-width="1.5"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8Z"%2F%3E%3Cpath d="M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z"%2F%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="m17.5 6.51l.01-.011"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .facebook i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5Z"%2F%3E%3Cpath d="M11 21v-9c0-2.188.5-4 4-4m-6 5h6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .pinterest i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M8 14.5c-3-4.5 1.462-8 4.5-8c3.038 0 5.5 1.654 5.5 5.5c0 3.038-2 5-4 5s-3-2-2.5-5m.5-2L9 21.5"%2F%3E%3Cpath d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .telegram i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 5L2 12.5l7 1M21 5l-2.5 15L9 13.5M21 5L9 13.5m0 0V19l3.249-3.277"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .threads i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 7.5c-1.333-3-3.667-4.5-7-4.5c-5 0-8 2.5-8 9s3.5 9 8 9s7-3 7-5s-1-5-7-5c-2.5 0-3 1.25-3 2.5C9 15 10 16 11.5 16c2.5 0 3.5-1.5 3.5-5s-2-4-3-4s-1.833.333-2.5 1"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .twitter i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23F7F8F8" d="M8 2H1l8.26 11.014L1.45 22H4.1l6.388-7.349L16 22h7l-8.608-11.478L21.8 2h-2.65l-5.986 6.886L8 2Zm9 18L5 4h2l12 16h-2Z"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .social .whatsapp i::before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="m3 21l1.65-3.8a9 9 0 1 1 3.4 2.9L3 21"%2F%3E%3Cpath d="M9 10a.5.5 0 0 0 1 0V9a.5.5 0 0 0-1 0v1a5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } ul.social { display: flex; gap: 1rem; flex-wrap: wrap; padding-right: 3rem; } div#footer { border-top: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); } .is-video:after { position: absolute; content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6%204v16%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20%2012L6%2020%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20%2012L6%204%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); top: 50%; right: 50%; width: 38px; height: 27px; background-color: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 0; transform: translate(50%,-50%); padding: 5px 0 0 1px; border-radius: 1rem; } .pops-img.full, .post-img.full { margin-top: -0.75rem; margin-right: -0.75rem; margin-bottom: 0rem; margin-left: -0.75rem; } .feat-img.full { margin-top: -0.75rem; margin-right: 0; margin-bottom: -0.75rem; margin-left: -0.75rem; } .pops-img.full img, .post-img.full img { border-radius: 0.5rem 0.5rem 0 0; } .feat-img.full img { border-radius: 0.5rem 0 0 0.5rem; } .feat-img { max-width: 47vw; height: fit-content; } .index [data-style="list"].cont:not(.top-blog .cont), #related-post .cont, [data-style="list"].recent, [data-style="list"].random { border-radius: 0.75rem; gap: 1rem; } aside .post-title { -webkit-line-clamp: 1; } .cont .items.card.list:last-child, [data-style=list] .items:last-child { border-bottom: none; } .list, [data-style="list"] .items:not(.top-blog *) { display: flex; min-width: -moz-available; min-width: -webkit-fill-available; background: transparent; box-shadow: none; border: none; border-radius: 0; padding: 0; gap: 1rem; } .list .pops-img.full, .list .post-img.full, [data-style="list"] .items .pops-img.full:not(.top-blog *), [data-style="list"] .items .post-img.full { margin: 0; } .list .pops-img.full img, .list .post-img.full img, [data-style="list"] .items .pops-img.full img:not(.top-blog *), [data-style="list"] .items .post-img.full img {border-radius: 0.5rem; } .list .thumb-tool, [data-style="list"] .items .thumb-tool:not(.top-blog *) { inset: auto 0 0 auto; border-radius: 0.75rem 0 0.5rem 0; } .list .img-thumb, [data-style="list"] .items .img-thumb:not(.top-blog *) { aspect-ratio: 1/1; } .list .post-img, .list .pops-img, [data-style="list"] .items .post-img, [data-style="list"] .items .pops-img:not(.top-blog *) { max-width: 12%; align-self: center; } .list .info, [data-style="list"] .items .info:not(.top-blog *):not(aside *) { padding: 0; margin: 0; min-height: auto; flex-direction: row; width: -moz-available; width: -webkit-fill-available; justify-content: space-between; gap: 1rem; } #menu li, nav ul li, nav ul li ul li { position: relative; padding-inline-start: 0; width: -moz-available; width: -webkit-fill-available; flex-direction: column!important; display: flex; gap: 0.5rem; } .has-menu { flex-direction: row; align-items: flex-start; } .has-menu a, nav ul li a, .has-menu > span { padding-inline-start: 2rem; } .sub-menu { flex-direction: column; } .sub-menu a { padding-inline-start: 0; } .sub-menu li { padding-inline-start: 1rem !important; } .sub-menu li::before { border-bottom: 1px solid var(--text-color); content: ''; display: block; height: 1px; left: -0.5rem; opacity: .2; position: absolute; top: 0.75rem; width: .5rem; overflow: auto; } #menu li svg, nav ul li svg { display: block; position: absolute; top: 0.25rem; } .has-menu.active .sub-menu { display: flex; position: relative; margin: 0 0 0 -1.5rem !important; top: auto; padding: 0 0 0 2.5rem; width: fit-content; height: auto; gap: 0.5rem; } ul.sub-menu:before { border-left: 1px solid var(--text-color); content: ""; height: calc(100% - 0.25rem); left: 2rem; opacity: 0.2; position: absolute; width: 1px; top: -0.5rem; } .has-menu:after { position: absolute; right: 0; display: inline-block; margin-left: 5px; cursor: pointer; content: ""; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="18" height="18" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 9l-7 6l-1.75-1.5M5 9l2.333 2"%2F%3E%3C%2Fsvg%3E'); width: 1rem; height: 1rem; align-self: center; } .has-menu.active:after { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="18" height="18" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 15l-7-6l-1.75 1.5M5 15l2.333-2"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .has-menu:after { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="18" height="18" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 9l-7 6l-1.75-1.5M5 9l2.333 2"%2F%3E%3C%2Fsvg%3E'); } [data-theme=dark] .has-menu.active:after { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="18" height="18" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23F7F8F8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 15l-7-6l-1.75 1.5M5 15l2.333-2"%2F%3E%3C%2Fsvg%3E'); } .hours, .date { font-weight: 600; } .ticking { animation: tickAnimation 1s infinite alternate; } .greet { overflow-wrap: anywhere; } #clockngreet { width: fit-content; } .float-tool * { color: var(--text-color); } .swipe { flex-wrap: nowrap; overflow-x: auto; gap: 1rem; } .swipe > * { margin-bottom: 1rem; } .swipe .items { flex: none !important; } .swipe .items { min-width: 25%; } [data-style="big"] .items { flex: 1 1 48%; max-width: 49%; min-width: 49%; border: none; box-shadow: none; overflow: visible; padding: 0; } [data-style="big"] .items::after { content: ""; background: linear-gradient( to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93% ); bottom: 0; display: block; opacity: 1; position: absolute; top: 0; transition: 0.2s all ease-in-out; width: 100%; border-radius: 1rem; box-shadow: 0 10px 10px -10px rgb(0 0 0 / 10%); } [data-style="big"] .items .info { position: absolute; bottom: 0; color: var(--bg-card); z-index: 1; justify-content: flex-end; margin: 0 !important; text-shadow: 1px 1px 5px black; color: white; padding: 1rem; } [data-style="big"] .labels a { text-shadow: none; } [data-style="big"] .full { margin: 0; } [data-style="big"] .full img { border-radius: 0.5rem; } [data-style=big] img.author-thumb.br-50 { top: 1rem; left: 1rem; } [data-style=grid].swipe .items { min-width: 15%; } [data-style=list].swipe.cont, [data-style=grid].swipe.cont, [data-style=list].swipe.recent, [data-style=list].swipe.random, [data-style=grid].swipe.recent, [data-style=grid].swipe.random { gap: 1rem!important; } .swipe .list { padding: 0 0 1rem; margin: 0; } .swipe .list .post-img { min-width: 28%!important; } .swipe .list .info { flex-direction: column; gap: 0; } #searchModal { position: fixed; top: 0; left: 0; width: 100%; height: -moz-available; height: -webkit-fill-available; transition: 0.5s; z-index: 99999; } .search-overlay { background-color: rgba(0, 0, 0, 0.4); width: 100%; height: -moz-available; height: -webkit-fill-available; z-index: -1; position: absolute; } #searchModal form { background: var(--bg-card); padding: 1rem 5%; box-shadow: 0 5px 20px -15px rgb(0 0 0 / 20%) !important; border-bottom: 1px solid var(--soft-line); } .float-tool { position: fixed; right: 5%; bottom: 1.5rem; width: 40px; z-index: 2; } .float-tool .btn-opensearch { height: 40px; width: 40px; cursor: pointer; display: flex; border-radius: 50px; background: var(--bg-color); align-items: center; justify-content: center; } #searchModal form * { color: var(--text-color); } .scroll-buttons:not(.top-blog .scroll-buttons) { position: absolute; bottom: -0.5rem; top: unset; left: 0; right: unset; } .items-more { position: absolute; top: 0; right: 0; font-size: 0.7rem; padding: 0 0.75rem; } .inpost h1, .inpage h1 { font-weight: 800; } .remove-transition, .unsticky { position: relative; transition: 0.5s ease-in-out; z-index: 1; box-shadow: none !important; } .ignielBookmark svg { width: 22px; height: 22px; } .ignielBookmark i, .comment-info i, #rcBtn i { font-style: normal; position: absolute; top: -4px; left: 7px; background: var(--bg-card); border-radius: 1rem; padding: 0 0.25rem; font-size: x-small; line-height: 1.3; } .ignielBookmark path, .ignielBookmarkPost path { stroke: var(--text-color); clip-rule: evenodd; fill: transparent; fill-rule: evenodd; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.5px; } .ignielBookmark path { stroke: var(--text-color); } .bookmark-wrapper { border-radius: 7px; max-height: 80vh; min-width: 320px; max-width: 480px; opacity: 0; overflow: auto; right: 0; top: 2rem; transform: translateY(1rem); -webkit-transform: translateY(1rem); visibility: hidden; width: max-content; } .bookmark-title { border-bottom: 1px solid var(--soft-line); font-weight: 800; position: sticky; position: -webkit-sticky; top: 0; z-index: 1; } .bm-title { line-height: 1.5rem; max-height: 3rem; } .bm-title a { color: inherit; } .bm-title a:hover { text-decoration: none; } .bm-delete { margin-left: auto; white-space: nowrap; } .bm-delete svg { height: 1.25rem; width: 1.25rem; } .bm-delete path { fill: none; stroke: var(--text-color); } .bm-thumb img { border-radius: 0.25rem; max-width:100px; } .bookmark-inner { overflow: auto; padding: 0 1rem 0 0; margin: 0 -1rem 0 0; } .bookmark-inner ul { flex-direction: column; counter-reset: items; } .bookmark-wrapper, .bookmark-title { background-color: var(--bg-card); } .bookmark-inner ul, .bookmark-inner li, .ignielBookmarks li { display: -webkit-box; display: -webkit-flex; display: flex; gap: 1rem; list-style-type: none; margin: 0; padding: 0; overflow: visible; } .bookmark-inner li { flex-direction: row; width: -moz-available; width: -webkit-fill-available; position: relative; } .bookmark-inner li::before { counter-increment: items; content: "# " counter(items, decimal); background: var(--text-color); border-radius: 0.25rem 0 0 0.25rem; padding: 0 0.5rem; font-size: 0.65rem; color: var(--bg-color); position: absolute; display: flex; align-items: flex-start; text-wrap: nowrap; z-index: 1; } li.bm-more { border-top: 1px solid #ededed; justify-content: center; padding: 0.75rem 0.75rem 0; margin-top: 1rem; } .ignielBookmarkPost { background: var(--soft-line); padding: 0.25rem 0.5rem; border-radius: 0 1rem 0 0.5rem; position: absolute; top: 0; right: 0; backdrop-filter: blur(100px); } .list .ignielBookmarkPost {border-radius: 0.25rem;} .ignielBookmarks ul { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; } .ignielBookmarks li { border-radius: 7px; padding: 0.75rem; } .ignielBookmarkPost svg { height: 1rem; width: 1rem; } .ignielBookmark label, .ignielBookmarkPost label, .bm-delete { cursor: pointer; display: flex; } .bookmark-wrapper { position: absolute; } .ignielBookmark path, .bookmark-wrapper { transition: all 0.1s ease; } #ignielBookmark:checked ~ label path, .ignielBookmarkPost input:checked ~ label path { fill: #404353; stroke: #404353; } .ignielBookmarkPost input:checked ~ label path:last-child { fill: none; stroke: white; } .inpost .ignielBookmarkPost, .inpage .ignielBookmarkPost, #acBtn { position: relative; display: flex; margin: 0; justify-content: center; border-radius: 1rem; padding: 1rem 0; background: var(--bg-card); inset: auto; border: 1px solid var(--soft-line); } #acBtn svg { height: 20px; width: 20px; } .inpost .ignielBookmarkPost svg, .inpage .ignielBookmarkPost svg { height: 20px; width: 20px; } #ignielBookmark:checked ~ .bookmark-wrapper { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; min-height: 30vh; } .bookmark-loading { padding: 0.5rem; text-align: center; } .bookmark-loading svg { animation: ignielSpin 0.75s linear infinite normal; -webkit-animation: ignielSpin 0.75s linear infinite normal; width: 24px; height: 24px; } aside .skl { border-radius: 0.75rem!important; } aside .section { position: sticky; top: 5rem; transition: 0.5s ease; overflow-y: auto; overflow-x: visible; max-height: 95vh; } aside .items { flex: 1 1 auto; box-shadow: none; flex-direction: row; display: flex; border-top: none; border-left: none; border-right: none; min-width: auto; max-width: -moz-available; max-width: -webkit-fill-available; min-height: auto; margin-top: 0; gap: 1rem; border-radius: 0; } aside .items:last-child { border-bottom: none; } aside .info { padding: 0; min-height: auto; gap:0.25rem; } aside .cont .meta { align-self: start; } aside .items-more { top: 1rem; right: 1rem; } aside .pops-img, aside .post-img { max-width: 25%!important; margin: 0!important; align-self: center; } aside .pops-img img, aside .post-img img { aspect-ratio: 1/1; border-radius: 1rem; } aside .widget { margin: 0 0 1.5rem;} aside .widget > div { min-width: 20%; } aside .list .info { flex-direction: column; gap: 0; } .scrolldown aside .section, .scrolldown #share-container { top: 2rem; } aside .section::-webkit-scrollbar { width: 0 !important; } aside .section { scrollbar-width: none; } aside .scroll-buttons { bottom: 0rem!important; left: 1rem!important; } aside [data-style=list].swipe.cont { padding: 1rem 0 1.5rem!important; } .main [data-style=list].swipe.cont, [data-style=list].swipe.recent, [data-style=list].swipe.random { margin-bottom: 1rem; } aside [data-style=grid].swipe .items { flex-direction: column; } aside [data-style="big"] .post-img, aside [data-style=grid].swipe .items .post-img, aside [data-style="big"].swipe .items .post-img { min-width: -moz-available!important; min-width: -webkit-fill-available!important; } aside [data-style="big"] img, aside [data-style=grid].swipe .items .post-img img, aside [data-style="big"].swipe .items .post-img img { aspect-ratio: 16/9!important; } aside [data-style="big"].swipe { gap: 1rem!important; } aside [data-style="big"].swipe .items { margin: 1rem 0 2.5rem; } .swipe .items { border-bottom: none; } aside [data-style="big"] { gap: 1rem!important; margin-top: 1rem; } nav .widget { margin: 0!important; border-top: 1px solid var(--soft-line); padding: 1rem 0; } nav #side-nav .widget:first-child { border-top: none; } #sidebar-post { z-index: 1; } .auto-listchap { overflow: auto; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; } .auto-listchap .current-post { border: 1.5px solid var(--link-color); } #yz-rc, .auto-listchap, .bookmark-inner { max-height: 65vh; overflow: auto; padding: 0 1rem 0 0; margin: 0 -1rem 0 0; } .auto-listchap div { background-color: var(--bg-card); padding: 0.5rem 0.5rem 0.5rem 3rem; position: relative; border-radius: 0.25rem; margin: 0 0.5rem 0 0; box-shadow: 0 5px 20px -15px rgb(0 0 0 / 20%) !important; display: flex; flex-direction: column; } .auto-listchap div span { font-size: 0.75rem; } .auto-listchap a { color: var(--text-color); font-weight: 500; font-size: 0.9rem; } .auto-listchap div a:before { content: ""; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23404353" stroke-width="1.5"%3E%3Cpath d="M19.898 16h-12c-.93 0-1.395 0-1.777.102A3 3 0 0 0 4 18.224"%2F%3E%3Cpath stroke-linecap="round" d="M8 7h8m-8 3.5h5m6.5 8.5H8m2 3c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16V8c0-2.828 0-4.243.879-5.121C5.757 2 7.172 2 10 2h4c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8m-6 14c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-4"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); width: 24px; height: 24px; border: none; border-radius: 0; top: 1rem; display: block; position: absolute; left: 0.5rem; } [data-theme=dark] .auto-listchap div a:before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23F7F8F8" stroke-width="1.5"%3E%3Cpath d="M19.898 16h-12c-.93 0-1.395 0-1.777.102A3 3 0 0 0 4 18.224"%2F%3E%3Cpath stroke-linecap="round" d="M8 7h8m-8 3.5h5m6.5 8.5H8m2 3c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16V8c0-2.828 0-4.243.879-5.121C5.757 2 7.172 2 10 2h4c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8m-6 14c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-4"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); } hr { border: 1px solid var(--soft-line); } pre svg g { stroke: var(--text-color); } #rcOpen .modal-content, #bmOpen .modal-content, #clOpen .modal-content, #coOpen .modal-content { position: absolute; width: 30%; animation: kanan 0.25s ease, kanan 0.25s ease; right: 0; border-radius: 0.5rem; height: fit-content; } #pager-js span, #clBtn { min-height: 42px; } #nextjs { margin-left: 0.5rem; } #toggleButton { position: relative; display:none; width: 0; height: 0; visibility: hidden; } #toggleButton:after, #toggleButton:before { content: ''; position: absolute; top: 0; display: inline-flex; height: .75rem; width: .75rem; border-radius: 99px; background-color: var(--link-color); } #toggleButton:before { animation: pulse 2s cubic-bezier(0,0,.2,1) infinite; } #toggleButton.opened:after, #toggleButton.opened:before { width: 0; height: 0; } [data-style=big] .titlendesc { justify-content: end; } .shrink .post-body, article.locked { max-height: 500px; overflow: hidden; position: relative; } article.unlocked { max-height: fit-content; overflow: hidden; position: relative; } .collapsed .post-body { max-height: none; } #readMoreBtn { position: absolute; bottom: 0; display: flex; color: var(--text-color); border: none; cursor: pointer; background: linear-gradient(0deg, var(--bg-color) 10%, rgba(36, 36, 36, 0) 100%); width: -moz-available; width: -webkit-fill-available; height: fit-content; padding: 2rem; justify-content: center; z-index: 1; } span.readMoreBtn { position: absolute; top: -2.5rem; } .readMoreBtn.btn-primary:before { content: ''; background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23fafafa" d="M7 18a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2zm6-9a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1M6 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m7 10a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1m-2-2.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V11H4.5a.5.5 0 0 0 0 1H6v1.5a.5.5 0 0 0 1 0V12h1.5a.5.5 0 0 0 0-1H7z"%2F%3E%3C%2Fsvg%3E'); width: 20px; height: 20px; display: inline-block; margin-bottom: -3px; position: relative; margin-right: 0.5rem; } [data-theme=dark] .readMoreBtn.btn-primary:before { background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23404353" d="M7 18a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2zm6-9a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1M6 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m7 10a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1m-2-2.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4-2a.5.5 0 0 0-1 0V11H4.5a.5.5 0 0 0 0 1H6v1.5a.5.5 0 0 0 1 0V12h1.5a.5.5 0 0 0 0-1H7z"%2F%3E%3C%2Fsvg%3E'); } #readMoreModal { position: fixed; width: -moz-available; width: -webkit-fill-available; height: -moz-available; height: -webkit-fill-available; z-index: 12; inset: 0; background-color: rgba(0, 0, 0, 0.4); transition: 0.5s; align-items: center; justify-content: center; } #readMoreModal-content { background: var(--bg-card); padding: 2rem; border-radius: 0.5rem; max-width: 70%; max-height: 90vh; overflow: auto; } #readMoreModal-content svg g, #readMoreTimer { stroke: black; color: black; } /* disjs */ .disJs{ display: flex; position: fixed; width: 100%; height: 100%; inset: 0; z-index: 99; backdrop-filter: blur(6px); font-size: 3rem; font-weight: bold; color: var(--text-color); align-items: center; text-align: center; line-height: 1; } .disJs::before{content:attr(data-text);padding:5px 10px;flex-grow:1} .disJs label{flex-shrink:0;padding:5px 10px} .disJs label::after{content:'\2715';line-height:18px} .disJsI:checked ~ .disJs{display:none} /* blogger cookie */ #cookieChoiceInfo{ background-color: var(--bg-card); padding:1rem; bottom:0; top:unset; } #cookieChoiceInfo .cookie-choices-text{margin:0 0 1rem;font-size:1rem;color:var(--text-color);text-align:left;} #cookieChoiceInfo .cookie-choices-buttons { display: flex; gap: 0.5rem; justify-content: center; } #cookieChoiceInfo .cookie-choices-button{color:var(--text-color);background-color:var(--soft-line);border-radius:0.5rem;padding:0.5rem 1rem;text-transform:none;transition:all .2s linear;font-weight:400;margin:0 0 1rem} #cookieChoiceInfo .cookie-choices-button:nth-child(2){background-color:var(--link-color);color:var(--bg-card);} /* CSS untuk Lightbox */ #lightbox-container { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 99; } #lightbox-content { display: flex; justify-content: center; align-items: center; height: 100%; } #lightbox-img { max-width: 90%; max-height: 90%; } #lightbox-img-container { text-align: center; } /* CSS untuk tombol close */ #lightbox-close { position: absolute; top: 10px; right: 10px; color: #fff; cursor: pointer; font-size: 24px; z-index: 99; } .lightbox-nav { position: absolute; top: 50%; font-size: 24px; color: #fff; cursor: pointer; user-select: none; z-index: 9999; } #lightbox-prev { left: 10px; } #lightbox-next { right: 10px; } /* skeleton */ .skl:after { content: ''; width: -moz-available; width: -webkit-fill-available; height: -moz-available; height: -webkit-fill-available; z-index: 0; position: absolute; inset: 0; border-radius: inherit; margin: -2px -2px -2px 0; animation: skeleton-loading 1s ease-in-out forwards infinite alternate; -webkit-animation: skeleton-loading 1s ease-in-out forwards infinite alternate; transform-origin: top center; cursor: progress; } .skl { border-radius: 0.5rem; } .skl-top { border-radius: 1rem; height: 0; width: fit-content; -webkit-line-clamp: 1; } .skl-top:after { content: ''; background-image: none!important; width: -moz-available; width: -webkit-fill-available; height: -moz-available; height: -webkit-fill-available; z-index: 1; position: absolute; inset: 0; border-radius: inherit; margin: -2px; transform-origin: top center; animation: skeleton-top 1s ease-in-out forwards infinite alternate; -webkit-animation: skeleton-top 1s ease-in-out forwards infinite alternate; cursor: progress; } aside .post-summary.skl-top:after, aside .meta.skl-top:after { content: none; } #bottom-header.no-items { margin-top: 4rem; } #bottom-header { display: flex; flex-direction: column; align-items: center; } .top-blog .cont, .sub-menu, .swipe, nav #side-nav { scrollbar-width: none; padding-right: 1px; } .yz-cloud-label {scrollbar-width: none;} .yz-cloud-label:hover::-webkit-scrollbar { display: block; } .yz-cloud-label:hover {scrollbar-width: 5px;} .random .reload-button { position: absolute; right: 0; top: 0rem; font-size: 0.7rem; padding: 0 0.75rem; } aside .random .reload-button { top: 1rem; right: 1rem; } .fi { position: absolute; } .yzNumsArea:first-child, .yzNumsArea:last-child { } .yzNumsArea:first-child a, .yzNumsArea:last-child a { } .yzNumsArea { padding: 0 0.25rem; overflow: hidden; cursor: auto; } .yzNumsArea > * { padding-left: 0.5rem; padding-right: 0.5rem; border-radius: 0; } .yzNumsArea a { display: flex; color: var(--bg-card); } .yzNumsArea .btn-inactive { border-radius: 4rem; padding: 0px 8px; margin: 0.5rem 0.25rem!important; } .showpageOf { padding-left: 0.75rem; padding-right: 0.75rem; cursor: auto; } #header-search, nav form { border: 1px solid var(--soft-line); } .post-body.card { padding: 1rem; box-shadow: none; background: transparent; } .first-letter, .drop, .dropCap { float: left; font-size: 3.25rem; font-weight: bold; line-height: 1em; margin: -5px 0 0 -3px; padding-inline-end: 0.25rem; } [data-style=list].cont, aside .cont, [data-style=list].recent, [data-style=list].random { gap: 0.75rem!important; } [data-style=list] .items, aside .items:not(:last-child) { border-bottom: 1px solid var(--soft-line)!important; padding-bottom: 0.75rem!important; } .post-img, .pops-img { border-radius: 1rem; box-shadow: 0 5px 20px -15px rgb(0 0 0 / 20%) !important; } .top-blog .cont .list { min-width: 40%; } #related-post .list { margin-bottom: 0; } [data-style=list] .items:last-child { border-bottom: none!important; } .Blog { position: relative; } .scrollup #share-container { top: 5rem!important; } span.locked { padding: 0.25rem; width: 1.5rem; height: 1.5rem; } .info .locked svg { position: absolute; } .splitTitle { padding: 0px 8px; margin: 0.5rem 0.25rem!important; } .post-desc { border-left: 5px solid var(--soft-line); } span.search-label, span.search-query { font-weight: bold; font-style: italic; } body.index .labels a:nth-child(n + 3), .PopularPosts .labels a:nth-child(n + 3), .related-post .post-labels :nth-child(n + 3), .toc, .overlay, .toc, .toc-close, .read .toc-open, body.index .table-of-content-container, body.index button.toc, body.inpost .table-of-content-container.open svg.toc-c, body.inpage .table-of-content-container.open svg.toc-c, body.inpost .table-of-content-container.close svg.toc-o, body.inpage .table-of-content-container.close svg.toc-o, body.inpost .close .table-of-content, body.inpage .close .table-of-content, .blog-feeds, .post-feeds, .post-location, a.home-link, span.thread-toggle.thread-expanded, #Post-a-Comment, .comments .title, .comment .hidden, .progress-wrap, #slidebottom, body.bottom #slidebottom, .modal, .top-blog .cont::-webkit-scrollbar, .sub-menu, .swipe::-webkit-scrollbar, nav #side-nav::-webkit-scrollbar, #searchModal, #ignielBookmark, .ignielBookmarkPost input, .btn-opensearch, .no-items:not(#bottom-header), nav form, nav .subtitle, .skl-top.no-featured-img, .index.home-hs aside, #mobile-menu, #Label91 .subtitle, .yz-cloud-label::-webkit-scrollbar, #HTML87 .subtitle { display: none; } /* Laptop */ @media only screen and (max-width:1366px) { body, header { width: $(body.width); } .cont-feat .info p { -webkit-line-clamp: 2; } .cont-feat .info { justify-content: start; height: 100%; } .cont-feat .post-title { font-size: 2rem; line-height: 1.4; } .cont-feat p { font-size: 1rem; padding-bottom: 0; } article .img-thumb, .PopularPosts .img-thumb { height: auto; } body.inpost #Blog1, body.inpage #Blog1 { padding-left: 5rem; } } /* Tablet */ @media only screen and (max-width:768px) { header { margin: 0; padding: 0 5%;} header, body { width: -moz-available; width: -webkit-fill-available; } #header-search, .overlay, .toc-title div, #HTML93, .not-mobile, .yz-cloud-label::-webkit-scrollbar { display: none; } .yz-cloud-label {scrollbar-width: none;} header .section { max-width: fit-content; min-width: auto; width: -moz-available; width: -webkit-fill-available; margin-inline-end: 0rem; flex: 2; } body { padding: 0 5%; flex-direction: column!important; } main { gap: 0; width: -moz-available; width: -webkit-fill-available; max-width: -moz-available; max-width: -webkit-fill-available; } aside { width: -moz-available; width: -webkit-fill-available; max-width: -moz-available; max-width: -webkit-fill-available; min-height: auto; padding: 0 1rem; margin-top: 0; border: none; } .navactive nav { width: 80%; padding: 0 1rem; margin-top: 1px; } nav form { display: flex; gap: 1rem; } nav form svg { min-width: 1rem; } nav #side-nav .widget:first-child { border-top: 1px solid var(--soft-line); } .btn-opensearch { display: flex; } .top-blog .cont { margin: 0 -5%; padding: 0 5% 1rem; gap: 1rem; } .main .swipe { margin: auto -5% -0.5rem; padding: 0 5%; } .main [data-style=list].swipe.cont, .main [data-style=list].swipe.recent, .main [data-style=list].swipe.random { margin-bottom: 1rem; padding: 1rem 5% 0!important; } body.inpost article .sticky, body.inpage article .sticky { padding: 0.5rem 5%; margin: auto -5%; } body.inpost article, body.inpage article { width: -moz-available; width: -webkit-fill-available; overflow-wrap: anywhere; } #main-wrap { flex-direction: column; } .scrollup .active, .scrolldown .active { top: 0; } .cont, .sidebar .cont, .recent, .random { gap: 2rem 2%; } .top-blog .cont .items { min-width: 35%; } .items { flex: 1 1 32%; max-width: 32%; min-width: 26%; } .cont-feat .post-title { font-size: 1.5rem; line-height: 1.4; } .cont-feat .info p { -webkit-line-clamp: 1; font-size: inherit; line-height: inherit; padding-bottom: inherit; } body.inpost .main, body.inpage .main { flex-direction: column; padding: 0; } body.inpost #Blog1, body.inpage #Blog1 { max-width: 100%; padding: 0 !important; overflow: inherit; flex-direction: column; } body.inpost #bottom-header, body.inpage #bottom-header { padding: 0; } body.inpost #HTML92, body.inpage #HTML92 { max-width: 100%; } body.inpost #HTML92, body.inpage #HTML92 { position: fixed; top: 5rem; right: -18rem; width: 18rem; height: fit-content; background-color: transparent; transition: right 0.3s ease-in-out; z-index: 12; overflow: visible; padding: 0; transition: 0.5s ease-in-out; display: flex; } .inpost.scrolldown #HTML92, .inpage.scrolldown #HTML92 { top: 1.5rem; transition: 0.5s ease-in-out; } body.inpost.read #HTML92, body.inpage.read #HTML92 { right: 5%; padding: 0; } body.inpost .toc, body.inpage .toc { padding: 0.5rem 1rem; margin: 0; justify-content: center; } body.inpost.read #HTML92 .toc, body.inpage.read #HTML92 .toc { position: relative; height: fit-content; } #tableToc.open .toc { background: transparent; padding: 0 1rem; border-radius: unset; border: 0; box-shadow: none !important; margin: -8px 0 0 0; position: absolute !important; width: -moz-available; width: -webkit-fill-available; } body.inpost .table-of-content-container div.read::before, body.inpage .table-of-content-container div.read::before { border-left: 0; } body.inpost #HTML92.read .widget-content, body.inpage #HTML92.read .widget-content { background: transparent; overflow: inherit; } body.inpost #HTML92 .widget-content, body.inpage #HTML92 .widget-content { top: 4px !important; } body.inpost .close .table-of-content, body.inpage .close .table-of-content { display: block !important; } body.inpost .table-of-content-container, body.inpage .table-of-content-container { min-width: -moz-available; min-width: -webkit-fill-available; border-radius: 0.5rem; border: 1px solid var(--soft-line); } .table-of-content { overflow-y: auto; max-height: 70vh; } .btn-primary.more { width: -moz-available; width: -webkit-fill-available; align-self: center; text-align: center; } .Blog #share-container { display: flex; flex-direction: row; position: sticky!important; bottom: 1rem; z-index: 1; top: unset; left: 0!important; gap: 1rem; background: var(--bg-card); border-radius: 20rem; margin: 1.5rem 0 0; border: 1px solid var(--soft-line); padding: 0.75rem 1rem; } div#share-container > * { padding: 0; } .yz-share svg { display: flex; } .font-resizer, .btn-share { flex-direction: row; background: transparent !important; box-shadow: none !important; border-radius: unset !important; border: 0; } .inpost .ignielBookmarkPost, .inpage .ignielBookmarkPost, #acBtn { display: flex; padding: 0 1rem; margin: 0; justify-content: center; align-items: center; border: none; } .font-resizer { padding: 0; gap: 1rem; flex-direction: row; } #share * { color: inherit; } .yz-share svg { display: flex; } .main { width: -moz-available; width: -webkit-fill-available; max-width: -moz-available; max-width: -webkit-fill-available; } .progress-wrap { bottom: 4.5rem; } #rcOpen { transition: opacity 0.3s ease-in-out; } #rcOpen .modal-content, #bmOpen .modal-content, #clOpen .modal-content, #acOpen .modal-content, #coOpen .modal-content { inset: auto 0 0 0; position: absolute; width: -moz-available; width: -webkit-fill-available; margin: auto 5%; animation: naik 0.25s ease, fade-in 0.25s ease; height: fit-content; } #acOpen section#comments { max-height: 70vh; width: -moz-available; width: -webkit-fill-available; margin-top: 0.5rem; margin-bottom: 3rem; overflow: auto; padding-right: 1rem; margin-right: -1rem; border-bottom: 1px solid var(--soft-line); } #acClose, #rcClose, #bmClose, #clClose, #coClose { bottom: 1rem; position: absolute; right: 1rem; z-index: 1; } #yz-rc, .bookmark-inner, #clOpen .auto-listchap:last-child, #coOpen form { margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--soft-line); } #clOpen .auto-listchap:last-child {padding-bottom:0;} .scroll-buttons .pointer { cursor: none; } .swipe .items { min-width: 32%; } [data-style="big"].swipe .items, [data-style="list"].swipe .items { max-width: 35%; } [data-style="big"] .items { flex: 1 1 50%; max-width: 48%; } #HTML97, #HTML95, #HTML98 { margin: 0; } #ignielBookmark:checked ~ .bookmark-wrapper { min-height: 50vh; max-height: 80vh; width: 80%; } .ignielBookmarks ul { gap: 1rem; grid-template-columns: repeat(1, 1fr); } .list, [data-style="list"] .items:not(.top-blog *):not(aside *) { gap: 1rem; min-width: -moz-available; min-width: -webkit-fill-available; max-width: -moz-available; max-width: -webkit-fill-available; } .list .post-img, .list .pops-img, [data-style="list"] .items .post-img:not(.top-blog *):not(aside *), [data-style="list"] .items .pops-img:not(.top-blog *):not(aside *) { max-width: 12%; } .list .info, [data-style="list"] .items .info:not(.top-blog *):not(aside *) { flex-direction: column; align-items: baseline; gap: 0; } .top-blog .list { margin-bottom: 1rem; } .top-blog .cont .list { min-width: 85%; } aside { padding: 1.5rem 0; max-width: -moz-available; max-width: -webkit-fill-available; max-height: unset; overflow-y: auto; border-top: 1px solid var(--soft-line); } .inpost aside, .inpage aside {border-top: none;} aside .section { max-height: -moz-available; max-height: -webkit-fill-available; position: relative; top: 0!important; } aside [data-style=grid].swipe.cont .items { max-width: 35%; } aside .pops-img, aside .post-img { max-width: 12%!important; margin: 0!important; } #readMoreModal-content { max-width: 90%; max-height: 90vh; padding: 1rem; } #toggleButton { width: auto; height: auto; visibility: visible; } .overlay { z-index: 1; } .bottom-comment {display:none} #mobile-menu { position: sticky; bottom: 0; background: var(--bg-card); width: -moz-available; width: -webkit-fill-available; border-top: 1px solid var(--soft-line); padding: 0.5rem 1rem 0.25rem; margin: 0 -5%; justify-content: space-around; flex-direction: row; order: 6; z-index: 1; } #mobile-menu a { color: inherit!important; } #mobile-menu svg { width: 20px; height: 20px; } .mobile-menu .float-tool, .mobile-menu #share-container { bottom: 4.5rem; } .mobile-menu #mobile-menu { display: flex; } nav form { display: flex!important; } .footer2 .widget { max-width: -webkit-fill-available; width: -moz-available; } .scrollup #share-container { top: unset!important; } } /* Mobile */ @media only screen and (max-width:450px) { .Header h1 a { color: inherit; font-size: 1.2rem; } .Header .title-description { font-size: 0.9rem; } #sidenav.navactive { width: 80%; } .index .Blog .subtitle { margin: 1rem 0 0 !important; } .cont, .recent, .random { gap: 1.5rem 4%; } .sidebar .cont { gap: 1rem 4%; } .items { flex: 1 1 47%; max-width: 48%; min-width: unset; } .wrap-head { gap: 0.5rem; } .wrap-head .info { font-size: 0.8rem; } body.inpost #Blog1, body.inpage #Blog1 { padding: 1.5rem 0 0; } .cont-feat { flex-direction: column; gap: 0; } .info { padding: 0.5rem 0 0; } .feat-img.full { margin-top: -0.75rem; margin-right: -0.75rem; margin-bottom: 0rem; margin-left: -0.75rem; } .feat-img.full img { border-radius: 0.5rem 0.5rem 0 0; } .feat-img, .cont-feat .info { width: -moz-available; width: -webkit-fill-available; } .feat-img.skl-top:after, .cont-feat h2.skl-top:after { content: none; } .cont-feat .info { justify-content: start; padding: 0 0 0.5rem; flex-direction: column; gap: 0; } .cont-feat .info p { -webkit-line-clamp: 1; } .feat-img { margin: 0 0 1rem; max-width: none; } .search.active input[type="search"] { width: 40%; } body.inpost #HTML92, body.inpage #HTML92 { top: 4rem; } .inpost.scrolldown #HTML92, .inpage.scrolldown #HTML92 { top: 4rem; } body.inpost.read #HTML92, body.inpage.read #HTML92 { right: 2%; } .modal-content { width: 75%; margin: 0.5rem 0.5rem auto auto; border-radius: 0.5rem 0.5rem 0 0; } #ntOpen .modal-content { width: fit-content; } #rcOpen .modal-content, #bmOpen .modal-content, #clOpen .modal-content, #acOpen .modal-content, #coOpen .modal-content { margin: auto 0; } #footer2 { flex-direction: column; } .top-blog .cont .items { min-width: 70%; } .swipe { margin: auto -5%; padding: 0 5%; } [data-style=grid].swipe.cont .items { max-width: 60%!important; } [data-style="big"].cont { gap: 1rem; } [data-style="big"] .items { flex: 1 1 100%; max-width: 100%; } .swipe .items { min-width: 60%; } [data-style="big"].swipe .items, [data-style="list"].swipe .items { min-width: calc(100% - 15%); } aside .section { max-height: fit-content; } aside .pops-img, aside .post-img { max-width: 28%!important; } .list, [data-style="list"] .items:not(.top-blog *):not(aside *) { min-width: -moz-available; min-width: -webkit-fill-available; max-width: -moz-available; max-width: -webkit-fill-available; margin-bottom: 0; } .list .meta, [data-style="list"] .items .meta:not(.top-blog *):not(aside *) { gap: 0.5rem; } .list .post-img, .list .pops-img, [data-style="list"] .items .post-img:not(.top-blog *):not(aside *), [data-style="list"] .items .pops-img:not(.top-blog *):not(aside *) { max-width: 28%; min-width: 28%; } .main [data-style="list"].cont:not(.top-blog .cont), .main [data-style="list"].recent, .main [data-style="list"].random { background: none; padding: 0; box-shadow: none; } [data-style="list"] .post-title { -webkit-line-clamp: 2; } aside .post-title { -webkit-line-clamp: 2; } .post-body.card { padding: 0; border: 0; border-radius: 0; } div#HTML98, div#HTML95, div#HTML97, div#HTML27 { padding: 0; margin: 0; } .img-thumb { aspect-ratio: 3/2; } } /* AllAnimation */ [data-reveal] { opacity: 0; transition: 0.5s ease; } [data-reveal="top"] { transform: translateY(-30px); } [data-reveal="bottom"] { transform: translateY(30px); } [data-reveal="left"] { transform: translateX(-30px); } [data-reveal="right"] { transform: translateX(30px); } [data-reveal].revealed { transform: translate(0); opacity: 1; } @keyframes fadeInOut { 0%, 100% { opacity: 0; transform: translateX(-50%) translateY(20px); } 10%, 90% { opacity: 1; transform: translateX(-50%) translateY(0); } } @keyframes kanan { from { transform: translateX(100%); } to { transform: translateX(0); } } @keyframes kiri { from { transform: translateX(-100%); } to { transform: translateX(0); } } @keyframes turun { from { transform: translateY(-50%); } to { transform: translateY(0); } } @keyframes naik { from { transform: translateY(25%); } to { transform: translateX(0); } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes flip-h { from { transform: rotateY(90deg); } to { transform: rotateY(0deg); } } @keyframes tickAnimation { to { opacity: 0; } } @keyframes pulse { 75%, 100% { content: ""; -webkit-transform: scale(2); transform: scale(2); opacity: 0; } } @keyframes skeleton-loading { 0% { background-color: var(--skl-soft); } 100% { background-color: var(--skl-softer); } } @keyframes skeleton-top { 0% { background-color: var(--skl-bolder); } 100% { background-color: var(--skl-bold); } } .fade-in { animation: fadeIn 0.5s; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } ]]> min read "" 0 Home › › Tidak Ada Kategori "image": { "@type": "ImageObject", "url": "", "height": 630, "width": 1200"url": "https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200", "height": 348, "width": 1200}, "publisher": { "@type": "Organization", "name": " ", "logo": { "@type": "ImageObject", "url": "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiybsIY4iwI_1FwX8oYoP0kjZuwe054voA9_3RlLlVrtadBPpWra7Z8bbcsT6DwTU5gQ6A4nJcEV2ei7CYdt_BB4aZznqWzGMheFefOZnf2EIGw9dNdArkhky-Jcxik6rlbjNWB7t2HiBI/s320/CatatanDroid-logo-icon.webp", "width": 320, "height": 48 } }, 404: Redirecting ke Home dalam 10 detik Theme Light Dark System Comments () close Form Checkout close Checkout Bookmark close © Chapter Listclose close Please Scroll down page first to show Comment Box + Balas Hapus () 149 344 true false REPLACE 800 ]]> ]]> 10 true true LAST_MONTH true true 6911836583800313968 true false ]]> 8 true true LAST_WEEK ]]> # # # ]]> ]]> ]]> ]]> ]]> ]]> NONE # # # ]]> ]]> Recent Posts ]]> false $type={blogger} #ffffff false by true #ffffff true #ffffff TextAndImage #ffffff • true 1x1 true false Tags: true 1 false #ffffff false false close Please Scroll down page first to show Comment Box () "image": { "@type": "ImageObject", "url": "", "height": 630, "width": 1200 "url": "https://blogger.googleusercontent.com/img/b/U2hvZWJveA/AVvXsEgfMvYAhAbdHksiBA24JKmb2Tav6K0GviwztID3Cq4VpV96HaJfy0viIu8z1SSw_G9n5FQHZWSRao61M3e58ImahqBtr7LiOUS6m_w59IvDYwjmMcbq3fKW4JSbacqkbxTo8B90dWp0Cese92xfLMPe_tg11g/w1200/", "height": 348, "width": 1200 }, "publisher": { "@type": "Organization", "name": "Blogger", "logo": { "@type": "ImageObject", "url": "https://blogger.googleusercontent.com/img/b/U2hvZWJveA/AVvXsEgfMvYAhAbdHksiBA24JKmb2Tav6K0GviwztID3Cq4VpV96HaJfy0viIu8z1SSw_G9n5FQHZWSRao61M3e58ImahqBtr7LiOUS6m_w59IvDYwjmMcbq3fKW4JSbacqkbxTo8B90dWp0Cese92xfLMPe_tg11g/h60/", "width": 206, "height": 60 } }, Chapter Listclose + Balas Hapus FREQUENCY CLOUD Blog,Health,Hip Hop News,Hip Hop Today,Music,Videos USER_SELECTED true All All 8 true true ALL_TIME ]]> Unlock Email: PIN (6): Submit Req PIN Close ]]>