mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
33 lines
870 B
PHP
33 lines
870 B
PHP
<?php
|
|
$formcss=1;
|
|
$inputborder='ffb155';
|
|
$bgcolor='CB4B05';
|
|
$textcolor='EEEEEE';
|
|
$formtextcolor="EEEEEE";
|
|
/*$linkcolor='DEDAFE';
|
|
$linkcolor2='CECAFE';
|
|
$linkcolor3='FFEEFF';
|
|
$linkcolor4='EEEAFE'; */
|
|
$linkcolor='BEBAFE';
|
|
$linkcolor2='9990c0';
|
|
$linkcolor3='CFBEFF';
|
|
// $linkcolor4='CECAFE';
|
|
$linkcolor4 = "ff910f";
|
|
|
|
$tablebg1='bb5601';
|
|
$tablebg2='a62900';
|
|
$categorybg='ffbc7a';
|
|
$tableheadtext='FFEEFF';
|
|
$tableheadbg='7b3400';
|
|
$tableborder='000000';
|
|
$scr1='fff7c9';
|
|
$scr2='ffd6a6';
|
|
$scr3='ffbd82';
|
|
$scr4='a83502';
|
|
$scr5='312d7d';
|
|
$scr6='dd7800';
|
|
$scr7='190401';
|
|
|
|
$css_extra = " a { text-shadow: 1px 1px 1px #000; } .tdbgh { color: #ccc !important; } .tdbgc { color: #000; background: #$categorybg url('images/jul/header_shade.png') bottom center repeat-x; }";
|
|
?>
|