View file Wapkassa/paywk/head.php

File size: 4.36Kb
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 <link rel="stylesheet" href="/Style/design/touch//font-awesome/css/font-awesome.min.css">
<meta name="msapplication-TileColor" content="#191d25">
<meta name="theme-color" content="#191d25">
    <title>Покупка рекламы через WAPKASSA</title>
    <style type="text/css">
        body {
            background:  #202328;
background-repeat: no-repeat;
background-position: top;
background-attachment: fixed;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: auto;
    max-width: 550px;
        }
.head{
background: #191d25;
    color: #697286;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    line-height: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
}
.head_min{
    max-width: 550px;
    min-width: 1px;
    margin: auto;
}
.head a , .tit a{
color: #697286;
text-decoration: none;
}
.head_title{
width: 100%;
    font-size: 17px;
    font-weight: 500;
    padding: 14px;
    display: table-cell;
}
.head_title_text{
display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
        font-weight: 400;
}

        .title {
            background: #171921;
    color: #7b7d86;
    padding: 15px;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid #15171f;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
        }
.tit a{
    background: #1e212b;
    color: #808594;
    font-size: 16px;
    padding: 15px;
display: block;
        }

        .menu {
            display: block;
    background: #1e212b;
    color: #808594;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #15171f;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
        }

.fffter {
background: #171921;
    color: #7b7d86;
    padding: 15px;
    font-size: 16px;
    display: block;
}

input[type="text"], input[type="password"], textarea {
    background: #808594;
    border: 1px solid #808594;
    color: #000;
    padding: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}
input[type="submit"] {
    background: #1e212b;
    padding: 4px;
margin: 5px 0 5px 0;
    color: #808594;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
input[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
input[type="submit"]:active
{
    background: #1e212b;
    color: #808594;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
form {
    border-bottom: 0px;
    padding: 8px;
    padding-bottom: 7px;
    color: #5c5f70;
}
input, textarea, select {
	background: #808594;
	margin: 1px 0;
	padding: 5px 7px;
    border-radius: 5px;
	border: 1px solid #808594;
	color: #3a3a3a;
}
.post {
    background: #808594;
    border-top: 1px solid #b5b3c9;
    border-bottom: 0px;
    padding: 8px;
    padding-bottom: 7px;
    color: #5c5f70;
    text-align: left;
    word-break: break-all;
}

        .success {
            color: green;
            border-left: 2px solid green
        }

        .error {
            color: red;;
            border-left: 2px solid red
        }

        .error, .success {
            position: relative;
            padding: 10px 15px;
            margin-bottom: -1px;
            background-color: #ffffff;
            border: 1px solid #ebe6e6;
        }
    </style>
</head>
<body>
  <div class="head">
<div class="head_min">

<div class="head_title"><span class="head_title_text"><i class="fa fa-server" aria-hidden="true"></i><a href="/index.php"> SuperUrl.ga
</a>
</span>

</div>
</div>
</div>