From 207ff781b95b1621902b8f1d72b3524bb2476fa3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 28 Jul 2005 21:01:39 +0000 Subject: [PATCH] Start with css. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9839 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/squirrelmail.css | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/default/squirrelmail.css diff --git a/templates/default/squirrelmail.css b/templates/default/squirrelmail.css new file mode 100644 index 00000000..6ec6ed25 --- /dev/null +++ b/templates/default/squirrelmail.css @@ -0,0 +1,36 @@ +.thead_caption { + font-weight: bold; + text-align: center; +} + +.error_list { +} +.error_table { + color: #FF0000; + border: 2px solid #dcdcdc; + background-color: #a0b8c8; + width: 100%; +} +.error_thead { + background-color: #666666; +} +.error_thead_caption { + background-color: #666666; +} +.error_row { + color: #FF0000; +} +.error_val { + color: #000000; + width: 80%; + border: 2px solid #dcdcdc; + +} +.error_key { + width: 20%; + border: 2px solid #dcdcdc; + color: #FF0000; + font-weight: bold; + font-style: italic; + background-color: #dcdcdc; +} \ No newline at end of file -- 2.25.1