body { background: #1CC0F8; overflow: hidden; margin:0; height: auto; } .header { z-index: 1; display: flex; position: absolute; top: 0; width: 100%; } .shadow { width: 100%; height: 12vw; background: #1f2021; -webkit-mask: linear-gradient( to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100% ); } .socnet { margin: 4vw; } .logo1 { position: absolute; width: 12vw; height: 12vw; right: 23vw; margin-top: 3vw; border: 0.3vw solid green; border-radius: 2vw; } .logo1:active { transform: scale(0.8); } .logo2 { width: 3vw; height: 3vw; } .logoPos { position: absolute; right: 3vw; margin-top: 5vw; padding-left: 2vw; padding-right: 2vw; } .sizeSelect { width: 14vw; } .soc { width: 9vw; height: 9vw; margin-left: 1vw; border: 0.1vw solid transparent; border-radius: 50%; background: linear-gradient(#80b378, #80b378 0) padding-box, linear-gradient(to right, rgb(34, 189, 28), rgb(161, 237, 69)) border-box; box-shadow: 0 0 0.5vw #4d4e4f; } .soc:active { transform: scale(0.8); } #regImg:hover { border-color: darkseagreen; } #authImg:hover { border-color: darkseagreen; } .background { content:""; position:absolute; left:0; top:0; background: url("/assets/prewiew/prewiew.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center bottom; position: absolute; width: 100%; height: 100%; z-index: 0; } .loaderwait { position: absolute; top: 50%; left: 43%; transform: translate(-50%, -50%); width: 15vw; height: 15vw; border-radius: 50%; display: inline-block; border-top: 1vw solid green; border-right: 1vw solid transparent; box-sizing: border-box; animation: rotation 1s linear infinite; z-index: 200; } .loaderwaitwrapp { background-color: rgba(0,0,0,0.3); position: absolute; width: 100%; height: 100%; z-index: 199; } #loaderwaitwrapp { display: none; } @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .textPrewiew { position: absolute; z-index: 100; top: 30%; left: 50%; transform: translate(-50%, -50%); z-index: 2; } .textLogo { width: 42.5vw; height: 19.85vw; } .textInfo { font-family: "title"; font-size: 5vw; color: #4e5052; text-shadow: #ccc 0.3vw 0.3vw 0.3vw; } .title { font-family: "title"; font-size: 6vw; text-transform: uppercase; background: linear-gradient(45deg, #e3e4e6 33%, #9b9ea3 66%, #606266); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #f7faff; margin-bottom: 4vw; } .btn { border: 0.2vw solid #46484a; border-style: double; padding: 1.5vw 2.5vw 1.5vw 2.5vw; font-size: 4vw; text-align: center; transition: 0.5s; color: #E4E8CD; font-weight: 700; box-shadow: 0 0 1vw #4d4e4f; border-radius: 2.5vw; background-color: #C30F0E; background-image: linear-gradient(to top, #5e9c59 0%, #293826 51%, #5e9c59 100%); } .iconPrewiew { width: 20vw; } .bottomleftPrewiew { position: absolute; bottom: 3%; } .textVideo { font-size: 2vw; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-align: center; color: #fefefe; text-shadow: #ccc 0.3vw 1vw 1vw; } .bottomrightPrewiew { position: absolute; bottom: 5%; right: 3%; font-size: 2vw; display: flex; } .textDocument { font-size: 2vw; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-align: center; color: lightyellow; text-shadow: #ccc 0.3vw 1vw 1vw; } .textDoc { font-size: 3vw; font-family: Helvetica, Arial, sans-serif; color: lightyellow; } .modal { display: none; position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); } .modal-content { width: 70vw; height: 70vw; background-image: url('/assets/image/modal5.png'); background-repeat: no-repeat; background-size: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 4vw; -webkit-filter: drop-shadow(0.2vw 0.2vw 0.2vw #000); filter: drop-shadow(0.2vw 0.2vw 0.2vw #000); overflow: auto; } .modalClose { width: 6vw; float: right; } .modalClose:active { transform: scale(0.8); } .input { cursor:pointer; width: 50vw; height: 6vw; background: linear-gradient(#6D654E, #968e74) padding-box, linear-gradient(to bottom, #FCFF9C, #C3C063) border-box; border: 0.5vw solid transparent; box-shadow: 0 0 1vw rgba(0, 0, 0, 0.7), inset 0 0 1vw rgba(0, 0, 0, 0.5); border-radius: 1.5vw; position:relative; } .input[type="nickname"] { color: white; font-weight: bold; font-size: 4vw; } .input[type="password"] { color: white; font-weight: bold; font-size: 4vw; } .input[type="nick"] { color: white; font-weight: bold; font-size: 4vw; } .input[type="pass"] { color: white; font-weight: bold; font-size: 4vw; } .input[type="email"] { color: white; font-weight: bold; font-size: 4vw; } .input[name="resetpass"] { color: white; font-weight: bold; font-size: 4vw; } #errpassmail { color: orangered; font-weight: bold; } #errpassmail2 { color: orangered; font-weight: bold; } .nickpass { font-weight: bold; font-size: 4vw; color: whitesmoke; } select { width: 40vw; height: 6vw; border-radius: 3vw; font-size: 4vw; } #authImg { position: relative; top:5vw; } .btn_choose { margin-left: 3vw; padding: 0.65vw 1.15vw 0.65vw 1.15vw; font-size: 3vw; } .newsMain { position: absolute; margin: 0; left: 50%; bottom: 25vw; transform: translate(-50%, -50%); display: flex; } .rowNews { border: 1vw solid green; border-radius: 1vw; width: 50vw; height: auto; max-height: 20vw; } .menuScroll { display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; white-space: nowrap; } .newsCol { position: absolute; width: 50vw; height: 92%; display: flex; align-items: center; justify-content: center; } .newsImg { width: 30vw; height: auto; border: 0.5vw solid limegreen; border-radius: 2vw; margin-left: 1vw; margin-top: 0.3vw; } .arrow1news { width: 5vw; height: 5vw; margin-top: 7vw; } .arrow2news { width: 5vw; height: 5vw; transform: rotate(-180deg); margin-top: 7vw; } .titleModal { font-size: 3vw; font-family: Helvetica, Arial, sans-serif; color: #DCC276; font-weight: 900; text-shadow: -0.05vw -0.05vw 0 black, 0.05vw -0.05vw 0 black, -0.05vw 0.05vw 0 black, 0.05vw 0.05vw 0 black; box-shadow: 0vw 0vw 1vw #4d4e4f; width: 55%; background-image: linear-gradient(to bottom, #78652a 50%, #574d2f 100%); } .rowNow { display: flex; text-align: center; justify-content: center; align-items: center; } .numAuto { font-size: 3vw; color: grey; margin-right: 3vw; } .newsText { font-size: 2vw; position: relative; left: 2vw; top: -8vw; color: lightyellow; font-weight: 500; text-shadow: -0.2vw -0.2vw 0 black, 0.2vw -0.2vw 0 black, -0.2vw 0.2vw 0 black, 0.2vw 0.2vw 0 black; } .marquee { animation: scroll 20s linear infinite; } .marquee:hover { animation-play-state: paused; } .titleText { font-size: 3vw; color: lightyellow; } .modalReset { height: 50vw; width: 70vw; border-bottom: 2vw solid grey; border-radius: 2vw; } .sendnewpass { font-size: 3vw; margin: 3vw; color: grey; } .docScroll { overflow: scroll; height: 60vw; } .fs-3 { font-size: 3vw; } .fs-2 { font-size: 2vw; } .ml-3 { margin-left: 3vw; } .ml--1 { margin-left: 1vw; } .mt-3 { margin-top: 3vw; } .mt-4 { margin-top: 4vw; } .mt-2 { margin-top: 2vw; } .mt--3 { margin-top: -3vw; } .mt--2 { margin-top: -2vw; } .mt--7{ margin-top: -7vw; } .bgInfo { background-color: rgba(222, 221, 191, 0.2); border-radius: 1vw; } input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) { position: absolute; left: -9999px; } input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label { display: inline-block; position: relative; padding-left: 7vw; line-height: 5vw; cursor: pointer; } input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before { content: ""; position: absolute; left: 3vw; top: 1.2vw; width: 2vw; height: 2vw; border: 0.25vw solid #dddddd; background-color: #ffffff; } input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before { border-radius: 0.5vw; } input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after{ content: ""; position: absolute; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after { left: 3.2vw; top: 1.4vw; width: 1.2vw; height: 0.6vw; border-radius: 0.2vw; border-left: 1vw solid #4bcc52; border-bottom: 1vw solid #4bcc52; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } input[type="checkbox"]:not(:checked) + label:after { opacity: 0; } input[type="checkbox"]:checked + label:after { opacity: 1; } #logo { -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) left/300% 100%; background-repeat: no-repeat; animation: shimmer 5s infinite; } @keyframes shimmer { 0% {-webkit-mask-position: 0} 50% {-webkit-mask-position:right} 100% {-webkit-mask-position: right} } @media (orientation: landscape) { #authImg { top: 5vh; } select { width: 40vh; height: 6vh; border-radius: 3vh; font-size: 4vh; } .nickpass { font-size: 4vh; } .input[type="email"] { font-size: 4vh; } .input[type="pass"] { font-size: 4vh; } .input[type="nick"] { font-size: 4vh; } .input[type="password"] { font-size: 4vh; } .input[type="nickname"] { font-size: 4vh; } .input[type="resetPass"] { font-size: 4vh; } .input { width: 50vh; height: 6vh; border: 0.5vh solid transparent; box-shadow: 0 0 1vh rgba(0, 0, 0, 0.7), inset 0 0 1vh rgba(0, 0, 0, 0.5); border-radius: 1.5vh; } .modal-content { width: 70vh; height: 70vh; padding: 4vh; -webkit-filter: drop-shadow(0.2vh 0.2vh 0.2vh #000); filter: drop-shadow(0.2vh 0.2vh 0.2vh #000); } .textDoc { font-size: 3vh; } .textDocument { font-size: 2vh; text-shadow: #ccc 0.3vh 1vh 1vh; } .bottomrightPrewiew { font-size: 2vh; } .textVideo { font-size: 2vh; text-shadow: #ccc 0.3vh 1vh 1vh; } .btn { font-size: 4vh; box-shadow: 0 0 1vh #4d4e4f; padding: 1.5vh 2.5vh 1.5vh 2.5vh; border-radius: 2.5vh; } .title { font-size: 6vh; margin-bottom: 4vh; } .iconPrewiew { width: 20vh; } .textInfo { font-size: 5vh; text-shadow: #ccc 0.3vh 0.3vh 0.3vh; } .soc { width: 9vh; height: 9vh; margin-left: 2vh; border: 0.1vh solid transparent; border-radius: 50%; box-shadow: 0 0 0.5vh #4d4e4f; } .textLogo { width: 42.5vh; height: 19.85vh; } .logo2 { width: 3vh; height: 3vh; } .logoPos { right: 3vh; margin-top: 5vh; padding-left: 2vh; padding-right: 2vh; } .logo1 { margin-top: 3vh; width: 12vh; height: 12vh; right: 23vh; border: 0.3vh solid green; border-radius: 2vh; } .sizeSelect { width: 14vh; } .socnet { margin: 4vh; } .modalClose { width: 6vh; } .rowNews { border: 0.3vh solid green; border-radius: 1vh; height: 20vh; width: 60vh; } .arrow1news { width: 5vh; height: 5vh; margin-top: 7vh; } .arrow2news { width: 5vh; height: 5vh; margin-top: 7vh; } .newsMain { bottom: 1vh; } .newsCol { width: 50vh; } .newsImg { width: 30vh; border: 0.5vh solid limegreen; border-radius: 2vh; margin-left: 1vh; margin-top: 0.3vh; } .newsText { font-size: 2vh; left: 2vh; top: -8vh; text-shadow: -0.2vh -0.2vh 0 black, 0.2vh -0.2vh 0 black, -0.2vh 0.2vh 0 black, 0.2vh 0.2vh 0 black; } .textModal { font-size: 3vh; font-family: Helvetica, Arial, sans-serif; color: #918F84; font-weight: 600; text-shadow: -0.05vh -0.05vh 0 black, 0.05vh -0.05vh 0 black, -0.05vh 0.05vh 0 black, 0.05vh 0.05vh 0 black; } .titleModal { font-size: 3vh; font-weight: 900; text-shadow: -0.05vh -0.05vh 0 black, 0.05vh -0.05vh 0 black, -0.05vh 0.05vh 0 black, 0.05vh 0.05vh 0 black; box-shadow: 0 0 1vh #4d4e4f; } .numAuto { font-size: 3vh; margin-right: 3vh; } .btn_choose { margin-left: 3vh; padding: 0.65vh 1.15vh 0.65vh 1.15vh; font-size: 3vh; } .modalReset { height: 50vh; width: 70vh; border-bottom: 2vh solid grey; border-radius: 2vh; } .sendnewpass { font-size: 3vh; margin: 3vh; } .docScroll { height: 60vh; } .loaderwait { left: 47%; width: 15vh; height: 15vh; border-top: 1vh solid green; border-right: 1vh solid transparent; } .fs-3 { font-size: 3vh; } .fs-2 { font-size: 2vh; } .ml-3 { margin-left: 3vh; } .ml--1 { margin-left: 1vh; } .mt-3 { margin-top: 3vh; } .mt-4 { margin-top: 4vh; } .mt-2 { margin-top: 2vh; } .mt--3 { margin-top: -3vh; } .mt--2 { margin-top: -2vh; } .mt--7 { margin-top: -7vh; } .bgInfo { border-radius: 1vh; } input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label { padding-left: 7vh; line-height: 5vh; } input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before { left: 3vh; top: 1.2vh; width: 2vh; height: 2vh; border: 0.25vh solid #dddddd; } input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before { border-radius: 0.5vh; } input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after { left: 3.2vh; top: 1.4vh; width: 1.2vh; height: 0.6vh; border-radius: 0.2vh; border-left: 1vh solid #4bcc52; border-bottom: 1vh solid #4bcc52; } } @keyframes scale { 0% { transform: scale(0); } 100% { transform: scale(1); } } @font-face { font-family: "title"; src: url("/fonts/title.ttf") format("truetype"); font-style: normal; font-weight: normal; }