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/ever17_01/conf | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 static/s/ever17_01/conf (limited to 'static/s/ever17_01/conf') diff --git a/static/s/ever17_01/conf b/static/s/ever17_01/conf deleted file mode 100644 index e7c7ff1c..00000000 --- a/static/s/ever17_01/conf +++ /dev/null @@ -1,39 +0,0 @@ -name Ever17 (bondi blue) -userid 51 - -// Ever 17 skin made using the images from the extras section of the game -// created: 01/01/2009 by echomateria - -// text -maintext #3c363f // primary text color (also used for the menu links) -grayedout #785a5b // color used for grayed-out/non-important things -standout #966932 // color of 'stand-out' text -link #013f7a // primary link color (not used for the menu links) -statok #9c4b00 //#d87417 // generic 'ok' text color (used for vnlist statuses & category browser) -statnok #eb0e4c // generoc 'not ok' text color (used for above, and as border for NSFW screenshots) -footer #e2cfa6 // text color of the footer - -// titles -maintitle #f0a260 // text color of the site title -boxtitle #f0a260 // box titles -alttitle #ff9013 // alternative title - -// bg colors -bodybg #00879b // main background color -tabbg #81d5ea // background color of inactive tabs -secbg #bcd1e4 // secondary background color (used on input fields and table headers) -secborder #00627e // secondary border color (used on input fields) -border #016c80 // primary border color -boxbg #d1ebee77 // 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 #f1a361 // background color of changes in the diff viewer -diffdel #9a7071 -warnbg #c43f5c // background color of a warning box -warnborder #951924 // ...border -noticebg #fefbf6 // notice box -noticeborder #f1a360 // ...and border -- cgit v1.2.3