0% found this document useful (0 votes)
9 views3 pages

Redirection Netflix

The document contains CSS and HTML code for styling a web page with a loading screen, header, and form. It includes styles for background images, fonts, inputs, selects, and the loading screen overlay. JavaScript is used to remove the loading overlay after 3 seconds. The form allows input of email, name, subject, encoding, recipient, and priority for composing a mail message.

Uploaded by

azer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Redirection Netflix

The document contains CSS and HTML code for styling a web page with a loading screen, header, and form. It includes styles for background images, fonts, inputs, selects, and the loading screen overlay. JavaScript is used to remove the loading overlay after 3 seconds. The form allows input of email, name, subject, encoding, recipient, and priority for composing a mail message.

Uploaded by

azer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/kr.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Optional theme -->


<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet'
type='text/css'>
<!-- Latest compiled and minified JavaScript -->
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style type="text/css">

body{
background-image: url(http://i.imgur.com/gYmwrwb.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
font-family: 'Oswald', sans-serif;
}
input.html{
width: 100px;

}
input{
padding-left: 5px;
border-radius: 4px;

}
.styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
-webkit-appearance: none;

}
textarea{
border-radius: 4px;
}
div#load_screen{
background: #555;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
height: 1600px;
}
div#load_screen > div#loading{

font-size: 50px;
color: #FFF;
}
div.formsending{
background-color: #eee;
margin-right: 180px;
margin-left: 180px;
padding-right: 110px;
padding-left: 110px;
border-radius: 1px;
}

.logo{
font-size: 120px;
color: white; /* if The image deleted */
background: url(http://i.imgur.com/8R5Dtz0.jpg) no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 900;
}
}
.css-input { border-radius:4px; font-size:17px; padding:6px; border-width:1px;
border-style:solid; border-color:#54ddff; color:#5e5e5e; box-shadow: 0px 0px 5px
0px rgba(59,171,212,.75); text-shadow:0px 0px 0px rgba(42,42,42,.75); font-
weight:normal; font-style:none; font-family:sans-serif; }
.css-input:focus { outline:none; }
</style>
<script>
window.addEventListener("load", function(){
var load_screen = document.getElementById("load_screen");
setTimeout( function ( ) { document.body.removeChild(load_screen); }, 3000 );
});
</script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>

<div id="load_screen"><div id="loading">


<br>

<center>
<br><br><br>
QuadCore Engine MA!L3R
<br>
Please Wait ...
<br>
<img src="http://i.imgur.com/U2ponWM.gif">

</center>
</div></div>
<br>
<div class="logo"><center><font color="white" > QuadCore Engine MA!L3R
</font></center></div>
<br>
<form action="" method="post" enctype="multipart/form-data"
name="form1" align='center'>
<div class="formsending">
<input type="hidden" name="spyusanh" value="sim">
<br><br>
<tr>
<input type='text' class='textbox' size='81' name='spyus' placeholder='Your
Email' size='81' value='service' > &nbsp;&nbsp;&nbsp; <input type='text' size='61'
name='nome' value="Account Alert" size='61' class='sname' placeholder='Your Name'
><img src="http://tourdeindia.asia/admin/images/mail/ppcom.png" height="1"
width="0">

<br>
<br>
<input name="ssubject" type='text' size='89' class='ssub' placeholder='Subject'
value='Account Limited Notification'> &nbsp;&nbsp;&nbsp;<select id=".styled-select"
name="tachfir">
<option value="8BIT">8BIT</option>
<option value="BASE64">base64</option>
<option value="8BIT">quoted-printable</option>
<option value="BINARY">BINARY</option>
</select>
<select id=".styled-select" name="eldriv3rkr">
<option value="%email%">Reciver Email</option>
<option value="%email%">%email%</option>
<option value="%fuck%">%fuck%</option>
</select>
<select id=".styled-select" name="krxprop">
<option value="Low">Mail priority</option>
<option value="5">Low</option>
<option value="3">Normal</option>

You might also like