68 lines
1.1 KiB
CSS
68 lines
1.1 KiB
CSS
body {
|
|
min-width: 610px;
|
|
color: #222233;
|
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
padding-bottom:0.2em;
|
|
padding-top:0.2em;
|
|
padding-left:0.2em;
|
|
background-color: #dfe5ea;
|
|
margin: 2px 2px 2px 2px;
|
|
border: 1px solid #B7D6E3;
|
|
font-size: 14px;
|
|
color: #144b8a;
|
|
}
|
|
|
|
|
|
h2 {
|
|
margin-top:1em;
|
|
padding-bottom:0.2em;
|
|
border-bottom: 1px solid #ccc;
|
|
font-size: 12px;
|
|
color: #36628A;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 12px;
|
|
color: #7799D0;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
font-size: 11px;
|
|
line-height:150%;
|
|
}
|
|
|
|
table, td {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
line-height:120%;
|
|
border-collapse: collapse;
|
|
border: 1px solid #88aacc;
|
|
padding: 0.3em
|
|
}
|
|
|
|
td.selected {
|
|
background-color: #EEDDDD;
|
|
}
|
|
td.tabTotal {
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
th {
|
|
font-weight: bold;
|
|
color: #333377;
|
|
background-color: #EEEEEE;
|
|
border: 1px solid #224466;
|
|
padding: 0.5em
|
|
}
|