git-svn-id: http://xe-core.googlecode.com/svn/trunk@1284 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-23 10:11:37 +00:00
parent 210ebdbc26
commit 83c3009830

View file

@ -2,7 +2,7 @@
body, div, td, p, a { body, div, td, p, a {
font-family:arial, sans-serif; font-family:arial, sans-serif;
font-size:9pt; font-size:12px;
} }
FORM { FORM {
@ -30,42 +30,51 @@ a.bold {
} }
h1 { h1 {
font-size:20pt; font-size:25px;
font-weight:bold; font-weight:bold;
background-color:#efefef; background-color:#efefef;
color:#0f217c; color:#0f217c;
padding:5px; padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd; border-bottom:1px solid #445bcd;
} }
h2 { h2 {
font-size:16pt; font-size:20px;
font-weight:bold; font-weight:bold;
background-color:#efefef; background-color:#efefef;
padding:3px; color:#0f217c;
padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd; border-bottom:1px solid #445bcd;
} }
h3 { h3 {
font-size:13pt; color:#0f217c;
font-weight:normal; font-size:20px;
font-weight:bold;
background-color:#efefef; background-color:#efefef;
padding:3px; border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
} }
h4 { h4 {
font-size:10pt; color:#0f217c;
font-weight:bold; font-size:15px;
font-weight:normal;
background-color:#efefef;
border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
} }
h5 { h5 {
font-size:9pt; font-size:12px;
font-weight:normal; font-weight:normal;
line-height:0px;
} }
h6 { h6 {
font-size:8pt; font-size:11px;
font-weight:normal; font-weight:normal;
line-height:0px;
} }
.member_signature { .member_signature {