Path: blob/main/projects/fake-virus/style.css
1834 views
html,1body,2div,3span,4applet,5object,6iframe,7h1,8h2,9h3,10h4,11h5,12h6,13p,14blockquote,15pre,16a,17abbr,18acronym,19address,20big,21cite,22code,23del,24dfn,25em,26img,27ins,28kbd,29q,30s,31samp,32small,33strike,34strong,35sub,36sup,37tt,38var,39b,40u,41i,42center,43dl,44dt,45dd,46ol,47ul,48li,49fieldset,50form,51label,52legend,53table,54caption,55tbody,56tfoot,57thead,58tr,59th,60td,61article,62aside,63canvas,64details,65embed,66figure,67figcaption,68footer,69header,70hgroup,71menu,72nav,73output,74ruby,75section,76summary,77time,78mark,79audio,80video {81margin: 0;82padding: 0;83border: 0;84font-size: 100%;85font: inherit;86vertical-align: baseline;87}88article,89aside,90details,91figcaption,92figure,93footer,94header,95hgroup,96menu,97nav,98section {99display: block;100}101body {102line-height: 1;103font-family: "Arial Black", Gadget, sans-serif;104background-color: #9f2c1a;105overflow: hidden;106}107ol,108ul {109list-style: decimal;110margin-left: 30px;111}112blockquote,113q {114quotes: none;115}116.qc-cmp2-persistent-link {117padding: 2px 5px;118text-decoration: none;119background: #000;120color: #fff !important;121font-weight: normal !important;122opacity: 0.5;123left: 0;124font-size: 13px;125right: auto;126}127.qc-cmp2-persistent-link:hover {128opacity: 0.9;129}130blockquote:before,131blockquote:after,132q:before,133q:after {134content: "";135content: none;136}137table {138border-collapse: collapse;139border-spacing: 0;140}141strong {142font-weight: bold;143}144.clearboth {145clear: both;146}147.logo-container {148text-align: center !important;149}150img.bg {151min-height: 100%;152min-width: 1024px;153width: 100%;154height: auto;155position: fixed;156top: 0;157left: 0;158}159@media screen and (max-width: 1024px) {160img.bg {161left: 50%;162margin-left: -512px;163}164}165p {166margin-bottom: 15px;167}168h1,169h2,170h3,171h4 {172color: #ffd82d;173margin: 10px 0 10px;174font-weight: bold;175font-size: 20px;176line-height: 25px;177}178h1 {179font-size: 30px;180line-height: 33px;181margin: 0px 0 10px;182color: #fff;183}184.content {185position: fixed;186max-width: 2000px;187top: 15%;188left: 15%;189min-height: 200px;190right: 15%;191background-color: white;192border: 2px groove #fff;193background: #702a1f;194background: -moz-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);195background: -webkit-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);196background: linear-gradient(to bottom, #702a1f 0%, #9f2c1a 100%);197}198.headline {199background: #1c6ea4;200background: -moz-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);201background: -webkit-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);202background: linear-gradient(to bottom, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);203font-family: Impact, Charcoal, sans-serif;204padding: 8px;205color: #fff;206font-size: 18px;207letter-spacing: 2px;208border-bottom: 2px groove #fff;209}210.sidebar {211float: left;212width: 30%;213padding: 10px 2%;214text-align: center;215}216.maincont em {217text-decoration: underline;218}219.maincont {220float: right;221width: 60%;222padding: 20px 3% 10px;223}224.description {225color: #000;226background: url(scroll.png) no-repeat bottom center #eee;227padding: 20px 3%;228font-family: Arial, Helvetica, sans-serif;229line-height: 20px;230font-size: 15px;231max-height: 400px;232overflow-y: scroll;233}234.payment {235color: #fff;236font-family: Arial, Helvetica, sans-serif;237padding: 20px 0 10px;238overflow: hidden;239}240.steps strong {241display: inline-block;242margin: 0 5px;243color: #ffd82d;244font-weight: bold;245}246.description h1,247.description h2,248.description h3,249.description h4 {250color: #000;251}252.lock {253margin: 20px 0;254}255.freeCsillag {256text-align: center;257clear: both;258}259#inputmezo {260display: inline-block;261background: #dddddd;262background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);263background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);264background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%, #dddddd 100%);265width: 100px;266padding: 2px;267text-align: left;268cursor: text;269}270#inputmezo img {271width: 17px;272height: 17px;273}274.steps {275margin-bottom: 10px;276}277#timer {278color: #fff;279font-family: "Courier New", Courier, monospace;280font-size: 50px;281margin: 25px 10px 30px;282display: block;283}284#decrypt {285color: rgb(0, 0, 0);286font-size: 14px;287line-height: 14px;288padding: 5px 15px;289cursor: pointer;290border-radius: 11px;291font-family: "Arial Black", Gadget, sans-serif;292font-weight: bold;293text-decoration: none;294font-style: normal;295text-transform: none;296box-shadow: #bbb -3px -2px 3px 5px inset;297display: inline-block;298background: #fff;299}300#decrypt:hover {301background: #dddddd;302}303#decrypt:active {304background: #e1e3e2;305}306.methods {307text-align: center;308display: inline-block;309vertical-align: top;310}311.input {312margin-bottom: 10px;313display: inline-block;314padding-right: 40px;315vertical-align: top;316}317.methods img {318height: 40px;319}320#support {321position: fixed;322bottom: 0;323right: 30px;324cursor: pointer;325}326#support span {327display: block;328font-size: 14px;329color: #ddd;330line-height: 17px;331font-weight: normal;332font-family: Arial, Helvetica, sans-serif;333font-weight: bold;334margin-right: 20px;335}336#support img {337display: block;338float: right;339margin: 10px 0 0;340}341li {342border-bottom: 1px solid #999;343padding: 5px 0;344}345@media (max-width: 1550px) {346.description {347max-height: 280px;348}349.sidebar h3 {350font-size: 17px;351line-height: 22px;352}353#timer {354font-size: 45px;355margin: 5px 10px 20px;356}357.content {358max-width: 100%;359top: 10%;360left: 10%;361right: 10%;362}363.sidebar {364width: 28%;365}366.maincont {367width: 62%;368}369}370@media (max-width: 1200px) {371.content {372max-width: 100%;373top: 5%;374left: 5%;375right: 5%;376}377.lock {378margin: 20px 0;379width: 100px;380}381.description {382max-height: 250px;383}384#support {385display: none;386}387}388@media (max-width: 900px) {389img.bg,390.headline {391display: none;392}393.content {394width: 100%;395top: 0;396left: 0;397right: 0;398border: none;399position: relative;400}401body {402overflow-y: auto;403overflow-x: hidden;404}405}406@media (max-width: 700px) {407.sidebar {408width: 100%;409float: none;410padding: 0;411}412.steps {413display: none;414}415.maincont {416width: 90%;417float: none;418padding: 10px 5%;419}420.description {421max-height: none;422overflow: hidden;423}424h1 {425text-align: center;426}427#inputmezo {428width: 100px;429}430.sale {431display: none;432}433.description {434background-image: none;435}436} /* Print styles-------------------------------------------------------------------------------*/437@media print {438color: #000;439}440441