From 692ef20253a202d4eeb04d4a6491669dc6c30cb5 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 17 Jan 2021 10:49:57 +0100 Subject: Use SASS for CSS + static asset reoganization Had been planning to use a more powerful preprocessor for CSS for a while, so that I can also reorganize and clean up the CSS a bit. The cleanup will come later, this is the first step to reorganize the build system a bit and remove skingen.pl. I moved all generated static assets to static/g/ (for _g_enerated), including icons.png and js files. This simplifies management of static/f/ and static/s/, which are fully in git. Skins are now defined as sass files in css/skins/ with their images in static/s/ using plain directory structure. --- static/s/taka/conf | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 static/s/taka/conf (limited to 'static/s/taka/conf') diff --git a/static/s/taka/conf b/static/s/taka/conf deleted file mode 100644 index 37f0993e..00000000 --- a/static/s/taka/conf +++ /dev/null @@ -1,40 +0,0 @@ -name Sora no Iro, Mizu no Iro (turquoise) -userid 51 - -// A Sora no Iro, Mizu no Iro skin based on a wallpaper named My Perfect Day -// created: 23/01/2009 by echomateria - -// text -maintext #fefefc // primary text color (also used for the menu links) -grayedout #4b2427 // color used for grayed-out/non-important things -standout #ffaa88 // color of 'stand-out' text -link #f4d926 // primary link color (not used for the menu links) -statok #f8a022 //# // generic 'ok' text color (used for vnlist statuses & category browser) -statnok #4b2427 //# // generoc 'not ok' text color (used for above, and as border for NSFW screenshots) -footer #f6ffff // text color of the footer - -// titles -maintitle #f6ffff // text color of the site title -boxtitle #943048 // box titles -alttitle #a93f56 //# // alternative title - -// bg colors -bodybg #4bb3ae // main background color -tabbg #3c6d69 // background color of inactive tabs -secbg #48878c // secondary background color (used on input fields and table headers) -secborder #f4d926 // secondary border color (used on input fields) -border #48878c // primary border color -boxbg #48878c92 // RGBA, background color of the boxes, stacked for menu box titles and odd row numers - -// images (0 = no image) -imglefttop 0 -imgrighttop bgright.jpg - -// misc colors -diffadd #b2f68f // background color of changes in the diff viewer -diffdel #5ed8e5 -warnbg #008278 // background color of a warning box -warnborder #fcfefd // ..border -noticebg #5bdebe // notice box -noticeborder #a9fdc1 // ...and border - -- cgit v1.2.3