Browse Source

adding tahoma style sheets. Provide better readability for Arabic or Farsi

tokul 20 years ago
parent
commit
8d395e4a10
3 changed files with 39 additions and 0 deletions
  1. 13 0
      themes/css/tahoma-08.css
  2. 13 0
      themes/css/tahoma-10.css
  3. 13 0
      themes/css/tahoma-12.css

+ 13 - 0
themes/css/tahoma-08.css

@@ -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;
+}

+ 13 - 0
themes/css/tahoma-10.css

@@ -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;
+}

+ 13 - 0
themes/css/tahoma-12.css

@@ -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;
+}