summaryrefslogtreecommitdiff
path: root/static/s
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-21 11:26:56 +0100
committerYorhel <git@yorhel.nl>2008-12-21 11:26:56 +0100
commit7ad6213b615f925684bd5afd52f064c7e29653fa (patch)
tree5d8fd58812ede4d574c7970e4d414009792e16a9 /static/s
parent4b89163955f33bfb49b774de48a701daebec374f (diff)
Basic skin generator + example skin for testing
How it works: Create new directory in static/s/ Create a 'conf' file (see the test skin for a template) Run skingen.pl, which will generate a style.css and boxbg.png This process will probably be automated using a simple web interface or something... There's no skin selector yet, so Util/LayoutHTML.pm has to be modified to view the generated skin.
Diffstat (limited to 'static/s')
-rw-r--r--static/s/test/conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/s/test/conf b/static/s/test/conf
new file mode 100644
index 00000000..d7e19420
--- /dev/null
+++ b/static/s/test/conf
@@ -0,0 +1,18 @@
+name test
+fullname Testlayout
+bodybg #000 // main background color
+maintext #ddd // primary text color
+alttitle #fff // alternative title + menu link color
+link #7bd // primary link color
+tabbg #012 // background color of inactive tabs
+maintitle #123 // text color of the site title
+footer #123 // text color of the footer
+border #258 // primary border color
+standout #e44 // color of 'stand-out' text
+secbg #135 // secondary background color (used on input fields and table headers)
+secborder #35A // secondary border color (used on input fields)
+statok #0c0 // generic 'ok' text color (used for vnlist statuses & category browser)
+statnok #c00 // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
+boxbg #112233BC // RGBA, background color of the boxes.
+imglefttop 0 // bg.jpg
+imgrighttop 0 // bgright.jpg