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

Размер файла: 1.8Kb
<?
#-------------------------------------------#
# Автор скрипта : -=Орёл=- (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 : #0ea3be; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
font-size: 11px;
background-color: #dbf1f5;
} 

a { 
color : #51c736; 
text-decoration : none; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #10879d; 
} 
a:active, a:visited, a:link { 
color : #0c8da4; 
text-decoration : none; 
} 
a:hover { 
color : #075b6a; 
text-decoration : none; 
font-weight : bold; 
} 

input,select,option,textarea{
border: 1px solid #73e1f5;
background-color: #bdeaf2;
}

form {
margin-top: 1px;
margin-bottom: 0px;
}

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

.block{
border: 1px solid #77ddf0;
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>'
);