diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/layout-mail-css.tpl | 5 | ||||
-rw-r--r-- | template/yoga/theme/dark/layout-mail-css.tpl | 5 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/layout-mail-css.tpl | 5 | ||||
-rw-r--r-- | template/yoga/theme/wipi/layout-mail-css.tpl | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/layout-mail-css.tpl b/template/yoga/theme/clear/layout-mail-css.tpl new file mode 100644 index 000000000..936c81426 --- /dev/null +++ b/template/yoga/theme/clear/layout-mail-css.tpl @@ -0,0 +1,5 @@ +/* $Id$ */
+/* Including like css style on HTML mail */
+
+body{background-color:#ffffff;}
+#the_page {background-color: #ffffff;}
diff --git a/template/yoga/theme/dark/layout-mail-css.tpl b/template/yoga/theme/dark/layout-mail-css.tpl new file mode 100644 index 000000000..884dbb5de --- /dev/null +++ b/template/yoga/theme/dark/layout-mail-css.tpl @@ -0,0 +1,5 @@ +/* $Id$ */
+/* Including like css style on HTML mail */
+
+body{background-color:#000000;}
+#the_page {background-color: #000000;}
diff --git a/template/yoga/theme/p0w0/layout-mail-css.tpl b/template/yoga/theme/p0w0/layout-mail-css.tpl new file mode 100644 index 000000000..cc939fdd9 --- /dev/null +++ b/template/yoga/theme/p0w0/layout-mail-css.tpl @@ -0,0 +1,5 @@ +/* $Id$ */
+/* Including like css style on HTML mail */
+
+body{background-color:#dfe8ff;}
+#the_page {background-color: #dfe8ff;}
diff --git a/template/yoga/theme/wipi/layout-mail-css.tpl b/template/yoga/theme/wipi/layout-mail-css.tpl new file mode 100644 index 000000000..652354ff8 --- /dev/null +++ b/template/yoga/theme/wipi/layout-mail-css.tpl @@ -0,0 +1,5 @@ +/* $Id$ */
+/* Including like css style on HTML mail */
+
+body{background-color:#111;}
+#the_page {background-color: #111;}
|