radiaSRT/print/css/print.css
2012-01-28 03:16:59 +05:30

43 lines
728 B
CSS

body {
font-family: "Courier New";
font-size: 14px;
width: 75%;
margin-left: 10px;
}
.sub {
margin-top: 6px;
margin-bottom: 6px;
}
.subText {
overflow: auto;
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;
}
.title {
font-size: 18px;
margin: 0;
margin-bottom: 4px;
}
.datetime {
font-weight: bold;
}
.fileWrapper {
margin-bottom: 16px;
}