mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
Add special Unfiction theme
This commit is contained in:
parent
f18c82157e
commit
2f1bc75f2b
43
schemes/spec-unfiction.php
Normal file
43
schemes/spec-unfiction.php
Normal file
@ -0,0 +1,43 @@
|
||||
<?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;
|
||||
*/ }
|
||||
";
|
Loading…
x
Reference in New Issue
Block a user