Преглед изворни кода

Demo user provided alternate stylsheet

stevetruckstuff пре 19 година
родитељ
комит
8294c11b7d
3 измењених фајлова са 29 додато и 0 уклоњено
  1. 12 0
      css/blue_gradient/config.php
  2. 17 0
      css/blue_gradient/default.css
  3. BIN
      css/blue_gradient/img/gradient-blue.png

+ 12 - 0
css/blue_gradient/config.php

@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * CSS Theme description
+ *
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage css_themes
+ */
+$css_themes[] = array('NAME'=>_("Blue Gradient"),'PATH'=> SM_PATH.'css/blue_gradient/');

+ 17 - 0
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;
+}

BIN
css/blue_gradient/img/gradient-blue.png