Commit graph

121 commits

Author SHA1 Message Date
tokul
bd2a1c163f added phpdoc blocks to netstyle theme.
fixed random theme. theme was stored with sm_path in session. breaks theme in plugins.
2004-11-10 17:15:10 +00:00
tokul
04d312c007 net-style theme by Gabriele Maidecchi. Patch #1041323 2004-11-07 15:03:03 +00:00
Jimmy Conner
2cd94f0d75 Removed variables that were initialized, but never actually used
Also remove a few more globals that were unused
Remove a few newlines at the end of files
Hopefully this will help shrink the memory footprint of SM just slightly
2004-11-01 02:05:15 +00:00
Fredrik Jervfors
358c8f0459 XHTML fixes 2004-09-02 23:33:47 +00:00
Fredrik Jervfors
303d308968 XHTML fixes 2004-08-15 01:02:58 +00:00
Fredrik Jervfors
1c290fe8e1 XHTML fixes 2004-08-09 15:48:15 +00:00
tokul
d266dcad9c rg=off fix. 2004-04-15 19:33:36 +00:00
tokul
a305b61423 adding phpdoc block 2004-04-12 07:35:44 +00:00
tokul
f3456bc79b Patch.884356. One more theme. 2004-03-16 17:17:45 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tassium
211a1494f2 Fix two typos "squirrelmai" -> "squirrelmail". Sheesh. 2003-10-29 15:35:16 +00:00
tassium
634c4370ca Added @package and @subpackage tags (and in some cases, @author tags) in preparation to begin using phpdocumentor. NOTE: Themes are part of package squirrelmail, subpackage themes. 2003-10-28 20:58:30 +00:00
tokul
6188092ac3 Added stylesheets with default Comic Sans MS and Bitstream Vera Sans/Verdana
fonts. style sheets default to sans-serif if font is missing. Vera is free
font provided by Bitstream. http://www.gnome.org/fonts/
2003-07-27 12:41:27 +00:00
tokul
a00823ef32 disabled "Previous" link is white text on white background 2003-07-27 11:42:34 +00:00
tokul
c0fe5e4b81 Added Minimal BW theme. Purpose of theme - colorless environment for
browsers that don't support colors and for CGA :) displays if you can find
one.
2003-07-27 11:06:50 +00:00
Thijs Kinkhorst
a7359f661c Remove obsolete references. 2003-03-22 17:10:35 +00:00
Thijs Kinkhorst
7896df9d8c Fix requirements to reflect actual requirements according to Marc. 2003-03-07 15:26:45 +00:00
Thijs Kinkhorst
61132c77f9 Quotation-error 2003-03-05 10:51:36 +00:00
Thijs Kinkhorst
4881210e4e For completeness, make the default theme contain all default values. 2003-02-27 12:04:02 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
stekkel
f9d41c70eb fix from Alexandros Vellis regarding missed SM_PATH statement 2002-12-10 12:39:11 +00:00
Thijs Kinkhorst
4f552ee17e Fixes for minor bugs pointed out by Tyler Akins.
These were found because Tyler has error_reporting set to E_ALL.
To all developers: *please TURN E_ALL ON* to prevent these!
2002-11-07 11:55:09 +00:00
jmunro
16542833cd Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1. 2002-10-06 23:43:02 +00:00
Thijs Kinkhorst
f061369901 More rg=0 2002-09-21 20:26:52 +00:00
Thijs Kinkhorst
6a632f419c Add textarea definitions to all styles; change "fixed" to "monospace" (more generic). 2002-07-28 18:15:06 +00:00
thomppj
4f085bf871 REALLY added penguin theme. 2002-07-25 16:12:33 +00:00
thomppj
bb94bd78a1 Added penguin theme. 2002-07-25 15:38:50 +00:00
jmunro
18da39c484 forgot to change the comments from my hack of Ray's theme. 2002-06-10 18:52:20 +00:00
jmunro
2017605ee3 Adding a couple themes, alien_glow is from Todd Hammer, dark_green is from me :) 2002-06-10 18:42:08 +00:00
Pontus Ullgren
aefff0e417 Fixed so that quoted text in replies becomes readable - Found by T.J. Drennan 2002-03-31 11:23:33 +00:00
Thijs Kinkhorst
19a18cfaae Changed " to ' on some themes. 2002-01-28 17:53:04 +00:00
teepe
6a37875fb5 ehh, hmm: include -> require 2002-01-22 15:07:42 +00:00
teepe
cddbdffbe3 some more fixes to solve the vhost problem (icy cold here in the freeze) 2002-01-19 13:49:36 +00:00
philippe_mingo
6d4e14d7a6 With foo-10 are created with 800x600 in mind. This is the reason I've
modifyed pre and textarea.
Let me know how it does on your systems.
2002-01-17 09:33:53 +00:00
antipode
3e00e790c5 This is to keep the CSS validator happy. 2002-01-12 06:10:53 +00:00
antipode
0148c35c38 Small improvement.
Should fix the bug with the best browser of all times and nations ---
NN 4.X.  ;^)
2002-01-12 06:10:09 +00:00
philippe_mingo
ec9c32d581 This commit adds the possibility to specify system-defined css in order to
allow users to change the font family and size of SM. Making possible to
make it bigger or smaller depending on their screen size. Sysops may add
or remove these system-defined css located in themes/css/
2002-01-11 12:17:50 +00:00
Tyler Akins
f09b7352be Minor changes to make the colors more separate from each other without
entering infinite loops.
2002-01-04 14:47:31 +00:00
Tyler Akins
1254c0e43d Lots-o-contrast 2001-12-28 20:25:29 +00:00
Tyler Akins
8031003eae Added $color[15] for the "unselectable folders" color.
Made left_main.php use $color[15] and fall back on $color[6] if not specified.
Added a $color[15] for all themes.  If you don't like the new color, just
change it.  :-)
Fixed a bug in prefs.php.
Updated themes.txt documentation.
2001-12-28 20:16:19 +00:00
Tyler Akins
a5a0e4a892 " -> ' 2001-12-28 17:00:53 +00:00
Tyler Akins
bb0f8e2abf Added theme from Jim Riffle 2001-12-28 16:31:01 +00:00
teepe
4c62fb3415 theme style police 2001-12-25 02:28:40 +00:00
teepe
797f7e7c23 theme style police 2001-12-25 02:16:52 +00:00
teepe
c7d0b12bd8 theme style police 2001-12-25 02:11:30 +00:00
teepe
efe4ff1090 theme style police 2001-12-25 02:02:16 +00:00
teepe
67538343ae theme style police 2001-12-25 01:41:18 +00:00
thomppj
fc11f0540c dang tabs! 2001-12-25 01:30:55 +00:00
thomppj
b38c33f55a Cleaned up some themes, some more. 2001-12-24 21:55:38 +00:00
Tyler Akins
962de36f30 Added the random theme
Could someone go through and reformat random.php and darkness.php?  I don't
have time before the Christmas release.
2001-12-24 15:47:20 +00:00