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

Размер файла: 871B
<? if(!isset($nastrt)) $nastrt=0; if($nastrt<0 || $nastrt>3) $nastrt=0; if($nastrt==0){ $t1="#000000"; $t2="#00ffdd"; $t3="#ffffff"; $t4="silver"; $t5="#fde681";} if($nastrt==1){ $t1="#e0e0e0"; $t2="#000000"; $t3="#000000"; $t4="silver"; $t5="#fde681";} if($nastrt==2){ $t1="#ffbbff"; $t2="#ff2222"; $t3="#000000"; $t4="silver"; $t5="#ffbb00";} if($nastrt==3){ $t1="#3f4f5f"; $t2="#ffdd00"; $t3="#ffdd00"; $t4="silver"; $t5="#bf4f5f";}  echo'<style>
body{text-align:center;background:'.$t1.';color:'.$t2.';}
.a{background:'.$t4.';}
.font{text-align:left; color:'.$t3.';}
.time{text-align:right;}
.search{text-align:center; color:blue;}

.text{text-align:left;}
.kto{font-style:oblique; background:'.$t5.';color:black;}
.on{color:#ff0000;}
.bat{text-align:center; color:red;}
.death{text-align:center; color:'.$t3.';}
.heal{text-align:center; color:green;}
</style>'; ?>