steampls.com Ads.txt file

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>steam, pls</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- reset.css -->
<style type="text/css">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
</style>

<!-- google fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,100,100italic,300italic,400italic,700,900,900italic,700italic' rel='stylesheet' type='text/css'>

<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

<!-- this.css -->
<style type="text/css">
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}

body {
margin: 50px;
background: rgb(189, 195, 199);
font-family: 'Lato', sans-serif;
}

a, a:visited {
color: rgb(52, 152, 219);
text-decoration: none;
cursor: pointer;
font-weight: 400;
}

#stepContainer.success p>a, #stepContainer.success p>a:visited {
color: rgba(52, 73, 94,1.0);

}

a:hover {
text-decoration: underline;
}

strong {
font-weight: 400;
color: rgb(244, 247, 247);
}

p {
color: rgb(189, 195, 199);
font-weight: 300;
font-size: 16pt;
letter-spacing: -.04em;
word-spacing: .04em;
line-height: 115%;
margin: 7px 0;
text-shadow: 0 0 2px rgba(55, 55, 55, 0.25);
}

em {
font-style: italic;
color: rgb(127, 140, 141);
}

h1 {
position: absolute;
top: 0;
left: 7%;
font-size: 12pt;
letter-spacing: .08em;
padding: 10px 0;
color: rgba(77, 108, 138, 0.85);
text-align: center;
width: 30%;
margin-left: -15%;
overflow: visible;
text-shadow: 0 0 4px rgba(44, 62, 80, 0.85);

-webkit-transition: all 0.12s ease;
-moz-transition: all 0.12s ease;
-ms-transition: all 0.12s ease;
-o-transition: all 0.12s ease;
transition: all 0.12s ease;
}

h1.big {
font-size: 36pt;
letter-spacing: .02em;
left: 50%;
top: 12%;
color: rgba(77, 108, 138, 1);
text-shadow: 0 0 8px rgb(44, 62, 80);
}

#stepContainer.success > h1 {
color: rgba(26, 188, 156, 0.85);
text-shadow: 0 0 4px rgba(22, 160, 133, 0.85);
}

#stepContainer.failure > h1 {
color: rgba(231, 76, 60, 0.85);
text-shadow: 0 0 4px rgba(192, 57, 43, 0.85);
}

#header {
position: relative;
}

.visible {
opacity: 1 !important;
}

.hidden {
opacity: 0 !important;
}

#stepContainer {
background: rgb(52, 73, 94);
border-radius: 10px;
padding: 10px;
position: absolute;
width: 720px;
height: 290px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
overflow: visible;
-webkit-transition: background 0.35s ease;
-moz-transition: background 0.35s ease;
-ms-transition: background 0.35s ease;
-o-transition: background 0.35s ease;
transition: background 0.35s ease;
}

#stepContainer.success {
background: rgb(22, 160, 133);
}

#stepContainer.failure {
background: rgb(192, 57, 43);
}

#stepContainer > div:not(#stepContainer-copyright) {
display: flex;
justify-content: space-between;
}

#stepContainer-copyright {
font-size: 10pt;
display: block;
position: absolute;
bottom: -1.2em;
right: 20px;
text-align: right;
color: rgb(127, 140, 141);
}

#stepContainer-bodyContainer {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
min-height: 240px;
flex-grow: 1;
}

#stepContainer-body {
flex: 1;
padding: 0 10px;
margin-right: 5px;
text-align: center;
}

#stepContainer-video {
/*min-width: 320px;*/
max-height: 240px;
}

#stepContainer-options {
display: flex;
}

#stepContainer-controls {
display: flex;
}

#stepContainer-controls > li {
opacity: 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}

#stepContainer-controls.visible {
}

#stepContainer-bottom {
margin-top: 10px;
}

#stepContainer-bottom ul li a { /* BUTTON */
display: block;
background: rgb(41, 128, 185);
border-radius: 7px;
height: 30px;
padding: 5px 10px;
line-height: 30px;
font-size: 18pt;
color: rgb(236, 240, 241);
min-width: 60px;
text-align: center;
text-shadow: 0 0 2px rgba(55, 55, 55, 0.75);
letter-spacing: -.04em;
word-spacing: .04em;
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
}

#stepContainer-bottom ul li a:hover {
text-decoration: none;
background: rgb(52, 152, 219);
color: white;
/*margin-top: 1px;*/
}

#stepContainer-controls li {
margin-left: 10px;
}

#stepContainer-options li {
margin-right: 10px;
}

/* BUTTON: controls */
#stepContainer-bottom ul#stepContainer-controls li a {
background: rgb(127, 140, 141);
}
#stepContainer-bottom ul#stepContainer-controls li a:hover {
background: rgb(149, 165, 166);
}

/* BUTTON: green */
#stepContainer-bottom ul li a.green {
background: rgb(39, 174, 96);
}
#stepContainer-bottom ul li a.green:hover {
background: rgb(46, 204, 113);
}

/* BUTTON: red */
#stepContainer-bottom ul li a.red {
background: rgb(192, 57, 43);
}

#stepContainer-bottom ul li a.red:hover {
background: rgb(231, 76, 60);
}

#stepContainer-video {
border-radius: 10px;
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
}

.header-spacer {
font-size: 36pt;
height: 1em;
}

@media (max-width: 720px) {
.mobile {
display: block;
}

body {
margin: 0;
}

h1, h1.big {
position: inherit;
top: initial;
left: initial;
margin-left: inherit;
width: inherit;
}

#header {
background: #2c3e50;
}


h1.big {
margin-top: 20px;
}


#stepContainer {
width: 100%;
height: auto;
margin: 0;
padding: 0;
top: initial;
right: initial;
bottom: initial;
left: initial;
border-top-right-radius: 0;
border-top-left-radius: 0;
}

#stepContainer-content {
height: auto;
flex-direction: column;
/*overflow: scroll;*/
margin-top: 40px;
margin-bottom: -40px;
}

#stepContainer-video {
width: 320px;
margin: 0 auto;
}

#stepContainer-bottom {
height: auto;
margin-top: 50px;
padding: 5px;
flex-direction: column;
}
#stepContainer-options {
display: flex;
flex-direction: row;
flex-wrap: wrap;

}
#stepContainer-options li {
min-width: 50%;
max-width: 100%;
margin: 0;
}
#stepContainer-options li a {
margin: 5px;
}
#stepContainer-controls {
display: none;
}
}
</style>
</head>
<body>

<div id="stepContainer">

<h1 class="big" style="opacity: 0;">steam, pls</h1>

<div id="stepContainer-content" style="opacity: 0;">
<div id="stepContainer-bodyContainer">
<div id="stepContainer-body">
</div>
</div>
<div id="stepContainer-video">
</div>
</div>

<div id="stepContainer-bottom">
<ul id="stepContainer-options" style="opacity: 0;"></ul>
<ul id="stepContainer-controls">
<li id="button-back"><a href="javascript:void(0)" class="goBack">Go back</a></li>
<li id="button-restart"><a href="javascript:void(0)" class="startOver">Start over</a></li>
</ul>
</div>
<div id="stepContainer-copyright">brought to you by <a href="https://scrap.tf" target="_blank">scrap.tf</a></div>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js-yaml.min.js"></script>
<script src="remarkable.min.js"></script>
<script src="therapist.js"></script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.