summaryrefslogtreecommitdiff
path: root/static/s/angel
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-23 09:44:09 +0100
committerYorhel <git@yorhel.nl>2008-12-23 09:44:09 +0100
commit99c38fd5886778178cd752a91ca41d9686de0ce6 (patch)
tree4c2bd36fa1dff7034a5da53136db256779b7ccd9 /static/s/angel
parent6b7cddf56b0a7a487f087b0cc4fef5306c1b4bba (diff)
A DRY appreach to skins: there's only one main CSS file now
So, instead of using separate smaller CSS files to overwrite directives in the main (/static/f/style.css) file, I decided to generate one CSS file for each skin, which includes everything needed to render the page. The template for this skin is now /data/skingen/style.css. I just don't feel like maintaining two separate files when changing something to the CSS. Also converted the old layout into a skin directory (angel), since the default skin isn't in the CSS template anymore.
Diffstat (limited to 'static/s/angel')
-rw-r--r--static/s/angel/bg.jpgbin0 -> 36419 bytes
-rw-r--r--static/s/angel/bgright.jpgbin0 -> 4366 bytes
-rw-r--r--static/s/angel/conf18
3 files changed, 18 insertions, 0 deletions
diff --git a/static/s/angel/bg.jpg b/static/s/angel/bg.jpg
new file mode 100644
index 00000000..f91e414e
--- /dev/null
+++ b/static/s/angel/bg.jpg
Binary files differ
diff --git a/static/s/angel/bgright.jpg b/static/s/angel/bgright.jpg
new file mode 100644
index 00000000..e1dff0cd
--- /dev/null
+++ b/static/s/angel/bgright.jpg
Binary files differ
diff --git a/static/s/angel/conf b/static/s/angel/conf
new file mode 100644
index 00000000..cc73db2f
--- /dev/null
+++ b/static/s/angel/conf
@@ -0,0 +1,18 @@
+name angel
+fullname Angelic Serenade
+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 bg.jpg
+imgrighttop bgright.jpg