radiaSRT/print/css/print.css
2012-01-31 02:54:59 +05:30

62 lines
1020 B
CSS

body {
font-family: "Courier New";
font-size: 14px;
width: 75%;
margin-left: 10px;
}
.people {
font-size: 14px;
font-weight: normal;
font-style: italic;
}
.sub {
margin-bottom: 12px;
}
.subText {
page-break-before: avoid;
overflow: hidden;
margin: 0;
font-family: "Courier New";
width: 100%;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.inpoint {
font-style: italic;
font-size: 12px;
page-break-after: avoid;
}
.title {
font-size: 18px;
margin: 0;
margin-bottom: 0px;
page-break-after: avoid;
}
.people {
margin-bottom: 6px;
}
.datetime {
font-weight: bold;
margin-bottom: 16px;
page-break-before: avoid;
page-break-after: avoid;
}
.fileWrapper {
margin-bottom: 32px;
}
.personName {
}