Просмотр файла css.php

Размер файла: 2.57Kb
<?php
#[-------------------------------------------]
#[=]                                       [=]
#[=]     Wap - Голосования                 [=]
#[=]                                       [=]
#[=]    Версия    -   2.0                  [=]
#[=]    Автор     -   chezz                [=]
#[=]    Мыло      -   [email protected]     [=]
#[=]    ICQ       -   29-48-48             [=]
#[=]                                       [=]
#[-------------------------------------------]

//Тут вы можете менять дизайн по своему усмотрению
//Вобщето то тут html, прсто у меня с xhtml вечно траблы какието
if(!defined("VOTES")) die ("Fuck You!!");
require_once ("config.php");
header("Content-type:text/html; charset=utf-8");
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head>\n";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n";
echo "<link rel=\"shortcut icon\" href=\"icon.php\"><title>$title</title>";
echo "<style type=\"text/css\">
body { font-weight: normal; font-family: Verdana; font-size: 14px; color: silver; background-color: #000000 }
a:link { text-decoration: underline; color : white }
a:active { text-decoration: underline; color : yellow }
a:visited { text-decoration: underline; color : yellow }
a:hover { text-decoration: none; font-size: 12px; color : yellow }
div { margin: 1px 0px 1px 0px; padding: 3px 3px 3px 3px;}
.buttom  { color: #333333; border: 1px solid #999999; background: #FFC125; padding: 0px 2px 0px; line-height: 1.5;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px;}
.a {margin: 0px; border-top: 3px solid yellow; border-left: 3px solid yellow; border-right: 3px solid yellow; border-bottom: 3px solid yellow; padding: 3px; vertical-align: middle; background-color: #000999;  text-align: center; font-size: 14px; color: olive; }
.b {margin: 0px; border-top: 3px solid #00FF00; border-left: 3px solid #00FF00; border-right: 3px solid #00FF00; border-bottom: 3px solid #00FF00; padding: 3px; vertical-align: middle; background-color: #000066;  text-align: left; font-size: 14px; color: yellow; }
.c {margin: 0px; border-top: 3px solid yellow; border-left: 3px solid yellow; border-right: 3px solid yellow; border-bottom: 3px solid yellow; padding: 3px; vertical-align: middle; background-color: #000999;  text-align: center; font-size: 12px; color: olive; }
.d {background-color: #000066;  text-align: center; font-size: 12px; color: lime; }
</style></head><body bgcolor=\"#66CCFF\">";
?>