Topic: Compact Styles v0.2.1
## Mod title: Compact Styles
##
## Mod version: 0.2.1
## Works on PunBB: 1.1.4 (and possibly others)
## Release date: 2004-05-27
## Author: Louis St-Amour (CSpotkill@CSpotkill.com)
##
## Description: New, compact versions of existing PunBB styles.
## Mercury (and other dark themes) are reduced to two
## lines of CSS, thanks to the "cascade" in Cascading
## Style Sheets. Common framework CSS and light/dark
## background rules are stored in separate files. This
## speeds up loading time for new styles by caching
## common repetitive rules, and makes it easier to
## create new styles, by simplifying the CSS code and
## reducing the number of edits required to make basic
## colour changes.
##
## Affected files: profile.php
## style\Cobalt.css
## style\Lithium.css
## style\Mercury.css
## style\Oxygen.css
## style\Radium.css
## style\Sulfur.css
##
## Affects DB: No
##
## Notes: v2.0 - Now works with the default PunBB code.
##
## Generator: ModGenerator (http://punres.cactuz.nu/modgen/)
## on: 2004-05-27 22:04:58
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
Download: http://punbb.org/forums/viewtopic.php?pid=14642#14642
Changelog:
27-05-2004 / v0.2.1 released - Fixed a small bug with hover styles on lighter themes. (I had to re-order the A:hover rule so it was the last rule applied.)
27-05-2004 / v0.2 released - Now works with the default PunBB code.
I've taken off the "Beta" status, since I've tested it further now and it seems to work fine with the default code, after a few modications. I've even managed to reduce the code for the individual dark styles to only the bare essential two-line differentiations, with only 7 lines for the lighter themes. 8)
26-05-2004 / v0.1.1 Beta released - Updated Dark styles: Fixed link rules to use the color property instead of the background-color property. Whoops.
26-05-2004 / v0.1 Beta released - May not be fully optimized.
Because I haven't checked this on a default install yet, it may not work as advertised. Seems fine on my modified PunBB installation at http://www.CSpotkill.com/ -- I've changed the main page layout and added a gradient and a menu, none of which are included in this modification, though may be released in the future.
Let me know what you think of it. Thanks.