Просмотр файла themes/green/index.php

Размер файла: 1.75Kb
<?
#-------------------------------------------#
# Автор скрипта : -=Орёл=- (c)              #
# email         : [email protected]                #  
# icq           : 952-042                   #
# Скрипт распространяется бесплатно:)       #
# Пишу скрипты на заказ обращатся в icq     #                                         
#-------------------------------------------#
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml">';
echo '<head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
echo '<title>Файловый обменник</title>';
echo '</head>';
echo '<body>';
echo '
<style type="text/css">
body{
color : #21840a; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
font-size: 11px;
background-color: #0d0d0d;
} 

a { 
color : #51c736; 
text-decoration : none; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #35c014; 
} 
a:active, a:visited, a:link { 
color : #25c61d; 
text-decoration : none; 
} 
a:hover { 
color : #e2141b; 
text-decoration : none; 
font-weight : bold; 
} 

input,select,option,textarea{
border: 1px solid #186706;
background-color: #124b04;
}

.title
{
border: 1px solid #114205;
padding: 2px;
font-size: 15px;
}

.block{
border: 1px solid #114205;
margin: 2px;
padding: 2px;
}



h3{
margin: 0px;
}
</style>
';

$div = array(
'title'=>'<div class="title">',
'title_end'=>'</div>',

'menu'=>'<div class="block">',
'menu_end'=>'</div>',

'foot'=>'<div class="title">',
'foot_end'=>'</div>'
);