summaryrefslogtreecommitdiff
path: root/static/s/angel
AgeCommit message (Collapse)AuthorFilesLines
2010-01-24Automatically generate the skin credits on d7Yorhel1-0/+1
Added a userid field in the skin config files, from which the credits are loaded. Now I don't have to constantly update d7 for every language when something changes in the skin files.
2009-08-08Removed last traces of the category systemYorhel1-3/+0
2009-02-28New skins by EchoMateria, and some small changes to a few exising onesYorhel1-1/+1
Gotta love skins, they make the .git directory grow. :-(
2009-01-02Added possibility to hide the main title in skinsYorhel1-1/+1
Simply set the 'maintitle' to '0'
2008-12-28Renamed test skin to grey, added primary color to skin names, made footer in ↵Yorhel1-2/+2
angel skin more readable
2008-12-27A darger secbg for the angel skin looks betterYorhel1-1/+1
2008-12-23Added applehq's Little Busters! skinYorhel1-1/+1
2008-12-23CSS + skin generator fixesYorhel1-17/+39
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 nameYorhel1-2/+1
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.