Files
Facilitor/APPL/Shared/default-print.css
2015-11-10 17:50:58 +00:00

113 lines
1.7 KiB
CSS

/*
* $Revision$
* $Id$
*/
* {
font-family: Verdana;
font-size: 8pt;
}
body {
background-color: #FFFFFF;
margin-left: 8px;
margin-top: 8px;
cursor: auto;
}
thead {
display:table-header-group;
}
tbody {
display:table-row-group;
}
table {
border: 0;
}
#printheader {
margin-bottom: 10px;
}
#printheader #head {
width: 100%;
border: 0px;
}
#printheader #right {
width: 400px;
border: 0px;
}
#printheader #titel {
font-size: 1.5em;
font-weight: bold;
text-align: right;
line-height: 3em;
vertical-align: top;
color: #747578;
}
#printfooter #foot {
width: 100%;
border: 0px;
margin-top: 2px;
}
#printfooter #foot td, #rsSummaryInfo {
font-size: 0.8em;
}
#printfooter #foot td{
color: #B1B3B4;
}
#rsSummaryInfo {
color: #747578;
}
.rstable {
clear: both;
width: 100%;
border: 0px;
border-collapse: collapse;
}
.rstable th {
background-color:#E3E4E4;
font-weight: normal;
}
.rstable td, th {
border-bottom: 1px solid #E3E4E4;
border-left: 1px solid #ECECED;
border-right: 1px solid #ECECED;
vertical-align: top;
padding: 3px 3px 3px 3px;
}
.headerlabel {
text-align: right;
vertical-align: top;
padding-right: 6px;
}
.headerdescr {
text-align: left;
}
.prsearchkolom1 {
text-align: left;
vertical-align: top;
width: 50%;
}
.prsearchkolom2 {
text-align: left;
vertical-align: top;
}
tr.firstRow td {
border-top:2px solid #747578;
}
tr.suppressRow td {
border: 1px solid #ECECED;
}
h1, h2, h3 {
font-size: 1.5em;
}
img.photo {
height: 100px;
width: 100px;
}