Файл: modules/paywk/head.php
Строк: 31
<?php
<!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"/>
<title>Покупка рекламы через WAPKASSA</title>
<style type="text/css">
body {
color: #000;
font-size: 13px;
max-width: 400px;
margin: auto;
font-weight: medium;
font-family: sans-serif, Lucida Sans;
background-position: center;
background: #f5f5f5;
}
.title {
color: white;
padding: 10px;
margin-bottom: -1px;
background-color: #0090ff;
}
.menu {
position: relative;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #ebe6e6;
color: #555555;
}
.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>
?>