123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894 |
- * {
- box-sizing: border-box;
- }
- @font-face {
- font-family: "Tiempo";
- src: url(../../assets/css/fonts/Tiempo-Bold_44533.ttf);
- }
- @font-face {
- font-family: "Chunk";
- src: url("../../assets/css/fonts/ChunkFive-Regular.woff2") format("woff2"),
- url("../../assets/css/fonts/ChunkFive-Regular.woff") format("woff");
- }
- @font-face {
- font-family: "Anko";
- src: url("../../assets/css/fonts/Anko.otf") format("opentype"),
- url("../../assets/css/fonts/Anko.otf") format("opentype");
- }
- @font-face {
- font-family: "Anko";
- src: url("../../assets/css/fonts/Anko-RegularItalic.otf") format("opentype"),
- url("../../assets/css/fonts/Anko-RegularItalic.otf") format("opentype");
- font-style: italic;
- }
- :root {
- --serif: 'Anko', Georgia, Sitka Text, Palatino, serif;
- --sans: 'Inter', Segoe UI, Arial, Helvetica, sans-serif;
- --chunk: 'Chunk', Anko, serif;
- --hitam-800: #2e231d;
- --hitam-teks: #333333;
- --gray: #666666 ;
- --merah: #ff002b;
- --baby: #F9F8F2;
- --hitam-slip: #2E2F31;
- }
- p, h1, h2, h3, h4, ol, ul, img {
- margin: 0px;
- padding: 0px;
- }
- /* width */
- .w-600 {
- width: 600px;
- }
- .w-700 {
- width: 700px;
- }
- .w-800 {
- width: 800px;
- }
- .w-full {
- width: 100%;
- }
- .m-auto {
- margin: 0px auto;
- }
- .serif {
- font-family:var(--serif)
- }
- .sans { font-family: var(--sans) }
- i { font:1.1em var(--serif); font-style: italic }
- html {
- scroll-behavior: smooth;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- body {
- color:var(--hitam-slip);
- margin: 0;
- }
- b {
- font-weight:800;
- font-size:1em
- }
- strong {
- color: var(--hitam-800);
- }
- mark {
- text-decoration-line: underline;
- text-decoration-style: wavy;
- text-underline-offset: 6px;
- text-decoration-thickness: 1.5px;
- text-decoration-color: #9a8c98;
- padding: 4px 6px;
- /* background: rgba(255,241,230,0.4); */
- background: rgb(204,255,51,0.4);
- }
- .container {
- min-height: 100%;
- position: relative;
- overflow: hidden;
- }
- .container::before {
- background-image: url("../../assets/css/img/bg-corner.svg"), url("../../assets/css/img/bg-corner-2.svg");
- background-position: left 0px bottom 0px, left 50px bottom 0px;
- background-repeat: no-repeat;
- content: '';
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- will-change: transform;
- z-index: -1;
- }
- .gray {
- color:var(--gray);
- font-family:var(--sans);
- line-height:1.3;
- font-size:1em;
- margin-bottom:2em;
- width:650px
- }
- .abu {
- color: var(--gray);
- }
- .img_1 {
- margin:1em auto
- }
- .justify {
- text-align: right;
- }
- header {
- width: 100%;
- background-color: none;
- }
- .masthead {
- width: 700px;
- margin: 0px auto 6em auto;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .logo {
- width: 10%;
- }
-
- .logo_svg {
- height: 90px;
- padding-top: 8px;
- }
- .logo:hover .logo_svg {
- fill: red;
- transition-property: color;
- transition-duration: linear 2s;
- }
- .tagline {
- width: 55%;
- position: relative;
- overflow:hidden;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: clip;
- }
- .up {
- text-transform: uppercase;
- color: var(--hitam-teks);
- font: .7em/1 var(--sans);
- padding: 0 10px;
- }
- .tagline__judul {
- padding: 0 10px 0 0;
- color: var(--hitam-teks);
- font: .95em/1 var(--sans);
- }
- .kus {
- text-transform: uppercase;
- font-weight: bold;
- }
- /*
- .tagline::after {
- content:"";
- position: absolute;
- top: 0;
- left:0;
- right: 0;
- width: 100%;
- height: 100%;
- background: linear-gradient(to left,#fff,rgba(255,255,255,0) 20%);
- }
- .tagline__judul:hover {
- color: red;
- transition-property: color;
- transition-duration: 1s;
- }
- */
- .menu {
- width: 35%;
- }
- a.menux {
- font: .85em/1 var(--sans);
- font-weight: bold;
- color: var(--hitam-800);
- text-decoration: none;
- padding: 0 5px;
- }
- a.menux:hover {
- color: red;
- transition-property: color;
- transition-duration: .5s;
- text-decoration: none
- }
- #navi {
- display: none;
- }
- .jurnal_header p {
- padding-left: 0px;
- width: 650px
- }
- p {
- margin: 0.5em auto 1em;
- font:1.25em/1.65 var(--serif);
- letter-spacing:0;
- width:550px;
- color:var(--hitam-slip);
- text-align: justify;
- }
- p::selection {
- color: #fffffc;
- background-color: #3d405b;
- }
- .sidenote {
- font: 0.95em/1.5 var(--sans);
- color: var(--gray)
- }
- .caption__600 {
- font: .9em/1.5 var(--sans);
- width: 600px;
- color: var(--gray);
- text-align: center;
- margin-bottom: 3em;
- }
- h3 {
- font-size:22px;
- font-family:var(--sans);
- width:550px;
- margin:2.5em auto 1em;
- text-transform:uppercase;
- font-weight:800;
- letter-spacing:-.5px
- }
- .judul {
- text-align:center;
- font:3.5em/1 var(--serif);
- font-weight: bold;
- text-transform:none;
- width:700px!important;
- margin:1em auto .5em
- }
- .subtitle {
- font:1.15em/1.6 var(--sans);
- color:var(--gray);
- width:640px;
- text-align:center
- }
- a {
- text-decoration: none;
- color:var(--merah)
- }
- a:hover {
- text-decoration: underline
- }
- ol, ul {
- margin:1em auto;
- width:550px;
- margin-bottom: 1.5em;
- }
- li {
- font:1.25em/1.6 var(--serif);
- margin-bottom:10px;
- color:var(--hitam-teks);
- counter-increment: li
- }
- ol {
- list-style: none;
- counter-reset: li
- }
- ol li::before {
- content: counter(li);
- color: red;
- display: inline-block;
- width: 1em;
- margin-left: -1.5em;
- margin-right: 0.5em;
- text-align: right;
- direction: rtl;
- font: 1em/1 Georgia, serif;
- }
- ul li::before {
- content: "•"; color: red;
- display: inline-block;
- width: 1em;
- font-size: 1.5em;
- margin-left: -1em
- }
- ul {
- list-style-type: none;
- }
- ul li .pn {
- content: "";
- }
- .daftar__artikel ul li, .daftar__artikel ol li {
- margin: none;
- counter-increment: none;
- }
- .daftar__artikel ol li::before {
- content: none;
- }
- blockquote {
- width:650px;
- margin:1em auto;
- font:1.5em/1.6 var(--chunk);
- }
- blockquote:before {
- color:var(--gray);
- content:open-quote;
- font:1.6em var(--serif)
- }
- blockquote:after {
- color:var(--gray);
- content:close-quote;
- font:1.6em var(--serif)
- }
- pre {
- width: 550px;
- margin: 1.5em auto;
- border-top: 1px solid #b1a7a6;
- border-bottom: 1px solid #b1a7a6;
- padding: 14px 0;
- white-space: pre-wrap
- }
- pre code {
- font-family: Roboto Mono, Consolas, Courier New, monospace;
- font-size: 1em;
- }
- p code, li p code, li code {
- font-family: Roboto Mono, Consolas, Courier New, monospace;
- font-size: 0.85em;
- padding: 2px 3px 2px 3px;
- color: #252422;
- background-color: #fffcf2;
- }
- .roboto { font-family: Roboto Mono, monospace }
- .monaco { font-family: Monaco, monospace }
- .consolas { font-family: Consolas, monospace }
- .monospace { font-family: monospace }
- span.dc {
- color: var(--merah);
- float: left;
- font-family: var(--serif);
- font-size: 75px;
- line-height: 60px;
- padding-top: 4px;
- padding-right: 8px;
- padding-left: 3px;
- }
- hr::after {
- content: "\2042";
- font-size: 1em;
- color: var(--hitam-800);
- }
- hr {
- display: block;
- text-align: center;
- margin: 2em auto;
- width: 100%;
- border: none;
- }
- .relasi {
- display: flex;
- flex-direction: row;
- width: 40%;
- margin: 2.5em auto;
- align-items: flex-start;
- }
- .relasi .relaimg { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
- .relasi img {
- width: 6em;
- border-radius: .36em;
- }
- .relasi .relasi_meta {
- padding-left: 10px;
- width: 80%;
- }
- .hRelasi {
- font: 1em/1.2 var(--sans);
- font-weight: 600;
- }
- .relasi_meta p {
- width: auto;
- font-family: var(--sans);
- line-height: 1.2em;
- font-size: 0.9em;
- }
- .relasi_meta .juduldkk {
- margin-bottom: 1em;
- }
- .terkait {
- width: 35rem;
- margin: 1.5em auto;
- font-family: var(--sans);
- border: 1px #ccc solid;
- padding: 10px;
- border-radius: .38em;
- }
- .ter {
- text-transform: uppercase;
- font-size: 1em;
- font-weight: 600;
- margin-bottom: 14px;
- display: block;
- }
- .kait p {
- font-size: 1em;
- width: auto;
- font-family: var(--sans);
- text-align: left;
- }
- .buku {
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- width: 600px;
- margin: 2em auto;
- padding: 1em 0 0 0;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- }
- .buku__cover {
- width: 18%;
- padding: 0 14px;
- }
- img.cover {
- width: 85px;
- height: 113px;
- border-radius: 0.35em;
- }
- .buku__info {
- width: 80%;
- margin-left: 1em;
- }
- .info__h4 {
- font: 1.1em/1.1 var(--sans);
- font-weight: 800;
- }
- .info__author {
- font: .9em/1 var(--sans);
- color: var(--gray);
- }
- .info__desc {
- width: 100%;
- padding: 0 10px 0 0;
- font: .9em/1.3 var(--sans);
- text-align: left;
- text-indent: 0;
- }
- .selayang {
- width: 600px;
- margin: 3em auto;
- background: rgb(248,248,238, 0.6);
- background: linear-gradient(to left, rgba(248,248,238, 1), rgba(248,248,238, 0));
- border-radius: 0.475em;
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- }
- .selayang__cover {
- }
- img.layang {
- width: 200px;
- transform: rotate(-4deg);
- transition: transform .2s;
- box-shadow: rgba(0, 0, 0, 0.25) 1.95px 3px 3px;
- }
- .selayang__cover:hover img.layang {
- transform: rotate(0deg) scale(1.08);
- }
- .selayang__meta {
- width: 90%;
- margin-left: 1.2em;
- padding: 10px 12px 0;
- font: 0.85em/1 var(--sans);
- color: var(--hitam-800);
- }
-
- .selayang__meta dt {
- font-weight: bold;
- line-height: 1.2;
- }
- .selayang__meta dd {
- font-size: 15px;
- line-height: 1.2;
- margin-bottom: 0.6em;
- margin-left: 0;
- }
- .g__gals{
- width: 600px;
- margin: 1.5em auto;
- display: grid;
- grid-template-columns: 49% 49%;
- column-gap: 2%;
- }
- .gals__card {
- background: #f8f8ee;
- padding: 8px;
- border-radius: .3em;
- }
- .card__caption {
- font: .85em/1.6 var(--sans);
- width: auto;
- color: #6f6f72;
- text-indent: 0;
- text-align: left;
- }
- .ikon {
- width: 1em;
- }
- del a {
- color: #ff8fa3;
- }
- video {
- width: 600px;
- margin: 1.5em auto;
- display: block
- }
- /* POSTLISTS */
- .daftar__artikel, .d__art {
- width: 600px;
- margin: 1em auto;
- }
- h1.jurnal {
- font: 2em var(--chunk);
- width: 650px;
- margin: 0px auto;
- }
- .d__art li {
- display: flex;
- align-items: center;
- padding: 1rem 0 0;
- margin-left: -1.5em;
- font-size: 1.22rem;
- border-bottom: 1px solid #f0f0f0;
- }
- .d__art li a {
- margin-left: 1em;
- text-decoration: none;
- }
- .d__art li a:hover {
- text-decoration: underline;
- }
- .dtime {
- font: 0.95rem/1 var(--sans);
- text-align: right;
- flex: none;
- margin-left: .5rem;
- }
- .footer {
- margin: 5em auto 1em auto;
- font: 0.9em/1.2 var(--sans);
- text-align: center;
- }
- .footer a .lume {
- text-shadow: 0 0 4px hsl(213 100% 40.75% / 0.2);
- }
- /* Misc */
- /* twitter widget */
- #app {
- margin-left: 10em;
- width: 400px;
- display: block;
- }
- .twitter-tweet { margin: 1em auto; font-family: var(--sans); }
- /* rating page */
- table {
- border-collapse: collapse;
- width: 40rem;
- font: 1.15em/1 var(--serif);
- margin: 2em auto;
- }
- td, th {
- border: 1px solid #dddddd;
- text-align: left;
- padding: 8px;
- }
- td.btg { width: 150px }
- tr {
- border-bottom: 1px solid #ddd;
- margin-bottom: 1em;
- }
- th {
- text-align: left;
- }
- .bintang {
- fill: #d00000;
- width: 20px;
- }
- /* foto page */
- img.herokus {
- width: 100% !important;
- height: 900px;
- background-color: #F6F8FA;
- margin-top: -6em;
- }
- .gals, .galsX {
- display: flex;
- align-items: flex-start;
- margin-bottom: -10px;
- border-radius: .375rem;
- }
- .galsX {
- width: 55%;
- border: 1px rgba(0, 0, 0, 0.09) solid;
- margin: 2em auto;
- padding: 10px;
- }
- .img_lone {
- width: 42%;
- border-radius: .375rem;
- }
- .flex-1 {
- flex: 1 1 0%;
- align-items: flex-start
- }
- p.img-sidenote {
- font: 1em/1.5 var(--sans);
- margin-left: 10px;
- width: 90%
- }
- .gcaption {
- font: .85em var(--sans);
- text-align: center;
- color: var(--gray);
- width: 90%;
- margin-bottom: 2em;
- }
- /* post subs */
- .post_subs {
- width: 550px;
- margin: 2em auto;
- border-top: 1px solid var(--gray);
- border-bottom: 1px solid var(--gray);
- padding: 0.5em;
- }
- .post_subs p {
- font-size: 1.1em;
- text-align: center;
- margin-bottom: 0px;
- line-height: 1em;
- }
- .post_subs .subs_bold {
- font-weight: 500;
- }
- .post_subs .btbn {
- font: 0.9em/1 var(--sans)
- }
- .btb {
- margin-bottom: 1em;
- margin-top: 1em;
- display: flex;
- flex-direction: column;
- }
- .email_subs {
- padding: 8px 10px;
- width: 350px;
- margin: 10px auto;
- text-align: center;
- background-color: #f8f9fa;
- border-radius: 0.35em;
- }
- input:focus {
- border: 1px #00b4d8 solid;
- transition: 0.5s;
- }
- .submit_subs {
- width: 100px;
- margin: 0px auto;
- padding: 10px 12px;
- background-color:#D00000;
- border:1px solid #D00000;
- border-radius: .375em;
- color: #fffcf2;
- }
- @media only screen and (max-width: 1300px) and (min-width: 601px) {
- .lone_traveller{
- width: 90%;
- }
- .buku .metamu dl {
- font-size: .8em;
- line-height: 1em;
- }
- }
- /* baca page */
- .baca {
- width: 780px;
- margin: 0px auto;
- display: grid;
- grid-template-columns: 1fr 1fr 1fr 1fr;
- grid-row-gap: 2em;
- grid-auto-columns: auto;
- }
- .item_cover {
- width: 180px;
- border: 1px solid #ccc;
- border-radius: 0.1em;
- }
- /* up */
- .arrow {
- border: solid white;
- border-width: 0 3px 3px 0;
- display: inline-block;
- padding: 3px;
- }
- .up {
- transform: rotate(-135deg);
- -webkit-transform: rotate(-135deg);
- }
- #upBtn {
- position:fixed;
- width:32px;
- height:32px;
- border-radius:50%;
- border:none;
- background-color:#d00000;
- right:32px;
- bottom:32px;
- color:#fff;
- cursor:pointer;
- transition-duration:500ms;
- opacity:0; pointer-events:none;
- }
- #upBtn:focus {
- outline: none
- }
- /* post navigation */
- .post-navigation {
- width: 550px;
- margin: 0px auto;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- font: 1em/1.4 var(--sans)
- }
- .nav_kiri {
- width: 250px;
- }
- .nav_kanan {
- width: 250px;
- text-align: right;
- }
|