Commit graph

121 commits

Author SHA1 Message Date
Tyler Akins
da33a6a535 Cool black random theme that also fades the folder list and slowly changes
the background color of the pages.
2001-12-24 15:41:44 +00:00
thomppj
0d915ee4db Added Christmas theme. 2001-12-23 07:43:22 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
Tyler Akins
8ab954ecc4 Typo. 2001-12-21 23:31:08 +00:00
Tyler Akins
ce1c7c4e57 Fixed to use sm_mt_randomize() 2001-12-21 13:50:37 +00:00
Tyler Akins
0abc73d4e7 Random Themes for SquirrelMail
by Jorey Bump

These themes generate random colors whenever a page is refreshed or a new one is
loaded.

** NOTE:  Question Reality wasn't added since it was 100% random and would
often produce unreadable results.  From the readme, it was listed as "For
demonstration purposes only!"  I hope Jorey doesn't mind. **

Spice of Life: This theme creates contrasting colors for easier readability. I
have also provided 2 variations, one that always provides a dark background and
one that always provides a light background (my personal favorite).

Greenhouse Effect, Kind of Blue, In the Pink, and Shades of Grey: As the titles
suggest, these themes favor a specific color.

Monostochastic: This creates a contrasting 2 color theme. There is only one
color for text, one for the background. Very spartan.

NOTES:

These themes will not interfere with the message highlighting feature provided
by SquirrelMail, but sometimes the results may be unpleasant.

I haven't tried it, but I assume that any colors specified in an external css
file will override the ones provided by any theme.

On a slightly technical note, this code will actually cause 2 themes to be
generated, one for each frame.

The SquirrelMail developers have not formally declared that certain elements of
the color array be used for text vs. background (although that would be nice!),
so I had to make educated guesses during development. I've noticed that
SquirrelMail borrows a background color from the right frame to use as a text
color in the left, to display parent folder names. This sometimes causes
the folder names to be barely legible. Since my code loads a different theme in
each frame, this situation cannot occur. It's something to keep in mind when
you're designing themes, however. Here's a fix, if you find this to be as
annoying as I do:

Change line 172 (in 1.2.0-rc2) of src/left_main.php from:

 $line .= "<FONT COLOR=\"$color[10]\">";

to:

 $line .= "<b><FONT COLOR=\"$color[6]\">";

Hopefully, this will be changed in future versions, and the color array will be
standardized for text and background colors.
2001-12-20 19:53:19 +00:00
allah03
72740ddc3c Adding Michael Prinsen's Dompie theme and my own re-working of his theme,
which I'm calling Methodical.
2001-11-19 15:32:02 +00:00
Tyler Akins
2c0919485c Added Blue Gray theme
Come on people!  If you see it on the list, add it!  Don't just sit there
and hope it magically gets added to the source.
2001-07-27 21:08:05 +00:00
Tyler Akins
f9adf2b7da Added Deep Ocean 2 theme from M.J. Prinsen from May 22, 2001 2001-06-25 17:41:57 +00:00
Tyler Akins
911633e404 From a bug report submitted on May 12, 2001 from Marc Lucks 2001-06-25 16:13:41 +00:00
Tyler Akins
04bf3425d2 * Whoops -- had some stuff backwards in my mind
* Added some different colors for one theme that really had problems before.
2001-06-12 17:58:48 +00:00
Tyler Akins
dea28057f4 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 18:19:45 +00:00
Tyler Akins
406eed2868 * My last color was a smidge too bright.
* Hey, where's the collapseable folders option for 1.1??
2001-02-21 00:19:47 +00:00
Tyler Akins
3d93958c73 * message_display.php uses $color[12] for every-other message line. If it
doesn't exist, it defaults to EAEAEA.  Very bad choice for Black Bean
  Burrito.  Added a $color[12] to the theme.
2001-02-20 18:15:34 +00:00
Luke Ehresman
744829787f phase 1 of interface improvements -- alternating row colors (needs some work) 2001-02-20 15:46:20 +00:00
lbergman
d97b292a95 Added redirection from subdirs to prevent file listing. 2000-10-27 02:41:26 +00:00
Luke Ehresman
1b4e90d7e9 added two new themes 2000-08-29 15:15:57 +00:00
Luke Ehresman
c3fdafaa2e added theme 2000-08-25 18:48:07 +00:00
Luke Ehresman
cde5cdc933 added a theme from Ray Black 2000-08-21 15:00:11 +00:00
Luke Ehresman
52e0be0a59 updated some themes to make colors more vivid and readable
fixed HTML bugs in folders.php
fixed bugs in message hightlighting submission and saving
2000-07-30 16:28:35 +00:00
Luke Ehresman
dc9e76994f - fixed renaming folders, now renames subfolders as well
- added some new documentation
   themes/README.themes
   plugins/README.plugins
   doc/themes.txt
- moved themes to themes/ directory, added checking in load_prefs
- revaped help system:
   - .hlp files are in xml format
   - doesn't pop up new window (netscape/ie specific)
   - a bit more navigationable
   - context-sensative
   - updated help documentation
2000-07-26 11:07:07 +00:00