Path: blob/main/sites/yandex/tiktok/style.css
502 views
@font-face {1font-family: sadflix;2src: url(sadflix.ttf);3}45.fullscreen-bg {6position: fixed;7top: 0;8right: 0;9bottom: 0;10left: 0;11overflow: hidden;12z-index: -100;13}1415.fullscreen-bg__video {16margin-left:auto;17margin-right:auto;18position: relative;19top: 0;20left: 0;21height: 100%;22}2324body {25text-align: center;26font-family: sadflix;27color: white;28}2930img {31display: block;32margin-left: auto;33margin-right: auto;34}3536table {37margin-left:auto;38margin-right:auto;39}4041select.input-command {42border-radius: 9px;43height: 46px;44line-height: 46px;45font-family: sadflix;46background-color: white;47box-shadow: 0 1px 1px rgba(2, 83, 136, 0.075) inset;48color: black;49}5051.form-option {52margin-left: 15px;53margin-right: 38px;54margin-bottom: 20px;55font-family: sadflix;56}5758.input-form {59border-radius: 9px;60color: black;61background-color: white;62box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;63display: block;64font-size: 14px;65height: 20px;66line-height: 1.42857;67padding: 6px 12px;68transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;69vertical-align: middle;70width: 100%;71font-family: sadflix;72}7374.input-command {75font-size: 18px;76height: 28px;77line-height: 1.33;78padding: 10px 16px;79color: black;80}8182.input-form::-moz-placeholder {83color: #999;84opacity: 55;85}8687.wrapper {88padding: 0;89}9091.wrapper img {92width: 30%;93}9495.buttonstyle {96background: Transparent; /* For browsers that do not support gradients */97border-radius: 19px;98border: 6px white solid;99color: white;100padding: 16px 33px;101display: inline-block;102font-size: 33px;103height: auto;104font-family: sadflix;105}106107#progressbarcontainer {108background: white;109border-radius: 19px;110border: 9px white solid;111display: none;112position: relative;113margin-left: auto;114margin-right: auto;115width: 90%;116height: 30px;117}118119#progressbar {120border-radius: 19px;121position: absolute;122width: 10%;123height: 100%;124background: #150608;125}126127#progressbarlabel {128line-height: 30px;129text-align: center;130color: white;131}132133#main-tool {134background: #000000; /* For browsers that do not support gradients */135background: -webkit-radial-gradient(#000000, #000000); /* Safari 5.1 to 6.0 */136background: -o-radial-gradient(#000000, #000000); /* For Opera 11.6 to 12.0 */137background: -moz-radial-gradient(#000000, #000000); /* For Firefox 3.6 to 15 */138background: radial-gradient(#000000, #000000); /* Standard syntax */139border-radius: 9px;140max-width: 500px;141margin: 20px auto 20px;142padding: 50px;143box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);144}145146147148149#verifybg {150height: 0%;151width: 100%;152left: 0;153top: 0;154position: fixed;155z-index: 1;156overflow-x: hidden;157transition: 0.5s;158background-color: rgb(0,0,0);159background-color: rgba(0,0,0, 0.3);160}161162#verify {163margin-left: auto;164margin-right: auto;165color: white;166position: relative;167background: #f98691; /* For browsers that do not support gradients */168background: -webkit-radial-gradient(#09f5f9, #f98691); /* Safari 5.1 to 6.0 */169background: -o-radial-gradient(#09f5f9, #f98691); /* For Opera 11.6 to 12.0 */170background: -moz-radial-gradient(#09f5f9, #f98691); /* For Firefox 3.6 to 15 */171background: radial-gradient(#150608, #f98691); /* Standard syntax */172box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);173border-radius: 9px;174width: 90%;175}176177#verifycontent {178margin-left: auto;179margin-right: auto;180width: 90%;181}182183#shield{184margin-bottom: 5px;185}186187#gen1 {188display: none;189}190191#gen2 {192display: none;193}194195#gen3 {196display: none;197}198199#gen4 {200display: none;201}202203#gen5 {204display: none;205}206207#gen6 {208display: none;209}210211#gen7 {212display: none;213}214215#addfollowerbarcontainer {216background: white;217border-radius: 19px;218border: 9px white solid;219position: relative;220margin-left: auto;221margin-right: auto;222width: 60%;223height: 10px;224}225226#addfollowerbar {227border-radius: 19px;228position: absolute;229background: #ff0f50;230width: 1%;231height: 100%;232}233234#addfollowerbarlabel {235font-size: 60%;236line-height: 10px;237text-align: center;238color: white;239font-family: sadflix;240}241242#addlikebarcontainer {243background: white;244border-radius: 19px;245border: 9px white solid;246position: relative;247margin-left: auto;248margin-right: auto;249width: 60%;250height: 10px;251}252253#addlikebar {254border-radius: 19px;255position: absolute;256background: #ff0f50;257width: 1%;258height: 100%;259}260261#addlikebarlabel {262font-size: 60%;263line-height: 10px;264text-align: center;265color: white;266font-family: sadflix;267}268269