| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,15 @@ |
| 1 |
+BODY { font: 12pt "Times New Roman", "Times NR", Times, serif; color: black; background: white; }
|
|
| 2 |
+// Gives the page a 1 inch margin when printed. |
|
| 3 |
+@page { margin: 1in; }
|
|
| 4 |
+hr { width: 70%; color: #000; background: #000; margin: 1em auto;}
|
|
| 5 |
+.infobox { border: 1px solid #336; margin: 1em 10%; padding: 1em;}
|
|
| 6 |
+#pagetitle { font-size: 140%; text-align: center; }
|
|
| 7 |
+.label { font-weight: bold; }
|
|
| 8 |
+A { font-weight: bold; color: #336; text-decoration: none; }
|
|
| 9 |
+.chaptertitle { page-break-before: always; page-break-after: avoid; font-size: 125%; text-align: center; text-decoration: underline; margin-bottom: 1em;}
|
|
| 10 |
+.notes { border: 1px solid #336; margin: 1em 10%;}
|
|
| 11 |
+.notes .title { padding: 5px; border-bottom: 1px solid #336; }
|
|
| 12 |
+.notes .noteinfo { padding: 5px; }
|
|
| 13 |
+#copyright { margin: 1em 10%; border: 1px solid #336; padding: 1ex;}
|
|
| 14 |
+#archivedat { text-align: center; }
|
|
| 15 |
+.toplink { text-align: right; }
|
|
| 0 | 16 |
\ No newline at end of file |