radiaSRT/print/css/print.css

62 lines
1020 B
CSS
Raw Normal View History

2012-01-27 16:31:00 +00:00
body {
font-family: "Courier New";
font-size: 14px;
2012-01-27 21:46:59 +00:00
width: 75%;
margin-left: 10px;
2012-01-27 16:31:00 +00:00
}
2012-01-30 20:44:49 +00:00
.people {
font-size: 14px;
font-weight: normal;
font-style: italic;
}
2012-01-27 16:31:00 +00:00
.sub {
2012-01-29 11:07:53 +00:00
margin-bottom: 12px;
2012-01-27 16:31:00 +00:00
}
2012-01-27 21:40:25 +00:00
.subText {
2012-01-30 21:15:08 +00:00
page-break-before: avoid;
2012-01-30 20:55:08 +00:00
overflow: hidden;
2012-01-27 21:40:25 +00:00
margin: 0;
font-family: "Courier New";
2012-01-27 21:46:59 +00:00
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+ */
2012-01-27 21:40:25 +00:00
}
2012-01-27 16:31:00 +00:00
.inpoint {
font-style: italic;
font-size: 12px;
2012-01-30 20:55:08 +00:00
page-break-after: avoid;
2012-01-27 16:31:00 +00:00
}
.title {
font-size: 18px;
margin: 0;
2012-01-30 21:24:59 +00:00
margin-bottom: 0px;
2012-01-30 20:55:08 +00:00
page-break-after: avoid;
2012-01-27 16:31:00 +00:00
}
2012-01-30 21:24:59 +00:00
.people {
margin-bottom: 6px;
}
2012-01-27 16:31:00 +00:00
.datetime {
font-weight: bold;
2012-01-29 11:07:53 +00:00
margin-bottom: 16px;
2012-01-30 21:15:08 +00:00
page-break-before: avoid;
2012-01-30 20:55:08 +00:00
page-break-after: avoid;
2012-01-27 16:31:00 +00:00
}
.fileWrapper {
2012-01-29 11:07:53 +00:00
margin-bottom: 32px;
2012-01-27 16:31:00 +00:00
}
2012-01-30 21:22:39 +00:00
.personName {
}