mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
30 lines
611 B
PHP
30 lines
611 B
PHP
<?php
|
|
$formcss=1;
|
|
$inputborder='000000';
|
|
$bgimage='';
|
|
$bgcolor='286DAE';
|
|
$textcolor='DDDDDD';
|
|
|
|
$linkcolor ='BEBAFE';
|
|
$linkcolor2='9990c0';
|
|
$linkcolor3='CFBEFF';
|
|
$linkcolor4='CECAFE';
|
|
|
|
$tablebg1='00507d';
|
|
$tablebg2='273f61';
|
|
$categorybg='0F265F';
|
|
$tableheadtext='AACCFF';
|
|
$tableheadbg='1a71c3';
|
|
$tableborder='000000';
|
|
|
|
$scr1='d4d3eb';
|
|
$scr2='a9a7d6';
|
|
$scr3='7d7bc1';
|
|
$scr4='524fad';
|
|
$scr5='312d7d';
|
|
$scr6='210456';
|
|
$scr7='000020';
|
|
|
|
$css_extra = ".tdbgh { background: #$tableheadbg url('images/julold/header_shade.png') repeat-x bottom center;}";
|
|
?>
|