Файловый менеджер - Редактировать - /www/wwwroot/clodys.biz.id/static/img/logo/style.css.tar
Ðазад
www/wwwroot/clodys.biz.id/install/style.css 0000644 00000003326 15014544503 0015120 0 ustar 00 * { margin: 0; padding: 0; scroll-behavior: smooth; } body { background: #f6f7fb; } .installation-page { max-width: 900px; margin: 50px auto; } /* .installation-progress { justify-content: space-between; } .installation-progress .step { height: 70px; width: 70px; border-radius: 50%; border: 4px solid #dcdcdc; display: flex; justify-content: center; align-items: center; font-size: 20px; position: relative; font-weight: bolder; } .installation-progress .step::before { content: ''; position: absolute; right: -110px; top: 50%; height: 4px; width: 170%; background-color: #dcdcdc; } .installation-progress .step:last-child::before { display: none; } */ .steps .progress-bar { position: absolute; height: 4px; width: 100%; background: #e0e0e0; z-index: -1; } .progress-bar .indicator { position: absolute; height: 100%; width: 0%; background: #4070f4; transition: all 300ms ease; } .steps { display: flex; width: 100%; align-items: center; justify-content: space-between; position: relative; } .steps .circle { display: flex; align-items: center; justify-content: center; height: 50px; width: 50px; color: #999; font-size: 22px; font-weight: 500; border-radius: 50%; background: #fff; border: 4px solid #e0e0e0; transition: all 200ms ease; transition-delay: 0s; } .steps .circle.active { transition-delay: 100ms; border-color: #4070f4; color: #4070f4; } .complete { background: #4070f4; } www/wwwroot/clodys.biz.id/themes/asur/css/style.css 0000644 00000014375 15014545056 0016513 0 ustar 00 .zon-container { max-width: 1400px; margin: auto; padding: 10px; } .zon-game-container { max-width: 1100px; margin: auto; padding: 10px; } .head__action__button svg { height: 24px; width: 24px; } .head__action__button svg path { stroke: #000; transition: .3s; stroke-width: 3px; } .head__action__button:hover svg path { stroke: var(--zon-theme-color); stroke-width: 3px; } /* .game__grid { display: grid; grid-template-columns: repeat(8,1fr); grid-template-rows: repeat(7,1fr); grid-column-gap: 10px; grid-row-gap: 10px; } */ .game { position: relative; border-radius: .75rem; overflow: hidden; z-index: 1; } .new__badge::before { content: 'new game'; position: absolute; top: 10px; left: 20px; font-size: 7px; font-weight: bolder; background: rgb(246, 128, 17); color: #fff; padding: 4px 10px; border-radius: 99px; text-transform: uppercase; letter-spacing: 1px; z-index: 9; } .game__grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); grid-gap: 20px; grid-auto-rows: minmax(180px,auto); grid-auto-flow: dense; } .game.large { grid-column-end: span 2; grid-row-end: span 2; } .game .game__thumb { display: block; height: 100%; width: 100%; } .game .game__thumb img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; z-index: 1; } /* .game::after { content: ''; position: absolute; height: 100%; width: 100%; background: linear-gradient(to top, #000, transparent); left: 0; top: 0; border-radius: 0px; z-index: -1; } */ .game .game_name { display: block; width: 100%; position: absolute; bottom: -100%; font-weight: bold; left: 0; padding: 5px; background: white; z-index: 9; font-size: 10px; text-align: center; transition: .4s; text-transform: uppercase; } .game:hover .game_name { bottom: 0; } .game__categories { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); grid-gap: 20px; grid-auto-rows: minmax(90px,auto); grid-auto-flow: dense; } .game__categories .category { padding: 10px; border-radius: 1.20rem; display: flex; align-items: center; } .game__categories .category img { height: 100%; width: 100px; object-fit: cover; border-radius: 1rem; margin-right: 20px; } .game__categories .category .category__name { font-size: 17px; font-weight: bold; color: #000; transition: .4s; } .game__categories .category .category__name:hover { color: var(--zon-theme-color); } .game__categories .category p { /* color: #777; */ text-transform: capitalize; font-size: 14px; } .more_games_button { display: block; width: fit-content; text-transform: uppercase; font-size: 12px; margin-top: 20px; /* background: rgb(22, 164, 252); */ padding: 10px 26px; border-radius: 99px; color: #fff; } .search-container, .menu-container { position: fixed; top: 0; right: 0; height: 100%; width: 100%; background: #ffffffa9; z-index: 9999; transition: .4s; opacity: 0; visibility: hidden; } .search-container.active, .menu-container.active { opacity: 1; visibility: visible; } .search-container.active .search-drawer, .menu-container.active .menu-drawer { right: 0; } .search-drawer { position: fixed; top: 0; right: -100%; width: calc(100% - 40%); height: 100%; background: #fff; box-shadow: 0 0 50px #00000093; padding: 20px; overflow-y: scroll; transition: .3s; transition-delay: .2s; } .menu-drawer { position: fixed; top: 0; right: -100%; width: 300px; height: 100%; background: #fff; box-shadow: 0 0 50px #00000093; padding: 20px; overflow-y: scroll; transition: .3s; transition-delay: .2s; } .search-drawer form { width: 100%; display: flex; border: 1px solid #dcdcdc; overflow: hidden; border-radius: 4px; } .search-drawer form input { height: 40px; width: 100%; padding: 0 20px; } .search-drawer form button { padding: 0 20px; } .close-drawer { display: block; position: absolute; top: 10px; left: 10px; background: #fff; border: 1px solid #dcdcdc; display: flex; justify-content: center; align-items: center; font-size: 28px; border-radius: 999px; height: 40px; width: 40px; cursor: pointer; user-select: none; } .close-drawer i { margin-top: -6px; } .close-drawer:active { background: #999999c6; } .scroll-none::-webkit-scrollbar { display: none; } .menu-drawer a { padding: 10px; border: 1px solid #dcdcdc; display: flex; align-items: center; gap: 10px; border-radius: 4px; margin-bottom: 10px; transition: .3s; } .menu-drawer a:hover { color: var(--zon-theme-color); border-color: var(--zon-theme-color); } .menu-drawer a:hover svg path { stroke: var(--zon-theme-color); } .menu-drawer a svg path { stroke: #000; } @media screen and (max-width: 500px) { .search-drawer { width: calc(100% - 56px); } .menu-drawer { width: calc(100% - 56px); } } .share-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: #ffffff6a; } .share-modal .modal-dialog { position: absolute; left: 50%; top: 50%; width: 500px; background: #fff; transform: translate(-50%,-50%); height: auto; min-height: 300px; border-radius: 20px; box-shadow: 0 0 20px #dcdcdc; padding: 60px; } .liked svg { fill: red; } .liked svg path { stroke: red; } @media screen and (max-width: 578px) { .game-meta-container { flex-direction: column; } } .ads { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 40px; } .ads img { border-radius: 6px; } www/wwwroot/clodys.biz.id/themes/dorado/css/style.css 0000644 00000120176 15014546051 0017002 0 ustar 00 *, ::before, ::after { transition: .3s; box-sizing: border-box; scroll-behavior: smooth; } body { background: var(--body-color); } .app_start { display: flex; } .app_start .sidebar { padding: 20px 0; position: relative; min-width: var(--sidebar-width); background: var(--body-color); /* background: red; */ height: 100vh; } .app_start .sidebar .logo img { height: 80px; width: 80px; } .app_start .sidebar ul li.count-badge::after { content: attr(count); position: absolute; top: -2px; left: -2px; height: 16px; padding: 0 6px; font-weight: bolder; display: flex; justify-content: center; align-items: center; font-size: 9px; color: #fff; background: var(--theme-color); border-radius: 999px; } .app_start .sidebar ul li a, .app_start .sidebar ul li button { display: block; height: 50px; width: 50px; /* background: red; */ margin: 10px 0; display: flex; justify-content: center; align-items: center; border-radius: 999px; } .app_start .sidebar ul li a svg { height: 24px; width: 24px; z-index: 9; } .app_start .sidebar ul li a svg path { stroke: var(--sidebar-svg-color); } .app_start .sidebar ul li a:hover svg path { stroke: var(--sidebar-svg-hover-color); } .app_start .sidebar ul .hover-ball { position: absolute; top: 0; transform: translateY(20%); height: 50px; width: 50px; background: var(--sidebar-option-hover-bg-color); border-radius: 999px; z-index: 1; opacity: 0; pointer-events: none; } .app_start .sidebar ul li.active~.hover-ball { opacity: 1; } /* by default initialize */ /* .app_start .sidebar ul li:nth-child(1)~.hover-ball { transform: translateY(20%); } .app_start .sidebar ul li:nth-child(2)~.hover-ball { transform: translateY(140%); } .app_start .sidebar ul li:nth-child(3)~.hover-ball { transform: translateY(260%); } .app_start .sidebar ul li:nth-child(4)~.hover-ball { transform: translateY(380%); } .app_start .sidebar ul li:nth-child(5)~.hover-ball { transform: translateY(500%); } */ /* end */ /* .app_start .sidebar ul li:nth-child(1):hover~.hover-ball { transform: translateY(20%) !important; opacity: 1; } .app_start .sidebar ul li:nth-child(2):hover~.hover-ball { transform: translateY(140%) !important; opacity: 1; } .app_start .sidebar ul li:nth-child(3):hover~.hover-ball { transform: translateY(260%) !important; opacity: 1; } .app_start .sidebar ul li:nth-child(4):hover~.hover-ball { transform: translateY(380%) !important; opacity: 1; } .app_start .sidebar ul li:nth-child(5):hover~.hover-ball { transform: translateY(500%) !important; opacity: 1; } .app_start .sidebar ul li:nth-child(6):hover~.hover-ball { transform: translateY(620%) !important; opacity: 1; } */ /* for active class */ .app_start .sidebar ul li:nth-child(1).active~.hover-ball { transform: translateY(20%); opacity: 1; } .app_start .sidebar ul li:nth-child(2).active~.hover-ball { transform: translateY(140%); opacity: 1; } .app_start .sidebar ul li:nth-child(3).active~.hover-ball { transform: translateY(260%); opacity: 1; } .app_start .sidebar ul li:nth-child(4).active~.hover-ball { transform: translateY(380%); opacity: 1; } .app_start .sidebar ul li:nth-child(5).active~.hover-ball { transform: translateY(500%); opacity: 1; } .app_start .sidebar ul li:nth-child(6).active~.hover-ball { transform: translateY(620%); opacity: 1; } .app_start .sidebar ul li a:focus svg { transform: scale(1.2); } .app_start .sidebar ul li:not(.no-focus) a:focus svg path { stroke: var(--sidebar-svg-hover-color); } .app_start .sidebar ul li.active a:not(.no-focus) svg path { stroke: var(--sidebar-svg-hover-color); } .app_start .sidebar .setting-menu { position: absolute; bottom: 10px; left: 140%; min-width: 240px; background: var(--body-color); box-shadow: 0 2px 10px 0 #0000009a; padding: 6px; border-radius: 10px; } /* .app_start .sidebar .setting-menu .mode { position: relative; height: 40px; width: 100%; border-radius: 6px; display: block; z-index: 999999; padding: 16px; color: var(--common-color); } .app_start .sidebar .setting-menu .mode:nth-child(1):before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #111; } */ .app_start .sidebar .theme-changer svg { position: absolute; opacity: 0; transform: scale(0); } .app_start .sidebar .theme-changer.light #LightIcon { /* display: block; */ transition-delay: .1s; transform: scale(1); opacity: 1; } .app_start .sidebar .theme-changer.dark #DarkIcon { /* display: block; */ transition-delay: .1s; transform: scale(1); opacity: 1; } [tooltip] { position: relative; } [tooltip]::before { position: absolute; content: attr(tooltip); padding: 10px 15px; background: var(--tooltip-bg-color); color: var(--tooltip-color-color); font-size: 11px; text-transform: capitalize; border-radius: 8px; white-space: nowrap; opacity: 0; visibility: hidden; user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; pointer-events: none; z-index: 9; } [tooltip]:hover::before { opacity: 1; visibility: visible; } [tooltip].tooltip-right::before { top: 50%; transform: translateY(-50%); left: calc(100% + 10px); } [tooltip].tooltip-normal::before { top: calc(100% + 10px); transform: translateX(-50%); left: 50%; } .app_content { position: relative; width: calc(100% - var(--sidebar-width)); min-height: 100vh; overflow-y: scroll; padding-bottom: 10rem; } .app_content .active-game-img { position: absolute; top: 0; min-height: 600px; width: 100%; max-width: var(--container-w); z-index: -1; } .app_content .active-game-img .image { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; z-index: -1; opacity: 0.8; } .app_content .active-game-img::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 300px; background: linear-gradient(to left, transparent, var(--body-color)); z-index: -1; } .app_content .active-game-img .image::after { content: ''; position: absolute; top: 0; right: 0; height: 100%; width: 200px; /* background: red; */ background: linear-gradient(to right, transparent, var(--body-color)); z-index: 1; } /* .app_content .active-game-img .overlay { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 300px; background: linear-gradient(to left, transparent, var(--body-color)); z-index: 0; } */ .app_content .active-game-img .image::before { content: ''; position: absolute; bottom: 0; left: 0; height: 300px; width: 100%; background: linear-gradient(to bottom, transparent, var(--body-color)); z-index: -1; } .zon-wrapper { /* position: relative; */ max-width: var(--container-w); margin: auto; min-height: 100vh; /* background: red; */ z-index: 9; } header.zon-header { padding: 10px 10px; display: flex; justify-content: space-between; align-items: center; /* margin-top: 20px; */ position: fixed; width: 100%; max-width: var(--container-w); top: 0; z-index: 999; overflow: hidden; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } header.zon-header.effect::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: #17171abd; backdrop-filter: blur(50px); z-index: -1; opacity: 0; visibility: hidden; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } header.zon-header.effect.active { padding: 13px 10px; } header.zon-header.effect.active::before { height: 100%; opacity: 1; visibility: visible; } header.zon-header .search-bar { display: flex; width: max-content; padding: 14px 26px; overflow: hidden; /* border-radius: 5px; */ border-radius: 999px; min-width: 380px; background: var(--search-bg-color); /* box-shadow: 0 5px 30px #00000066; */ } header.zon-header .search-bar .search-input { width: 100%; outline: none; border: 0; background: transparent; color: var(--search-svg-color); } header.zon-header .search-bar .search-button svg path { stroke: var(--search-svg-color); } header.zon-header ul { display: flex; align-items: center; } header.zon-header ul li a { display: block; padding: 4px 10px; font-size: 14px; margin: 0 10px; color: #dcdcdc; } header.zon-header .authentic-button { display: block; height: 40px; padding: 0 30px; display: flex; justify-content: center; align-items: center; /* border-radius: 6px; */ border-radius: 999px; font-weight: 400; color: #fff; border: 1px solid transparent; } header.zon-header .authentic-button.fill { background: var(--theme-color); } header.zon-header .authentic-button.bordered { border-color: var(--theme-color); color: var(--theme-color); } header.zon-header .authentic-button.bordered:hover { background: var(--theme-color); color: #fff; } header.zon-header .user-profile { height: 56px; width: 56px; border: 3px solid #444; border-radius: 999px; display: flex; justify-content: center; align-items: center; } header.zon-header .user-profile img { height: 40px; width: 40px; object-fit: cover; border-radius: 999px; cursor: pointer; } header.zon-header .user-profile:hover { border-color: var(--theme-color); } .dynamic-game-content { margin-top: 10rem; margin-bottom: 100px; } .dynamic-game-content .content-title { font-size: 5rem; color: var(--common-color); font-weight: bolder; margin-bottom: 20px; } .dynamic-game-content .play-button { display: block; font-size: 24px; background: rgb(1, 146, 16); padding: 16px 20px; min-width: 250px; border-radius: 999px; text-align: center; display: flex; align-items: center; justify-content: center; margin-left: 7rem; font-weight: 600; color: #fff; width: max-content; } .dynamic-game-content .play-button:hover { background: rgb(1, 175, 19); } .dynamic-game-content .play-button:active { transform: scale(1.2); } .dynamic-game-content .content-icon { height: 120px; width: 120px; border-radius: 19px; user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; } .game-slider-container { width: 100%; overflow-x: auto; } .game-slider { display: flex; gap: 3rem; max-height: 400px; height: 100%; margin-top: 20px; border-radius: 10px; } .game-slider .slide { height: 100%; width: 460px; border-radius: var(--game-card-radius); } .game-slide-outer.cards-sm .slide { width: 350px; } .game-slide-outer.cards-sm .game-card .game-poster { min-height: 120px; max-height: 120px; } .game-slide-outer.cards-sm .game-card .game-poster { min-height: 200px; } .game-slide-outer.extra-space.cards-sm, .game-slide-outer.extra-space.cards-sm { width: calc(100% - 200px - 2.5rem); } .game-card { display: block; position: relative; } .game-poster:focus { background: var(--theme-color); border-color: var(--theme-color) !important; } .game-card.active .game-poster { border-color: var(--common-color); } .game-card .game-poster { display: block; position: relative; min-height: 260px; max-height: 260px; width: 100%; border: 3px solid #ffffff1f; border-radius: var(--game-card-radius); overflow: hidden; box-shadow: 0 5px 10px #000000b8; } .game-card:hover .game-poster { border-color: var(--common-color); } .game-card .game-poster img[loading] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border-radius: var(--game-card-radius); } .game-card .game-poster .played-badge { position: absolute; bottom: 10px; right: 10px; display: flex; /* background: #333; */ gap: 6px; padding: 6px 12px; color: #fff; font-size: 13px; font-size: 12px; align-items: center; } .game-card .game-poster .played-badge svg { height: 22px; width: 22px; margin-right: 5px; } .game-card .game-poster .played-badge svg path { stroke: #fff; } .game-card .game-poster::before { content: ''; position: absolute; bottom: 0; left: 0; height: 50%; width: 100%; background: linear-gradient(to top, #000, transparent); } .game-card .badge { height: 110px; width: 50px; z-index: 2; display: flex; justify-content: center; align-items: center; position: absolute; top: -35px; left: -5px; transform: rotate(43deg); padding: 2px 6px; } .game-card .badge.hot { background: linear-gradient(rgb(224, 39, 15), rgb(152, 20, 2)); } .game-card .badge.new { background: linear-gradient(rgb(15, 224, 53), rgb(2, 152, 19)); } .game-card .badge svg { height: 32px; width: 32px; transform: rotate(-50deg); } .game-card .badge.new svg { height: 28px; width: 28px; } .game-card .badge svg path { stroke: #fff; fill: #fff; } .game-card .badge.hot svg path { fill: #fff; } .game-card .badge.new svg path:nth-child(1) { fill: #ffffffbb; stroke: transparent; } .game-card:hover .game-name { color: var(--theme-color); } .scroll-none::-webkit-scrollbar { display: none; } .game-slide-outer .slide-controller { position: absolute; top: 0; width: 280px; height: 100%; display: flex; align-items: center; z-index: 9; cursor: pointer; } .game-slide-outer .slide-controller .icon { font-size: 2rem; color: var(--common-color); cursor: pointer; user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; padding: 0 20px; } .game-slide-outer .slide-controller.left { left: 0 !important; justify-content: flex-start; background: linear-gradient(to left, transparent, var(--body-color)); } .game-slide-outer .slide-controller.right { right: 0; justify-content: flex-end; background: linear-gradient(to right, transparent, var(--body-color)); } .d-none { display: none !important; } .FadeIn { animation: 2s FadeIn infinite; } .add-effect { transform: translateY(-60px) !important; opacity: 0 !important; } .remove-effect { transition-delay: 2s; transform: translateY(0); opacity: 1; } @keyframes FadeIn { 0% { transform: translateY(-60px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } /* 0% { transform: translateX(10px); filter: blur(80px); } 25% { transform: translateX(-10px); filter: blur(20px);} 45% { transform: translateX(10px); filter: blur(40px);} 65% { transform: translateX(-10px); filter: blur(60px);} 85% { transform: translateX(10px); filter: blur(80px);} 100% { transform: translateX(0); filter: blur(0); } */ } .dynamic-section .section-heading { position: relative; margin-bottom: 0; font-size: 1.3rem; text-transform: uppercase; font-weight: 400; color: var(--sidebar-svg-color); max-width: max-content; } .dynamic-section .section-heading .more { position: absolute; top: 50%; left: 100%; transform: translateY(-60%); font-size: 2rem; margin-left: 30px; display: flex; justify-content: center; align-items: center; } .dynamic-section .section-heading .more:hover { color: #fff; } /* .dynamic-section .section-heading .more:focus { transform: translateY(-60%) translateX(600%); opacity: 0; } */ .dynamic-section .badge-bx { position: relative; display: block; padding: 17px; /* background: var(--body-color); */ background: var(--badge-box-bg-color); border: 1px solid var(--badge-box-border-color); min-width: 200px; min-height: 320px; max-height: 400px; height: 100%; border-radius: 18px; } .dynamic-section .badge-bx.center { display: flex; justify-content: center; align-items: center; flex-direction: column; } .dynamic-section .badge-bx .icon { height: 100px; width: 100px; border-radius: 999px; display: flex; justify-content: center; align-items: center; } .dynamic-section .new-games-badge-bx.badge-bx .icon { background: linear-gradient(to left, rgb(15, 224, 53), rgb(2, 152, 19)); } .dynamic-section .popular-games-badge-bx.badge-bx .icon { background: linear-gradient(to left, rgb(224, 39, 15), rgb(152, 20, 2)); } .dynamic-section .badge-bx .icon svg { height: 40px; width: 40px; } .dynamic-section .badge-bx .icon svg path { stroke: #fff; fill: #fff; } .dynamic-section .badge-bx.new-games-badge-bx .icon svg path:nth-child(1) { fill: #ffffffbd; stroke: #ffffffbd; } .dynamic-section .badge-bx span { font-size: 1.4rem; color: #fff; text-transform: capitalize; margin-top: 20px; } .app_loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 9999; display: flex; justify-content: center; align-items: center; flex-direction: column; opacity: 0; visibility: hidden; } .app_loader .loader::before { content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: 99; background: linear-gradient(to right, #000, transparent); } .app_loader .overlay-top::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 20%; z-index: 99; background: linear-gradient(to bottom, #000, transparent); } .app_loader .overlay-full { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; } .app_loader .overlay-bottom::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; z-index: 99; background: linear-gradient(to top, #000, transparent); } .app_loader .loader::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; z-index: 99; background: linear-gradient(to left, #000, transparent); } .app_loader .intro { display: flex; justify-content: center; align-items: center; flex-direction: column; } .app_loader .intro.hide { opacity: 0; visibility: hidden; } .app_loader .intro span { color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: 3px; margin-bottom: 6px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .app_loader .intro img { width: 100%; } .app_loader .loader { position: relative; width: calc(100% - 600px); height: calc(100% - 600px); background-repeat: no-repeat; background-size: cover; background-position: center; filter: saturate(0) contrast(1.2) grayscale(100); } .app_loader .loader.hide { display: none; /* opacity: 0; visibility: hidden; */ } .app_loader .loader.show { display: block; /* opacity: 1; visibility: visible; */ } .app_loader.active { opacity: 1; visibility: visible; } .game-poster .loader { position: absolute; height: 100%; width: 100%; background: var(--body-color); z-index: 1; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; } /* .game-poster .loader .fadeLogo { position: relative; height: 100%; width: 100%; } */ .game-poster .loader .fadeLogo img { /* position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); the mvn */ width: 100%; filter: grayscale(10); animation: 2s GrayScaleFade linear infinite; } .loader.active { opacity: 1; visibility: visible; } @keyframes GrayScaleFade { 0% { filter: grayscale(0); } 50% { filter: grayscale(5); } 100% { filter: grayscale(0); } } .mobile-navigation { padding: 16px 10px; background: var(--body-color); box-shadow: 0 0 20px #000; } .mobile-navigation li { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; } .mobile-navigation li a { display: block; height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; border-radius: 999px; } @media screen and (max-width: 1100px) { /* mvn */ .sidebar { z-index: 999999999 !important; position: fixed !important; left: 0; top: 0; height: 100%; transform: translateX(-var(--sidebar-width)); width: var(--sidebar-width); background: var(--body-color) !important; opacity: 0; visibility: hidden; } .sidebar.active { opacity: 1; visibility: visible; transform: translateX(0); } .report-popup { bottom: 13% !important; } .thank-you-popup { bottom: 13% !important; } .sidebar-toggle { display: block !important; height: 60px; width: 60px; border-radius: 999px; background: var(--body-color); position: fixed; bottom: 30px; right: 30px; box-shadow: 0 0 10px #000000c0; padding: 10px; cursor: pointer; } .slide-controller { width: 30% !important; } .app_content { width: 100% !important; } header.zon-header .search-bar { min-width: 50% !important; } header.zon-header .user-profile, header.zon-header .user-profile img { min-width: 50px; min-height: 50px; } } @media screen and (max-width: 1234px) { .dynamic-game-content .flex-col-1200 { flex-direction: column; align-items: flex-start; } .dynamic-game-content .play-button { margin-left: 1rem !important; margin-top: 20px; } } @media screen and (max-width: 904px) { .dynamic-game-content .content-title { font-size: 2.6rem !important; } } @media screen and (max-width: 755px) { .badge-bx { display: none !important; } .game-slide-outer.extra-space.cards-sm, .game-slide-outer.extra-space.cards-sm { width: 100% !important; } .sidebar ~ .search-bar { position: fixed !important; min-width: 100%; } .sidebar.search-bar-active ~ .search-bar { left: 0; } .sidebar.search-bar-active { left: calc(var(--sidebar-width) - calc(var(--sidebar-width) * 2)) ; } .search-bar .mini-card-grid { max-width: 600px; margin: auto; } .search-bar .mini-card-grid .game-card, .search-bar .mini-card-grid .game-card .game-poster { width: 100%; min-width: 100%; max-width: 100%; } .search-bar .mini-card-grid .game-card .game-poster { min-height: 210px; } .search-bar .mini-card-grid .game-card .game-poster img[loading] { position: absolute; left: 0; top: 0; } } @media screen and (max-width: 400px) { .search-bar .new-games { display: none; } .search-bar .mini-card-grid { max-width: 100% !important; } .search-bar .new-games, .search-bar .categories { display: none; } } .user-profile .dropdown-content { position: absolute; padding: 10px; top: 70px; right: 0; background: #111; min-width: 250px; border-radius: 15px; display: flex; flex-direction: column; box-shadow: 0 5px 10px 0 #00000076; opacity: 0; visibility: hidden; transform: translateX(-60px); } .user-profile:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateX(0); } .user-profile .dropdown-content a { display: flex; gap: 10px; align-items: center; padding: 14px 10px; font-size: 14px; color: var(--sidebar-svg-color); } .user-profile .dropdown-content a svg path { stroke: var(--sidebar-svg-color); } .user-profile .dropdown-content a:hover svg path { stroke: var(--sidebar-svg-hover-color); } .user-profile .dropdown-content a:hover { color: var(--common-color); } .color-selector { color: rgb(0, 140, 255); } .bg-blog-banner { position: absolute; top: 0; left: 0; height: 45vh; overflow: hidden; width: 100%; /* background-attachment: fixed; */ object-fit: cover; z-index: -1; } .bg-blog-banner img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .bg-blog-banner::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(#000000e5, #000000e5); } .blog-container { max-width: 900px; margin: auto; z-index: 999; } .ajax-loader { position: fixed; top: 0; left: 0; width: 100%; z-index: 99999999; } .ajax-loader .loading { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--theme-color); display: block; border-radius: 999px; /* animation: Loading 0.5s linear infinite; */ opacity: 0; visibility: hidden; } .ajax-loader.active, .ajax-loader.active .loading { opacity: 1; visibility: visible; } .push-content { transform: translateY(-100%); opacity: 0; visibility: hidden; } .push-down-content { transform: translateY(0); opacity: 1; visibility: visible; } @keyframes Loading { to { transform: translate(200%); } from { transform: translate(-100%); } } .pagination a.active { color: #fff; background: var(--theme-color); } .app_game .game-page-space { position: sticky; top: 0; min-width: 300px; min-height: 400px; border-radius: 10px; /* background: var(--sidebar-option-hover-bg-color); */ } @media screen and (max-width: 1453px) { .app_game .game-page-space.gps-1 { display: none; visibility: hidden; opacity: 0; } .game-player { width: 100% !important; } } @media screen and (max-width: 949px) { .app_game .game-page-space.gps-2 { display: none !important; visibility: hidden !important; opacity: 0 !important; } } .app_game .play-screen { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: var(--sidebar-option-hover-bg-color); z-index: 1; display: flex; /* justify-content: center; */ /* align-items: center; */ flex-direction: column; gap: 1rem; } .app_game .play-screen .game-mini-details { /* position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); */ height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .app_game .play-screen .game-mini-details img { height: 150px; width: 150px; border-radius: 10px; object-fit: cover; } .app_game .play-screen .game-mini-details .play-button { display: flex; align-items: center; justify-content: center; gap: 15px; background: var(--theme-color); margin-top: 40px; min-width: 200px; padding: 10px 0px; border-radius: 9999px; font-weight: bolder; color: #fff; } .app_game .play-screen .game-mini-details .play-button:hover { opacity: 0.8; } .app_game .play-screen .game-mini-details .play-button:focus { transform: scale(1.1); } .app_game .play-screen-space { position: relative; margin-top: 30px; margin-bottom: 30px; height: 120px; width: calc(100% - 100px); /* background: #111; */ border-radius: 20px; overflow: hidden; } .app_game .loading-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--sidebar-option-hover-bg-color); z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .app_game .loading-screen .loading-logo { animation: 2s GrayScaleFade linear infinite; } .app_game .loading-screen .progress { position: relative; height: 10px; width: 100%; border-radius: 999px; background: #444; margin-top: 20px; overflow: hidden; } .app_game .loading-screen .progress .line { display: block; width: 0%; height: 100%; background: var(--theme-color); border-radius: 999px; } .app_game .play-screen .game-mini-details .play-button svg path { stroke: #fff; fill: #fff; } .app_game .game-player { max-height: 700px; width: calc(100% - 700px); background: var(--sidebar-option-hover-bg-color); border-radius: 20px; /* overflow: hidden; */ } .app_game .game-player.full { border-radius: 0; } .app_game .game-details { /* max-width: calc(100% - 800px); */ margin: 2rem auto; } .app_game .game-details .game-icon { height: 120px; width: 120px; object-fit: cover; border-radius: 20px; } .app_game .game-player { position: relative; display: flex; flex-direction: column; } .app_game .game-player iframe { /* position: absolute; */ /* display: block; */ min-height: calc(700px - 70px); width: 100%; } .app_game .game-player .u-interact-button { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #fff; padding: 0 10px; height: 20px; position: relative; border-radius: 999px; } .app_game .game-player .u-interact-button svg { width: 18px; height: 18px; fill: var(--common-color); transition: .1s !important; } .app_game .game-player .u-interact-button span { color: var(--common-color); } .app_game .game-player.full { max-height: calc(100% - 70px) !important; } .app_game .game-player.full .game-interact { background: var(--body-color) !important; } .app_game .game-player.full .game-interact.hide { height: 0; padding: 0; overflow: hidden; } .app_game .game-player.full iframe { /* height: 100%; */ min-height: 100% !important; } .u-interact-button.like-button.active svg path { stroke: var(--theme-color); } .app_game .game-player.full { position: fixed !important; left: 0; top: 0; height: 100% !important; width: 100%; z-index: 999999999999999999; } /* .app_game .game-interact { background: var(--game-interact-bg-color); } */ .app_game .game-player.full .hide-bar { display: flex; } .app_game .game-player.full .exitScreen { display: block !important; } .app_game .game-player.full .fullScreen { display: none; } .app_game .game-player.full .feedback-button { display: none; } .app_game .game-player.full .like-button { display: none; } .app_game .hide-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; cursor: pointer; } .app_game .game-player.full iframe { height: 100%; } .sidebar.search-bar-active ~ .search-bar { transform: translate(0%); } .search-bar { transition: .7s; transform: translate(-170%); position: absolute; top: 0; left: var(--sidebar-width); width: 400px; height: 100%; background: var(--body-color); padding: 10px; overflow-y: scroll; z-index: -1; } .search-bar.sidebar-shadow { box-shadow: 40px -5px 30px #00000055; } .search-bar .search-form { position: relative; display: block; width: 100%; background: var(--sidebar-option-hover-bg-color); border-radius: 9999px; overflow: hidden; } .search-bar .search-form input { width: 100%; background: transparent; border: 0; outline: none; height: 45px; border-radius: 10px; padding: 15px 48px; color: var(--common-color); font-size: 14px; } /* .search-bar .search-form input */ .search-bar .search-form input:focus~.perform-button, .search-bar .search-form input:not(:placeholder-shown)~.perform-button { left: calc(100% - 50px); } .search-bar .search-form input:focus, .search-bar .search-form input:not(:placeholder-shown) { padding: 15px 25px; } .search-bar .search-form .perform-button { transition: .7s; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; height: 45px; width: 45px; border-radius: 999px; /* background: var(--body-color); */ } .search-bar .search-form .perform-button svg { height: 15px; width: 15px; } .search-bar .search-form .perform-button svg path { stroke: var(--common-color); } .categories { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; } .categories .item { position: relative; display: block; padding: 6px 16px; font-size: 10px; text-transform: uppercase; background: var(--sidebar-option-hover-bg-color); border-radius: 999px; color: var(--common-color); letter-spacing: 1px; z-index: 1; display: flex; align-items: center; gap: 6px; white-space: nowrap; } .categories .item:hover { color: #fff; background: var(--theme-color); } .mini-card-grid .game-card .game-poster { min-height: 100px; } .mini-card-grid .game-card .game-name { font-size: 15px; } .mini-card-grid .game-card .game-category { font-size: 12px; margin-top: 0; } .mini-card-grid .game-card .badge { top: 5px; left: 5px; width: 30px; height: 30px; border-radius: 999px; } .mini-card-grid .game-card .badge svg { height: 44px; width: 44px; } .mini-card-grid .game-card { width: 100%; } .search-bar #search-result { position: absolute; top: 70px; left: 10px; height: max-content; max-height: 400px; background: var(--sidebar-option-hover-bg-color); z-index: 9; width: calc(100% - 20px); border-radius: 20px; padding: 15px; opacity: 0; visibility: hidden; overflow-y: scroll; } .search-bar #search-result span { /* text-transform: capitalize; */ font-size: 14px; color: var(--common-color-muted); } /* .search-bar #search-result::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: linear-gradient(transparent, var(--sidebar-option-hover-bg-color)); } */ .search-bar #search-result.active { opacity: 1; visibility: visible; } .search-bar #search-result .card { display: flex; align-items: center; padding: 10px; border-radius: 15px; gap: 20px; cursor: pointer; } .search-bar #search-result .card img { height: 60px; width: 60px; border-radius: 15px; object-fit: cover; } .search-bar #search-result .card .text { display: flex; flex-direction: column; } .search-bar #search-result .card .text .game-name { font-size: 16px; font-weight: bolder; color: var(--common-color); } .search-bar #search-result .card .text .game-category { font-size: 13px; color: var(--common-color-muted); } .search-bar #search-result .card:hover { background: var(--search-bg-color); } .game-card .remove-game { position: absolute; top: 10px; right: 10px; height: 30px; width: 30px; border-radius: 999px; font-size: 20px; font-weight: bolder; color: #fff; background: var(--theme-color); display: flex; justify-content: center; align-items: center; z-index: 1; cursor: pointer; opacity: 0; visibility: hidden; } .game-card:hover .remove-game { opacity: 1; visibility: visible; } .game-card .remove-game span { position: absolute; top: 44%; left: 50%; transform: translate(-50%, -50%); } @media screen and (max-width: 664px) { .game-details { display: none; } .game-player { min-height: 200px; max-height: 450px !important; } .game-player iframe { min-height: calc(450px - 70px) !important; } } @media screen and (max-width: 450px) { .game-interact .game-mini-details .game-text-details { display: none; } .game-interact button span { display: none; } } .line-limit-1 { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } .report-popup { position: fixed; bottom: 20px; right: 20px; transform: translateX(100%); opacity: 0; visibility: hidden; height: auto; width: 400px; background: var(--body-color); z-index: 999; border-radius: 16px; box-sizing: border-box; padding: 20px; overflow: hidden; } .report-popup.active { transform: translateX(0); opacity: 1; visibility: visible; } .report-popup .body textarea { /* background: #f0f5fc; */ background: transparent; height: 90px; width: 100%; outline: none; border: 1px solid var(--sidebar-option-hover-bg-color); color: var(--common-color); padding: 10px; border-radius: 12px; margin-top: 20px; resize: none; } .report-popup .body textarea::placeholder { color: #666; } .report-popup .body textarea:focus { border-color: var(--theme-color); } .thank-you-popup { position: fixed; bottom: 20px; right: 20px; padding: 20px; min-width: 260px; height: 90px; background: var(--theme-color); color: #fff; z-index: 999; border-radius: 16px; box-sizing: border-box; padding: 20px; overflow: hidden; display: flex; justify-content: center; align-items: center; font-size: 23px; font-weight: bolder; transform: translateX(100%); opacity: 0; visibility: hidden; } .thank-you-popup.active { transform: translateX(0); opacity: 1; visibility: visible; } ._700x120:not(:empty) { background: var(--sidebar-option-hover-bg-color); min-height: 100px; max-width: 700px; max-height: 120px; margin: 30px auto; } www/wwwroot/clodys.biz.id/admin/assets/css/style.css 0000644 00000002524 15014546127 0016637 0 ustar 00 body { background-color: #f4f5f7; } .list li { list-style-type: none; } .text-xs { font-size: 11px; } .show { display: flex !important; } .transition-sm { transition: 0.3s; } input[type="file"]::-webkit-file-upload-button { height: 100%; width: 100px; border: 0; color: #777; } /* .block { display: block ; } */ .game-add-modal { position: fixed; top: 0; width: 100%; left: 0; height: 100%; } .game-add-modal .overlay { position: fixed; top: 0; width: 100%; left: 0; height: 100%; background: #0000008c; z-index: -1; } .game-add-modal .game-add-dialog { background: #fff; z-index: 1; width: 400px; height: auto; min-height: 400px; max-height: 500px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px; box-sizing: border-box; border-radius: 6px; display: flex; flex-direction: column; justify-content: space-between; } .game-add-modal .game-add-dialog .form { width: 100%; display: flex; gap: 10px; } .game-add-modal .game-add-dialog .form input { width: 100%; background: transparent; height: 35px; } .game-add-modal .game-add-dialog .form button { padding: 0 10px; background: transparent; } www/wwwroot/clodys.biz.id/themes/garud/css/style.css 0000644 00000014375 15014546130 0016635 0 ustar 00 .zon-container { max-width: 1400px; margin: auto; padding: 10px; } .zon-game-container { max-width: 1100px; margin: auto; padding: 10px; } .head__action__button svg { height: 24px; width: 24px; } .head__action__button svg path { stroke: #000; transition: .3s; stroke-width: 3px; } .head__action__button:hover svg path { stroke: var(--zon-theme-color); stroke-width: 3px; } /* .game__grid { display: grid; grid-template-columns: repeat(8,1fr); grid-template-rows: repeat(7,1fr); grid-column-gap: 10px; grid-row-gap: 10px; } */ .game { position: relative; border-radius: .75rem; overflow: hidden; z-index: 1; } .new__badge::before { content: 'new game'; position: absolute; top: 10px; left: 20px; font-size: 7px; font-weight: bolder; background: rgb(246, 128, 17); color: #fff; padding: 4px 10px; border-radius: 99px; text-transform: uppercase; letter-spacing: 1px; z-index: 9; } .game__grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); grid-gap: 20px; grid-auto-rows: minmax(180px,auto); grid-auto-flow: dense; } .game.large { grid-column-end: span 2; grid-row-end: span 2; } .game .game__thumb { display: block; height: 100%; width: 100%; } .game .game__thumb img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; z-index: 1; } /* .game::after { content: ''; position: absolute; height: 100%; width: 100%; background: linear-gradient(to top, #000, transparent); left: 0; top: 0; border-radius: 0px; z-index: -1; } */ .game .game_name { display: block; width: 100%; position: absolute; bottom: -100%; font-weight: bold; left: 0; padding: 5px; background: white; z-index: 9; font-size: 10px; text-align: center; transition: .4s; text-transform: uppercase; } .game:hover .game_name { bottom: 0; } .game__categories { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); grid-gap: 20px; grid-auto-rows: minmax(90px,auto); grid-auto-flow: dense; } .game__categories .category { padding: 10px; border-radius: 1.20rem; display: flex; align-items: center; } .game__categories .category img { height: 100%; width: 100px; object-fit: cover; border-radius: 1rem; margin-right: 20px; } .game__categories .category .category__name { font-size: 17px; font-weight: bold; color: #000; transition: .4s; } .game__categories .category .category__name:hover { color: var(--zon-theme-color); } .game__categories .category p { /* color: #777; */ text-transform: capitalize; font-size: 14px; } .more_games_button { display: block; width: fit-content; text-transform: uppercase; font-size: 12px; margin-top: 20px; /* background: rgb(22, 164, 252); */ padding: 10px 26px; border-radius: 99px; color: #fff; } .search-container, .menu-container { position: fixed; top: 0; right: 0; height: 100%; width: 100%; background: #ffffffa9; z-index: 9999; transition: .4s; opacity: 0; visibility: hidden; } .search-container.active, .menu-container.active { opacity: 1; visibility: visible; } .search-container.active .search-drawer, .menu-container.active .menu-drawer { right: 0; } .search-drawer { position: fixed; top: 0; right: -100%; width: calc(100% - 40%); height: 100%; background: #fff; box-shadow: 0 0 50px #00000093; padding: 20px; overflow-y: scroll; transition: .3s; transition-delay: .2s; } .menu-drawer { position: fixed; top: 0; right: -100%; width: 300px; height: 100%; background: #fff; box-shadow: 0 0 50px #00000093; padding: 20px; overflow-y: scroll; transition: .3s; transition-delay: .2s; } .search-drawer form { width: 100%; display: flex; border: 1px solid #dcdcdc; overflow: hidden; border-radius: 4px; } .search-drawer form input { height: 40px; width: 100%; padding: 0 20px; } .search-drawer form button { padding: 0 20px; } .close-drawer { display: block; position: absolute; top: 10px; left: 10px; background: #fff; border: 1px solid #dcdcdc; display: flex; justify-content: center; align-items: center; font-size: 28px; border-radius: 999px; height: 40px; width: 40px; cursor: pointer; user-select: none; } .close-drawer i { margin-top: -6px; } .close-drawer:active { background: #999999c6; } .scroll-none::-webkit-scrollbar { display: none; } .menu-drawer a { padding: 10px; border: 1px solid #dcdcdc; display: flex; align-items: center; gap: 10px; border-radius: 4px; margin-bottom: 10px; transition: .3s; } .menu-drawer a:hover { color: var(--zon-theme-color); border-color: var(--zon-theme-color); } .menu-drawer a:hover svg path { stroke: var(--zon-theme-color); } .menu-drawer a svg path { stroke: #000; } @media screen and (max-width: 500px) { .search-drawer { width: calc(100% - 56px); } .menu-drawer { width: calc(100% - 56px); } } .share-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: #ffffff6a; } .share-modal .modal-dialog { position: absolute; left: 50%; top: 50%; width: 500px; background: #fff; transform: translate(-50%,-50%); height: auto; min-height: 300px; border-radius: 20px; box-shadow: 0 0 20px #dcdcdc; padding: 60px; } .liked svg { fill: red; } .liked svg path { stroke: red; } @media screen and (max-width: 578px) { .game-meta-container { flex-direction: column; } } .ads { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 40px; } .ads img { border-radius: 6px; } www/wwwroot/clodys.biz.id/themes/zontal/css/style.css 0000644 00000102256 15014546300 0017035 0 ustar 00 body { background: var(--zon-body-bg-color); color: var(--zon-common-text-color); } * { scroll-behavior: smooth; } .cursor { width: 50px; height: 50px; border-radius: 100%; border: 1px solid var(--zon-cursor-color); transition: all 200ms ease-out; position: fixed; pointer-events: none; left: 0; top: 0; transform: translate(calc(-50% + 15px), -50%); z-index: 9999999999999; } .cursor2 { width: 20px; height: 20px; border-radius: 100%; background-color: var(--zon-cursor-color); opacity: .3; position: fixed; transform: translate(-50%, -50%); pointer-events: none; z-index: 9999999999999; transition: width .3s, height .3s, opacity .3s; } .cursorinnerhover { width: 50px; height: 50px; opacity: .5; } .text-muted { color: var(--zon-muted-color); } .link-hover { background: var(--zon-theme-color); } .zontal-sidebar-head { padding: 0 15px; } .zontal-sidebar { position: sticky; top: 0; left: 0; width: 260px; height: 100vh; /* height: 100%; */ /* background: #000; */ padding: 10px 10px; overflow: scroll; z-index: 999; } .zontal-sidebar::-webkit-scrollbar { display: none; } .zontal-sidebar .burger-menu path { stroke: var(--zon-common-text-color); } .zontal-sidebar-body .list path { stroke: var(--zon-common-text-color); } .zontal-sidebar-body .list { box-sizing: border-box; } .zontal-sidebar-body .list a { transition: 0.4s; padding-left: 15px; /* border: 1px solid transparent; */ padding-right: 15px; } .sb-divider { padding: 0 15px; } /* .zontal-sidebar-body .list a:hover { background: var( --zon-theme-color); } */ .sb-divider { color: var(--zon-div-color); letter-spacing: 1px; } .line-clamp-1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } .line-clamp-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } .line-clamp-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; } .z-container { max-width: 1800px; margin: auto; width: 100%; /* min-height: 100vh; */ box-sizing: border-box; } .zontal-start { padding: 6px 10px; } .search-bar path { stroke: var(--zon-common-text-color); } .zontal-sidebar-body .game-list path { stroke: var(--zon-common-text-color); } .zontal-sidebar-body .game-list svg { height: 29px; width: 29px; } .zontal-sidebar-body .game-list a { padding: 2px 10px; } /* .zontal-sidebar-body a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } */ .swiper-pagination-bullet { border: 1px solid #1da1f2; } .swiper-pagination-bullet-active { background: #1da1f2; } img:not([draggable]), embed, object, video { max-width: 100%; height: auto; } .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; } .swiper-container-no-flexbox .swiper-slide { float: left; } .swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .swiper-container-multirow>.swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; } .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; transition-property: transform, height; transition-property: transform, height, -webkit-transform; } .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; } .swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-pagination { position: absolute; text-align: center; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-white .swiper-pagination-bullet { background: #fff; } .swiper-pagination-bullet-active { opacity: 1; background: #007aff; } .swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; } .swiper-pagination-black .swiper-pagination-bullet-active { background: #000; } .swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; } .swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; transform-origin: right top; } .swiper-container-horizontal>.swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-vertical>.swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); } .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; } .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; } .swiper-container-3d { -webkit-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; } .swiper-container-cube, .swiper-container-flip { overflow: visible; } .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; transition-property: opacity; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } .swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; } .swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; } .swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .swiper-container.one { padding-top: 40px; text-align: center; } .swiper-container.one .swiper-slide { /* padding: 0 43px; */ } .swiper-container { width: 100%; padding-bottom: 60px; } .swiper-slide img { display: block; /* margin: auto; */ width: 100%; } .swiper-slide { width: 70%; height: auto; /* padding: 0 15px; */ } .two .swiper-slide { width: 50%; } .swiper-slide img { /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */ border-radius: 10px; } .swiper-slide .slider-image .preview-icon { z-index: -1; width: calc(100% - 30px); } .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; z-index: 1; } .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0; } .swiper-pagination-bullet { background: transparent none repeat scroll 0 0; border: 1px solid #ee0f6f; border-radius: 10px; display: inline-block; height: 10px; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; width: 26px; -webkit-transition: 0.2s; transition: 0.2s; } .swiper-pagination-bullet-active { background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0; background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0; border: medium none; height: 12px; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; width: 12px; } .game-card { position: relative; width: 300px; transition: .4s; } .game-card:hover { transform: translateY(10px); } .game-card a { transition: .4s; } .game-card a:hover { color: var(--zon-theme-color); } .game-card img { width: 100%; height: 140px; overflow: hidden; object-fit: cover; border-radius: 8px; } .game-card path { stroke: var(--zon-common-text-color); } .game-card svg { /* width: 12px; height: 12px; */ } .game-card .game-details { padding: 4px 6px; } .game-card .game-meta { white-space: nowrap; } .scroll-none::-webkit-scrollbar { display: none; } @media screen and (max-width: 2020px) { .zontal-sidebar { width: 70px; background: var(--zon-body-bg-color) !important; z-index: 99; } .zontal-sidebar-footer { display: none !important; } .zontal-sidebar .logo { display: none; } .zontal-sidebar .icon-label { display: none; } .zontal-sidebar hr { display: block !important; } .zontal-sidebar .sb-divider { display: none; } .zontal-sidebar .text { display: none; } .zontal-sidebar .more-button { display: none; } .zontal-sidebar.active { position: fixed; left: 0; top: 0; width: 260px; } .zontal-sidebar.active .zontal-sidebar-footer { display: flex !important; } .zontal-sidebar.active .text { display: block; } .zontal-sidebar.active .more-button { display: flex; z-index: 999; } .zontal-sidebar.active .sb-divider { display: block; } .zontal-sidebar.active .icon-label { display: block; } .zontal-sidebar.active hr { display: none !important; } .zontal-sidebar.active .logo { display: block; } .z-container { max-width: 1500px !important; width: auto !important; /* margin: 0 !important; */ } .zontal-sidebar.active .overlay { content: ''; position: fixed; top: 0; left: 0; height: 100%; width: 100%; /* background: var(--zon-overlay-bg-color); */ z-index: 0 !important; } .zontal-sidebar.active { box-shadow: var(--zon-sidebar-shadow); } } @media screen and (max-width: 1518px) { .z-container { max-width: 1200px !important; width: auto !important; } } @media screen and (max-width: 1252px) { .z-container { max-width: 1000px !important; width: auto !important; } } @media screen and (max-width: 1102px) { .zontal-sidebar { display: none; } /* .zontal-sidebar .burger-menu { display: none; } */ header .bm-sm { display: block !important; } .zontal-sidebar.active { display: block; } } @media screen and (max-width: 614px) { .search-bar { width: 100% !important; } } @media screen and (max-width: 707px) { .profile .text { display: none; } } @media screen and (max-width: 444px) { .theme-changer { display: none !important; } } @media screen and (max-width: 344px) { .profile { width: 3rem !important; } } header .bm-sm { display: none; } .zontal-sidebar .burger-menu { cursor: pointer; } .zontal-sidebar .burger-menu:active { background: var(--zon-muted-color); } .zontal-sidebar hr { display: none; } .zontal-sidebar { transition: width .6s; z-index: 99; } .profile:hover .dropdown-menu { right: 0; opacity: 1; visibility: visible; } .dropdown-menu { position: absolute; right: 40px; opacity: 0; padding: 5px; top: 40px; width: 160px; background: var(--zon-body-bg-color); z-index: 999999; border-radius: 5px; visibility: hidden; transition: .2s; } .dropdown-menu ul li a { display: block; padding: 7px 6px; font-size: 14px; text-transform: capitalize; color: var(--zon-common-text-color); } .left-pagination { left: 0; margin-left: 10px; } .m-slider-container:hover .pagination-container { top: 50%; opacity: 1; visibility: visible; } .left-pagination button { margin-left: 20px; } .right-pagination button { margin-right: 20px; } .right-pagination { right: 0; margin-right: 10px; } .pagination-container { position: absolute; width: 100%; display: flex; justify-content: space-between; top: 60%; /* height: 100%; */ transform: translateY(-50%); z-index: 99; left: 0; transition: .5s; opacity: 0; visibility: hidden; } .Pagination button { height: 40px; width: 40px; border-radius: 50%; background: var(--zon-body-bg-color); box-sizing: border-box; box-shadow: 0px 0px 10px 0px #111; display: flex; justify-content: center; align-items: center; outline: none; } .pag-cur { height: 30px !important; width: 30px !important; background: var(--zon-cursor-color) !important; } /* .Pagination::before { content: ''; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 100px; background: red; } */ .zontal-sidebar-body a { position: relative; z-index: 1; } .zontal-sidebar-body a::before { content: ''; position: absolute; height: 100%; right: 0; transition: .6s; width: 100%; background-image: linear-gradient(to left, transparent 1%, var(--zon-theme-color) 100%, transparent); border-right: 1px solid var(--zon-theme-color); opacity: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; z-index: -1; } .zontal-sidebar-body a.active-page:before { opacity: 1; } .zontal-sidebar-body a.active-page span { color: #fff; } .zontal-sidebar-body a.active-page svg path{ stroke: #fff; } .zontal-sidebar-body a.active-page p { color: #fff !important; } .zontal-sidebar-body a:hover:before { /* width: 2px; */ opacity: 1; } .zontal-sidebar-body a:hover span { color: #fff; } .zontal-sidebar-body a:hover svg path { stroke: #fff; } .zontal-sidebar-body a:hover p { color: #fff !important; } .zontal-sidebar .category-list a { /* padding-left: 15px; */ /* padding-right: 15px; */ padding: 2px 15px; margin-top: 10px; } .zontal-sidebar .category-list a:hover svg path { stroke: #fff !important; } .more-button { transition: .2s; margin-top: 20px; } .more-button:hover { background: var(--zon-theme-color) !important; color: #fff; } .more-button:hover path { stroke: #fff !important; } .list-cursor-effect { width: 100px; height: 40px; border-radius: 4px; opacity: 0; } .add-border { /* border: 1px solid var(--zon-common-text-color); */ } .wrapper { height: 39px; width: 59px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; } .wrapper input { height: 39px; width: 39px; appearance: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 50%; background: var(--zon-toggler-bg-color); cursor: pointer; } .wrapper input:checked ~ svg path { stroke: #fff; } .wrapper input:checked { background: orangered; } .wrapper svg { position: absolute; left: 50%; top: 100%; transform: translate(-50%, -50%); pointer-events: none; transition: 0.3s; opacity: 0; visibility: hidden; /* display: none; */ } .wrapper svg.active-icon { top: 50%; opacity: 1; visibility: visible; } .wrapper svg path { stroke: var(--zon-icon-color); } /* @media screen and (max-width: 2250px) { */ .zontal-sidebar.close { width: 70px; background: var(--zon-body-bg-color) !important; z-index: 99; } .zontal-sidebar.close .logo { display: none; } .zontal-sidebar.close .zontal-sidebar-footer { display: none !important; } .zontal-sidebar.close .icon-label { display: none; } .zontal-sidebar.close hr { display: block !important; } .zontal-sidebar.close .sb-divider { display: none; } .zontal-sidebar.close .text { display: none; } .zontal-sidebar.close .more-button { display: none; } /* } */ .page-heading { position: relative; } .page-heading::before { content: ''; position: absolute; bottom: -10px; left: 0; width: 40px; border-radius: 10px; height: 4px; background: var(--zon-theme-color); } @media screen and (max-width: 640px) { .rounded-lg .game-card { width: 100% !important; } } .game-action-buttons { transition: .1s; background: var(--zon-search-bg-color); color: var(--zon-muted-color); } .game-action-buttons:hover { transition: .1s; background: var(--zon-theme-color) !important; color: #fff; } .game-action-buttons:hover path { transition: .1s; stroke: #fff !important; } .main-gameplay { width: 100%; } .main-gameplay .game-frame { position: relative; height: 600px; display: block; } .sidebar { width: calc(500px * 2); height: 100vh; } @media screen and (max-width: 1523px) { .game-play-container { flex-direction: column; } .game-play-container .sidebar { width: 100% !important; } } @media screen and (max-width: 670px) { .game-meta-container { flex-direction: column-reverse; } } .share-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: var(--zon-overlay-bg-color); } .share-modal .modal-dialog { position: absolute; left: 50%; top: 50%; width: 500px; background: var(--zon-body-bg-color); transform: translate(-50%,-50%); height: auto; min-height: 300px; border-radius: 20px; box-shadow: var(--zon-sidebar-shadow); padding: 60px; } .ads img { border-radius: 10px; } .bg-blog-banner { position: absolute; left: 0; height: 40vh; overflow: hidden; width: 100%; /* background-attachment: fixed; */ object-fit: cover; z-index: -1; } .bg-blog-banner img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .bg-blog-banner::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(#000000e5, #000000e5); } .blog-container { max-width: 900px; margin: auto; z-index: 999; } @media screen and (max-width: 577px) { .blog-meta-details { flex-direction: column; } .bg-blog-banner { height: 60vh; } } @media screen and (max-width: 512px) { .search-bar { position: static !important; } .live-search { width: 100% !important; } } .search-bar .clicker { position: fixed; top: 0; left: 0; height: 100%; width: 100%; } .liked { background: var(--zon-theme-color); color: #fff; } .liked path { stroke: #fff !important; } @media screen and (max-width: 800px) { .register-button { display: none !important; } } @media screen and (max-width: 452px) { .pagination-container { display: flex !important; top: 50%; opacity: 1; visibility: visible; z-index: 1; } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.33 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка