mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
57 lines
2.2 KiB
PHP
57 lines
2.2 KiB
PHP
<?php
|
|
$formcss = 1; # formcss makes forms black with tableborder borders; using cssextra below is easier
|
|
$numcols = 100; # same thing, more or less
|
|
|
|
$bgimage = 'images/dnss/darkest.png';
|
|
$boardtitle = '<img src="images/dnss/banner.png" title="Darkest Night">'; # comment this out for normal banner
|
|
|
|
$bgcolor = '220000';
|
|
$textcolor = 'FFDDDD';
|
|
|
|
$linkcolor = 'BC2020'; # Link
|
|
$linkcolor2 = 'B11414'; # visited
|
|
$linkcolor3 = 'BC2020'; # active
|
|
$linkcolor4 = 'AC2020'; # hover
|
|
|
|
$tableborder = 'C32828';
|
|
$tableheadtext = '401010';
|
|
$tableheadbg = '551111';
|
|
$categorybg = '441111';
|
|
$tablebg1 = '330011';
|
|
$tablebg2 = '220008';
|
|
|
|
# Scrollbar colors...
|
|
$scr1 = 'ddaaaa'; # top-left outer highlight
|
|
$scr2 = 'ddaaaa'; # top-left inner highlight
|
|
$scr3 = 'ffffff'; # middle face
|
|
$scr4 = 'ddaaaa'; # bottom-right inner shadow
|
|
$scr5 = 'ddaaaa'; # bottom-right outer shadow
|
|
$scr6 = '000000'; # button arrows
|
|
$scr7 = '886666';
|
|
|
|
# Banned Normal Normal+ Moderator Admin
|
|
#$nmcol[0] = array('-1' => '888888', '000066', '333388', '227722', '8E8252', ); # M
|
|
#$nmcol[1] = array('-1' => '888888', '662244', '884455', '992277', '6D1F58', ); # F
|
|
#$nmcol[2] = array('-1' => '888888', '442266', '554477', '336633', '876D09', ); # N/A
|
|
|
|
# $newthreadpic = '<img src="images/ccs/newthread.png" align="absmiddle">';
|
|
# $newreplypic = '<img src="images/ccs/newreply.png" align="absmiddle">';
|
|
# $newpollpic = '<img src="images/ccs/newpoll.png" align="absmiddle">';
|
|
# $closedpic = '<img src="images/ccs/threadclosed.png" align="absmiddle">';
|
|
|
|
# $numdir = 'ccs/'; # /numgfx/<dir>/ for number images
|
|
# $numfil = 'numpurple'; # numgfx graphic set
|
|
|
|
# Status icons for threads, should be self-explanatory
|
|
#$statusicons['new'] = '<img src="images/ccs/new.png">';
|
|
#$statusicons['newhot'] = '<img src="images/ccs/newhot.png">';
|
|
#$statusicons['newhotoff'] = '<img src="images/ccs/newhotoff.png">';
|
|
#$statusicons['hot'] = '<img src="images/ccs/hot.png">';
|
|
#$statusicons['hotoff'] = '<img src="images/ccs/hotoff.png">';
|
|
#$statusicons['off'] = '<img src="images/ccs/off.png">';
|
|
|
|
|
|
# Extra CSS included at the bottom of a page
|
|
$css_extra = "
|
|
";
|
|
|