FCLT#77238 Net iets meer subtiliteit in print-stylesheet.

svn path=/Website/trunk/; revision=59930
This commit is contained in:
Peter Feij
2023-04-07 11:13:31 +00:00
parent 914a767bd7
commit 583be6e5e3

View File

@@ -4,7 +4,7 @@
*/
* {
font-family: Verdana;
font-family: Verdana, Tahoma, sans-serif;
font-size: 8pt;
}
@@ -13,7 +13,7 @@ body {
margin-left: 8px;
margin-top: 8px;
cursor: auto;
font-family: Verdana;
font-family: Verdana, Tahoma, sans-serif;
font-size: 8pt;
}
@@ -38,12 +38,13 @@ table {
border: 0px;
}
#printheader #titel {
font-family: Tahoma, sans-serif;
font-size: 1.5em;
font-weight: bold;
font-weight: 500;
text-align: right;
line-height: 3em;
vertical-align: top;
color: #747578;
color: #000;
}
#printfooter #foot {
width: 100%;
@@ -57,22 +58,23 @@ table {
color: #B1B3B4;
}
#rsSummaryInfo {
color: #747578;
color: #333;
}
.rstable {
.rstable {
clear: both;
width: 100%;
border: 0px;
border-collapse: collapse;
}
.rstable th {
background-color:#E3E4E4;
.rstable th, .rstable tfoot td {
background-color:#e6f0ff;
font-weight: normal;
text-align: left;
}
.rstable td, th {
border-bottom: 1px solid #E3E4E4;
border-left: 1px solid #ECECED;
border-right: 1px solid #ECECED;
border-bottom: 1px solid #b3d1ff;
border-left: 1px solid #e6f0ff;
border-right: 1px solid #e6f0ff;
vertical-align: top;
padding: 3px 3px 3px 3px;
}
@@ -96,7 +98,7 @@ table {
}
tr.firstRow td {
border-top:2px solid #747578;
border-top:2px solid #c8d6ea;
}
tr.suppressRow td {