Added stylesheets with default Comic Sans MS and Bitstream Vera Sans/Verdana
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jul 2003 12:41:27 +0000 (12:41 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jul 2003 12:41:27 +0000 (12:41 +0000)
fonts. style sheets default to sans-serif if font is missing. Vera is free
font provided by Bitstream. http://www.gnome.org/fonts/

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5452 7612ce4b-ef26-0410-bec9-ea0150e637f0

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

diff --git a/themes/css/comic-sans-08.css b/themes/css/comic-sans-08.css
new file mode 100644 (file)
index 0000000..bd4d7d4
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: comic sans ms,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/comic-sans-10.css b/themes/css/comic-sans-10.css
new file mode 100644 (file)
index 0000000..3975e3e
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: comic sans ms,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/comic-sans-12.css b/themes/css/comic-sans-12.css
new file mode 100644 (file)
index 0000000..57e5dfa
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: comic sans ms,sans-serif;
+}
+body, small {
+  font-size: 10pt;
+}
+td, th {
+  font-size: 12pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}
diff --git a/themes/css/verdana-08.css b/themes/css/verdana-08.css
new file mode 100644 (file)
index 0000000..0156b5e
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: bitstream vera sans,verdana,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/verdana-10.css b/themes/css/verdana-10.css
new file mode 100644 (file)
index 0000000..614fa14
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: bitstream vera sans,verdana,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/verdana-12.css b/themes/css/verdana-12.css
new file mode 100644 (file)
index 0000000..87f11ff
--- /dev/null
@@ -0,0 +1,13 @@
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: bitstream vera sans,verdana,sans-serif;
+}
+body, small {
+  font-size: 10pt;
+}
+td, th {
+  font-size: 12pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}