public
Description: Wordpress template based on the default template but modified for use as a starting point for theme designers.
Homepage: http://www.poweredbygeek.com/
Clone URL: git://github.com/lwallenstein/designers-default.git
name age message
file 404.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file 960.css Thu Apr 23 11:58:16 -0700 2009 Update of grid and some changing for the title [lwallenstein]
file README.txt Sun Nov 23 01:19:12 -0800 2008 Cleaned up CSS with comments [lwallenstein]
file about.php Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file archive.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file archives.php Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file comments-popup.php Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file comments.php Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file debugging.css Sun Nov 23 01:19:12 -0800 2008 Cleaned up CSS with comments [lwallenstein]
file footer.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file functions.php Thu Dec 04 20:02:59 -0800 2008 fixed issue with latest wordpress and functions... [lwallenstein]
file header.php Thu Apr 23 11:58:16 -0700 2009 Update of grid and some changing for the title [lwallenstein]
file ie6.css Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file ie7.css Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file iepngfix.htc Sun Nov 23 01:19:12 -0800 2008 Cleaned up CSS with comments [lwallenstein]
file image.php Sun Nov 23 00:20:22 -0800 2008 Removed right to left components [lwallenstein]
directory images/ Sun Nov 23 01:19:12 -0800 2008 Cleaned up CSS with comments [lwallenstein]
file index.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file links.php Sun Nov 23 01:19:12 -0800 2008 Cleaned up CSS with comments [lwallenstein]
file main.css Sun Nov 23 02:15:30 -0800 2008 Fixed a bug with the background color [lwallenstein]
file navigation.php Sun Nov 23 00:20:22 -0800 2008 Removed right to left components [lwallenstein]
file page.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file post.php Sun Nov 23 00:10:44 -0800 2008 cleaned up and commented all page templates and... [lwallenstein]
file print.css Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file reset.css Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file screenshot.png Sat Nov 22 22:33:02 -0800 2008 Initial Import [lwallenstein]
file search.php Sun Nov 23 00:20:22 -0800 2008 Removed right to left components [lwallenstein]
file searchform.php Sun Nov 23 00:20:22 -0800 2008 Removed right to left components [lwallenstein]
file sidebar.php Sun Nov 23 00:20:22 -0800 2008 Removed right to left components [lwallenstein]
file single.php Thu Apr 23 11:58:16 -0700 2009 Update of grid and some changing for the title [lwallenstein]
file style.css Thu Apr 23 11:58:16 -0700 2009 Update of grid and some changing for the title [lwallenstein]
README.txt
------------------------------------------------
README for Designers Default version .3
------------------------------------------------

Designers Default is a theme based on Michael Heilemann's default wordpress theme included with Wordpress out of the 
box. After doing lots of wordpress development, I found myself having to change the same things over and over again and 
reorganizing the structure and styles over and over again. This theme is really just a compilation of all those changes 
so I can start with a clean base. I am making it available to the public as I hope someone else may find it useful.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What New
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*************
Code Changes
*************

1) Eric Meyer's Reset template included ( http://meyerweb.com/eric/tools/css/reset/)
2) 960 Grid Template (http://960.gs/)) added for easy sizing control.
3) Print stylesheet added for cleaner blog printing - hides useless components when you print like footer and sidebar
4) CSS added for IE6 and IE7 Exceptions
5) IE6 Transparent PNG fix included.
6) Debugging CSS Added (Commented Out) for easy theme debugging
7) Post content broken out into seperate template to reduce repetition
8) Navigation content broken out into seperate template to reduce repetition
9) About template broken out to make it easier for beginners to edit.
10) XHTML 1.0 Strict doctype
11) Moved About Post data into definition lists
12) Comments put on each template so you can tell what to edit by looking at the source.
13) Comments put in the CSS source for quick changes.


***************
Design Changes
***************

1) Header broken into layered transparent images so you can change the color with a simple hex or upload an image to be 
the background.
2) Page frame broken into layered transparent images so you can change the color of the background with a simple hex
3) Added RSS Icons to footer.
4) Added Calendar and Tag Cloud added to sidebar and styled - just so you can see it is there.
5) Page width expanded to 1024px which is the standard in page width. 
6) Line height on paragraph increased to 1.5em



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TO DO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1) Implement the right to left styling for persian users.
2) Get admin functions to work for color changing and picture uploading.