Файл: style.css
Строк: 20
body { font-weight: normal;
font-family: sans-serif,
Arial;
background-color: #ffffff;
padding: 5px;
margin: 0px
auto;
max-width: 400px}
.menu { text-align: center;
background-color:
#ffffff;
margin: 1px;
border-top: 2px solid #4da3ac;
border-left: 2px
solid #4da3ac;
border-right: 2px solid #4da3ac;
border-bottom: 2px solid
#4da3ac;
padding: 2px;
vertical-align: middle;}
if (!empty($_POST))
{
$background=@htmlspecialchars($_POST['background']);
include
'ini.php';
echo ''.$title.'
<style
type="text/css">
'.$background.'
</style>