From 2f1bc75f2bb80e9833717429979dd5b3b2def5ae Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Sun, 27 Aug 2017 16:05:59 -0700 Subject: [PATCH] Add special Unfiction theme --- schemes/spec-unfiction.php | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 schemes/spec-unfiction.php diff --git a/schemes/spec-unfiction.php b/schemes/spec-unfiction.php new file mode 100644 index 0000000..848a17b --- /dev/null +++ b/schemes/spec-unfiction.php @@ -0,0 +1,43 @@ +'; + + $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; +*/ } + ";