From 0615efffa2877049ace481d767752db358c35cdb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 2 Aug 2007 08:35:44 +0000 Subject: [PATCH] =?utf8?q?Die=20=C3=84nderungen=20in=20Revision=202744=20v?= =?utf8?q?erlangen=20nach=20dieser=20neuen=20Datei.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/list_accounts.css | 92 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 css/list_accounts.css diff --git a/css/list_accounts.css b/css/list_accounts.css new file mode 100644 index 000000000..d2e888c20 --- /dev/null +++ b/css/list_accounts.css @@ -0,0 +1,92 @@ +/* Kontenliste Styles */ + +.coa_listtop { + background-color:rgb(236,233,216); + text-align:left; + padding:5px; + font-size:12pt; + color:black; + font-weight: bolder; + border-style:dashed; + border-width:thin; +} + +.coa_listheading { + background-color:rgb(236,233,216); + color: black; + background-image:url("../image/fade.png"); +} + +.coa_listheading_element { + font-size:10pt; + padding:3px; + font-weight:bolder; + text-align:left; + border-style:dotted; + border-width:thin; +} + +.coa_listrow1 { + background-color: rgb(208,207,201); + color: black; + vertical-align: top; +} + +.coa_listrow0 { + background-color: rgb(236,233,216); + color: black; + vertical-align: top; +} + +.coa_amount { + text-align:right; + font-familiy:monospace; +} + +.coa_account_header { + font-size:10pt; + padding:3px; + font-weight:bolder; + text-align:left; + border-style:none; + border-width:thin; +} + +.coa_account_header_sc { + font-size:10pt; + padding:3px; + font-weight:bolder; + text-align:left; + border-style:none; + border-width:thin; + cursor:s-resize; +} + +.coa_detail { + padding:0px; + border-style:none; +} + +.coa_detail_emph { + font-size:10pt; + font-weight:bold; + color:darkred; +} + +.coa_details_header { + font-size:8pt; + padding:3px; + font-weight:bolder; + text-align:center; + border-style:none; + border-width:thin; +} + +.coa_details_header2 { + font-size:8pt; + padding:3px; + font-weight:normal; + text-align:left; + border-style:none; + border-width:thin; +} -- 2.20.1