Файл: public_html/my_admin/inc/head.php
Строк: 39
<?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>
<title>Mini phpMyAdmin</title>
<link rel="shortcut icon" href="/favicon.ico" />
<style type="text/css">
body {max-width: 1500px; font-family: Tahoma, Arial; font-size: 13px; background: #FFFFFF; color: #3f501b; margin: auto;}
a {color: #718a39; text-decoration: none;}
a:hover {color: #3F7B24; text-decoration: none; background: #f1ffd5;}
.page_foot {background: #e7eeb4; border-top: 1px solid #d7e58e; border-bottom: 1px solid #dfe897; padding: 2px 2px 3px 4px; margin: 2px 0;}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
.post_1 {background: #F9FEEF; border: solid 1px #EBEBEB;}
.msg {background: #F9FEEF; border: solid 1px #EBEBEB;}
.err {background: #F9FEEF; border: solid 1px #EBEBEB;}
.post_0 {background: #F3FEDE; border: solid 1px #E6E6E6;}
.links{background: #D3DCE3;padding:2px;}
.tr1{
background: #E5E5E5;}
.tr2{
background: #D5D5D5;}
tr{font-weight: bold;
color: black;
background: #D3DCE3;}
</style>
<meta http-equiv="content-Type" content="application/xhtml+xml; charset=utf-8" />
</head>
<body>
?>