| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,32 @@ |
| 1 |
+body {
|
|
| 2 |
+ font-family: 'Cambria', 'Times New Roman', 'Garamond', serif; |
|
| 3 |
+ font-size: 11px; |
|
| 4 |
+ color: #000000; |
|
| 5 |
+ background-color: #ffffff; |
|
| 6 |
+ } |
|
| 7 |
+ |
|
| 8 |
+/* Gives the page a 1 inch margin when printed. */ |
|
| 9 |
+@page { margin: 1in; }
|
|
| 10 |
+ |
|
| 11 |
+hr { width: 70%; color: #000000; background-color: #000000; margin: 2em auto; }
|
|
| 12 |
+ |
|
| 13 |
+.infobox, .notes, #copyright { border: 1px solid #efefef; margin: 10%; padding: 50px; }
|
|
| 14 |
+ |
|
| 15 |
+h1 { margin-top: 15px; font-size: 200%; font-weight: normal; font-style: italic; text-align: center; }
|
|
| 16 |
+ |
|
| 17 |
+b { font-weight: bold; }
|
|
| 18 |
+ |
|
| 19 |
+a { font-weight: normal; color: #fcbb00; text-decoration: none; }
|
|
| 20 |
+ |
|
| 21 |
+.chaptertitle {
|
|
| 22 |
+ page-break-before: always; |
|
| 23 |
+ page-break-after: avoid; |
|
| 24 |
+ font-size: 140%; |
|
| 25 |
+ text-align: center; |
|
| 26 |
+ text-decoration: underline; |
|
| 27 |
+ font-style: italic; |
|
| 28 |
+ margin-bottom: 1em; |
|
| 29 |
+ } |
|
| 30 |
+ |
|
| 31 |
+.title { padding: 5px; border-bottom: 1px dashed #efefef; }
|
|
| 32 |
+.noteinfo { padding: 5px; }
|
|
| 0 | 33 |
\ No newline at end of file |