/* Theme Name: Resonar Theme URI: https://wordpress.com/themes/resonar/ Description: Resonar is an elegant blog theme that features full-screen featured images. Version: 1.0.9 Author: Automattic Author URI: https://wordpress.com/themes/ License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: resonar */ /** * Table of Contents * * 1.0 Normalize * 2.0 Keyframes * 3.0 Genericons * 4.0 Typography * 5.0 Elements * 6.0 Forms * 7.0 Navigation * 7.1 Links * 7.2 Menus * 7.3 Navigations * 8.0 Accessibility * 9.0 Alignments * 10.0 Clearings * 11.0 Widgets * 12.0 Site * 12.1 Header * 12.2 Posts and pages * 12.3 Comments * 12.4 Footer * 13.0 Media * 13.1 Captions * 13.2 Galleries * 14.0 Multisite * 15.0 Jetpack * 15.1 Infinite scroll * 15.2 Extra Widegts * 15.3 Shortcodes * 15.4 Tiled Gallery * 15.5 Responsive Videos * 15.6 Jetpack Comments * 15.7 Sharing * 15.8 Related Posts * 15.9 Site Logo * 15.10 Stats * 16.0 Media Queries * 16.1 >= 470px * 16.2 >= 601px * 16.3 >= 700px * 16.4 >= 828px * 16.5 >= 925px * 16.6 >= 1088px * 16.7 >= 1216px * 99.9 MaxLee CSS * 100.0 MaxLee CSS */ /** * 1.0 Normalize */ html { font-family: 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, ins { 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: 0; } 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; opacity: .5; } 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: border-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /** * 2.0 Keyframes */ @-webkit-keyframes moveDown { from { -webkit-transform: translateY(0); } to { -webkit-transform: translateY(24px); } } @keyframes moveDown { from { -moz-transform: translateY(0); transform: translateY(0); } to { -moz-transform: translateY(24px); transform: translateY(24px); } } @-webkit-keyframes moveUp { from { -webkit-transform: translateY(24px); } to { -webkit-transform: translateY(0); } } @keyframes moveUp { from { -moz-transform: translateY(24px); transform: translateY(24px); } to { -moz-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes opacityDown { from { opacity: 1; } to { opacity: 0; } } @keyframes opacityDown { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes opacityUp { from { opacity: 0; } to { opacity: 1; } } @keyframes opacityUp { from { opacity: 0; } to { opacity: 1; } } /** * 3.0 Genericons */ .site-header .menu-item-has-children > a:after, .social-navigation a:before, .sidebar-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .cat-links:before, .tags-links:before, .comments-link:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .author-link:after, .scroll-indicator:before { /* -moz-osx-font-smoothing: grayscale; */ -webkit-font-smoothing: antialiased; display: inline-block; font-family: "Genericons"; font-size: 16px; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; /* speak: none; */ text-align: center; text-decoration: inherit; text-transform: none; vertical-align: top; } /** * 4.0 Typography */ body, button, input, select, textarea { color: #232323; color: #555555; /* font-family: "Libre Baskerville", georgia, serif; */ font-family: "inherit;"; font-size: 16px; /* font-size: 0.9375rem; */ font-size: 1.25rem; line-height: 1.6em; } h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Playfair Display", georgia, serif; font-weight: 700; /* -webkit-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; */ text-rendering: optimizeLegibility; } p { margin: 0 0 4px; } b, strong { font-weight: 700; } dfn, cite, em, i { font-style: italic; } blockquote { border-left: 4px solid currentColor; color: #5b5b5b; font-size: 18px; font-size: 1.125rem; font-style: italic; line-height: 1.66667; margin: 0 0 24px; padding-left: 20px; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } blockquote p { margin-bottom: 30px; } blockquote > p:last-child { margin-bottom: 0; } blockquote cite, blockquote small { color: #232323; font-size: 15px; font-size: 0.9375rem; font-family: Lato, sans-serif; line-height: 1.6; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote strong, blockquote b { font-weight: 400; } address { font-style: italic; margin: 0 0 24px; } code, kbd, tt, var, samp, pre { font-family: Inconsolata, monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre { background-color: rgba(0, 0, 0, 0.01); border: 1px solid rgba(0, 0, 0, 0.1); line-height: 1.2; margin: 0 0 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } abbr[title] { border-bottom: 1px dotted #232323; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } /** * 5.0 Elements */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #fff; } hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 24px; } ul, ol { margin: 0 0 24px 20px; padding: 0; } ul { list-style: disc; list-style-position:inside; /* padding-left: 20px; padding-right: 30px; */ padding-left: 5px; padding-right: 5px;} ol { list-style: decimal; list-style-position:inside; } li > ul, li > ol { margin-bottom: 0; } dl { margin-bottom: 24px; } dt { font-weight: bold; } dd { margin: 0 0 24px; } img { height: auto; max-width: 100%; } table, th, td { /* border: 1px solid rgba(0, 0, 0, 0.1); */ border: 1px solid rgba(0, 0, 0, 0.0); } table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 24px; /* table-layout: fixed; */ width: 100%; } caption, th, td { font-weight: normal; /* text-align: left; */ } th { border-width: 0 1px 1px 0; font-weight: 700; } td { border-width: 0 1px 1px 0; } th, td { padding: 6px; } img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; } del { opacity: 0.8; } ::-webkit-input-placeholder { color: #5b5b5b; font-family: Lato, sans-serif; } :-moz-placeholder { color: #5b5b5b; font-family: Lato, sans-serif; } ::-moz-placeholder { color: #5b5b5b; font-family: Lato, sans-serif; opacity: 1; } /* :-ms-input-placeholder { color: #5b5b5b; font-family: Lato, sans-serif; } */ /** * 6.0 Forms */ button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background: #232323; border: 0; border-radius: 6px; color: #fff; cursor: pointer; font-family: Lato, sans-serif; font-size: 12px; /* font-size: 0.75rem; */ font-size: 1.0rem; font-weight: 700; line-height: 1; padding: 11px 16px 9px; text-transform: uppercase; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #0074b8; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { background: #0074b8; outline: 2px solid #d2d2d2; } .search-form input[type="submit"], .widget .search-form input[type="submit"] { padding: 0; } input, select, textarea { font-size: 16px; font-size: 1rem; line-height: 1.5; max-width: 100%; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { background-color: #f7f7f7; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; color: #5b5b5b; padding: 3px 6px; width: 100%; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { background-color: #fff; border: 1px solid #5b5b5b; color: #232323; outline: 0; } input[type="checkbox"], input[type="radio"] { margin-right: 6px; } textarea { overflow: auto; vertical-align: top; } .tags { font-size:12px; padding:5px; } .post-password-form label { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: 700; display: block; letter-spacing: 0.05em; line-height: 1.5; margin-bottom: 24px; text-transform: uppercase; } /** * 7.0 Navigation */ /** * 7.1 Links */ a { color: #B56A25; text-decoration: none; } /* a:visited { color: #0074b8; } */ a:hover, a:focus, a:active { /* color: #232323; */ color:#ff0000; } a:focus { outline: 2px solid #d2d2d2; } a:hover, a:active { outline: 0; } a img { border: 0; } /* div.entry-date a:hover, .entry-footer a:hover, .comment-author a:hover, .comment-metadata a:hover, .pingback .edit-link a:hover, .textwidget a, .entry-date a:hover, .entry-content a, .entry-summary a, .entry-footer .author-bio a, .page-content a, .comment-content a, .pingback .comment-body > a, .taxonomy-description a, .logged-in-as a, .site-info a, .image-navigation a:hover, .comment-navigation a:hover, .widget_gravatar a, .widget-grofile p a, #infinite-footer .blog-credits a { color: #0074b8; background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%); background-image: linear-gradient(to right, currentColor 0%, currentColor 100%); background-position: 0 100%; background-repeat: repeat-x; -webkit-background-size: 100% 1px; background-size: 100% 1px; text-decoration: none; } */ .page-links a, .entry-content .mejs-horizontal-volume-slider, .entry-content .wp-playlist-caption, .entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .page-content a:hover, .page-content a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body > a:hover, .pingback .comment-body > a:focus, .author-bio a:hover, .author-bio a:focus, .taxonomy-description a:hover, .taxonomy-description a:focus, .logged-in-as a:hover, .logged-in-as a:focus, .site-info a:hover, .site-info a:focus, .textwidget a:hover, .textwidget a:focus, .widget_gravatar a:hover, .widget_gravatar a:focus, .widget-grofile p a:hover, .widget-grofile p a:focus, .has-post-thumbnail div.entry-date a:hover { background-image: none; } /** * 7.2 Menus */ .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a { font-weight: 700; } .site-header .main-navigation { display: none; float: right; } .site-header .main-navigation ul { list-style: none; margin: 0; } .site-header .nav-menu li { position: relative; } .site-header .nav-menu > li { float: left; } .site-header .nav-menu > li + li { border-left: 1px solid rgba(0, 0, 0, 0.1); } .site-header .nav-menu a { color: #232323; display: block; font-size: 0.9375rem; font-size: 15px; line-height: 1.33334; padding: 6px 16px; text-decoration: none; white-space: nowrap; } .site-header .nav-menu a:hover, .site-header .nav-menu a:focus { color: #0074b8; } .site-header .menu-item-has-children > a { padding-right: 38px; } .site-header .menu-item-has-children > a:after { content: "\f431"; position: absolute; top: 7px; right: 12px; } .site-header .sub-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: absolute; left: -1px; z-index: 99999; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } .site-header .sub-menu li { background-color: #fff; border-color: rgba(0, 0, 0, 0.1); border-style: solid; border-width: 1px 1px 0; } .site-header .nav-menu > li > .sub-menu { padding-top: 8px; } .site-header .nav-menu > li > .sub-menu:before, .site-header .nav-menu > li > .sub-menu:after { content: ""; border-style: solid; position: absolute; } .site-header .nav-menu > li > .sub-menu:before { top: -1px; left: 10px; border-width: 0 10px 10px; border-color: rgba(0, 0, 0, 0.1) transparent; } .site-header .nav-menu > li > .sub-menu:after { top: 1px; left: 12px; border-width: 0 8px 8px; border-color: #fff transparent; } .site-header .sub-menu a { padding: 14px 16px; white-space: normal; width: 240px; } .site-header .sub-menu ul { left: 100%; top: -1px; } .site-header .sub-menu .menu-item-has-children > a { padding-right: 30px; } .site-header .sub-menu .menu-item-has-children > a:after { content: "\f431"; right: 8px; top: 15px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .site-header .nav-menu li:hover > ul, .site-header .nav-menu .focus > ul { clip: inherit; overflow: inherit; height: inherit; width: inherit; } .sidebar .main-navigation { /* margin: 7.6923%; */ margin: 3.125%; } .sidebar .main-navigation a { display: block; padding: 12px 0; position: relative; text-decoration: none; } .sidebar .main-navigation ul { list-style: none; margin: 0; } .sidebar .main-navigation ul ul { display: none; margin-left: 12px; } .sidebar .main-navigation ul .toggled-on { display: block; } .sidebar .main-navigation li { border-top: 1px solid rgba(0, 0, 0, 0.1); position: relative; } .sidebar .main-navigation .nav-menu { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .sidebar .main-navigation .nav-menu > ul > li:first-child, .sidebar .main-navigation .nav-menu > li:first-child { border-top: 0; } .sidebar .main-navigation .menu-item-has-children > a { padding-right: 48px; } .no-js .sidebar .main-navigation ul ul { display: block; } .dropdown-toggle { background-color: transparent; border: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; content: ""; height: 42px; padding: 0; position: absolute; text-transform: lowercase; top: 3px; right: 0; width: 42px; } .dropdown-toggle:after { color: #232323; content: "\f431"; font-size: 24px; line-height: 42px; position: relative; top: 0; left: 1px; width: 42px; } .dropdown-toggle:hover, .dropdown-toggle:focus { background-color: #f5f5f5; } .dropdown-toggle:focus { outline: 1px solid #d2d2d2; } .dropdown-toggle.toggle-on:after { content: "\f432"; } .social-navigation { /* margin: 15.3806% 7.6923%; */ margin: 15.3806% 3.125%; } .social-navigation ul { list-style: none; margin: 0; } .social-navigation li { float: left; margin: 0 1px 1px 0; } .social-navigation a { background-color: rgba(0, 0, 0, 0.04); display: block; height: 48px; position: relative; width: 48px; } .social-navigation a:before { color: #232323; content: "\f415"; font-size: 24px; height: 48px; line-height: 48px; text-align: center; width: 48px; } .social-navigation a:hover:before, .social-navigation a:focus:before { color: #0074b8; } .social-navigation a[href*="codepen.io"]:before { content: "\f216"; } .social-navigation a[href*="digg.com"]:before { content: "\f221"; } .social-navigation a[href*="dribbble.com"]:before { content: "\f201"; } .social-navigation a[href*="dropbox.com"]:before { content: "\f225"; } .social-navigation a[href*="facebook.com"]:before { content: "\f203"; } .social-navigation a[href*="flickr.com"]:before { content: "\f211"; } .social-navigation a[href*="foursquare.com"]:before { content: "\f226"; } .social-navigation a[href*="plus.google.com"]:before { content: "\f206"; } .social-navigation a[href*="github.com"]:before { content: "\f200"; } .social-navigation a[href*="instagram.com"]:before { content: "\f215"; } .social-navigation a[href*="linkedin.com"]:before { content: "\f208"; } .social-navigation a[href*="pinterest.com"]:before { content: "\f210"; } .social-navigation a[href*="getpocket.com"]:before { content: "\f224"; } .social-navigation a[href*="polldaddy.com"]:before { content: "\f217"; } .social-navigation a[href*="reddit.com"]:before { content: "\f222"; } .social-navigation a[href*="stumbleupon.com"]:before { content: "\f223"; } .social-navigation a[href*="tumblr.com"]:before { content: "\f214"; } .social-navigation a[href*="twitter.com"]:before { content: "\f202"; } .social-navigation a[href*="vimeo.com"]:before { content: "\f212"; } .social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before { content: "\f205"; } .social-navigation a[href*="youtube.com"]:before { content: "\f213"; } .social-navigation a[href*="mailto:"]:before { content: "\f410"; } .social-navigation a[href*="spotify.com"]:before { content: "\f515"; } .social-navigation a[href*="twitch.tv"]:before { content: "\f516"; } .social-navigation a[href$="/feed/"]:before { content: "\f413"; } .sidebar-toggle { background-color: transparent; border: 1px solid transparent; height: 48px; overflow: hidden; padding: 0; position: absolute; top: 50%; /* right: 7.6923%; */ right: 3.125%; text-align: center; -webkit-transform: translate(16px, -50%); -ms-transform: translate(16px, -50%); transform: translate(16px, -50%); width: 48px; } .no-js .sidebar-toggle { display: none; } .sidebar-toggle:before { color: #232323; content: "\f419"; line-height: 46px; width: 48px; } .sidebar-toggle:hover, .sidebar-toggle:focus { background-color: transparent; outline: 0; } .sidebar-toggle:focus { border-color: rgba(0, 0, 0, 0.1); } .sidebar-toggle:hover:before, .sidebar-toggle:focus:before { color: #0074b8; } .sidebar-toggle.toggled-on:before { content: "\f405"; font-size: 32px; position: relative; top: 2px; left: -1px; } .sidebar-toggle.toggled-on:hover:before, .sidebar-toggle.toggled-on:focus:before { color: #232323; } /** * 7.3 Navigations */ .post-navigation { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); font-family: Lato, sans-serif; /* margin: 0 7.6923% 7.6923%; */ margin: 0 3.125% 3.125%; } .post-navigation a { color: #232323; display: block; padding: 4.5465% 0; text-decoration: none; } .post-navigation span { display: block; } .post-navigation .meta-nav { color: #5b5b5b; font-size: 12px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; line-height: 1.5; margin-bottom: 6px; text-transform: uppercase; } .post-navigation .post-title { display: inline; font-family: "Playfair Display", georgia, serif; font-size: 22px; font-size: 1.375rem; -webkit-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; font-weight: 700; line-height: 1.36364; text-rendering: optimizeLegibility; } .post-navigation a:hover .post-title, .post-navigation a:focus .post-title { /* color: #0074b8; */ color:#ff0000; } .post-navigation div + div { border-top: 1px solid rgba(0, 0, 0, 0.1); } .pagination { border-top: 1px solid rgba(0, 0, 0, 0.1); font-family: Lato, sans-serif; } .sidebar-open .pagination { display: none; } .pagination a { color: #232323; } .pagination a:hover, .pagination a:focus { color: #0074b8; } .pagination .nav-links { min-height: 48px; position: relative; text-align: center; } .pagination .current .screen-reader-text { position: static !important; } .pagination .page-numbers { display: none; line-height: 48px; padding: 0 6px; } .pagination .current { color: #5b5b5b; display: inline-block; } .pagination .prev, .pagination .next { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); display: inline-block; height: 48px; overflow: hidden; padding: 0; position: absolute; width: 48px; } .pagination .prev:before, .pagination .next:before { font-size: 32px; height: 48px; line-height: 48px; position: relative; width: 48px; } .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus { background-color: #0074b8; color: #fff; } .pagination .prev:focus, .pagination .next:focus { outline: 0; } .pagination .prev { border-right: 1px solid rgba(0, 0, 0, 0.1); left: 0; } .pagination .prev:before { content: "\f430"; left: -1px; } .pagination .next { border-left: 1px solid rgba(0, 0, 0, 0.1); right: 0; } .pagination .next:before { content: "\f429"; right: -1px; } .image-navigation, .comment-navigation { border-top: 1px dotted rgba(0, 0, 0, 0.1); border-bottom: 1px dotted rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.1); font-size: 12px; font-size: 0.75rem; font-family: Lato, sans-serif; line-height: 1.5; /* margin: 0 7.6923% 24px; */ margin: 0 3.125% 24px; padding: 12px 0; } .comment-navigation { margin: 0; } .image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty), .comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) { display: inline-block; } .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before { content: "\2215"; font-weight: 400; margin: 0 6px; } .comments-title + .comment-navigation { border-bottom: 0; } /** * 8.0 Accessibility */ .says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .site .skip-link { background-color: #f1f1f1; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); color: #21759b; display: block; font: bold 14px/normal Lato, sans-serif; left: -9999em; outline: none; padding: 15px 23px 14px; text-decoration: none; text-transform: none; top: -9999em; } .logged-in .site .skip-link { box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); font: bold 14px/normal "Open Sans", sans-serif; } .site .skip-link:focus { clip: auto; height: auto; left: 6px; top: 7px; width: auto; z-index: 100000; } /** * 9.0 Alignments */ .alignleft { display: inline; float: left; margin: 4px 24px 24px 0; } .alignright { display: inline; float: right; margin: 4px 0 24px 24px; } .aligncenter { clear: both; display: block; margin: 0 auto 24px; } /** * 10.0 Clearings */ .clear:before, .clear:after, .site-header:before, .site-header:after, .site-branding:before, .site-branding:after, .site-navigation:before, .site-navigation:after, .site-header .nav-menu:before, .site-header .nav-menu:after, .hentry:before, .hentry:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .entry-content-footer:before, .entry-content-footer:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .nav-links:before, .nav-links:after, .comment-navigation:before, .comment-navigation:after, .social-navigation ul:before, .social-navigation ul:after, .textwidget:before, .textwidget:after { content: ""; display: table; } .clear:after, .site-branding:after, .site-header:after, .site-navigation:after, .site-header .nav-menu:after, .hentry:after, .entry-content:after, .entry-summary:after, .entry-content-footer:after, .comment-content:after, .site-content:after, .nav-links:after, .comment-navigation:after, .social-navigation ul:after, .textwidget:after { clear: both; } /** * 11.0 Widgets */ .widget { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; /* margin: 7.6923%; */ margin: 3.125%; word-wrap: break-word; } .widget-title { font-size: 15px; font-size: 0.9375rem; font-family: Lato, sans-serif; font-weight: 700; letter-spacing: 0.05em; line-height: 1.2; margin: 0 0 24px; text-transform: uppercase; } .widget > :last-child { margin-bottom: 0; } .widget_calendar table { margin: 0; } .widget_calendar td, .widget_calendar th { line-height: 3.2; text-align: center; padding: 0; } .widget_calendar caption { font-size: 15px; font-size: 0.9375rem; font-family: Lato, sans-serif; font-weight: 700; letter-spacing: 0.05em; margin: 0 0 24px; text-transform: uppercase; } .widget_calendar tbody a { background-color: #232323; color: #fff; display: block; font-weight: 700; } .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { background-color: #0074b8; color: #fff; } .widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul { border-bottom: 1px solid rgba(0, 0, 0, 0.1); list-style: none; margin: 0; } .widget_archive ul ul, .widget_categories ul ul, .widget_links ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul { border-bottom: 0; margin: 12px 0 0 12px; } .widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 12px 0; } .widget_archive li li:last-child, .widget_categories li li:last-child, .widget_links li li:last-child, .widget_meta li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child, .widget_recent_comments li li:last-child, .widget_recent_entries li li:last-child { padding-bottom: 0; } .widget_recent_entries .post-date { color: #5b5b5b; display: block; font-family: Lato, sans-serif; } .widget_rss ul { list-style: none; margin: 0; } .widget_rss li { margin-bottom: 24px; } .widget_rss li:last-child { margin-bottom: 0; } .widget_rss .rsswidget { font-weight: 700; } .widget_rss .rsswidget img { margin-top: -5px; } .widget_rss .rss-date, .widget_rss cite { font-size: 12px; font-size: 0.75rem; font-family: Lato, sans-serif; font-style: normal; display: block; line-height: 2; opacity: 0.7; } .textwidget > :last-child { margin-bottom: 0; } /** * 12.0 Site */ .site { overflow: hidden; } .content-area { margin: 0 auto; max-width: 1088px; } .sidebar-open .content-area { display: none; } .site-main { border-bottom: 1px solid transparent; } .sidebar { background-color: #fff; display: none; height: 100%; position: absolute; right: 100%; /* -webkit-transform: translateZ(0); */ top: 0; width: 100%; } .sidebar:before { background-color: rgba(0, 0, 0,0.03); bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: -1; } .sidebar-open .sidebar { display: block; position: relative; right: 0; z-index: 1000; } .no-js .sidebar { border-top: 1px solid rgba(0, 0, 0, 0.1); display: block; height: auto; position: relative; top: auto; right: auto; } .sidebar-inner { border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: 0 auto; max-width: 1088px; } /** * 12.1 Header */ .site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* padding: 7.6923%; */ padding: 3.125%; position: relative; width: 100%; } .site-branding { float: left; max-width: -webkit-calc(100% - 48px); max-width: calc(100% - 48px); } .site-title { font-family: Lato, sans-serif; font-size: 24px; font-size: 1.475rem; font-weight: 900; line-height: 1.36364; margin: 0; } .site-title a { color: #232323; text-decoration:none; } .site-title a:hover, .site-title a:focus { opacity: 0.7; } .site-description { display: none; font-family: "Libre Baskerville", georgia, serif; font-size: 12px; font-size: 0.75rem; font-weight: 400; line-height: 1.5; margin: 0; opacity: 0.7; } .site-title + .site-description { margin-top: 4px; } .header-image a { display: block; } .header-image a:focus img { opacity: 0.85; } .header-image img { width: 100%; height: auto; } .site-navigation { float: right; } /** * 12.2 Posts and pages */ .hentry { /* margin: 0 7.6923%; padding: 7.6923% 0; */ margin: 0 3.125%; padding: 3.125% 0; position: relative; } .hentry + .hentry { border-top: 1px solid rgba(0, 0, 0, 0.1); } .hentry + .hentry.sticky.has-post-thumbnail, .hentry.sticky.has-post-thumbnail + .hentry.sticky:not(.has-post-thumbnail), .hentry.sticky.has-post-thumbnail + .hentry:not(.sticky) { border-top: 0; } .post-thumbnail { display: block; float: right; margin: 36px 0 12px 4.54029457%; width: 22.72417674%; } .attachment-post-thumbnail { border-radius: 2px; } .post-thumbnail:hover, .post-thumbnail:focus { opacity: 0.85; } .post-thumbnail:focus { outline: none; } div.entry-date a { color: #5b5b5b; } div.entry-date a:hover, div.entry-date a:focus { color: #0074b8; } div.entry-date + .entry-header, div.entry-date + .entry-title { margin-top: 6px; } .updated:not(.published) { display: none; } .sticky .posted-on { display: none; } .entry-summary { color: #5b5b5b; } .entry-summary > :last-child { margin-bottom: 0; } .entry-summary { margin-top: 12px; } .entry-summary img { display: none; } .entry-title { clear: none; font-size: 22px; font-size: 1.375rem; line-height: 1.36364; margin: 0; } .entry-title a { color: #232323; } .entry-title a:hover, .entry-title a:focus { /* color: #0074b8; */ color:#ff0000; } .entry-content-footer { /* margin-top: 7.6923%; */ margin-top: 3.125%; } .entry-content { /* margin: 0 7.6923%; */ margin: 0 3.125%; } .entry-content > :last-child { margin-bottom: 0; } .entry-content, .entry-summary, .page-content, .comment-content, .textwidget { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 { /* margin-top: 48px; */ margin-top: 24px; margin-bottom: 24px; } .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child, .comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child, .textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child { margin-top: 0; } .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .textwidget h1 { font-size: 26px; font-size: 1.625rem; line-height: 1.38462; } .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 { /* font-size: 22px; font-size: 1.375rem; line-height: 1.36364; */ font-size: 32px; font-size: 2.4rem; line-height: 1.29032; font-family: "FangSong", georgia, serif; color:#5F093D; } .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .textwidget h3 { /* font-size: 18px; font-size: 1.125rem; line-height: 1.33333; */ font-size: 24px; font-size: 1.7rem; line-height: 1.23077; font-family: "Microsoft Yahei", georgia, serif; color:#000; } .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .textwidget h4 { /* font-size: 20px; font-size: 1.35rem; line-height: 1.33333; */ font-size: 22px; font-size: 1.375rem; line-height: 1.27273; font-family: "Microsoft Yahei", georgia, serif; } .entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5, .textwidget h5 { /* font-size: 15px; font-size: 0.9375rem; line-height: 1.2; */ font-size: 20px; font-size: 1.25rem; line-height: 1.33333; font-family: "Microsoft Yahei", georgia, serif; color:#e85d04; /* border-left: 8px solid #e85d04; padding-left:20px; */ } .entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6, .textwidget h6 { /* font-style: italic; font-weight: 400; */ font-size: 18px; font-size: 1.125rem; line-height: 1.27273; font-family: "Microsoft Yahei", georgia, serif; color: #f48c06; } .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 { clear: none; } .entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img { display: block; margin:auto; } .entry-content .more-link, .entry-summary .more-link { white-space: nowrap; } .entry-content blockquote.alignleft, .entry-content blockquote.alignright { border-color: currentColor; border-style: solid; border-width: 4px 0 4px 0; padding: 20px 0; width: 50%; } .entry-footer { color: #5b5b5b; /* margin: 24px 7.6923% 0; */ margin: 24px 3.125% 0; } /* .entry-footer a { color: #0074b8; } */ .entry-footer a:hover, .entry-footer a:focus { /* color: #0074b8; */ color: #ff0000; } .author-info { border-top: 1px dotted rgba(0, 0, 0, 0.1); border-bottom: 1px dotted rgba(0, 0, 0, 0.1); /* margin: 24px 0 21px; padding: 24px 0; */ margin: 0px 0 0px; padding: 6px 0 6px; } .author-info .avatar { float: left; height: 48px; margin: 0 24px 24px 0; width: 48px; } .author-heading { clear: none; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; letter-spacing: 0.05em; line-height: 1.5; margin: 0; text-transform: uppercase; } .author-title { clear: none; color: #232323; font-family: Lato, sans-serif; font-weight: 700; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin: 0; } .author-bio { overflow: hidden; } .author-bio a { color: #0074b8; } .author-description { font-family: Lato, sans-serif; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } .author-description > :last-child { margin-bottom: 0; } .author-link { white-space: nowrap; } .sticky-post, .posted-on, .cat-links, .tags-links, .comments-link, .edit-link, .full-size-link { font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } .cat-links, .tags-links, .comments-link, .edit-link, .full-size-link { display: block; padding: 3px 0 3px 3px; position: relative; } .page-header { border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* margin: 0 7.6923%; padding: 7.6923% 0; */ margin: 0 3.125%; padding: 3.125% 0; } .page-title { font-size: 26px; font-size: 1.625rem; line-height: 1.38462; margin: 0; } .taxonomy-description { color: #5b5b5b; margin-top: 6px; } .taxonomy-description > :last-child { margin-bottom: 0; } .page-content { /* margin: 0 7.6923%; padding: 7.6923% 0; */ margin: 0 3.125%; padding: 3.125% 0; } .page-content > :last-child { margin-bottom: 0; } .page-links { clear: both; font-family: Lato, sans-serif; margin: 0 0 24px; } .page-links a, .page-links > span { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 50%; display: inline-block; font-size: 12px; font-size: 0.75rem; height: 24px; line-height: 23px; margin: 0 4px 4px 0; text-align: center; width: 24px; } .page-links a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); background-color: #232323; border-color: #232323; color: #fff; } .page-links a:hover, .page-links a:focus { background-color: #0074b8; border-color: transparent; color: #fff; } .page-links > .page-links-title { border: 0; color: #232323; height: auto; margin: 0; padding-right: 19px; width: auto; } .sticky-post { font-weight: 700; text-transform: uppercase; } .single .hentry, .sticky.hentry.has-post-thumbnail { /* padding: 7.6923% 0; */ padding: 3.125% 0; } .sticky.hentry.has-post-thumbnail { padding: 0; } .single .hentry.has-post-thumbnail { padding-top: 0; } .entry-header-background { background-color: #232323; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; /* -moz-background-size: cover; */ background-size: cover; min-width: 100%; overflow: hidden; position: relative; } .no-js .entry-header-background { padding-top: 75%; } .entry-header-wrapper { background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4)); background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4)); background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); bottom: 0; left: 0; position: absolute; width: 100%; } .single .entry-header, .sticky .entry-header { margin: 0 auto; max-width: 1088px; } .single .has-post-thumbnail .entry-header { -webkit-animation: moveUp .5s ease both; animation: moveUp .5s ease both; /* -webkit-transform: translateZ(0); */ } .single .has-post-thumbnail .entry-header.scrolled { -webkit-animation: moveDown .5s ease both; animation: moveDown .5s ease both; /* -webkit-transform: translateZ(0); */ } .single .entry-header-inner, .sticky.has-post-thumbnail .entry-header-inner { /* padding: 0 7.6923%; */ padding: 0 3.125%; } .single .has-post-thumbnail .entry-header-inner { /* padding-top: 7.6923%; */ padding-top: 3.125%; padding-bottom: 3.84615%; } .sticky.has-post-thumbnail .entry-header-inner { /* padding-bottom: 7.6923%; */ padding-bottom: 3.125%; } .single .entry-title, .sticky .entry-title { font-size: 26px; /* font-size: 1.625rem; */ font-size: 1.6rem; line-height: 1.38462; margin-right: 0; } .entry-header-background div.entry-date a, .entry-header-background .sticky-post, .entry-header-background .entry-title, .entry-header-background .entry-title a { color: #fff; } .entry-header-background div.entry-date a:hover, .entry-header-background div.entry-date a:focus, .entry-header-background .entry-title a:hover, .entry-header-background .entry-title a:focus { opacity: 0.85; } .scroll-indicator-wrapper { height: 24px; margin-bottom: 3.84615%; position: relative; } .scroll-indicator { -webkit-animation: opacityUp .5s ease both; animation: opacityUp .5s ease both; bottom: 0; display: block; height: 24px; left: 50%; position: absolute; width: 48px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); } .scroll-indicator.scrolled { -webkit-animation: opacityDown .5s ease both; animation: opacityDown .5s ease both; } .scroll-indicator:before, .scroll-indicator:after { content: ''; width: 34px; height: 2px; background-color: #fff; position: absolute; } .scroll-indicator:before { left: -5px; top: 11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); } .scroll-indicator:after { left: 19px; top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); } .scroll-indicator:hover:before, .scroll-indicator:hover:after { opacity: 0.75; } .scroll-indicator:focus { outline: dotted thin #fff; } .attachment .entry-header { /* margin: 0 7.6923%; */ margin: 0 3.125%; } .entry-attachment { margin-bottom: 24px; } .type-attachment .entry-title { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; } .entry-caption { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; line-height: 1.5; padding-top: 6px; word-wrap: break-word; } .entry-caption > :last-child { margin-bottom: 0; } /** * 12.3 Comments */ .comments-area { border-top: 1px solid rgba(0, 0, 0, 0.1); /* margin: 0 7.6923%; padding: 7.6923% 0; */ margin: 0 3.125%; padding: 3.125% 0; } .comments-area > :last-child { margin-bottom: 0; } .comment-list + .comment-respond { border-top: 1px solid rgba(0, 0, 0, 0.1); } .comment-list + .comment-respond, .comment-navigation + .comment-respond { padding-top: 24px; } .comments-title, .comment-reply-title { font-family: "Playfair Display", georgia, serif; font-size: 22px; font-size: 1.375rem; line-height: 1.36364; margin: 0; } .comments-title { margin-bottom: 24px; } .comment-list { list-style: none; margin: 0; } .comment-list article, .comment-list .pingback, .comment-list .trackback { border-top: 1px dotted rgba(0, 0, 0, 0.1); padding: 24px 0; } .comments-title + .comment-list > li:first-child > article, .comments-title + .comment-list > li:first-child > .pingback, .comments-title + .comment-list > li:first-child > .trackback { border-top: 0; padding-top: 0; } .comment-list .children { list-style: none; margin: 0; } .comment-list .children > li { padding-left: 12px; } .comment-author { color: #5b5b5b; font-family: Lato, sans-serif; margin-bottom: 6px; } .comment-author .avatar { float: left; height: 24px; margin-right: 12px; position: relative; width: 24px; } .bypostauthor > article .fn:after { content: "\f304"; position: relative; top: 4px; left: 3px; } .comment-metadata, .pingback .edit-link { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } .comment-metadata a { color: #5b5b5b; } .comment-metadata .comment-edit-link { color: #0074b8; } .comment-metadata { margin-bottom: 24px; } .comment-metadata .edit-link, .pingback .edit-link { display: inline-block; margin-left: 6px; } .pingback .edit-link:before { top: 3px; } .comment-content ul, .comment-content ol { margin: 0 0 24px 20px; } .comment-content li > ul, .comment-content li > ol { margin-bottom: 0; } .comment-content > :last-child { margin-bottom: 0; } .comment-list .reply { font-size: 12px; font-size: 0.75rem; } .comment-list .reply a { border: 1px solid rgba(0, 0, 0, 0.1); color: #5b5b5b; display: inline-block; font-family: Lato, sans-serif; line-height: 1; margin-top: 24px; padding: 6px 12px 5px; text-transform: uppercase; } .comment-list .reply a:hover, .comment-list .reply a:focus { border-color: currentColor; color: #0074b8; outline: 0; } .comment-form { padding-top: 24px; } .comment-form label { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: 700; display: block; letter-spacing: 0.05em; line-height: 1.5; margin-bottom: 6px; text-transform: uppercase; } .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="submit"] { width: 100%; } .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags { color: #5b5b5b; font-size: 12px; font-size: 0.75rem; line-height: 1.5; margin-bottom: 24px; } .no-comments { border-top: 1px dotted rgba(0, 0, 0, 0.1); color: #232323; font-weight: 700; margin: 0; padding-top: 24px; } .comment-navigation + .no-comments { border-top: 0; } .form-allowed-tags code { font-family: Inconsolata, monospace; } .form-submit { margin-bottom: 0; } .required { color: #c0392b; } .comment-reply-title small { font-size: 100%; } .comment-reply-title small a { border: 0; float: right; height: 32px; overflow: hidden; width: 26px; } .comment-reply-title small a:before { content: "\f405"; font-size: 32px; position: relative; top: -3px; } /** * 12.4 Footer */ .site-footer { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 3.84615% 3.125%; text-align: center; } .sidebar-open .site-footer { display: none; } .site-info { color: #5b5b5b; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } .site-info a { color: #5b5b5b; } .site-info a:hover, .site-info a:focus { color: #0074b8; } /** * 13.0 Media */ .site .avatar { border-radius: 50%; } .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } embed, iframe, object, video { margin-bottom: 24px; max-width: 100%; vertical-align: middle; } p > embed, p > iframe, p > object, p > video { margin-bottom: 0; } .entry-content .mejs-container .mejs-controls .mejs-time { padding-top: 11px; } .wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist { margin-top: 0; margin-bottom: 24px; } .wp-playlist.wp-playlist { padding-bottom: 0; } .wp-playlist .wp-playlist-tracks { margin-top: 0; } .wp-playlist-item .wp-playlist-caption { border-bottom: 0; padding: 10px 0; } .wp-playlist-item .wp-playlist-item-length { top: 10px; } .hentry .latex { margin: 0; max-width: 100% } /** * 13.1 Captions */ .wp-caption { margin-bottom: 24px; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption-text { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; padding: 6px 0 0; text-align:center; } /** * 13.2 Galleries */ .gallery { margin-bottom: 24px; } .gallery-item { display: inline-block; padding: 1.79104477%; 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-icon img { margin: 0 auto; } .gallery-caption { color: #5b5b5b; display: block; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; padding: 6px 0 0; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /** * 14.0 Multisite */ .widecolumn { /* padding: 7.6923%; */ padding: 3.125%; } .widecolumn .mu_register { width: auto; } .widecolumn .mu_alert { margin-bottom: 24px; } .widecolumn form, .widecolumn .mu_register form { margin-top: 0; } .widecolumn h2 { font-size: 22px; font-size: 1.375rem; line-height: 1.36364; margin: 0 0 24px; } .widecolumn p { margin: 24px 0; } .widecolumn p + h2 { margin-top: 48px; } .widecolumn label, .widecolumn .mu_register label { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: 700; display: block; letter-spacing: 0.05em; line-height: 1.5; text-transform: uppercase; } .widecolumn .mu_register label { margin: 24px 0 0; } .widecolumn #key, .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name { font-size: 16px; font-size: 1rem; width: 100%; } .widecolumn .mu_register #blogname { margin: 0; } .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name { margin: 0 0 6px; } .widecolumn #submit, .widecolumn .mu_register input[type="submit"] { font-size: 12px; font-size: 0.75rem; margin: 0; width: 100%; } .widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address { font-size: inherit; } .widecolumn .mu_register > :last-child, .widecolumn form > :last-child { margin-bottom: 0; } /** * 15.0 Jetpack */ /** * 15.1 Infinite Scroll */ .infinite-scroll .pagination, .infinite-scroll.neverending .site-footer, .sidebar-open.infinity-end.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer { display: block; } .infinite-wrap .hentry:first-child { border-top: 1px solid rgba(0, 0, 0, 0.1); } .infinite-loader { clear: both; height: 24px; /* margin: 7.6923% 0; */ margin: 3.125% 0; } .infinite-loader .spinner { top: 50% !important; left: 50% !important; } #infinite-handle { border-top: 1px solid rgba(0, 0, 0, 0.1); clear: both; /* margin: 0 7.6923%; padding: 7.6923% 0; */ margin: 0 3.125%; padding: 3.125% 0; text-align: center; } #infinite-handle span { background-color: #232323; border-radius: 2px; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; font-weight: 700; line-height: 1; padding: 11px 16px 9px; text-transform: uppercase; } #infinite-handle span:hover, #infinite-handle span:focus { background-color: #0074b8; color: #fff; } #infinite-footer { display: none; z-index: 999; } #infinite-footer .container { background-color: rgba(255, 255, 255, 0.95); border-color: rgba(0, 0, 0, 0.1); padding: 0 32px; width: 100% !important; } #infinite-footer .blog-info, #infinite-footer .blog-credits { height: 48px; line-height: 48px; } #infinite-footer .blog-info a:hover, #infinite-footer .blog-info a:focus, #infinite-footer .blog-credits a:hover, #infinite-footer .blog-credits a:focus { text-decoration: none; } #infinite-footer .blog-info { font-family: Lato, sans-serif; } #infinite-footer .blog-info a { color: #232323; font-size: 15px; font-size: 0.9375rem; font-weight: 900; } #infinite-footer .blog-info a:hover, #infinite-footer .blog-info a:focus { opacity: 0.7; } #infinite-footer .blog-credits { font-size: 13px; font-size: 0.8125rem; } #infinite-footer .blog-credits a { color: #5b5b5b; } #infinite-footer .blog-credits a:hover, #infinite-footer .blog-credits a:focus { color: #0074b8; } /** * 15.2 Extra Widgets */ .jetpack_subscription_widget #subscribe-email input { padding: 3px 6px; width: 100%; } .jetpack_subscription_widget form > :last-child { margin-bottom: 0; } .widget_jetpack_display_posts_widget .jetpack-display-remote-posts { margin: 0; } .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; margin: 0 0 24px; } .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img { margin: 0 0 24px; } .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p { font-size: inherit; line-height: 1.6 !important; margin: 0 0 24px !important; } .widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child { margin-bottom: 0 !important; } .widget-gallery .slideshow-window { border-radius: 0; } .widget_goodreads div[class^="gr_custom_container"] { background-color: transparent; border: 0; border-radius: 0; color: inherit; padding: 0; } .widget_goodreads div[class^="gr_custom_container"] a { color: inherit; } .widget_goodreads div[class^="gr_custom_each_container"] { border: 0; margin-bottom: 0; } .widget-grofile .grofile-thumbnail { border-radius: 50%; max-width: 200px; } .widget-area .widget-grofile h4 { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; margin: 24px 0 0; } .widget-area .widget-grofile .grofile-accounts { margin-top: 12px; } .widget_image .wp-caption { margin-bottom: 0; } .widget_rss_links img { position: relative; top: -3px; } .widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar { border-radius: 50%; margin-right: 12px; max-width: 48px; } .widget_top-posts .widgets-list-layout-links { width: auto; float: left; padding-top: 12px; } .widget_top-posts .widgets-list-layout li { margin-bottom: 0; } .widget_rss_links ul, .widget_top-posts ul, .widget_upcoming_events_widget ul { border-bottom: 1px solid rgba(0, 0, 0, 0.1); list-style: none; margin: 0; } .widget_rss_links ul ul, .widget_top-posts ul ul, .widget_upcoming_events_widget ul ul { border-bottom: 0; margin: 12px 0 0 12px; } .widget_rss_links li, .widget_top-posts li, .widget_upcoming_events_widget li { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 12px 0; } .widget_rss_links li li:last-child, .widget_top-posts li li:last-child, .widget_upcoming_events_widget li li:last-child { padding-bottom: 0; } /** * 15.3 Shortcodes */ .fb_iframe_widget { margin-bottom: 24px; max-width: 100%; } .fb_iframe_widget span { max-width: 100%; } .gist table { table-layout: auto; } .site .gist .gist-file { margin-bottom: 24px; } .instagram-media { margin-bottom: 24px !important; } .PDS_Poll { display: block !important; margin-bottom: 24px; } .PDS_Poll .pds-box { max-width: 100%; width: auto; } .site .portfolio-entry { margin-bottom: 48px; } .site .portfolio-featured-image + .portfolio-entry-title { margin: 12px 0 0; } .site .portfolio-entry-title a { color: #232323; } .site .portfolio-entry-meta { font-family: Lato, sans-serif; } .site .portfolio-entry-title a, .site .portfolio-entry-meta a { background-image: none; text-shadow: none; } .site .portfolio-entry-title + .portfolio-entry-meta { margin-top: 6px; } .site .portfolio-entry-meta span, .site .portfolio-entry-meta a { font-size: 12px; font-size: 0.75rem; line-height: 1.5; } .site .portfolio-entry-content { margin-top: 12px; } .site .presentation-wrapper { margin: 0 0 24px; } .site .jetpack-recipe { border: 0; margin: 0 0 24px; padding: 0; } .site .jetpack-recipe-title { border: 0; margin-top: 0; padding: 0; } .site .jetpack-recipe .jetpack-recipe-meta { font-size: inherit; margin: 0; } .site .slideshow-window { border-radius: 0; margin-bottom: 24px; } iframe[src^="https://embed.spotify.com"] { margin: 0 0 24px !important; } .hentry .jetpack_subscription_widget { margin-bottom: 24px; } iframe[id*="twitter-widget-"] { display: block; margin-bottom: 24px !important; } .vine-embed { display: block; } .site .video-player { height: auto !important; margin: 0 0 24px; padding: 0; } .video-player object { margin-bottom: 0; } /** * 15.4 Tiled gallery */ .site .tiled-gallery { margin-bottom: 24px; } /** * 15.5 Responsive Videos */ .jetpack-video-wrapper { margin-bottom: 24px; } .jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object, .jetpack-video-wrapper > .wp-video { margin-bottom: 0; } /** * 15.6 Jetpack Comments */ .comment-form iframe { margin: 0; } /** * 15.7 Sharing */ .hentry div.sharedaddy h3.sd-title, .hentry h3.sd-title { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; letter-spacing: 0.05em; line-height: 1; margin-bottom: 1em; text-transform: uppercase; } .entry-summary .sharedaddy { display: none !important; } /** * 15.8 Related Posts */ .hentry #jp-relatedposts { margin: 0; padding-top: 0; } .hentry div#jp-relatedposts h3.jp-relatedposts-headline { color: #5b5b5b; font-family: Lato, sans-serif; font-size: 12px; font-size: 0.75rem; letter-spacing: 0.05em; line-height: 1; text-transform: uppercase; } .hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before { border-color: rgba(0, 0, 0, 0.1); } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { margin-bottom: 24px; width: 100%; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-child { margin-bottom: 0; } .hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post { opacity: 1; padding-right: 0; } .entry-content .jp-relatedposts-post-a { background-image: none; text-shadow: none; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span { max-width: 100%; } .hentry div#jp-relatedposts div.jp-relatedposts-items p { font-size: 12px; font-size: 0.75rem; line-height: 1.5; } .hentry .jp-relatedposts-post-img { margin-bottom: 6px; } .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, .hentry .jp-relatedposts-post-title { font-family: "Playfair Display", georgia, serif; font-size: 15px; font-size: 0.9375rem; letter-spacing: 0; line-height: 1.6; font-weight: 700; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { font-weight: inherit; } .hentry div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover { text-decoration: none; } .hentry div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { color: #5b5b5b; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context { color: #5b5b5b; font-family: Lato, sans-serif; opacity: 1; } /** * 15.9 Site Logo */ .site-logo-link { display: block; max-width: 192px; } .site-logo { max-height: 48px; width: auto; } .has-site-logo .site-title { margin-top: 12px; } /** * 15.10 Stats */ #wpstats { display: none; } /** * 99.9 Maxlee CSS for ziwei chart display BOF */ :root { --border-color: none; --border-width: 1px; --line-color: #aaa; } .colorGreen { background:#bcffa7; } .colorBlue { background:#C8F4F9; } .colorRed { background:#FAD2E1; } .colorGrey { background:#EEEEEE; } .colorYellow { background:#ffff99; } .colorPurple { background:#EFDCF9; } .colorBrown { background:#ffedd8; } .starContainer { max-width: 800px; display: grid; grid-template-columns: repeat(6, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-bottom:28px; } .box-64 { padding: 5px 0px; border-radius: 6px; font-size:0.8em; text-align: center; line-height: 16px; border: 1px solid #B18349; background-color:#f3e9de; color:#333; } .box-64 a { text-decoration: none; line-height: 24px; font-weight: 700; } .box-64x { text-decoration: none; line-height: 24px; font-size:0.6em; color:#333; } .boxtop5 { display: grid; grid-template-columns: repeat(5, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:18px; } .boxtop4 { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:18px; } .boxtop3 { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:18px; } .boxtop2 { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:18px; } .boxtop1 { display: grid; grid-template-columns: repeat(1, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:18px; } .boxtop { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:0px; margin-bottom:28px; } .boxContainer { max-width: 800px; display: grid; grid-template-columns: repeat(6, 1fr); grid-column-gap: 3px; grid-row-gap: 3px; margin-top:-10px; margin-bottom:28px; } .box-item { border: 1px solid #B18349; padding: 3px 2px; border-radius: 6px; font-size:0.8em; text-align: center; line-height: 16px; position: relative; margin-bottom: 5px; background-color: #f3e9de; } .box-item a { text-decoration: none; line-height: 24px; color: #333; } .nav4Box { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 8px; grid-row-gap: 8px; margin-bottom:36px; } .nav4BoxS { max-width: 800px; display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 8px; grid-row-gap: 8px; margin-bottom:20px; } .nav3Box { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 8px; grid-row-gap: 8px; margin-bottom:28px; } .nav4Circle { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 12px; grid-row-gap: 12px; margin-bottom:36px; } .circle-item { border: 1px solid #ccc; padding: 6px 6px; border-radius: 8px; font-size:0.7em; text-align: center; line-height: 18px; position: relative; } .circle-item a { text-decoration: none; line-height: 18px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .redicon{ background:#f3722c; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color:#fff; width:24px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; position: absolute; top: 0px; right: 6px; } .blueicon { background:#757bc8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color:#fff; width:24px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; position: absolute; top: 0px; right: 6px; } .bgclrGreen { background:#bcffa7; } .bgclrGreen2 { background:#a5ffd6; } .bgclrRed { background:#ffafcc; } .bgclrRed2 { background:#ff758f; } .bgclrGrey { background:#EEEEEE; } .bgclrGrey2 { background:#eae4e9; } .bgclrYellow { background:#ffff99; } .bgclrYellow2 { background:#fff6cc; } .bgclrBrown { background:#F0CCB0; } .bgclrBrown2 { background:#E5B990; } .bgclrPink { background:#fae0e4; } .bgclrPink2 { background:#f9bec7; } .bgclrOrange { background:#fee9c7; } .bgclrOrange2 { background:#fcd390; } .bgclrPurple { background:#EFDCF9; } .bgclrPurple2 { background:#deaaff; } .bgclrBlue { background:#C8F4F9; } .bgclrBlue2 { background:#a1d1ff; } .bgclrViolat { background:#edf2fb; } .bgclrViolat2 { background:#e2eafc; } .bgclrViolat3 { background:#d7e3fc; } .bgclrViolat4 { background:#ccdbfd; } .bgclrViolat5 { background:#c1d3fe; } .bgclrViolat6 { background:#b6ccfe; } .bgclrViolat7 { background:#abc4ff; } .bgclrViolat8 { background:#b8b8ff; } .bgclr1 { background:#eae4e9; } .bgclr2 { background:#fff1e6; } .bgclr3 { background:#fde2e4; } .bgclr4 { background:#fad2e1; } .bgclr5 { background:#e2ece9; } .bgclr6 { background:#bee1e6; } .bgclr7 { background:#f0efeb; } .bgclr8 { background:#dfe7fd; } .bgclr9 { background:#cddafd; } .bgclrA { background:#FEE7E6; } .bgclrB { background:#ffff99; } .bgclrC { background:#B4F5F0; } .bgclrD { background:#bcffa7; } /* .boxSpouse { background:#FAD2E1; } .boxTravel { background:#ffedd8; } .boxCareer { background:#C8F4F9; } .boxSpirit { background:#EFDCF9; } */ .boxMing { background:#bcffa7; } .boxSibling { background:#ffffff; } .boxSpouse { background:#C8F4F9; } .boxChildren { background:#ffffff; } .boxWealth { background:#ffff99; } .boxHealth { background:#ffffff; } .boxTravel { background:#fff9ec; } .boxFriends { background:#ffffff; } .boxCareer { background:#cddafd; } .boxProperty { background:#ffffff; } .boxSpirit { background:#f5ebe0; } .boxParents { background:#ffffff; } .bgclrHuaLu { background:#9fffcb; border:1px solid #66a253;} .bgclrHuaQuan { background:#e0aaff; border:1px solid #9f86c0; } .bgclrHuaKe { background:#fcd390; border:1px solid #f2a65a;} .bgclrHuaJi { background:#ffccd5; border:1px solid #ff7096;} /* .bg-career { background: #C8F4F9 url(/img/bg-career.png) no-repeat bottom center; } .bg-travel { background: #ffedd8 url(/img/bg-travel.png) no-repeat bottom center; } .bg-spouse { background: #FAD2E1 url(/img/bg-spouse.png) no-repeat bottom center; } .bg-spirit { background: #EFDCF9 url(/img/bg-spirit.png) no-repeat bottom center; } */ .bg-ming { background: #bcffa7 url(/img/bg-ming.png) no-repeat bottom center; } .bg-wealth { background: #ffff99 url(/img/bg-wealth.png) no-repeat bottom center; } .bg-career { background: #cddafd url(/img/bg-career.png) no-repeat bottom center; } .bg-travel { background: #fff9ec url(/img/bg-travel.png) no-repeat bottom center; } .bg-spouse { background: #C8F4F9 url(/img/bg-spouse.png) no-repeat bottom center; } .bg-property { background: #ffffff url(/img/bg-property.png) no-repeat bottom center; } .bg-spirit { background: #f5ebe0 url(/img/bg-spirit.png) no-repeat bottom center; } .bg-health { background: #ffffff url(/img/bg-health.png) no-repeat bottom center; } .bg-parents { background: #ffffff url(/img/bg-parents.png) no-repeat bottom center; } .bg-children { background: #ffffff url(/img/bg-children.png) no-repeat bottom center; } .bg-siblings { background: #ffffff url(/img/bg-siblings.png) no-repeat bottom center; } .bg-friends { background: #ffffff url(/img/bg-friends.png) no-repeat bottom center; } .xt-ming { background: #ffffff url(/img/bg-xt-ming.png) no-repeat bottom center; } .xt-ming-hl { background: #bcffa7 url(/img/bg-xt-ming-hl.png) no-repeat bottom center; } .xt-ming-hq { background: #EFDCF9 url(/img/bg-xt-ming-hq.png) no-repeat bottom center; } .xt-ming-hk { background: #ffedd8 url(/img/bg-xt-ming-hk.png) no-repeat bottom center; } .xt-ming-hj { background: #FAD2E1 url(/img/bg-xt-ming-hj.png) no-repeat bottom center; } .xt-sibling { background: #ffffff url(/img/bg-xt-sibling.png) no-repeat bottom center; } .xt-sibling-hl { background: #bcffa7 url(/img/bg-xt-sibling-hl.png) no-repeat bottom center; } .xt-sibling-hq { background: #EFDCF9 url(/img/bg-xt-sibling-hq.png) no-repeat bottom center; } .xt-sibling-hk { background: #ffedd8 url(/img/bg-xt-sibling-hk.png) no-repeat bottom center; } .xt-sibling-hj { background: #FAD2E1 url(/img/bg-xt-sibling-hj.png) no-repeat bottom center; } .xt-spouse { background: #ffffff url(/img/bg-xt-spouse.png) no-repeat bottom center; } .xt-spouse-hl { background: #bcffa7 url(/img/bg-xt-spouse-hl.png) no-repeat bottom center; } .xt-spouse-hq { background: #EFDCF9 url(/img/bg-xt-spouse-hq.png) no-repeat bottom center; } .xt-spouse-hk { background: #ffedd8 url(/img/bg-xt-spouse-hk.png) no-repeat bottom center; } .xt-spouse-hj { background: #FAD2E1 url(/img/bg-xt-spouse-hj.png) no-repeat bottom center; } .xt-children { background: #ffffff url(/img/bg-xt-children.png) no-repeat bottom center; } .xt-children-hl { background: #bcffa7 url(/img/bg-xt-children-hl.png) no-repeat bottom center; } .xt-children-hq { background: #EFDCF9 url(/img/bg-xt-children-hq.png) no-repeat bottom center; } .xt-children-hk { background: #ffedd8 url(/img/bg-xt-children-hk.png) no-repeat bottom center; } .xt-children-hj { background: #FAD2E1 url(/img/bg-xt-children-hj.png) no-repeat bottom center; } .xt-wealth { background: #ffffff url(/img/bg-xt-wealth.png) no-repeat bottom center; } .xt-wealth-hl { background: #bcffa7 url(/img/bg-xt-wealth-hl.png) no-repeat bottom center; } .xt-wealth-hq { background: #EFDCF9 url(/img/bg-xt-wealth-hq.png) no-repeat bottom center; } .xt-wealth-hk { background: #ffedd8 url(/img/bg-xt-wealth-hk.png) no-repeat bottom center; } .xt-wealth-hj { background: #FAD2E1 url(/img/bg-xt-wealth-hj.png) no-repeat bottom center; } .xt-health { background: #ffffff url(/img/bg-xt-health.png) no-repeat bottom center; } .xt-health-hl { background: #bcffa7 url(/img/bg-xt-health-hl.png) no-repeat bottom center; } .xt-health-hq { background: #EFDCF9 url(/img/bg-xt-health-hq.png) no-repeat bottom center; } .xt-health-hk { background: #ffedd8 url(/img/bg-xt-health-hk.png) no-repeat bottom center; } .xt-health-hj { background: #FAD2E1 url(/img/bg-xt-health-hj.png) no-repeat bottom center; } .xt-travel { background: #ffffff url(/img/bg-xt-travel.png) no-repeat bottom center; } .xt-travel-hl { background: #bcffa7 url(/img/bg-xt-travel-hl.png) no-repeat bottom center; } .xt-travel-hq { background: #EFDCF9 url(/img/bg-xt-travel-hq.png) no-repeat bottom center; } .xt-travel-hk { background: #ffedd8 url(/img/bg-xt-travel-hk.png) no-repeat bottom center; } .xt-travel-hj { background: #FAD2E1 url(/img/bg-xt-travel-hj.png) no-repeat bottom center; } .xt-friends { background: #ffffff url(/img/bg-xt-friends.png) no-repeat bottom center; } .xt-friends-hl { background: #bcffa7 url(/img/bg-xt-friends-hl.png) no-repeat bottom center; } .xt-friends-hq { background: #EFDCF9 url(/img/bg-xt-friends-hq.png) no-repeat bottom center; } .xt-friends-hk { background: #ffedd8 url(/img/bg-xt-friends-hk.png) no-repeat bottom center; } .xt-friends-hj { background: #FAD2E1 url(/img/bg-xt-friends-hj.png) no-repeat bottom center; } .xt-career { background: #ffffff url(/img/bg-xt-career.png) no-repeat bottom center; } .xt-career-hl { background: #bcffa7 url(/img/bg-xt-career-hl.png) no-repeat bottom center; } .xt-career-hq { background: #EFDCF9 url(/img/bg-xt-career-hq.png) no-repeat bottom center; } .xt-career-hk { background: #ffedd8 url(/img/bg-xt-career-hk.png) no-repeat bottom center; } .xt-career-hj { background: #FAD2E1 url(/img/bg-xt-career-hj.png) no-repeat bottom center; } .xt-property { background: #ffffff url(/img/bg-xt-property.png) no-repeat bottom center; } .xt-property-hl { background: #bcffa7 url(/img/bg-xt-property-hl.png) no-repeat bottom center; } .xt-property-hq { background: #EFDCF9 url(/img/bg-xt-property-hq.png) no-repeat bottom center; } .xt-property-hk { background: #ffedd8 url(/img/bg-xt-property-hk.png) no-repeat bottom center; } .xt-property-hj { background: #FAD2E1 url(/img/bg-xt-property-hj.png) no-repeat bottom center; } .xt-spirit { background: #ffffff url(/img/bg-xt-spirit.png) no-repeat bottom center; } .xt-spirit-hl { background: #bcffa7 url(/img/bg-xt-spirit-hl.png) no-repeat bottom center; } .xt-spirit-hq { background: #EFDCF9 url(/img/bg-xt-spirit-hq.png) no-repeat bottom center; } .xt-spirit-hk { background: #ffedd8 url(/img/bg-xt-spirit-hk.png) no-repeat bottom center; } .xt-spirit-hj { background: #FAD2E1 url(/img/bg-xt-spirit-hj.png) no-repeat bottom center; } .xt-parents { background: #ffffff url(/img/bg-xt-parents.png) no-repeat bottom center; } .xt-parents-hl { background: #bcffa7 url(/img/bg-xt-parents-hl.png) no-repeat bottom center; } .xt-parents-hq { background: #EFDCF9 url(/img/bg-xt-parents-hq.png) no-repeat bottom center; } .xt-parents-hk { background: #ffedd8 url(/img/bg-xt-parents-hk.png) no-repeat bottom center; } .xt-parents-hj { background: #FAD2E1 url(/img/bg-xt-parents-hj.png) no-repeat bottom center; } .dx-ming { background: #ffffff url(/img/bg-dx-ming.png) no-repeat bottom center; } .dx-ming-hl { background: #bcffa7 url(/img/bg-dx-ming-hl.png) no-repeat bottom center; } .dx-ming-hq { background: #EFDCF9 url(/img/bg-dx-ming-hq.png) no-repeat bottom center; } .dx-ming-hk { background: #ffedd8 url(/img/bg-dx-ming-hk.png) no-repeat bottom center; } .dx-ming-hj { background: #FAD2E1 url(/img/bg-dx-ming-hj.png) no-repeat bottom center; } .dx-sibling { background: #ffffff url(/img/bg-dx-sibling.png) no-repeat bottom center; } .dx-sibling-hl { background: #bcffa7 url(/img/bg-dx-sibling-hl.png) no-repeat bottom center; } .dx-sibling-hq { background: #EFDCF9 url(/img/bg-dx-sibling-hq.png) no-repeat bottom center; } .dx-sibling-hk { background: #ffedd8 url(/img/bg-dx-sibling-hk.png) no-repeat bottom center; } .dx-sibling-hj { background: #FAD2E1 url(/img/bg-dx-sibling-hj.png) no-repeat bottom center; } .dx-spouse { background: #ffffff url(/img/bg-dx-spouse.png) no-repeat bottom center; } .dx-spouse-hl { background: #bcffa7 url(/img/bg-dx-spouse-hl.png) no-repeat bottom center; } .dx-spouse-hq { background: #EFDCF9 url(/img/bg-dx-spouse-hq.png) no-repeat bottom center; } .dx-spouse-hk { background: #ffedd8 url(/img/bg-dx-spouse-hk.png) no-repeat bottom center; } .dx-spouse-hj { background: #FAD2E1 url(/img/bg-dx-spouse-hj.png) no-repeat bottom center; } .dx-children { background: #ffffff url(/img/bg-dx-children.png) no-repeat bottom center; } .dx-children-hl { background: #bcffa7 url(/img/bg-dx-children-hl.png) no-repeat bottom center; } .dx-children-hq { background: #EFDCF9 url(/img/bg-dx-children-hq.png) no-repeat bottom center; } .dx-children-hk { background: #ffedd8 url(/img/bg-dx-children-hk.png) no-repeat bottom center; } .dx-children-hj { background: #FAD2E1 url(/img/bg-dx-children-hj.png) no-repeat bottom center; } .dx-wealth { background: #ffffff url(/img/bg-dx-wealth.png) no-repeat bottom center; } .dx-wealth-hl { background: #bcffa7 url(/img/bg-dx-wealth-hl.png) no-repeat bottom center; } .dx-wealth-hq { background: #EFDCF9 url(/img/bg-dx-wealth-hq.png) no-repeat bottom center; } .dx-wealth-hk { background: #ffedd8 url(/img/bg-dx-wealth-hk.png) no-repeat bottom center; } .dx-wealth-hj { background: #FAD2E1 url(/img/bg-dx-wealth-hj.png) no-repeat bottom center; } .dx-health { background: #ffffff url(/img/bg-dx-health.png) no-repeat bottom center; } .dx-health-hl { background: #bcffa7 url(/img/bg-dx-health-hl.png) no-repeat bottom center; } .dx-health-hq { background: #EFDCF9 url(/img/bg-dx-health-hq.png) no-repeat bottom center; } .dx-health-hk { background: #ffedd8 url(/img/bg-dx-health-hk.png) no-repeat bottom center; } .dx-health-hj { background: #FAD2E1 url(/img/bg-dx-health-hj.png) no-repeat bottom center; } .dx-travel { background: #ffffff url(/img/bg-dx-travel.png) no-repeat bottom center; } .dx-travel-hl { background: #bcffa7 url(/img/bg-dx-travel-hl.png) no-repeat bottom center; } .dx-travel-hq { background: #EFDCF9 url(/img/bg-dx-travel-hq.png) no-repeat bottom center; } .dx-travel-hk { background: #ffedd8 url(/img/bg-dx-travel-hk.png) no-repeat bottom center; } .dx-travel-hj { background: #FAD2E1 url(/img/bg-dx-travel-hj.png) no-repeat bottom center; } .dx-friends { background: #ffffff url(/img/bg-dx-friends.png) no-repeat bottom center; } .dx-friends-hl { background: #bcffa7 url(/img/bg-dx-friends-hl.png) no-repeat bottom center; } .dx-friends-hq { background: #EFDCF9 url(/img/bg-dx-friends-hq.png) no-repeat bottom center; } .dx-friends-hk { background: #ffedd8 url(/img/bg-dx-friends-hk.png) no-repeat bottom center; } .dx-friends-hj { background: #FAD2E1 url(/img/bg-dx-friends-hj.png) no-repeat bottom center; } .dx-career { background: #ffffff url(/img/bg-dx-career.png) no-repeat bottom center; } .dx-career-hl { background: #bcffa7 url(/img/bg-dx-career-hl.png) no-repeat bottom center; } .dx-career-hq { background: #EFDCF9 url(/img/bg-dx-career-hq.png) no-repeat bottom center; } .dx-career-hk { background: #ffedd8 url(/img/bg-dx-career-hk.png) no-repeat bottom center; } .dx-career-hj { background: #FAD2E1 url(/img/bg-dx-career-hj.png) no-repeat bottom center; } .dx-property { background: #ffffff url(/img/bg-dx-property.png) no-repeat bottom center; } .dx-property-hl { background: #bcffa7 url(/img/bg-dx-property-hl.png) no-repeat bottom center; } .dx-property-hq { background: #EFDCF9 url(/img/bg-dx-property-hq.png) no-repeat bottom center; } .dx-property-hk { background: #ffedd8 url(/img/bg-dx-property-hk.png) no-repeat bottom center; } .dx-property-hj { background: #FAD2E1 url(/img/bg-dx-property-hj.png) no-repeat bottom center; } .dx-spirit { background: #ffffff url(/img/bg-dx-spirit.png) no-repeat bottom center; } .dx-spirit-hl { background: #bcffa7 url(/img/bg-dx-spirit-hl.png) no-repeat bottom center; } .dx-spirit-hq { background: #EFDCF9 url(/img/bg-dx-spirit-hq.png) no-repeat bottom center; } .dx-spirit-hk { background: #ffedd8 url(/img/bg-dx-spirit-hk.png) no-repeat bottom center; } .dx-spirit-hj { background: #FAD2E1 url(/img/bg-dx-spirit-hj.png) no-repeat bottom center; } .dx-parents { background: #ffffff url(/img/bg-dx-parents.png) no-repeat bottom center; } .dx-parents-hl { background: #bcffa7 url(/img/bg-dx-parents-hl.png) no-repeat bottom center; } .dx-parents-hq { background: #EFDCF9 url(/img/bg-dx-parents-hq.png) no-repeat bottom center; } .dx-parents-hk { background: #ffedd8 url(/img/bg-dx-parents-hk.png) no-repeat bottom center; } .dx-parents-hj { background: #FAD2E1 url(/img/bg-dx-parents-hj.png) no-repeat bottom center; } .ln-ming { background: #ffffff url(/img/bg-ln-ming.png) no-repeat bottom center; } .ln-ming-hl { background: #bcffa7 url(/img/bg-ln-ming-hl.png) no-repeat bottom center; } .ln-ming-hq { background: #EFDCF9 url(/img/bg-ln-ming-hq.png) no-repeat bottom center; } .ln-ming-hk { background: #ffedd8 url(/img/bg-ln-ming-hk.png) no-repeat bottom center; } .ln-ming-hj { background: #FAD2E1 url(/img/bg-ln-ming-hj.png) no-repeat bottom center; } .ln-sibling { background: #ffffff url(/img/bg-ln-sibling.png) no-repeat bottom center; } .ln-sibling-hl { background: #bcffa7 url(/img/bg-ln-sibling-hl.png) no-repeat bottom center; } .ln-sibling-hq { background: #EFDCF9 url(/img/bg-ln-sibling-hq.png) no-repeat bottom center; } .ln-sibling-hk { background: #ffedd8 url(/img/bg-ln-sibling-hk.png) no-repeat bottom center; } .ln-sibling-hj { background: #FAD2E1 url(/img/bg-ln-sibling-hj.png) no-repeat bottom center; } .ln-spouse { background: #ffffff url(/img/bg-ln-spouse.png) no-repeat bottom center; } .ln-spouse-hl { background: #bcffa7 url(/img/bg-ln-spouse-hl.png) no-repeat bottom center; } .ln-spouse-hq { background: #EFDCF9 url(/img/bg-ln-spouse-hq.png) no-repeat bottom center; } .ln-spouse-hk { background: #ffedd8 url(/img/bg-ln-spouse-hk.png) no-repeat bottom center; } .ln-spouse-hj { background: #FAD2E1 url(/img/bg-ln-spouse-hj.png) no-repeat bottom center; } .ln-children { background: #ffffff url(/img/bg-ln-children.png) no-repeat bottom center; } .ln-children-hl { background: #bcffa7 url(/img/bg-ln-children-hl.png) no-repeat bottom center; } .ln-children-hq { background: #EFDCF9 url(/img/bg-ln-children-hq.png) no-repeat bottom center; } .ln-children-hk { background: #ffedd8 url(/img/bg-ln-children-hk.png) no-repeat bottom center; } .ln-children-hj { background: #FAD2E1 url(/img/bg-ln-children-hj.png) no-repeat bottom center; } .ln-wealth { background: #ffffff url(/img/bg-ln-wealth.png) no-repeat bottom center; } .ln-wealth-hl { background: #bcffa7 url(/img/bg-ln-wealth-hl.png) no-repeat bottom center; } .ln-wealth-hq { background: #EFDCF9 url(/img/bg-ln-wealth-hq.png) no-repeat bottom center; } .ln-wealth-hk { background: #ffedd8 url(/img/bg-ln-wealth-hk.png) no-repeat bottom center; } .ln-wealth-hj { background: #FAD2E1 url(/img/bg-ln-wealth-hj.png) no-repeat bottom center; } .ln-health { background: #ffffff url(/img/bg-ln-health.png) no-repeat bottom center; } .ln-health-hl { background: #bcffa7 url(/img/bg-ln-health-hl.png) no-repeat bottom center; } .ln-health-hq { background: #EFDCF9 url(/img/bg-ln-health-hq.png) no-repeat bottom center; } .ln-health-hk { background: #ffedd8 url(/img/bg-ln-health-hk.png) no-repeat bottom center; } .ln-health-hj { background: #FAD2E1 url(/img/bg-ln-health-hj.png) no-repeat bottom center; } .ln-travel { background: #ffffff url(/img/bg-ln-travel.png) no-repeat bottom center; } .ln-travel-hl { background: #bcffa7 url(/img/bg-ln-travel-hl.png) no-repeat bottom center; } .ln-travel-hq { background: #EFDCF9 url(/img/bg-ln-travel-hq.png) no-repeat bottom center; } .ln-travel-hk { background: #ffedd8 url(/img/bg-ln-travel-hk.png) no-repeat bottom center; } .ln-travel-hj { background: #FAD2E1 url(/img/bg-ln-travel-hj.png) no-repeat bottom center; } .ln-friends { background: #ffffff url(/img/bg-ln-friends.png) no-repeat bottom center; } .ln-friends-hl { background: #bcffa7 url(/img/bg-ln-friends-hl.png) no-repeat bottom center; } .ln-friends-hq { background: #EFDCF9 url(/img/bg-ln-friends-hq.png) no-repeat bottom center; } .ln-friends-hk { background: #ffedd8 url(/img/bg-ln-friends-hk.png) no-repeat bottom center; } .ln-friends-hj { background: #FAD2E1 url(/img/bg-ln-friends-hj.png) no-repeat bottom center; } .ln-career { background: #ffffff url(/img/bg-ln-career.png) no-repeat bottom center; } .ln-career-hl { background: #bcffa7 url(/img/bg-ln-career-hl.png) no-repeat bottom center; } .ln-career-hq { background: #EFDCF9 url(/img/bg-ln-career-hq.png) no-repeat bottom center; } .ln-career-hk { background: #ffedd8 url(/img/bg-ln-career-hk.png) no-repeat bottom center; } .ln-career-hj { background: #FAD2E1 url(/img/bg-ln-career-hj.png) no-repeat bottom center; } .ln-property { background: #ffffff url(/img/bg-ln-property.png) no-repeat bottom center; } .ln-property-hl { background: #bcffa7 url(/img/bg-ln-property-hl.png) no-repeat bottom center; } .ln-property-hq { background: #EFDCF9 url(/img/bg-ln-property-hq.png) no-repeat bottom center; } .ln-property-hk { background: #ffedd8 url(/img/bg-ln-property-hk.png) no-repeat bottom center; } .ln-property-hj { background: #FAD2E1 url(/img/bg-ln-property-hj.png) no-repeat bottom center; } .ln-spirit { background: #ffffff url(/img/bg-ln-spirit.png) no-repeat bottom center; } .ln-spirit-hl { background: #bcffa7 url(/img/bg-ln-spirit-hl.png) no-repeat bottom center; } .ln-spirit-hq { background: #EFDCF9 url(/img/bg-ln-spirit-hq.png) no-repeat bottom center; } .ln-spirit-hk { background: #ffedd8 url(/img/bg-ln-spirit-hk.png) no-repeat bottom center; } .ln-spirit-hj { background: #FAD2E1 url(/img/bg-ln-spirit-hj.png) no-repeat bottom center; } .ln-parents { background: #ffffff url(/img/bg-ln-parents.png) no-repeat bottom center; } .ln-parents-hl { background: #bcffa7 url(/img/bg-ln-parents-hl.png) no-repeat bottom center; } .ln-parents-hq { background: #EFDCF9 url(/img/bg-ln-parents-hq.png) no-repeat bottom center; } .ln-parents-hk { background: #ffedd8 url(/img/bg-ln-parents-hk.png) no-repeat bottom center; } .ln-parents-hj { background: #FAD2E1 url(/img/bg-ln-parents-hj.png) no-repeat bottom center; } .ly-ming { background: #ffffff url(/img/bg-ly-ming.png) no-repeat bottom center; } .ly-ming-hl { background: #bcffa7 url(/img/bg-ly-ming-hl.png) no-repeat bottom center; } .ly-ming-hq { background: #EFDCF9 url(/img/bg-ly-ming-hq.png) no-repeat bottom center; } .ly-ming-hk { background: #ffedd8 url(/img/bg-ly-ming-hk.png) no-repeat bottom center; } .ly-ming-hj { background: #FAD2E1 url(/img/bg-ly-ming-hj.png) no-repeat bottom center; } .ly-sibling { background: #ffffff url(/img/bg-ly-sibling.png) no-repeat bottom center; } .ly-sibling-hl { background: #bcffa7 url(/img/bg-ly-sibling-hl.png) no-repeat bottom center; } .ly-sibling-hq { background: #EFDCF9 url(/img/bg-ly-sibling-hq.png) no-repeat bottom center; } .ly-sibling-hk { background: #ffedd8 url(/img/bg-ly-sibling-hk.png) no-repeat bottom center; } .ly-sibling-hj { background: #FAD2E1 url(/img/bg-ly-sibling-hj.png) no-repeat bottom center; } .ly-spouse { background: #ffffff url(/img/bg-ly-spouse.png) no-repeat bottom center; } .ly-spouse-hl { background: #bcffa7 url(/img/bg-ly-spouse-hl.png) no-repeat bottom center; } .ly-spouse-hq { background: #EFDCF9 url(/img/bg-ly-spouse-hq.png) no-repeat bottom center; } .ly-spouse-hk { background: #ffedd8 url(/img/bg-ly-spouse-hk.png) no-repeat bottom center; } .ly-spouse-hj { background: #FAD2E1 url(/img/bg-ly-spouse-hj.png) no-repeat bottom center; } .ly-children { background: #ffffff url(/img/bg-ly-children.png) no-repeat bottom center; } .ly-children-hl { background: #bcffa7 url(/img/bg-ly-children-hl.png) no-repeat bottom center; } .ly-children-hq { background: #EFDCF9 url(/img/bg-ly-children-hq.png) no-repeat bottom center; } .ly-children-hk { background: #ffedd8 url(/img/bg-ly-children-hk.png) no-repeat bottom center; } .ly-children-hj { background: #FAD2E1 url(/img/bg-ly-children-hj.png) no-repeat bottom center; } .ly-wealth { background: #ffffff url(/img/bg-ly-wealth.png) no-repeat bottom center; } .ly-wealth-hl { background: #bcffa7 url(/img/bg-ly-wealth-hl.png) no-repeat bottom center; } .ly-wealth-hq { background: #EFDCF9 url(/img/bg-ly-wealth-hq.png) no-repeat bottom center; } .ly-wealth-hk { background: #ffedd8 url(/img/bg-ly-wealth-hk.png) no-repeat bottom center; } .ly-wealth-hj { background: #FAD2E1 url(/img/bg-ly-wealth-hj.png) no-repeat bottom center; } .ly-health { background: #ffffff url(/img/bg-ly-health.png) no-repeat bottom center; } .ly-health-hl { background: #bcffa7 url(/img/bg-ly-health-hl.png) no-repeat bottom center; } .ly-health-hq { background: #EFDCF9 url(/img/bg-ly-health-hq.png) no-repeat bottom center; } .ly-health-hk { background: #ffedd8 url(/img/bg-ly-health-hk.png) no-repeat bottom center; } .ly-health-hj { background: #FAD2E1 url(/img/bg-ly-health-hj.png) no-repeat bottom center; } .ly-travel { background: #ffffff url(/img/bg-ly-travel.png) no-repeat bottom center; } .ly-travel-hl { background: #bcffa7 url(/img/bg-ly-travel-hl.png) no-repeat bottom center; } .ly-travel-hq { background: #EFDCF9 url(/img/bg-ly-travel-hq.png) no-repeat bottom center; } .ly-travel-hk { background: #ffedd8 url(/img/bg-ly-travel-hk.png) no-repeat bottom center; } .ly-travel-hj { background: #FAD2E1 url(/img/bg-ly-travel-hj.png) no-repeat bottom center; } .ly-friends { background: #ffffff url(/img/bg-ly-friends.png) no-repeat bottom center; } .ly-friends-hl { background: #bcffa7 url(/img/bg-ly-friends-hl.png) no-repeat bottom center; } .ly-friends-hq { background: #EFDCF9 url(/img/bg-ly-friends-hq.png) no-repeat bottom center; } .ly-friends-hk { background: #ffedd8 url(/img/bg-ly-friends-hk.png) no-repeat bottom center; } .ly-friends-hj { background: #FAD2E1 url(/img/bg-ly-friends-hj.png) no-repeat bottom center; } .ly-career { background: #ffffff url(/img/bg-ly-career.png) no-repeat bottom center; } .ly-career-hl { background: #bcffa7 url(/img/bg-ly-career-hl.png) no-repeat bottom center; } .ly-career-hq { background: #EFDCF9 url(/img/bg-ly-career-hq.png) no-repeat bottom center; } .ly-career-hk { background: #ffedd8 url(/img/bg-ly-career-hk.png) no-repeat bottom center; } .ly-career-hj { background: #FAD2E1 url(/img/bg-ly-career-hj.png) no-repeat bottom center; } .ly-property { background: #ffffff url(/img/bg-ly-property.png) no-repeat bottom center; } .ly-property-hl { background: #bcffa7 url(/img/bg-ly-property-hl.png) no-repeat bottom center; } .ly-property-hq { background: #EFDCF9 url(/img/bg-ly-property-hq.png) no-repeat bottom center; } .ly-property-hk { background: #ffedd8 url(/img/bg-ly-property-hk.png) no-repeat bottom center; } .ly-property-hj { background: #FAD2E1 url(/img/bg-ly-property-hj.png) no-repeat bottom center; } .ly-spirit { background: #ffffff url(/img/bg-ly-spirit.png) no-repeat bottom center; } .ly-spirit-hl { background: #bcffa7 url(/img/bg-ly-spirit-hl.png) no-repeat bottom center; } .ly-spirit-hq { background: #EFDCF9 url(/img/bg-ly-spirit-hq.png) no-repeat bottom center; } .ly-spirit-hk { background: #ffedd8 url(/img/bg-ly-spirit-hk.png) no-repeat bottom center; } .ly-spirit-hj { background: #FAD2E1 url(/img/bg-ly-spirit-hj.png) no-repeat bottom center; } .ly-parents { background: #ffffff url(/img/bg-ly-parents.png) no-repeat bottom center; } .ly-parents-hl { background: #bcffa7 url(/img/bg-ly-parents-hl.png) no-repeat bottom center; } .ly-parents-hq { background: #EFDCF9 url(/img/bg-ly-parents-hq.png) no-repeat bottom center; } .ly-parents-hk { background: #ffedd8 url(/img/bg-ly-parents-hk.png) no-repeat bottom center; } .ly-parents-hj { background: #FAD2E1 url(/img/bg-ly-parents-hj.png) no-repeat bottom center; } .lr-ming { background: #ffffff url(/img/bg-lr-ming.png) no-repeat bottom center; } .lr-ming-hl { background: #bcffa7 url(/img/bg-lr-ming-hl.png) no-repeat bottom center; } .lr-ming-hq { background: #EFDCF9 url(/img/bg-lr-ming-hq.png) no-repeat bottom center; } .lr-ming-hk { background: #ffedd8 url(/img/bg-lr-ming-hk.png) no-repeat bottom center; } .lr-ming-hj { background: #FAD2E1 url(/img/bg-lr-ming-hj.png) no-repeat bottom center; } .lr-sibling { background: #ffffff url(/img/bg-lr-sibling.png) no-repeat bottom center; } .lr-sibling-hl { background: #bcffa7 url(/img/bg-lr-sibling-hl.png) no-repeat bottom center; } .lr-sibling-hq { background: #EFDCF9 url(/img/bg-lr-sibling-hq.png) no-repeat bottom center; } .lr-sibling-hk { background: #ffedd8 url(/img/bg-lr-sibling-hk.png) no-repeat bottom center; } .lr-sibling-hj { background: #FAD2E1 url(/img/bg-lr-sibling-hj.png) no-repeat bottom center; } .lr-spouse { background: #ffffff url(/img/bg-lr-spouse.png) no-repeat bottom center; } .lr-spouse-hl { background: #bcffa7 url(/img/bg-lr-spouse-hl.png) no-repeat bottom center; } .lr-spouse-hq { background: #EFDCF9 url(/img/bg-lr-spouse-hq.png) no-repeat bottom center; } .lr-spouse-hk { background: #ffedd8 url(/img/bg-lr-spouse-hk.png) no-repeat bottom center; } .lr-spouse-hj { background: #FAD2E1 url(/img/bg-lr-spouse-hj.png) no-repeat bottom center; } .lr-children { background: #ffffff url(/img/bg-lr-children.png) no-repeat bottom center; } .lr-children-hl { background: #bcffa7 url(/img/bg-lr-children-hl.png) no-repeat bottom center; } .lr-children-hq { background: #EFDCF9 url(/img/bg-lr-children-hq.png) no-repeat bottom center; } .lr-children-hk { background: #ffedd8 url(/img/bg-lr-children-hk.png) no-repeat bottom center; } .lr-children-hj { background: #FAD2E1 url(/img/bg-lr-children-hj.png) no-repeat bottom center; } .lr-wealth { background: #ffffff url(/img/bg-lr-wealth.png) no-repeat bottom center; } .lr-wealth-hl { background: #bcffa7 url(/img/bg-lr-wealth-hl.png) no-repeat bottom center; } .lr-wealth-hq { background: #EFDCF9 url(/img/bg-lr-wealth-hq.png) no-repeat bottom center; } .lr-wealth-hk { background: #ffedd8 url(/img/bg-lr-wealth-hk.png) no-repeat bottom center; } .lr-wealth-hj { background: #FAD2E1 url(/img/bg-lr-wealth-hj.png) no-repeat bottom center; } .lr-health { background: #ffffff url(/img/bg-lr-health.png) no-repeat bottom center; } .lr-health-hl { background: #bcffa7 url(/img/bg-lr-health-hl.png) no-repeat bottom center; } .lr-health-hq { background: #EFDCF9 url(/img/bg-lr-health-hq.png) no-repeat bottom center; } .lr-health-hk { background: #ffedd8 url(/img/bg-lr-health-hk.png) no-repeat bottom center; } .lr-health-hj { background: #FAD2E1 url(/img/bg-lr-health-hj.png) no-repeat bottom center; } .lr-travel { background: #ffffff url(/img/bg-lr-travel.png) no-repeat bottom center; } .lr-travel-hl { background: #bcffa7 url(/img/bg-lr-travel-hl.png) no-repeat bottom center; } .lr-travel-hq { background: #EFDCF9 url(/img/bg-lr-travel-hq.png) no-repeat bottom center; } .lr-travel-hk { background: #ffedd8 url(/img/bg-lr-travel-hk.png) no-repeat bottom center; } .lr-travel-hj { background: #FAD2E1 url(/img/bg-lr-travel-hj.png) no-repeat bottom center; } .lr-friends { background: #ffffff url(/img/bg-lr-friends.png) no-repeat bottom center; } .lr-friends-hl { background: #bcffa7 url(/img/bg-lr-friends-hl.png) no-repeat bottom center; } .lr-friends-hq { background: #EFDCF9 url(/img/bg-lr-friends-hq.png) no-repeat bottom center; } .lr-friends-hk { background: #ffedd8 url(/img/bg-lr-friends-hk.png) no-repeat bottom center; } .lr-friends-hj { background: #FAD2E1 url(/img/bg-lr-friends-hj.png) no-repeat bottom center; } .lr-career { background: #ffffff url(/img/bg-lr-career.png) no-repeat bottom center; } .lr-career-hl { background: #bcffa7 url(/img/bg-lr-career-hl.png) no-repeat bottom center; } .lr-career-hq { background: #EFDCF9 url(/img/bg-lr-career-hq.png) no-repeat bottom center; } .lr-career-hk { background: #ffedd8 url(/img/bg-lr-career-hk.png) no-repeat bottom center; } .lr-career-hj { background: #FAD2E1 url(/img/bg-lr-career-hj.png) no-repeat bottom center; } .lr-property { background: #ffffff url(/img/bg-lr-property.png) no-repeat bottom center; } .lr-property-hl { background: #bcffa7 url(/img/bg-lr-property-hl.png) no-repeat bottom center; } .lr-property-hq { background: #EFDCF9 url(/img/bg-lr-property-hq.png) no-repeat bottom center; } .lr-property-hk { background: #ffedd8 url(/img/bg-lr-property-hk.png) no-repeat bottom center; } .lr-property-hj { background: #FAD2E1 url(/img/bg-lr-property-hj.png) no-repeat bottom center; } .lr-spirit { background: #ffffff url(/img/bg-lr-spirit.png) no-repeat bottom center; } .lr-spirit-hl { background: #bcffa7 url(/img/bg-lr-spirit-hl.png) no-repeat bottom center; } .lr-spirit-hq { background: #EFDCF9 url(/img/bg-lr-spirit-hq.png) no-repeat bottom center; } .lr-spirit-hk { background: #ffedd8 url(/img/bg-lr-spirit-hk.png) no-repeat bottom center; } .lr-spirit-hj { background: #FAD2E1 url(/img/bg-lr-spirit-hj.png) no-repeat bottom center; } .lr-parents { background: #ffffff url(/img/bg-lr-parents.png) no-repeat bottom center; } .lr-parents-hl { background: #bcffa7 url(/img/bg-lr-parents-hl.png) no-repeat bottom center; } .lr-parents-hq { background: #EFDCF9 url(/img/bg-lr-parents-hq.png) no-repeat bottom center; } .lr-parents-hk { background: #ffedd8 url(/img/bg-lr-parents-hk.png) no-repeat bottom center; } .lr-parents-hj { background: #FAD2E1 url(/img/bg-lr-parents-hj.png) no-repeat bottom center; } /** * 100.0 Maxlee CSS */ .sidebar-toggle {display:none;} /* .post-navigation { display:none;} .cat-links {display:none;} .tags-links {display:none;} */ .warning-bg { color:#ff0000 !important; background-color:#fff0f3 !important; border: 1px solid #fec5bb !important; } .success-bg { background-color:#caffbf !important; border: 1px solid #2a9d8f !important; } .btnCSS { padding:8px 10px !important; font-size: 0.9em !important; border-radius:6px; margin-top:8px; margin-bottom:16px; } .inputyy {margin-top:8px !important; padding:2px 7px !important;border-radius:4px !important;} .inputmm {padding:2px 7px !important;border-radius:4px !important;} .inputdd {padding:2px 7px !important;border-radius:4px !important;} .wrapper { padding-bottom: 30px; } .divider { position: relative; margin-top: 40px; height: 1px; } .div-transparent:before { content: ""; position: absolute; top: 0; left: 5%; right: 5%; width: 90%; height: 2px; background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent); } .div-arrow-down:after { content: ""; position: absolute; z-index: 1; top: -7px; left: calc(50% - 7px); width: 14px; height: 14px; transform: rotate(45deg); background-color: white; border-bottom: 2px solid rgb(48,49,51); border-right: 2px solid rgb(48,49,51); } .heading { margin-top:6px !important; margin-bottom:0px !important; } .heading-divider { border-bottom: 1px solid #bbb; background-color: #DADADA; height: 1px; margin: 0.5em 0px 1.5em; } .heading-divider span { display: block; width: 110px; height: 1px; background-color: #FF00FF; background-color: #1589FF; background-color: #2a9d8f; } .grid-center, .grid_center { text-align:center !important;} .tptn_counter { font-size:0.7em; } .ap_container { margin-bottom:15px;} table.table-spec a, table.table-spec a:link, table.table-spec a:visited { border:none; } table.table-spec { border-collapse:collapse; border-top:1px solid #d0d0d1; border-right:1px solid #d0d0d1; margin-top:0px; } table.table-spec tr.odd td { background:#f2f2f2; } table.table-spec tr.odd .column1 { background:#dedede; background:#e0e0e0; } table.table-spec tr.yellow td { background:#ffffcc; } table.table-spec tr.yellow .column1 { background:#ffff99; } table.table-spec tr.green td { background:#c9ffb8; } table.table-spec tr.green .column1 { background:#8efe74; } table.table-spec tr.blue td { background:#dcf8f6; } table.table-spec tr.green .column1 { background:#c2dcff; } table.table-spec tr td.blue { background:#dcf8f6; } table.table-spec tr td.yellow { background:#ffffcc; } table.table-spec .column1 { line-height:1.2em; font-weight:bold; background:#f2f2f2; color:#3b3b3b; } table.table-spec .hidden { background:#9b9b9b; } table.table-spec td { color:#111; padding:.5em .8em; border:1px solid #d0d0d1; font-size:1.0em; line-height:1.3em; font-weight:normal; background:#ffffff; } table.table-spec th { padding:.5em .8em; border-top: 2px solid #bbb; border-bottom: 2px solid #bbb; border-left:1px solid #d0d0d1; border-right:1px solid #d0d0d1; } table.table-spec thead th { font-size:1.0em; line-height:1.4em; font-weight:bold; color:#333333; background:#e0e0e0; background:#77abe5; background:#aae9c7; background:#ccc; } .spacer-h2 {padding:2px;} .spacer-h3 {padding:3px;} .spacer-h5 {padding:5px;} .spacer-h7 {padding:7px;} .spacer-h10 {padding:10px;} .round-img { border-radius: 15px;} a.idxLink { font-size:1.0em; line-height:1.0em;} .idmale01 {width:145px;height:136px;display:block;} .idmale01 {background:url(/img/ziweimy-bg.webp) no-repeat 0px 0px;} .idmale02 {width:145px;height:136px;display:block;} .idmale02 {background:url(/img/ziweimy-bg.webp) no-repeat -146px 0px;} .idmale03 {width:145px;height:136px;display:block;} .idmale03 {background:url(/img/ziweimy-bg.webp) no-repeat -292px 0px;} .idmale04 {width:145px;height:136px;display:block;} .idmale04 {background:url(/img/ziweimy-bg.webp) no-repeat -438px 0px;} .idmale05 {width:145px;height:136px;display:block;} .idmale05 {background:url(/img/ziweimy-bg.webp) no-repeat -584px 0px;} .idmale06 {width:145px;height:136px;display:block;} .idmale06 {background:url(/img/ziweimy-bg.webp) no-repeat -730px 0px;} .idmale07 {width:145px;height:136px;display:block;} .idmale07 {background:url(/img/ziweimy-bg.webp) no-repeat -876px 0px;} .idmale08 {width:145px;height:136px;display:block;} .idmale08 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px 0px;} .idmale09 {width:145px;height:136px;display:block;} .idmale09 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -137px;} .idmale10 {width:145px;height:136px;display:block;} .idmale10 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -137px;} .idmale11 {width:145px;height:136px;display:block;} .idmale11 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -137px;} .idmale12 {width:145px;height:136px;display:block;} .idmale12 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -137px;} .idmale13 {width:145px;height:136px;display:block;} .idmale13 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -137px;} .idmale14 {width:145px;height:136px;display:block;} .idmale14 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -137px;} .idmale15 {width:145px;height:136px;display:block;} .idmale15 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -137px;} .idmale16 {width:145px;height:136px;display:block;} .idmale16 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -137px;} .idfemale01 {width:145px;height:136px;display:block;} .idfemale01 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -274px;} .idfemale02 {width:145px;height:136px;display:block;} .idfemale02 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -274px;} .idfemale03 {width:145px;height:136px;display:block;} .idfemale03 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -274px;} .idfemale04 {width:145px;height:136px;display:block;} .idfemale04 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -274px;} .idfemale05 {width:145px;height:136px;display:block;} .idfemale05 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -274px;} .idfemale06 {width:145px;height:136px;display:block;} .idfemale06 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -274px;} .idfemale07 {width:145px;height:136px;display:block;} .idfemale07 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -274px;} .idfemale08 {width:145px;height:136px;display:block;} .idfemale08 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -274px;} .idfemale09 {width:145px;height:136px;display:block;} .idfemale09 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -411px;} .idfemale10 {width:145px;height:136px;display:block;} .idfemale10 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -411px;} .idfemale11 {width:145px;height:136px;display:block;} .idfemale11 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -411px;} .idfemale12 {width:145px;height:136px;display:block;} .idfemale12 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -411px;} .idfemale13 {width:145px;height:136px;display:block;} .idfemale13 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -411px;} .idfemale14 {width:145px;height:136px;display:block;} .idfemale14 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -411px;} .idfemale15 {width:145px;height:136px;display:block;} .idfemale15 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -411px;} .idfemale16 {width:145px;height:136px;display:block;} .idfemale16 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -411px;} .idfemale17 {width:145px;height:136px;display:block;} .idfemale17 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -548px;} .idfemale18 {width:145px;height:136px;display:block;} .idfemale18 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -548px;} .idfemale19 {width:145px;height:136px;display:block;} .idfemale19 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -548px;} .idfemale20 {width:145px;height:136px;display:block;} .idfemale20 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -548px;} .idfemale21 {width:145px;height:136px;display:block;} .idfemale21 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -548px;} .idfemale22 {width:145px;height:136px;display:block;} .idfemale22 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -548px;} .idfemale23 {width:145px;height:136px;display:block;} .idfemale23 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -548px;} .idfemale24 {width:145px;height:136px;display:block;} .idfemale24 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -548px;} .idfemale25 {width:145px;height:136px;display:block;} .idfemale25 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -685px;} .idfemale26 {width:145px;height:136px;display:block;} .idfemale26 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -685px;} .idfemale27 {width:145px;height:136px;display:block;} .idfemale27 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -685px;} .idfemale28 {width:145px;height:136px;display:block;} .idfemale28 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -685px;} .idfemale29 {width:145px;height:136px;display:block;} .idfemale29 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -685px;} .idfemale30 {width:145px;height:136px;display:block;} .idfemale30 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -685px;} .idfemale31 {width:145px;height:136px;display:block;} .idfemale31 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -685px;} .idfemale32 {width:145px;height:136px;display:block;} .idfemale32 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -685px;} .idmale17 {width:145px;height:136px;display:block;} .idmale17 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -822px;} .idmale18 {width:145px;height:136px;display:block;} .idmale18 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -822px;} .idmale19 {width:145px;height:136px;display:block;} .idmale19 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -822px;} .idmale20 {width:145px;height:136px;display:block;} .idmale20 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -822px;} .idmale21 {width:145px;height:136px;display:block;} .idmale21 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -822px;} .idmale22 {width:145px;height:136px;display:block;} .idmale22 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -822px;} .idmale23 {width:145px;height:136px;display:block;} .idmale23 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -822px;} .idmale24 {width:145px;height:136px;display:block;} .idmale24 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -822px;} .idmale25 {width:145px;height:136px;display:block;} .idmale25 {background:url(/img/ziweimy-bg.webp) no-repeat 0px -959px;} .idmale26 {width:145px;height:136px;display:block;} .idmale26 {background:url(/img/ziweimy-bg.webp) no-repeat -146px -959px;} .idmale27 {width:145px;height:136px;display:block;} .idmale27 {background:url(/img/ziweimy-bg.webp) no-repeat -292px -959px;} .idmale28 {width:145px;height:136px;display:block;} .idmale28 {background:url(/img/ziweimy-bg.webp) no-repeat -438px -959px;} .idmale29 {width:145px;height:136px;display:block;} .idmale29 {background:url(/img/ziweimy-bg.webp) no-repeat -584px -959px;} .idmale30 {width:145px;height:136px;display:block;} .idmale30 {background:url(/img/ziweimy-bg.webp) no-repeat -730px -959px;} .idmale31 {width:145px;height:136px;display:block;} .idmale31 {background:url(/img/ziweimy-bg.webp) no-repeat -876px -959px;} .idmale32 {width:145px;height:136px;display:block;} .idmale32 {background:url(/img/ziweimy-bg.webp) no-repeat -1022px -959px;} .idpalming {width:145px;height:136px;display:block;} .idpalming {background:url(/img/ziweimy-bg1.webp) no-repeat 0px 0px;} .idpalsibling {width:145px;height:136px;display:block;} .idpalsibling {background:url(/img/ziweimy-bg1.webp) no-repeat -146px 0px;} .idpalspouse {width:145px;height:136px;display:block;} .idpalspouse {background:url(/img/ziweimy-bg1.webp) no-repeat -292px 0px;} .idpalchild {width:145px;height:136px;display:block;} .idpalchild {background:url(/img/ziweimy-bg1.webp) no-repeat -438px 0px;} .idpalwealth {width:145px;height:136px;display:block;} .idpalwealth {background:url(/img/ziweimy-bg1.webp) no-repeat -584px 0px;} .idpalhealth {width:145px;height:136px;display:block;} .idpalhealth {background:url(/img/ziweimy-bg1.webp) no-repeat -730px 0px;} .idpaltravel {width:145px;height:136px;display:block;} .idpaltravel {background:url(/img/ziweimy-bg1.webp) no-repeat -876px 0px;} .idpalfriend {width:145px;height:136px;display:block;} .idpalfriend {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px 0px;} .idpalcareer {width:145px;height:136px;display:block;} .idpalcareer {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -137px;} .idpalproperty {width:145px;height:136px;display:block;} .idpalproperty {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -137px;} .idpalspirit {width:145px;height:136px;display:block;} .idpalspirit {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -137px;} .idpalparent {width:145px;height:136px;display:block;} .idpalparent {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -137px;} .idhualu {width:145px;height:136px;display:block;} .idhualu {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -137px;} .idhuaquan {width:145px;height:136px;display:block;} .idhuaquan {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -137px;} .idhuake {width:145px;height:136px;display:block;} .idhuake {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -137px;} .idhuaji {width:145px;height:136px;display:block;} .idhuaji {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -137px;} .idsihua {width:145px;height:136px;display:block;} .idsihua {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -274px;} .idstar01 {width:145px;height:136px;display:block;} .idstar01 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -274px;} .idstar02 {width:145px;height:136px;display:block;} .idstar02 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -274px;} .idstar03 {width:145px;height:136px;display:block;} .idstar03 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -274px;} .idstar04 {width:145px;height:136px;display:block;} .idstar04 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -274px;} .idstar05 {width:145px;height:136px;display:block;} .idstar05 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -274px;} .idstar06 {width:145px;height:136px;display:block;} .idstar06 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -274px;} .idstar07 {width:145px;height:136px;display:block;} .idstar07 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -274px;} .idstar08 {width:145px;height:136px;display:block;} .idstar08 {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -411px;} .idstar09 {width:145px;height:136px;display:block;} .idstar09 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -411px;} .idstar10 {width:145px;height:136px;display:block;} .idstar10 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -411px;} .idstar11 {width:145px;height:136px;display:block;} .idstar11 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -411px;} .idstar12 {width:145px;height:136px;display:block;} .idstar12 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -411px;} .idstar13 {width:145px;height:136px;display:block;} .idstar13 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -411px;} .idstar14 {width:145px;height:136px;display:block;} .idstar14 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -411px;} .idstar15 {width:145px;height:136px;display:block;} .idstar15 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -411px;} .idpalshen {width:145px;height:136px;display:block;} .idpalshen{background:url(/img/ziweimy-bg1.webp) no-repeat 0px -548px;} .idstar17 {width:145px;height:136px;display:block;} .idstar17 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -548px;} .idstar18 {width:145px;height:136px;display:block;} .idstar18 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -548px;} .idstar19 {width:145px;height:136px;display:block;} .idstar19 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -548px;} .idstar20 {width:145px;height:136px;display:block;} .idstar20 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -548px;} .idstar21 {width:145px;height:136px;display:block;} .idstar21 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -548px;} .idstar22 {width:145px;height:136px;display:block;} .idstar22 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -548px;} .idstar23 {width:145px;height:136px;display:block;} .idstar23 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -548px;} .idstar24 {width:145px;height:136px;display:block;} .idstar24 {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -685px;} .idstar25 {width:145px;height:136px;display:block;} .idstar25 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -685px;} .idstar26 {width:145px;height:136px;display:block;} .idstar26 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -685px;} .idstar27 {width:145px;height:136px;display:block;} .idstar27 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -685px;} .idstar28 {width:145px;height:136px;display:block;} .idstar28 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -685px;} .idstar29 {width:145px;height:136px;display:block;} .idstar29 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -685px;} .idstar30 {width:145px;height:136px;display:block;} .idstar30 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -685px;} .idstar31 {width:145px;height:136px;display:block;} .idstar31 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -685px;} .idstar32 {width:145px;height:136px;display:block;} .idstar32 {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -822px;} .idstar33 {width:145px;height:136px;display:block;} .idstar33 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -822px;} .idstar34 {width:145px;height:136px;display:block;} .idstar34 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -822px;} .idstar35 {width:145px;height:136px;display:block;} .idstar35 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -822px;} .idstar36 {width:145px;height:136px;display:block;} .idstar36 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -822px;} .idstar37 {width:145px;height:136px;display:block;} .idstar37 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -822px;} .idstar38 {width:145px;height:136px;display:block;} .idstar38 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -822px;} .idstar39 {width:145px;height:136px;display:block;} .idstar39 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -822px;} .idstar40 {width:145px;height:136px;display:block;} .idstar40 {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -959px;} .idstar41 {width:145px;height:136px;display:block;} .idstar41 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -959px;} .idstar42 {width:145px;height:136px;display:block;} .idstar42 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -959px;} .idstar43 {width:145px;height:136px;display:block;} .idstar43 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -959px;} .idstar44 {width:145px;height:136px;display:block;} .idstar44 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -959px;} .idstar45 {width:145px;height:136px;display:block;} .idstar45 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -959px;} .idstar46 {width:145px;height:136px;display:block;} .idstar46 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -959px;} .idstar47 {width:145px;height:136px;display:block;} .idstar47 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -959px;} .idstar48 {width:145px;height:136px;display:block;} .idstar48 {background:url(/img/ziweimy-bg1.webp) no-repeat 0px -1096px;} .idstar49 {width:145px;height:136px;display:block;} .idstar49 {background:url(/img/ziweimy-bg1.webp) no-repeat -146px -1096px;} .idstar50 {width:145px;height:136px;display:block;} .idstar50 {background:url(/img/ziweimy-bg1.webp) no-repeat -292px -1096px;} .idstar51 {width:145px;height:136px;display:block;} .idstar51 {background:url(/img/ziweimy-bg1.webp) no-repeat -438px -1096px;} .idstar52 {width:145px;height:136px;display:block;} .idstar52 {background:url(/img/ziweimy-bg1.webp) no-repeat -584px -1096px;} .idstar53 {width:145px;height:136px;display:block;} .idstar53 {background:url(/img/ziweimy-bg1.webp) no-repeat -730px -1096px;} .idstar54 {width:145px;height:136px;display:block;} .idstar54 {background:url(/img/ziweimy-bg1.webp) no-repeat -876px -1096px;} .idstar55 {width:145px;height:136px;display:block;} .idstar55 {background:url(/img/ziweimy-bg1.webp) no-repeat -1022px -1096px;} ul.lcp_catlist{ margin-left:16px; list-style-position: outside; text-decoration: none; } .hiliter { background: #FFF4BD; } /** * 16.0 Media Queries */ /* * Does the same thing as , * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * the meta tag. See https://core.trac.wordpress.org/ticket/25888. */ /* @-ms-viewport { width: device-width; } @viewport { width: device-width; } */ @media only screen and (min-width:320px) and (max-width:1024px) { a.idxLink {font-size:0.9em;} .idmale01 {width:90px;height:90px;display:block;} .idmale01 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px 2px;} .idmale02 {width:90px;height:90px;display:block;} .idmale02 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px 2px;} .idmale03 {width:90px;height:90px;display:block;} .idmale03 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px 2px;} .idmale04 {width:90px;height:90px;display:block;} .idmale04 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px 2px;} .idmale05 {width:90px;height:90px;display:block;} .idmale05 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px 2px;} .idmale06 {width:90px;height:90px;display:block;} .idmale06 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px 2px;} .idmale07 {width:90px;height:90px;display:block;} .idmale07 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px 2px;} .idmale08 {width:90px;height:90px;display:block;} .idmale08 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px 2px;} .idmale09 {width:90px;height:90px;display:block;} .idmale09 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -82px;} .idmale10 {width:90px;height:90px;display:block;} .idmale10 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -82px;} .idmale11 {width:90px;height:90px;display:block;} .idmale11 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -82px;} .idmale12 {width:90px;height:90px;display:block;} .idmale12 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -82px;} .idmale13 {width:90px;height:90px;display:block;} .idmale13 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -82px;} .idmale14 {width:90px;height:90px;display:block;} .idmale14 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -82px;} .idmale15 {width:90px;height:90px;display:block;} .idmale15 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -82px;} .idmale16 {width:90px;height:90px;display:block;} .idmale16 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -82px;} .idfemale01 {width:90px;height:90px;display:block;} .idfemale01 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -168px;} .idfemale02 {width:90px;height:90px;display:block;} .idfemale02 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -168px;} .idfemale03 {width:90px;height:90px;display:block;} .idfemale03 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -168px;} .idfemale04 {width:90px;height:90px;display:block;} .idfemale04 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -168px;} .idfemale05 {width:90px;height:90px;display:block;} .idfemale05 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -168px;} .idfemale06 {width:90px;height:90px;display:block;} .idfemale06 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -168px;} .idfemale07 {width:90px;height:90px;display:block;} .idfemale07 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -168px;} .idfemale08 {width:90px;height:90px;display:block;} .idfemale08 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -168px;} .idfemale09 {width:90px;height:90px;display:block;} .idfemale09 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -252px;} .idfemale10 {width:90px;height:90px;display:block;} .idfemale10 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -252px;} .idfemale11 {width:90px;height:90px;display:block;} .idfemale11 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -252px;} .idfemale12 {width:90px;height:90px;display:block;} .idfemale12 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -252px;} .idfemale13 {width:90px;height:90px;display:block;} .idfemale13 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -252px;} .idfemale14 {width:90px;height:90px;display:block;} .idfemale14 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -252px;} .idfemale15 {width:90px;height:90px;display:block;} .idfemale15 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -252px;} .idfemale16 {width:90px;height:90px;display:block;} .idfemale16 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -252px;} .idfemale17 {width:90px;height:90px;display:block;} .idfemale17 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -336px;} .idfemale18 {width:90px;height:90px;display:block;} .idfemale18 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -336px;} .idfemale19 {width:90px;height:90px;display:block;} .idfemale19 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -336px;} .idfemale20 {width:90px;height:90px;display:block;} .idfemale20 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -336px;} .idfemale21 {width:90px;height:90px;display:block;} .idfemale21 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -336px;} .idfemale22 {width:90px;height:90px;display:block;} .idfemale22 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -336px;} .idfemale23 {width:90px;height:90px;display:block;} .idfemale23 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -336px;} .idfemale24 {width:90px;height:90px;display:block;} .idfemale24 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -336px;} .idfemale25 {width:90px;height:90px;display:block;} .idfemale25 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -421px;} .idfemale26 {width:90px;height:90px;display:block;} .idfemale26 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -421px;} .idfemale27 {width:90px;height:90px;display:block;} .idfemale27 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -421px;} .idfemale28 {width:90px;height:90px;display:block;} .idfemale28 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -421px;} .idfemale29 {width:90px;height:90px;display:block;} .idfemale29 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -421px;} .idfemale30 {width:90px;height:90px;display:block;} .idfemale30 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -421px;} .idfemale31{width:90px;height:90px;display:block;} .idfemale31 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -421px;} .idfemale32 {width:90px;height:90px;display:block;} .idfemale32 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -421px;} .idmale17 {width:90px;height:90px;display:block;} .idmale17 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -506px;} .idmale18 {width:90px;height:90px;display:block;} .idmale18 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -506px;} .idmale19 {width:90px;height:90px;display:block;} .idmale19 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -506px;} .idmale20 {width:90px;height:90px;display:block;} .idmale20 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -506px;} .idmale21 {width:90px;height:90px;display:block;} .idmale21 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -506px;} .idmale22 {width:90px;height:90px;display:block;} .idmale22 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -506px;} .idmale23 {width:90px;height:90px;display:block;} .idmale23 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -506px;} .idmale24 {width:90px;height:90px;display:block;} .idmale24 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -506px;} .idmale25 {width:90px;height:90px;display:block;} .idmale25 {background:url(/img/ziweimy-bg-small.webp) no-repeat 0px -591px;} .idmale26 {width:90px;height:90px;display:block;} .idmale26 {background:url(/img/ziweimy-bg-small.webp) no-repeat -93px -591px;} .idmale27 {width:90px;height:90px;display:block;} .idmale27 {background:url(/img/ziweimy-bg-small.webp) no-repeat -185px -591px;} .idmale28 {width:90px;height:90px;display:block;} .idmale28 {background:url(/img/ziweimy-bg-small.webp) no-repeat -276px -591px;} .idmale29 {width:90px;height:90px;display:block;} .idmale29 {background:url(/img/ziweimy-bg-small.webp) no-repeat -368px -591px;} .idmale30 {width:90px;height:90px;display:block;} .idmale30 {background:url(/img/ziweimy-bg-small.webp) no-repeat -460px -591px;} .idmale31 {width:90px;height:90px;display:block;} .idmale31 {background:url(/img/ziweimy-bg-small.webp) no-repeat -552px -591px;} .idmale32 {width:90px;height:90px;display:block;} .idmale32 {background:url(/img/ziweimy-bg-small.webp) no-repeat -644px -591px;} .idpalming {width:90px;height:90px;display:block;} .idpalming {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px 2px;} .idpalsibling {width:90px;height:90px;display:block;} .idpalsibling {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px 2px;} .idpalspouse {width:90px;height:90px;display:block;} .idpalspouse {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px 2px;} .idpalchild {width:90px;height:90px;display:block;} .idpalchild {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px 2px;} .idpalwealth {width:90px;height:90px;display:block;} .idpalwealth {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px 2px;} .idpalhealth {width:90px;height:90px;display:block;} .idpalhealth {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px 2px;} .idpaltravel {width:90px;height:90px;display:block;} .idpaltravel {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px 2px;} .idpalfriend {width:90px;height:90px;display:block;} .idpalfriend {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px 2px;} .idpalcareer {width:90px;height:90px;display:block;} .idpalcareer {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -82px;} .idpalproperty {width:90px;height:90px;display:block;} .idpalproperty {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -82px;} .idpalspirit {width:90px;height:90px;display:block;} .idpalspirit {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -82px;} .idpalparent {width:90px;height:90px;display:block;} .idpalparent {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -82px;} .idhualu {width:90px;height:90px;display:block;} .idhualu {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -82px;} .idhuaquan {width:90px;height:90px;display:block;} .idhuaquan {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -82px;} .idhuake {width:90px;height:90px;display:block;} .idhuake {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -82px;} .idhuaji {width:90px;height:90px;display:block;} .idhuaji {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -82px;} .idsihua {width:90px;height:90px;display:block;} .idsihua {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -168px;} .idstar01 {width:90px;height:90px;display:block;} .idstar01 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -168px;} .idstar02 {width:90px;height:90px;display:block;} .idstar02 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -168px;} .idstar03 {width:90px;height:90px;display:block;} .idstar03 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -168px;} .idstar04 {width:90px;height:90px;display:block;} .idstar04 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -168px;} .idstar05 {width:90px;height:90px;display:block;} .idstar05 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -168px;} .idstar06 {width:90px;height:90px;display:block;} .idstar06 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -168px;} .idstar07 {width:90px;height:90px;display:block;} .idstar07 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -168px;} .idstar08 {width:90px;height:90px;display:block;} .idstar08 {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -252px;} .idstar09 {width:90px;height:90px;display:block;} .idstar09 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -252px;} .idstar10 {width:90px;height:90px;display:block;} .idstar10 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -252px;} .idstar11 {width:90px;height:90px;display:block;} .idstar11 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -252px;} .idstar12 {width:90px;height:90px;display:block;} .idstar12 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -252px;} .idstar13 {width:90px;height:90px;display:block;} .idstar13 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -252px;} .idstar14 {width:90px;height:90px;display:block;} .idstar14 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -252px;} .idstar15 {width:90px;height:90px;display:block;} .idstar15 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -252px;} .idpalshen {width:90px;height:90px;display:block;} .idpalshen{background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -336px;} .idstar17 {width:90px;height:90px;display:block;} .idstar17 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -336px;} .idstar18 {width:90px;height:90px;display:block;} .idstar18 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -336px;} .idstar19 {width:90px;height:90px;display:block;} .idstar19 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -336px;} .idstar20 {width:90px;height:90px;display:block;} .idstar20 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -336px;} .idstar21 {width:90px;height:90px;display:block;} .idstar21 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -336px;} .idstar22 {width:90px;height:90px;display:block;} .idstar22 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -336px;} .idstar23 {width:90px;height:90px;display:block;} .idstar23 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -336px;} .idstar24 {width:90px;height:90px;display:block;} .idstar24 {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -421px;} .idstar25 {width:90px;height:90px;display:block;} .idstar25 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -421px;} .idstar26 {width:90px;height:90px;display:block;} .idstar26 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -421px;} .idstar27 {width:90px;height:90px;display:block;} .idstar27 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -421px;} .idstar28 {width:90px;height:90px;display:block;} .idstar28 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -421px;} .idstar29 {width:90px;height:90px;display:block;} .idstar29 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -421px;} .idstar30 {width:90px;height:90px;display:block;} .idstar30 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -421px;} .idstar31 {width:90px;height:90px;display:block;} .idstar31 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -421px;} .idstar32 {width:90px;height:90px;display:block;} .idstar32 {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -506px;} .idstar33 {width:90px;height:90px;display:block;} .idstar33 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -506px;} .idstar34 {width:90px;height:90px;display:block;} .idstar34 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -506px;} .idstar35 {width:90px;height:90px;display:block;} .idstar35 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -506px;} .idstar36 {width:90px;height:90px;display:block;} .idstar36 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -506px;} .idstar37 {width:90px;height:90px;display:block;} .idstar37 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -506px;} .idstar38 {width:90px;height:90px;display:block;} .idstar38 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -506px;} .idstar39 {width:90px;height:90px;display:block;} .idstar39 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -506px;} .idstar40 {width:90px;height:90px;display:block;} .idstar40 {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -591px;} .idstar41 {width:90px;height:90px;display:block;} .idstar41 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -591px;} .idstar42 {width:90px;height:90px;display:block;} .idstar42 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -591px;} .idstar43 {width:90px;height:90px;display:block;} .idstar43 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -591px;} .idstar44 {width:90px;height:90px;display:block;} .idstar44 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -591px;} .idstar45 {width:90px;height:90px;display:block;} .idstar45 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -591px;} .idstar46 {width:90px;height:90px;display:block;} .idstar46 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -591px;} .idstar47 {width:90px;height:90px;display:block;} .idstar47 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -591px;} .idstar48 {width:90px;height:90px;display:block;} .idstar48 {background:url(/img/ziweimy-bg1-small.webp) no-repeat 0px -676px;} .idstar49 {width:90px;height:90px;display:block;} .idstar49 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -93px -676px;} .idstar50 {width:90px;height:90px;display:block;} .idstar50 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -185px -676px;} .idstar51 {width:90px;height:90px;display:block;} .idstar51 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -276px -676px;} .idstar52 {width:90px;height:90px;display:block;} .idstar52 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -368px -676px;} .idstar53 {width:90px;height:90px;display:block;} .idstar53 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -460px -676px;} .idstar54 {width:90px;height:90px;display:block;} .idstar54 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -552px -676px;} .idstar55 {width:90px;height:90px;display:block;} .idstar55 {background:url(/img/ziweimy-bg1-small.webp) no-repeat -644px -676px;} .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 { font-size: 24px; font-size: 1.7rem; line-height: 1.23077; font-family: "FangSong", georgia, serif; font-family: "Microsoft Yahei", georgia, serif; } .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .textwidget h3 { font-size: 22px; font-size: 1.5rem; line-height: 1.23077; font-family: "Microsoft Yahei", georgia, serif; } .personId { font-size:0.6rem; } .personDOBEN { font-size:0.6rem; } .personDOBCN { font-size:0.6rem; } .personDOBTime { font-size:0.6rem; } .personDX { font-size:0.7rem; } .personLN { font-size:0.7rem; } .personLY { font-size:0.7rem; } .personLR { font-size:0.7rem; } .divStarA { font-size:0.7em; line-height: 15px; } .divStarB { font-size:0.7em; line-height: 15px; } .divPalace{ font-size: 0.6rem; line-height: 12px; } .divDaXian{ font-size: 0.5rem !important; line-height: 12px; } .divGanZhi{ font-size: 0.6rem; line-height: 12px; } .dxPeriod { font-size:0.5rem; line-height: 14px; } .divInfo { padding:4px 0px; border-radius: 0px; background-color: #FFFFFF; box-shadow: none; border-top:1px solid #333333; border-bottom:1px solid #333333; line-height: 14px; /* grid-area: 2 / 2 / 4 / 4; border-radius: 10px; padding: 10px; background-color: #ECFDF1; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; font-size:0.8em; line-height: 20px; */ } .inputyy {width:78px !important;} .inputmm {width:64px !important;} .inputdd {width:58px !important;} } /** * 16.1 >= 470px */ @media screen and (min-width: 29.375em) { .entry-title { font-size: 26px; font-size: 1.625rem; line-height: 1.38462; } .single .entry-title, .sticky .entry-title, .page-title { font-size: 37px; font-size: 2.3125rem; line-height: 1.2973; } } /** * 16.2 >= 601px */ @media screen and (min-width: 37.5625em) { .site-header { padding: 3.84615%; } .sidebar-toggle { right: 3.84615%; } .social-navigation { /* margin-top: 7.6923%; margin-bottom: 7.6923%; */ margin-top: 3.125%; margin-bottom: 3.125%; } .sidebar .main-navigation, .social-navigation, .widget { margin-right: 15.3846%; margin-left: 15.3846%; } .entry-title { font-size: 31px; font-size: 1.9375rem; line-height: 1.35484; } .single .entry-title, .sticky .entry-title, .page-title { font-size: 45px; font-size: 2.8125rem; line-height: 1.24444; } ul { padding-left: 20px; padding-right: 20px;} } /** * 16.3 >= 700px */ @media screen and (min-width: 43.75em) { body, input, select, textarea { /* font-size: 18px; font-size: 1.125rem; line-height: 1.77778; */ font-size: 18px; font-size: 1.325rem; line-height: 1.6; } p, address, pre, hr, dl, dd, table, .alignleft, .alignright, .aligncenter, .post-thumbnail, .page-links, .entry-attachment, .comments-title, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, embed, iframe, object, video, .wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist, .wp-caption, .gallery { margin-top: 32px; } .main-navigation, .post-navigation .meta-nav, .image-navigation, .comment-navigation, .widget, .sticky-post, .posted-on, .cat-links, .tags-links, .comments-link, .edit-link, .full-size-link, .author-heading, .page-links a, .page-links > span, .entry-caption, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption { font-size: 15px; font-size: 0.9375rem; line-height: 1.6; } blockquote { font-size: 22px; font-size: 1.375rem; line-height: 1.63636; margin-bottom: 32px; margin-left: -32px; padding-left: 28px; } blockquote p { margin-bottom: 36px; } blockquote cite, blockquote small { font-size: 18px; font-size: 1.125rem; line-height: 1.77778; } blockquote > blockquote { margin-left: 0; } pre { padding: 16px; } ul, ol { /* margin: 0 0 32px 0; */ margin: 0 0 24px 0; } ul { /* padding-left:25px; padding-right:30px; */ padding-left:5px; padding-right:5px; } li > ul, li > ol, blockquote > ul, blockquote > ol { margin-left: 24px; } th, td { padding: 8px; } button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 15px; font-size: 0.9375rem; padding: 17px 32px 16px; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { padding: 7px; } input[type="checkbox"], input[type="radio"] { margin-right: 8px; } .post-password-form label { font-size: 15px; font-size: 0.9375rem; margin-bottom: 16px; padding-bottom: 8px; } .sidebar .main-navigation ul ul { margin-left: 16px; } .post-navigation .meta-nav { margin-bottom: 8px; } .post-navigation .post-title { font-size: 37px; font-size: 2.3125rem; line-height: 1.2973; } .pagination .nav-links { min-height: 64px; } .pagination .current .screen-reader-text { position: absolute !important; } .pagination .page-numbers { display: inline-block; line-height: 64px; padding: 0 8px; } .pagination .prev, .pagination .next { height: 64px; width: 64px; } .pagination .prev:before, .pagination .next:before { font-size: 48px; height: 64px; line-height: 64px; width: 64px; } .pagination .prev:before { left: -10px; } .pagination .next:before { right: 3px; } .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before { margin: 0 8px; } .image-navigation, .comment-navigation { padding: 16px 0; } .image-navigation { margin-bottom: 32px; } .alignleft { margin-top: 8px; margin-right: 32px; } .alignright { margin-top: 8px; margin-left: 32px; } .widget p, .widget address, .widget pre, .widget hr, .widget dl, .widget dd, .widget table, .widget .alignleft, .widget .alignright, .widget .aligncenter, .widget embed, .widget iframe, .widget object, .widget video, .widget .wp-audio-shortcode, .widget .wp-video, .widget .wp-playlist.wp-audio-playlist, .widget .wp-caption, .widget .gallery { margin-bottom: 24px; } .widget blockquote { font-size: 18px; font-size: 1.125rem; line-height: 1.66667; margin-left: -30px; padding-left: 26px; } .widget blockquote p { margin-bottom: 30px; } .widget blockquote cite, .widget blockquote small { font-size: 15px; font-size: 0.9375rem; line-height: 1.6; } .widget blockquote > blockquote { margin-left: 0; } .widget pre, .widget th, .widget td { padding: 6px; } .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { margin: 0 0 24px; } .widget h1 { font-size: 26px; font-size: 1.625rem; line-height: 1.38462; } .widget h2 { font-size: 22px; font-size: 1.375rem; line-height: 1.36364; } .widget h3 { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; } .widget h4, .widget h5, .widget h6 { font-size: 15px; font-size: 0.9375rem; line-height: 1.2; } .widget ul, .widget ol { margin: 0 0 24px 0; } .widget li > ul, .widget li > ol { margin-bottom: 0; } .widget li > ul, .widget li > ol, .widget blockquote > ul, .widget blockquote > ol { margin-left: 24px; } .widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] { font-size: 12px; font-size: 0.75rem; padding: 11px 16px 9px; } .widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea { font-size: 16px; font-size: 1rem; line-height: 1.5; padding: 3px 6px; } .widget .wp-caption-text { font-size: 12px; font-size: 0.75rem; line-height: 1.5; padding: 6px 0 0; } .widget .widget-title { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; } .widget_calendar table { margin: 0; } .widget_calendar td, .widget_calendar th { line-height: 3.2; padding: 0; } .widget_calendar caption { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; } .widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul { margin: 0; } .widget_rss li { margin-bottom: 24px; } .widget_rss .rss-date, .widget_rss cite { font-size: 13px; font-size: 0.8125rem; line-height: 1.84615; } .textwidget > :last-child { margin-bottom: 0; } .site-title { font-size: 26px; font-size: 1.625rem; line-height: 1.2307692307; } .site-description { font-size: 13px; font-size: 0.8125rem; line-height: 1.53846; } .post-thumbnail { margin-top: 48px; margin-bottom: 16px; } div.entry-date + .entry-header, div.entry-date + .entry-title { margin-top: 8px; } .entry-title { font-size: 37px; font-size: 2.3125rem; line-height: 1.1891891891; } .single .entry-title, .sticky .entry-title, .page-title { font-size: 50px; font-size: 3.0rem; line-height: 1.1851851851; } .entry-summary { margin-top: 16px; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { /* margin-top: 64px; margin-bottom: 32px; */ margin-top: 32px; margin-bottom: 26px; } .entry-content blockquote.alignleft, .entry-content blockquote.alignright { padding: 28px 0; } .entry-footer { margin-top: 32px; } .author-info { /* margin: 32px 0 28px; padding: 32px 0; */ margin: 0px 0 0px; padding: 6px 0; } .author-info .avatar { height: 64px; margin: 0 32px 32px 0; width: 64px; } .author-title, .author-bio { font-size: 18px; font-size: 1.125rem; line-height: 1.5555555555; } .cat-links, .tags-links, .comments-link, .edit-link, .full-size-link { padding: 4px 0 4px 4px; } .cat-links:before, .tags-links:before, .comments-link:before, .edit-link:before, .full-size-link:before { top: 8px; } .taxonomy-description { margin-top: 8px; } .page-links a, .page-links > span { height: 32px; line-height: 31px; width: 32px; } .page-links > .page-links-title { padding-right: 26px; } .entry-caption { padding-top: 8px; } .comment-list + .comment-respond, .comment-navigation + .comment-respond { padding-top: 32px; } .comments-title, .comment-reply-title { font-size: 26px; font-size: 1.625rem; line-height: 1.23077; } .comment-list article, .comment-list .pingback, .comment-list .trackback { padding: 32px 0; } .comment-list .children > li { padding-left: 32px; } .comment-author { margin-bottom: 0; } .comment-author .avatar { height: 56px; margin-right: 16px; top: 4px; width: 56px; } .bypostauthor > article .fn:after { top: 8px; } .comment-metadata .edit-link, .pingback .edit-link { margin-left: 8px; } .pingback .edit-link:before { top: 7px; } .comment-content ul, .comment-content ol { margin: 0 0 32px 0; } .comment-content li > ul, .comment-content li > ol, .comment-content blockquote > ul, .comment-content blockquote > ol { margin-left: 24px; } .comment-list .reply a { margin-top: 32px; padding: 8px 16px 7px; } .comment-form, .no-comments { padding-top: 32px; } .comment-form label { margin-bottom: 8px; } .comment-reply-title small a:before { top: 1px; } .wp-caption-text, .gallery-caption { padding-top: 8px; } .widecolumn .mu_alert { margin-bottom: 32px; } .widecolumn h2 { font-size: 37px; font-size: 2.3125rem; line-height: 1.2973; margin: 0 0 32px; } .widecolumn p { margin: 32px 0; } .widecolumn p + h2 { margin-top: 64px; } .widecolumn label, .widecolumn .mu_register label { font-size: 13px; font-size: 0.8125rem; line-height: 1.53846; } .widecolumn .mu_register label { margin: 32px 0 0; } .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name { margin: 0 0 8px; } .widecolumn #submit, .widecolumn .mu_register input[type="submit"] { font-size: 13px; font-size: 0.8125rem; } .infinite-loader { height: 48px; } #infinite-handle span { display: block; font-size: 15px; font-size: 0.9375rem; padding: 17px 32px 16px; } .site .portfolio-entry { margin-bottom: 64px; } .site .portfolio-featured-image + .portfolio-entry-title { margin: 16px 0 0; } .site .portfolio-entry-title + .portfolio-entry-meta { margin-top: 12px; } .site .portfolio-entry-meta { line-height: 1.33333; } .site .portfolio-entry-meta span, .site .portfolio-entry-meta a { font-size: 15px; font-size: 0.9375rem; line-height: 1.6; } .site .portfolio-entry-content { font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-top: 16px; } .site .tiled-gallery { margin-bottom: 32px; } .jetpack-video-wrapper { margin-bottom: 32px; } .jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object, .jetpack-video-wrapper > .wp-video { margin-bottom: 0; } .fb_iframe_widget { margin-bottom: 32px; } .site .gist .gist-file { margin-bottom: 32px; } .instagram-media { margin-bottom: 32px !important; } .PDS_Poll { margin-bottom: 32px; } .site .presentation-wrapper { margin: 0 0 32px; } iframe[src^="https://embed.spotify.com"] { margin: 0 0 32px !important; } .site .jetpack-recipe { margin: 0 0 32px; } .site .slideshow-window { margin-bottom: 32px; } .hentry .jetpack_subscription_widget { margin-bottom: 32px; } .hentry .jetpack_subscription_widget #subscribe-email input { padding: 7px; } iframe[id*="twitter-widget-"] { margin-bottom: 32px !important; } .site .video-player { margin-bottom: 32px; } .video-player object { margin-bottom: 0; } .hentry div.sharedaddy h3.sd-title, .hentry h3.sd-title { font-size: 15px; font-size: 0.9375rem; } .hentry div#jp-relatedposts h3.jp-relatedposts-headline { font-size: 15px; font-size: 0.9375rem; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { padding-right: 16px; width: 33%; } .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { margin-bottom: 0; } .hentry .jp-relatedposts-post-img { margin-bottom: 8px; } .hentry div#jp-relatedposts div.jp-relatedposts-items p { font-size: 13px; font-size: 0.8125rem; line-height: 1.53846; } .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, .hentry .jp-relatedposts-post-title { font-size: 15px; font-size: 0.9375rem; line-height: 1.33333; } .site-logo { max-height: 96px; } } /** * 16.4 >= 828px */ @media screen and (min-width: 51.755em) { .sidebar .main-navigation, .social-navigation, .widget { margin-right: 23.0759%; margin-left: 23.0759%; } .image-navigation, .post-navigation, .entry-content, .entry-footer, .comments-area, .attachment .entry-header, .not-found .page-header, .page-content { margin-right: 15.3846%; margin-left: 15.3846%; } .single .entry-header-inner, .widecolumn { padding-right: 15.3846%; padding-left: 15.3846%; } .entry-title, .entry-summary { margin-right: 27.27891994%; } .entry-content blockquote.alignleft { margin-right: 11.11419486%; margin-left: -11.11419486%; } .entry-content blockquote.alignright { margin-right: -11.11419486%; margin-left: 11.11419486%; } .entry-content blockquote.aligncenter { border: 0; font-size: 1.9375rem; font-size: 31px; line-height: 1.6774193548; margin: 0 -11.11419486% 32px -11.11419486%; padding: 32px 0; max-width: 122.22838972%; } .size-big, .caption-big { clear: both; display: block; float: none; margin: 0 -11.11419486% 32px -11.11419486%; max-width: 122.22838972%; width: 122.22838972%; } .caption-big .wp-caption-text { margin-right: 9.09297331%; margin-left: 9.09297331%; } .caption-big .size-big, table .caption-big, table .caption-big .wp-caption-text, table .size-big { margin: 0 !important; max-width: 100% !important; } } /** * 16.5 >= 925px */ @media screen and (min-width: 57.8125em) { .sidebar .main-navigation, .social-navigation, .widget { margin-right: 23.5079%; margin-left: 23.5079%; } .image-navigation, .post-navigation, .entry-content, .entry-footer, .comments-area, .attachment .entry-header, .not-found .page-header, .page-content { /* margin-right: 17.6471%; margin-left: 17.6471%; */ /* Maximum width: 1088px. Old content width: 1088px - (1088px x 17.6471%)x2 = 1088px - (384px)x2 = 704px max resized to: New contset width: 1088px - (1088px * 5.42279412%)x2 = 1088px - (59)x2 = 970px */ margin-right: 5.42279412%; margin-left: 5.42279412%; } .single .entry-header-inner, .widecolumn { /* padding-right: 17.6471%; padding-left: 17.6471%; */ padding-right: 5.42279412%; padding-left: 5.42279412%; } .post-navigation { margin-bottom: 5.8824%; } .post-navigation a { padding: 4.5333% 0; } .site-header { padding: 2.9412%; } .sidebar-toggle { float: right; height: 32px; position: relative; top: auto; right: auto; -webkit-transform: translate(16px, 0); -ms-transform: translate(16px, 0); transform: translate(16px, 0); } .sidebar-toggle:before { content: "\f476"; font-size: 24px; line-height: 30px; } .no-sidebar .sidebar-toggle { display: none; } .sidebar .main-navigation { display: none; } .custom-menu .site-branding { margin-right: 32px; max-width: -webkit-calc(100% - 80px); max-width: calc(100% - 80px); } .custom-menu .sidebar-toggle { border-left-color: rgba(0, 0, 0, 0.1); } .custom-menu .site-header .main-navigation { display: block; margin: 0 -16px; } .menu-left .site-branding { margin-right: 0; max-width: -webkit-calc(100% - 48px); max-width: calc(100% - 48px); } .menu-left .site-header .main-navigation { clear: both; float: left; margin-top: 16px; max-width: -webkit-calc(100% - 32px); max-width: calc(100% - 32px); } .menu-left .sidebar-toggle { border-color: transparent; height: 48px; position: absolute; right: 32px; top: 50%; -webkit-transform: translate(16px, -50%); -ms-transform: translate(16px, -50%); transform: translate(16px, -50%); } .menu-left .sidebar-toggle:focus { border-color: rgba(0, 0, 0, 0.1); } .menu-left .sidebar-toggle:before { line-height: 46px; } .hentry { margin: 0 5.8824%; padding: 5.8824% 0; } .post-thumbnail { margin-bottom: 0; margin-left: 6.66829507%; width: 26.67318026%; } .single .hentry, .sticky.hentry { padding: 5.8824% 0; } .entry-title, .entry-summary { margin-right: 33.34147533%; } .entry-content-footer { margin-top: 0.01%; } .single .has-post-thumbnail .entry-header-inner { padding-top: 5.8824%; padding-bottom: 2.9412%; } .sticky.has-post-thumbnail .entry-header-inner { padding: 0 5.8824% 5.8824%; } .scroll-indicator-wrapper { margin-bottom: 2.9412%; } .comments-area { padding: 5.8824% 0; } .page-header { margin: 0 5.8824%; padding: 5.8824% 0; } .page-content { padding: 5.8824% 0; } .entry-content blockquote.alignleft { margin-right: 9.06666667%; margin-left: -18.16666667%; } .entry-content blockquote.alignright { margin-right: -18.16666667%; margin-left: 9.06666667%; } .entry-content blockquote.aligncenter, .size-big, .caption-big { margin-right: -18.16666667%; margin-left: -18.16666667%; max-width: 136.36666667%; width: 136.36666667%; } .caption-big .wp-caption-text { margin-right: 13.3431085%; margin-left: 13.3431085%; } .site-footer { padding: 2.9412%; text-align:center; } .widecolumn { padding-top: 5.8824%; padding-bottom: 5.8824%; } .infinite-loader { margin: 5.8824% 0; } #infinite-handle { display: block; margin: 0 5.8824%; padding: 5.8824% 0; } #infinite-footer { display: block; } .infinite-scroll.neverending .infinite-loader { padding-bottom: 48px; } } /** * 16.6 >= 1088px */ @media screen and (min-width: 68em) { .site-header, .site-footer { padding: 32px; } } /** * 16.7 >= 1216px */ @media screen and (min-width: 76em) { .entry-content blockquote.alignleft { margin-right: 64px; margin-left: -192px; } .entry-content blockquote.alignright { margin-right: -192px; margin-left: 64px; } .entry-content blockquote.aligncenter, .size-big, .caption-big { /* margin-right: -192px; margin-left: -192px; max-width: 1088px; width: 1088px; */ margin-right: -154px; margin-left: -116px; max-width: 1200px; width: 1200px; } .caption-big .wp-caption-text { /* margin-right: 192px; margin-left: 192px; */ margin-right: 0px; margin-left: 0px; } } #wpfront-scroll-top-container{display:none;position:fixed;cursor:pointer;z-index:9999} #wpfront-scroll-top-container div.text-holder{padding:3px 10px;border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:4px 4px 5px 0 rgba(50,50,50,0.5);-moz-box-shadow:4px 4px 5px 0 rgba(50,50,50,0.5);box-shadow:4px 4px 5px 0 rgba(50,50,50,0.5)} #wpfront-scroll-top-container a{outline-style:none;box-shadow:none;text-decoration:none} /* FILE ARCHIVED ON 18:31:32 Oct 07, 2024 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:55:34 Jan 21, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.923 exclusion.robots: 0.049 exclusion.robots.policy: 0.025 esindex: 0.015 cdx.remote: 7.021 LoadShardBlock: 106.574 (3) PetaboxLoader3.datanode: 72.058 (4) PetaboxLoader3.resolve: 240.934 (2) load_resource: 228.19 */