/* Theme Name: Asby Theme URI: https://www.mwt.co.id Author: mythicalbird Author URI: https://mythicalbird.fun Description: Asby is an elegant multipurpose theme for WordPress blog, news or magazine sites. Check the demo at http://themes.mwt.co.id/asby/ Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: asby Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. MB Grace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## Captions ## Galleries # Velocity Recent Post --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html,body { height:100%; } html { font-family: 'Raleway', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; max-width: 100%; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } .entry-content table { border-collapse: collapse; border-spacing: 0; overflow:hidden; } .entry-content table.zebra tr:nth-child(2n) td { background-color:#ddd; } .entry-content table.zebra tr:first-child td { background-color:#333; color:#fff; } .entry-content table.border tr:nth-child(2n) td { background-color:#ddd; } .entry-content table.border tr:first-child td { background-color:#333; color:#fff; } .entry-content table.border tr:last-child td:first-child { -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; } .entry-content table.border tr:first-child td:first-child { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; } .entry-content table.border tr:first-child td:last-child { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; } .entry-content table.border tr:last-child td:last-child { -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; } td, th { padding: 2px; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: 'Raleway', sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin: 12px 0; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0; padding-left: 20px; } ul { list-style: circle; text-align: left; } .widget-area .widget ul li { margin: 7px 0; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Tombol --------------------------------------------------------------*/ .merah { background-color: #F15F74 !important; } .merah:hover { background-color: #B9152C !important; } .kuning { background-color: #F7D842 !important; } .kuning:hover { background-color: #C3A722 !important; } .hijau { background-color: #98CB4A !important; } .hijau:hover { background-color: #669320 !important; } .biru { background-color: #5481E6 !important; } .biru:hover { background-color: #23499E !important; } .tombol:hover{ color: #fff; background-color: #333; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ #page button, #page .tombol, #page input[type="button"], #page input[type="reset"], #page input[type="submit"] { background-color: #16A085; border: none; color: #fff; padding: 5px 25px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px 0; } #page button:hover, #page input[type="button"]:hover, #page input[type="reset"]:hover, #page input[type="submit"]:hover { background-color: #333; color: #fff; } #page button:focus, #page input[type="button"]:focus, #page input[type="reset"]:focus, #page input[type="submit"]:focus, #page button:active, #page input[type="button"]:active, #page input[type="reset"]:active, #page input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } #page input[type="text"], #page input[type="email"], #page input[type="url"], #page input[type="password"], #page input[type="search"], #page input[type="number"], #page input[type="tel"], #page input[type="range"], #page input[type="date"], #page input[type="month"], #page input[type="week"], #page input[type="time"], #page input[type="datetime"], #page input[type="datetime-local"], #page input[type="color"], #page textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } #page select { border: 1px solid #ccc; } #page input[type="text"]:focus, #page input[type="email"]:focus, #page input[type="url"]:focus, #page input[type="password"]:focus, #page input[type="search"]:focus, #page input[type="number"]:focus, #page input[type="tel"]:focus, #page input[type="range"]:focus, #page input[type="date"]:focus, #page input[type="month"]:focus, #page input[type="week"]:focus, #page input[type="time"]:focus, #page input[type="datetime"]:focus, #page input[type="datetime-local"]:focus, #page input[type="color"]:focus, #page textarea:focus { color: #111; } #page input[type="text"], #page input[type="email"], #page input[type="url"], #page input[type="password"], #page input[type="search"], #page input[type="number"], #page input[type="tel"], #page input[type="range"], #page input[type="date"], #page input[type="month"], #page input[type="week"], #page input[type="time"], #page input[type="datetime"], #page input[type="datetime-local"], #page input[type="color"] { padding: 3px; } #page textarea { padding-left: 3px; width: 100%; } /*------------------------------------------------------------- # Header --------------------------------------------------------------*/ .site-header { display: block; background-color:#000; position: relative; width: 100%; left: 0px; z-index: 99; } .header-frame { display: block; position: relative; margin: 0 auto; padding: 60px 0 20px; } .menu-menu-baru-container { position: relative; z-index: 999; } #site-navigation{ text-align: center; display: none; border-bottom: none !important; border-left: none !important; border-right: none !important; } .site-branding { display: block; text-align: center; } /*-------------------------------------------------------------- ## Heading --------------------------------------------------------------*/ h1, h2, h3, h4, h5, h6 { font-style: normal; display: block; position: relative; padding: 0; margin: 0; line-height: 1.3; font-weight: 300; } h1 { font-size: 34px; margin-top:1em; } h2 { font-size: 28px; margin-top:1em; } h3 { font-size: 22px; margin-top:1em; } h4 { font-size: 18px; margin-top:1em; } h5 { font-size: 14px; margin-top:1em; } h6 { font-size: 12px; margin-top:1em; } /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: #3AABAF; text-decoration:none; } a:visited { color: #3AABAF; text-decoration:none; } a:hover, a:focus, a:active { color: #333; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .sub-menu { background-color: #444; } .main-navigation { clear: both; width: 100%; margin-top: 10px; } .main-navigation ul { display: none; list-style: none; text-align:right; padding: 0; margin: 0; text-align: center; } .main-navigation li { float: none; position: relative; display:block; } .main-navigation a { color:#fff; font-family: 'Raleway', sans-serif; display: block; line-height:1; text-decoration: none; font-weight: bold; padding: 0 30px; } .main-navigation ul ul { float: left; position: absolute; left: -999em; z-index: 99999; padding:2px; text-align:left; background-color: #000; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { line-height: 30px; min-width: 130px; font-size: 90%; font-weight: normal; } .main-navigation ul ul li { width: 100%; } .main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a { text-decoration: underline; } .main-navigation ul ul a:hover, .main-navigation ul ul a.focus { } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { } .main-navigation ul.menu > li > ul {top: 200%;} .main-navigation ul.menu > li:hover > ul {top: 100%;} .main-navigation ul.menu > li > ul,.main-navigation ul.menu > li, .main-navigation ul.menu > li:hover > ul , .main--navigation ul.menu > li:hover { -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -ms-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; } /** * Responsive Navigation */ .nav-wrap { display: none; } .nav { position: absolute; top: 0; right: 0; width: auto; z-index: 10000; min-width: 100%; } /** * Nav container * 1. Ensure this slides in below parent * 2. Hide by default * 3. Smoother scrolling experience on iOS */ .nav-container { position: absolute; top: 44px; right: 0; z-index: 9; overflow-y: auto; visibility: hidden; background-color: #000; width: 100%; height: auto; min-height: 100%; margin: 0; padding: 0; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateY(-100%); -webkit-overflow-scrolling: touch; } .nav-container a {visibility: hidden !important;} .nav-container.is-visible a {visibility: visible !important;} /* 1. Show when `.is-visible` class is added */ .nav-container.is-visible { visibility: visible; /* 1 */ -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateY(0); /* 1 */ } /* Nav toggle */ .nav-toggle { line-height: 1; display: inline-block; padding: 5px; margin: 0px 10px 0 0 !important; border: 0; background-color: transparent !important; } .nav-content { position: relative; background-color: #3AABAF; z-index: 99; padding: 7px; color: #fff; font-weight: bold; } /* Nav toggle icon */ .nav-toggle .icon-menu { position: relative; display: inline-block; width: 28px; height: 20px; vertical-align: middle; fill: none; } /* Nav toggle icon lines */ .icon-menu .line { position: absolute; left: 0; display: block; width: 100%; height: 4px; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000); -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); background-color: #fff; } /* Nav toggle icon line 1 */ .icon-menu .line-1 { top: 0; } /* When active, rotate line 1 to be lefthand part of X */ .is-active .icon-menu .line-1 { -webkit-transform: translateY(8px) translateX(0) rotate(45deg); -ms-transform: translateY(8px) translateX(0) rotate(45deg); transform: translateY(8px) translateX(0) rotate(45deg); } /* Nav toggle icon line 2 */ .icon-menu .line-2 { top: 50%; margin-top: -2px; } /* When active, hide line 2 */ .is-active .icon-menu .line-2 { opacity: 0; } /* Nav toggle icon line 3 */ .icon-menu .line-3 { bottom: 0; } /* When active, rotate line 3 to be righthand part of X */ .is-active .icon-menu .line-3 { -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); -ms-transform: translateY(-8px) translateX(0) rotate(-45deg); transform: translateY(-8px) translateX(0) rotate(-45deg); } /* Remove default list styles for menus */ .menu { list-style: none; margin: 0; padding: 0; } /** * 1. Give menu a lighter background than its container * 2. Prevent menu text from being accidentally highlighted */ .nav-menu { background-color: #181818; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* 2 */ } /* Give menu items a top border */ .nav-menu .menu-item { border-top: 1px solid #bbb; display: block; } .nav-menu .sub-menu .menu-item:first-child { border-top: 0px; } /* Give last menu item a bottom border */ .nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; } /* Darker background color on hover, and when toggled */ .nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active { background-color: #000; } /* 1. Menu links are block level, by default */ .nav-menu a { display: block; /* 1 */ text-decoration: none; color: #fff !important; padding: 10px; } .nav-menu ul a { padding: 7px 0px; font-size: 90%; } .nav-menu ul a:hover {text-decoration: underline;} .nav-menu ul.sub-menu { background-color: #333; } /* 1. Menu items with dropdowns appear clickable */ .nav-menu .menu-item-has-children { position: relative; cursor: pointer; /* 1 */ } /* 1. Parent menu links inlined so you can toggle the dropdown */ .nav-menu .menu-item-has-children > a { display: inline-block; } /* 1. Add an icon to menu items that have sub menus */ .nav-menu .menu-item-has-children::after { font-size: 32px; position: absolute; top: 12px; right: 1rem; content: "+"; color: #fff; } /* 1. Switch icon to n-dash when toggled */ .nav-menu .menu-item-has-children.is-active:after { content: "\2013"; /* 1 */ } /** * Dropdowns * 1. Hide dropdowns by default */ .nav-menu .sub-menu { display: none; /* 1 */ background-color: #c0c0c0; margin: 0; } /* 1. Show dropdown when toggled */ .nav-menu .menu-item-has-children.is-active > .sub-menu { display: block; /* 1 */ } /* 2nd level dropdown */ .nav-menu .sub-menu .sub-menu { background-color: #aaa; } .nav-menu .sub-menu .sub-menu .menu-item { background-color: #b0b0b0; border-color: #909090; } /* Small menu. */ .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 15px 0; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ #pertama .widget, #kedua .widget { margin: 0 0 1.5em; padding:0 10px; } .widget img { max-width: 100%; height: auto; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ #content { display: block !important; } #page { min-height:100%; overflow: hidden; } h1.entry-title, h1.page-title { display: block; font-size:30px; padding-bottom:3px; margin-bottom:10px; margin-top:5px; } h2.widget-title, h2.widgettitle, .module-title { margin: 0 0 10px; padding: 0; } h2.entry-title { height: 1.3em; overflow: hidden; line-height: 1.3; margin-top: 5px; } .site-content { margin: 0 auto; display: block; } #primary-menu{ box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); } #menu-atas { display: none; } #simple-menu .fa-times { display:none; } #primary { vertical-align: top; display: block; position: relative; margin: 0 auto; padding: 0; width: 100%; } #pertama, #kedua { vertical-align:top; display: block; position:relative; margin: 10px auto; padding: 5px 0; } .frame-content { margin: 0 auto; } .post-format { text-align: center; padding: 5px; background-position: center; background-repeat: no-repeat; display: block; font-size: 20px; } .frame-footer { margin: 0 auto; padding: 20px 0; text-align: center; } .frame-archive { padding: 10px; text-align: justify; position: relative; overflow: hidden; } .frame-archive .entry-content {opacity: 1;} .archive article:hover .frame-archive .entry-content {opacity: 0;} .archive article:hover {background-color: #333;} .more-button { margin: 0; position: absolute; bottom: 40%; opacity: 0; left: 0; width: 100%; text-align: center; } .more-button a { color: #fff !important; padding: 5px 20px; border: 1px solid #fff; text-transform: uppercase; } .archive article:hover .more-button {opacity: 1;} .category-list, .archive article:hover .category-list, .archive article .frame-archive .entry-content, .archive article:hover .frame-archive .entry-content, .archive article:hover, .archive article, .archive article .more-button, .archive article:hover .more-button { -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -ms-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; } .category-list { position: absolute; top: -52px; left: 0; width: 100%; text-align: center; } .archive article:hover .category-list {top: 52px;} .category-list .category-list-link { background-color: #4C2000; padding: 7px 20px; display: inline-block; margin: 0 auto; text-transform: uppercase; } .category-list .category-list-link a {} .archive article .entry-header {padding: 0px 10px;} .center-area {text-align: center;} .entry-footer { font-size: 0.8em; } .entry-footer span { padding-right: 5px; } .archive article { display: inline-block; vertical-align: top; background-color: #351700; overflow: hidden; margin: 1%; } .article-title { margin: 0 0 2px; text-align: center; } .article-title a, .article-title a :visited { color: inherit !important; font-size: 130%; font-weight: bold; } .thumbnail-archive { position: relative; margin: 0px auto 10px; overflow: hidden; height: 150px; background-repeat: no-repeat; background-position: center; background-size: cover; } .vel-pagination { margin: 10px; } .vel-pagination span, .vel-pagination a { display: inline-block; padding: 7px 8px; border: 1px solid; } .vel-pagination a { background-color: #ebebeb; color: #000; } .vel-pagination a:hover { background-color: #000; color: #fff !important; } .vel-pagination span.page-num { margin-right: 10px; padding: 0; } .vel-pagination span.dots { padding: 0; color: gainsboro; } .vel-pagination span.current { background-color: #000; color: #fff; } .post-absolute { position:absolute; width: 100%; z-index: -1; } partikel2 { background-color: #666; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ .site-footer { position: relative; bottom: 0px; width: 100%; color:#ddd; background-color: #000; border-bottom: none !important; border-left: none !important; border-right: none !important; } .site-info { width: 100%; margin:0 auto; text-align: center; font-size: 14px; } .sidebar-footer { position: relative; margin: 2% auto; } .widget-footer { position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 3%; } .widget-footer .widget { margin: 0 0 25px; } .widget-footer .widget h2.widget-title {} .credit { text-align: center; font-size: 10px; position: relative; bottom: 0px; display: block; margin: 5px 0; width: 100%; line-height: 1; opacity: 0.3; } /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .nav-links { display: block; overflow: hidden; padding: 5px; /* border: 1px solid rgb(221, 221, 221); */ } .related-frame { display: inline-block; width: 99%; vertical-align: top; padding: 0.5%; border: 1px solid #ddd; margin: 0.5%; } .comment-reply-title, .relater-title { border-bottom: 1px solid; padding-bottom: 5px; margin-bottom: 10px; display: block; } .related-image { display: block; position:relative; height: 150px; line-height: 150px; } .related-image img { height: 100%; width: 100%; object-fit: cover; } .related-image .post-format { width: 100%; height: 150px; background-size: cover; } .hentry { } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .comments-title { text-align: center; margin: 20px auto 10px; border-bottom: 1px dotted #ddd; padding: 10px 0 7px; font-size: 150%; } .comment-list { padding: 0; margin: 0; position: relative; } .comment-list li { display: block; position: relative; padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px solid #eee; } .comment-list .says {display: none;} .comment-author {} .comment-author img { display: inline-block; border: 1px solid #ddd; vertical-align: middle; margin: 0 10px 5px 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .comment-author a { color: inherit !important; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; } .comment-list .comment-metadata {} .comment-list .comment-metadata a { color: inherit; font-style: italic; font-size: 90%; opacity: 0.5; } .comment-content { margin: 10px 0; } .comment-content p {margin: 0;} .comment-list .reply {} .comment-list .reply a { padding: 3px 10px; background-color: #333; color: #fff !important; font-size: 80%; text-transform: uppercase; letter-spacing: 1px; } .comment-list .reply a:hover {opacity: 0.7;} .comment-form-author label, .comment-form-email label, .comment-form-url label { display: block; } .comment-list .children { margin: 20px 0 0 20px; border-top: 1px solid #eee; padding: 10px 20px 0px; background-color: #F8F8F8; } .comment-list .children li { border-bottom: 1px dotted #ddd; } .comment-list .children li:last-child { border-bottom: 0; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- ## Velocity Recent Posts --------------------------------------------------------------*/ .vrp-widget .vrp-content { margin: 0; padding: 0; } .vrp-widget .vrp-post-list { display: block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ddd; overflow: hidden; } .vrp-thumbnail { height: 100px; width: 100px; float: left; margin: 0 10px 10px 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } .vrp-title {} .vrp-more a, .vrp-more a:visited, .vrp-title a, .vrp-title a:visited { color: inherit !important; font-weight: bold !important; text-decoration: none !important; } .vrp-title a:hover, .vrp-more a:hover { text-decoration: underline !important; } .vrp-time { font-size: 80%; opacity: 0.5; } /** TAMBAHAN **/ #ScrollToTop { text-align: center; position: fixed; bottom: 10px; cursor: pointer; display: none; z-index: 9999; } .main-navigation ul.menu > li > a {border-top: 1px solid transparent;} .main-navigation ul.menu > li:hover > a, .main-navigation ul.menu > li.focus > a, .main-navigation ul.menu > li.current-page-item > a, .main-navigation ul.menu > li.current-menu-item > a { border-top: 1px solid #3F000F; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 15px -2px #000 inset; -moz-box-shadow: 0px 0px 15px -2px #000 inset; box-shadow: 0px 0px 15px -2px #000 inset; } .footer-menu { padding: 0; margin: 1% auto; text-align: center; } .footer-menu li { display: inline-block; vertical-align: top; margin: 5px 10px; } .footer-menu li ul {displaty: none !important;} .vc-tampilan1 { padding: 10px 0 0; } .vc-tampilan1 .isi-luar { background-color: #471E00; color: #392119; background-image: url("assets/images/bg-tampilan1.png"); background-repeat: no-repeat; background-size: cover; -moz-transform: rotate(5deg); -webkit-transform: rotate(5deg); -o-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); } .vc-tampilan1 .isi-luar .isi-dalam { background-image: url("assets/images/bg-tampilan1.png"); background-repeat: no-repeat; background-size: cover; padding: 7%; -webkit-box-shadow: 0px 0px 2px 1px #3C3C3C; -moz-box-shadow: 0px 0px 2px 1px #3C3C3C; -ms-box-shadow: 0px 0px 2px 1px #3C3C3C; -o-box-shadow: 0px 0px 2px 1px #3C3C3C; box-shadow: 0px 0px 2px 1px #3C3C3C; -moz-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); } .link-konten { width: 100%; text-align: center; margin: 15px 0 0; } .link-konten a {font-weight: bold;} .judul-tampilan2, .vc-tampilan2, .vc-center {text-align: center;} .vc-tampilan2 .isi-luar { margin: 10px 0px; color: #835F00; } .judul-tampilan2 { font-size: 18px; padding-bottom: 5px; line-height: 1.3; } .except-home { padding: 3%; margin-bottom: 20px; }