adding tahoma style sheets. Provide better readability for Arabic or Farsi
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Jan 2005 13:17:33 +0000 (13:17 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Jan 2005 13:17:33 +0000 (13:17 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8637 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/css/tahoma-08.css [new file with mode: 0644]
themes/css/tahoma-10.css [new file with mode: 0644]
themes/css/tahoma-12.css [new file with mode: 0644]

diff --git a/themes/css/tahoma-08.css b/themes/css/tahoma-08.css
new file mode 100644 (file)
index 0000000..16de8eb
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: tahoma,sans-serif;
+}
+body, small {
+  font-size: 6pt;
+}
+td, th {
+  font-size: 8pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 7pt;
+}
diff --git a/themes/css/tahoma-10.css b/themes/css/tahoma-10.css
new file mode 100644 (file)
index 0000000..d17ad7a
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: tahoma,sans-serif;
+}
+body, small {
+  font-size: 8pt;
+}
+td, th {
+  font-size: 10pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}
diff --git a/themes/css/tahoma-12.css b/themes/css/tahoma-12.css
new file mode 100644 (file)
index 0000000..7c43a27
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: tahoma,sans-serif;
+}
+body, small {
+  font-size: 10pt;
+}
+td, th {
+  font-size: 12pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}