I've been playing, compiling, tweaking Subtext for the past few days and created a new skin. It is based off Andy Konkol's skin which was based off the Naked skin along with parts borrowed from the origami skin. Here is a screen shot from my local instance of SubText on my laptop.
What is new:
- Searching's z-index problem
- Enter when in a search box submits the search (should be live already)
- new favorite icon (should be live already)
- random header backgrounds
- rounded corners with background images via JS, not with rounded corner images. I'm using Curvy Corners, Nifty Corners couldn't do the background image properly.
- site now under Creative Commons license
- Modded the SingleColumn.cs control to reordering some stuff on the right. I find it weird subtext has 800 modular things yet this I had to modify the CS file for.
This left to do:
- Left side bar need to be fully implemented, still missing stuff on current skin.
- Mod subtext's stored procedures to allow for post dating (IE it is the 12th and I have a post that should appear on the 15th but can only post it on the 12th). Right now SubText will reflect the 15th date and still show it even though it is the 12th. Community Server allows for this and it is rather nice when I have to update Coding4Fun and lack time the rest of the week.
- Implement the random background image with caching.
I'm going release the source for all my subtext mod's and this skin right after get everything done 100%.