From 0cb80c258c5d9665beb15864a615786e7bafce8e Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Sat, 30 Sep 2006 10:39:30 +0000 Subject: [PATCH] Demo user provided alternate stylsheet git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11787 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- css/blue_gradient/config.php | 12 ++++++++++++ css/blue_gradient/default.css | 17 +++++++++++++++++ css/blue_gradient/img/gradient-blue.png | Bin 0 -> 188 bytes 3 files changed, 29 insertions(+) create mode 100644 css/blue_gradient/config.php create mode 100644 css/blue_gradient/default.css create mode 100644 css/blue_gradient/img/gradient-blue.png diff --git a/css/blue_gradient/config.php b/css/blue_gradient/config.php new file mode 100644 index 00000000..c62864ef --- /dev/null +++ b/css/blue_gradient/config.php @@ -0,0 +1,12 @@ +_("Blue Gradient"),'PATH'=> SM_PATH.'css/blue_gradient/'); diff --git a/css/blue_gradient/default.css b/css/blue_gradient/default.css new file mode 100644 index 00000000..8851f28d --- /dev/null +++ b/css/blue_gradient/default.css @@ -0,0 +1,17 @@ +td.header1 { + background: url('img/gradient-blue.png') repeat-x; + vertical-align: middle; +} + +#optionGroups td.optionElement table { + border:1px solid #a6b2e2; +} + +#optionGroups td.optionName { + background: url('img/gradient-blue.png') repeat-x; + vertical-align: middle; +} + +#optionDisplay table { + border:1px solid #a6b2e2; +} \ No newline at end of file diff --git a/css/blue_gradient/img/gradient-blue.png b/css/blue_gradient/img/gradient-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..2734aa0213b743a36dba440e6cc95d022222fb26 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^j6kfx!2~2XTwzxLQfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkP>{XE)7O>#8mAnWGH=DJnXW(~Pfr)e5RU6x4o#3*vvHHU_x3vc+ d%X-%TV{m*R)%kuG|52c!44$rjF6*2Ung9e3JDUIi literal 0 HcmV?d00001 -- 2.25.1