radiaSRT/print/css/print.css
2012-01-31 05:09:51 +05:30

64 lines
1.0 KiB
CSS

body {
font-family: "Courier New";
font-size: 14px;
width: 100%;
margin-left: 10px;
}
.people {
font-size: 16px;
font-style: italic;
margin-bottom: 6px;
}
.sub {
width: 80%;
margin-bottom: 12px;
page-break-inside: avoid;
}
.subs {
page-break-before: avoid;
}
.subText {
overflow: hidden;
margin: 0;
font-family: "Courier New";
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;
}
.title {
font-size: 18px;
margin: 0;
margin-bottom: 0px;
page-break-after: avoid;
}
.datetime {
font-weight: bold;
margin-bottom: 16px;
page-break-before: avoid;
page-break-after: avoid;
}
.fileWrapper {
margin-bottom: 32px;
}
.headerWrapper {
page-break-after: avoid;
page-break-inside: avoid;
}