summaryrefslogtreecommitdiff
path: root/static/s
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Removed last traces of the category systemYorhel13-39/+0
2009-04-01Merge branch 'beta'2.3Yorhel2-2/+2
Conflicts: data/docs/4
2009-03-22Made the standout color in the seinarukana skin readableYorhel1-1/+1
...and updated the changelog
2009-02-28New skins by EchoMateria, and some small changes to a few exising onesYorhel12-7/+174
Gotta love skins, they make the .git directory grow. :-(
2009-01-24Neon style changeapplehq1-1/+1
Make greyedout font stand out a little more.
2009-01-16Merge branch 'beta'2.2Yorhel1-1/+1
2009-01-03Various small color changes in some skinsYorhel5-11/+11
2009-01-02Added possibility to hide the main title in skinsYorhel1-1/+1
Simply set the 'maintitle' to '0'
2009-01-02Added 6 new skins and some small improvements on the lb skinYorhel14-1/+244
2008-12-28Renamed test skin to grey, added primary color to skin names, made footer in ↵Yorhel5-4/+4
angel skin more readable
2008-12-27A darger secbg for the angel skin looks betterYorhel1-1/+1
2008-12-23Added applehq's Little Busters! skinYorhel3-1/+40
2008-12-23CSS + skin generator fixesYorhel2-34/+78
The skin generator itself is now pretty much finished. Unless people want more control over what they can change, that is.
2008-12-23Removed skin directory name from the config files, and renamed fullname to nameYorhel2-4/+2
2008-12-23A DRY appreach to skins: there's only one main CSS file nowYorhel3-0/+18
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.
2008-12-23Added grey layout for testing purposes and fixed a few bugs with the skin ↵Yorhel3-16/+16
generator
2008-12-21Basic skin generator + example skin for testingYorhel1-0/+18
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.