From 829e161f19fc1fdcc2ae4fa5c6456f9525f03724 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 28 Dec 2008 14:21:57 +0100 Subject: Renamed test skin to grey, added primary color to skin names, made footer in angel skin more readable --- static/s/angel/conf | 4 ++-- static/s/grey/bg.jpg | Bin 0 -> 33434 bytes static/s/grey/bgright.jpg | Bin 0 -> 3062 bytes static/s/grey/conf | 39 +++++++++++++++++++++++++++++++++++++++ static/s/lb/conf | 2 +- static/s/test/bg.jpg | Bin 33434 -> 0 bytes static/s/test/bgright.jpg | Bin 3062 -> 0 bytes static/s/test/conf | 39 --------------------------------------- 8 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 static/s/grey/bg.jpg create mode 100644 static/s/grey/bgright.jpg create mode 100644 static/s/grey/conf delete mode 100644 static/s/test/bg.jpg delete mode 100644 static/s/test/bgright.jpg delete mode 100644 static/s/test/conf (limited to 'static') diff --git a/static/s/angel/conf b/static/s/angel/conf index 697735b8..72df41b0 100644 --- a/static/s/angel/conf +++ b/static/s/angel/conf @@ -1,4 +1,4 @@ -name Angelic Serenade +name Angelic Serenade (dark blue) // text maintext #ddd // primary text color (also used for the menu links) @@ -7,7 +7,7 @@ standout #e44 // color of 'stand-out' text link #7bd // primary link color (not used for the menu links) 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) -footer #123 // text color of the footer +footer #135 // text color of the footer // titles maintitle #135 // text color of the site title diff --git a/static/s/grey/bg.jpg b/static/s/grey/bg.jpg new file mode 100644 index 00000000..8d61ac55 Binary files /dev/null and b/static/s/grey/bg.jpg differ diff --git a/static/s/grey/bgright.jpg b/static/s/grey/bgright.jpg new file mode 100644 index 00000000..c52499ea Binary files /dev/null and b/static/s/grey/bgright.jpg differ diff --git a/static/s/grey/conf b/static/s/grey/conf new file mode 100644 index 00000000..10675446 --- /dev/null +++ b/static/s/grey/conf @@ -0,0 +1,39 @@ +name Touhou (grey) + +// text +maintext #222 +grayedout #666 +standout #500 +link #005 +statok #050 +statnok #500 +footer #bbb + +// titles +maintitle #ccc +boxtitle #444 +alttitle #000 + +// bg colors +bodybg #fff +tabbg #ddd +secbg #bbb +secborder #000 +border #666 +boxbg #dddddddd + +// images (0 = no image) +imglefttop bg.jpg +imgrighttop bgright.jpg + +// misc colors +catlevel1 #555 +catlevel2 #333 +catlevel3 #000 +diffadd #cfc +diffdel #fcc +warnbg #fcc +warnborder #c00 +noticebg #cfc +noticeborder #0c0 + diff --git a/static/s/lb/conf b/static/s/lb/conf index 10db2903..7cdcd16a 100644 --- a/static/s/lb/conf +++ b/static/s/lb/conf @@ -1,4 +1,4 @@ -name Little Busters! +name Little Busters! (pink) // text maintext #408 diff --git a/static/s/test/bg.jpg b/static/s/test/bg.jpg deleted file mode 100644 index 8d61ac55..00000000 Binary files a/static/s/test/bg.jpg and /dev/null differ diff --git a/static/s/test/bgright.jpg b/static/s/test/bgright.jpg deleted file mode 100644 index c52499ea..00000000 Binary files a/static/s/test/bgright.jpg and /dev/null differ diff --git a/static/s/test/conf b/static/s/test/conf deleted file mode 100644 index baa62a62..00000000 --- a/static/s/test/conf +++ /dev/null @@ -1,39 +0,0 @@ -name Testlayout - -// text -maintext #222 -grayedout #666 -standout #500 -link #005 -statok #050 -statnok #500 -footer #bbb - -// titles -maintitle #ccc -boxtitle #444 -alttitle #000 - -// bg colors -bodybg #fff -tabbg #ddd -secbg #bbb -secborder #000 -border #666 -boxbg #dddddddd - -// images (0 = no image) -imglefttop bg.jpg -imgrighttop bgright.jpg - -// misc colors -catlevel1 #555 -catlevel2 #333 -catlevel3 #000 -diffadd #cfc -diffdel #fcc -warnbg #fcc -warnborder #c00 -noticebg #cfc -noticeborder #0c0 - -- cgit v1.2.3