From 5cf9c74305564e64e993cf4c05aba8034edbbde7 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 13 Jan 2005 13:17:33 +0000 Subject: [PATCH] adding tahoma style sheets. Provide better readability for Arabic or Farsi git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8637 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/css/tahoma-08.css | 13 +++++++++++++ themes/css/tahoma-10.css | 13 +++++++++++++ themes/css/tahoma-12.css | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 themes/css/tahoma-08.css create mode 100644 themes/css/tahoma-10.css create mode 100644 themes/css/tahoma-12.css diff --git a/themes/css/tahoma-08.css b/themes/css/tahoma-08.css new file mode 100644 index 00000000..16de8eb9 --- /dev/null +++ b/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; +} diff --git a/themes/css/tahoma-10.css b/themes/css/tahoma-10.css new file mode 100644 index 00000000..d17ad7ae --- /dev/null +++ b/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; +} diff --git a/themes/css/tahoma-12.css b/themes/css/tahoma-12.css new file mode 100644 index 00000000..7c43a275 --- /dev/null +++ b/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; +} -- 2.25.1