Просмотр файла ViPTurbo 3.0/design/blue/style.php

Размер файла: 2.64Kb
<?php
@header("Cache-Control: no-cache");
@header("Content-Type: text/html; charset=utf-8");?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><?echo $config["title"];?></title>
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Content-Type" CONTENT="text/html; charset=UTF-8">
<?if(isset($link)){ echo '<meta http-equiv="Refresh" CONTENT="'.$link.'">';}//Не изменять!!!?>
<style type="text/css">
body { background-color: #337ab0; color: #444444; border: 1px solid #eeeeee; font: 10pt Tahoma; text-align: left; margin: 5px 3px 1px 3px; padding: 3px; }
img { vertical-align: middle; border: none; }

form { margin: 0; padding: 0; }
input { background-color: #e7eaff; border: #00129c solid 1px; color: #000000; font: 8pt Tahoma; padding: 1px 2px 1px 3px; margin: 1px 0;  }
input.sumbit, textarea, select { background-color: #e7eaff; border: #00129c solid 1px; color: #000000; font: 8pt Tahoma; padding: 1px 2px 1px 3px; margin: 1px 0; }

a:link, a:active, a:visited { color: #ffffff; text-decoration: none; }
a:hover, a:focus { color: #50007a; text-decoration: underline; }

div.title { background: #25548a url('/design/blue/images/background/title.png') top repeat-x; border: 1px solid #4ab6ee; color: #eeeeee; padding: 2px; }

div.text { background-color: #3888be; border: 1px solid #4198d2; color: #333333; padding: 3px; margin: 1px 0px 1px 0px; }

div.header { background: #82bcea url('/design/blue/images/background/header.png') repeat-x; border: 0px solid #4ab6ee; color: #ffffff; padding: 3px; }
div.header a:link, div.header a:active, div.header a:visited { color: #0025b1; text-decoration: none; }
div.header a:hover, div.header a:focus { color: #bfbfbf; text-decoration: none; }

div.nav { background: #c3c3c3 url('/design/blue/images/background/nav.png') top repeat-x; bordet: 1px solid #1b90cd; color: #9d6f00; padding: 3px; }
div.nav a:link, div.nav a:active, div.nav a:visited { color: #003f63; text-decoration: none; }
div.nav a:hover, div.nav a:focus { color: #00273d; text-decoration: none; }
</style>
</head>
<body>

<? put_content();
if(!isset($link)){
echo '<div class="nav">';
//if($config['accstat']=='1'  && $stat=get_stat($path.'/../database/counter/')){ echo $stat['hosts'].' | '.$stat['hits'].'<br>';   }
if($config['acconline']==1)echo (isset($user))?'OnLine: <a href="'.$config['myurl'].'/whois.php?online&amp;'.SID.'">'.$online['all'].'</a> ('.$online['users'].'/'.$online['guests'].')<br>':'OnLine: '.$online['all'].' ('.$online['users'].'/'.$online['guests'].')<br>';
echo '&#169; <a href="'.$config['myurl'].'">'.$config['copyright'].'</a></div>';
}
?>
</body>
</html>