mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
44 lines
939 B
PHP
44 lines
939 B
PHP
<?php
|
|
$boardtitle='<img src="http://i.imgur.com/gVDZW7x.png">';
|
|
|
|
$formcss=0;
|
|
$inputborder='000000';
|
|
|
|
$bgimage='';
|
|
$bgcolor='bbbbbb';
|
|
$textcolor='000000';
|
|
|
|
$linkcolor ='660000';
|
|
$linkcolor2='553333';
|
|
$linkcolor3='990033';
|
|
$linkcolor4='990033';
|
|
|
|
$tablebg1='aaaaaa';
|
|
$tablebg2='999999';
|
|
$categorybg='005020';
|
|
$tableheadtext='ece6da;';
|
|
$tableheadbg='4b3617';
|
|
//$tableheadbg='b07f36';
|
|
$tableborder='000000';
|
|
|
|
# Extra CSS included at the bottom of a page
|
|
$css_extra = "
|
|
textarea,input,select{
|
|
border: 1px solid #a89;
|
|
background: #fff;
|
|
color: #000;
|
|
font: 10pt $font;
|
|
}
|
|
input[type=\"radio\"], .radio {
|
|
border: none;
|
|
background: #fff0f8;
|
|
color: #ffffff;
|
|
font: 10pt $font;}
|
|
.submit{
|
|
border: #000 solid 2px;
|
|
font: 10pt $font;}
|
|
a {
|
|
/* text-shadow: 0px 0px 3px #fff;
|
|
*/ }
|
|
";
|