From ca23755b3cd047f44d7e88ada39d1df68db2b17b Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 4 Jan 2006 20:38:53 +0000 Subject: [PATCH] other formating for left_main.php. advanced_tree is not yet ready git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10524 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/stylesheet.tpl | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index a6227447..633d9d3c 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -37,13 +37,30 @@ extract($t); ?> +/* older css template */ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { - + } body, small { - + +} +td, th { + +} +textarea, pre { + font-family: monospace; + } +/* page body formatting */ body { color: ; background-color: ; @@ -57,6 +74,7 @@ body.leftmain { a:link, a:visited, a:hover, a:active { color: ; } + /* left links */ .leftmain a:link, .leftmain a:visited, .leftmain a:hover, .leftmain a:active { color: ; @@ -68,12 +86,9 @@ a:link, a:visited, a:hover, a:active { color: ; } -td, th { - -} -textarea, pre { - font-family: monospace; - +/* highlighted texts */ +.highlight { + color: ; } /* formating of error template */ -- 2.25.1