summaryrefslogtreecommitdiff
path: root/out/DND/DND.css
diff options
context:
space:
mode:
Diffstat (limited to 'out/DND/DND.css')
-rw-r--r--out/DND/DND.css86
1 files changed, 86 insertions, 0 deletions
diff --git a/out/DND/DND.css b/out/DND/DND.css
new file mode 100644
index 0000000..400cee9
--- /dev/null
+++ b/out/DND/DND.css
@@ -0,0 +1,86 @@
+/* This bit is taken from the defaults of org-mode export */
+body > article {
+ font-family: Times, serif;
+ font-size: 12pt; }
+ body > article .title {
+ text-align: center; }
+ body > article .todo {
+ color: red; }
+ body > article .done {
+ color: green; }
+ body > article .tag {
+ background-color: #add8e6;
+ font-weight: normal; }
+ body > article .timestamp {
+ color: #bebebe; }
+ body > article .timestamp-kwd {
+ color: #5f9ea0; }
+ body > article .right {
+ margin-left: auto;
+ margin-right: 0px;
+ text-align: right; }
+ body > article .left {
+ margin-left: 0px;
+ margin-right: auto;
+ text-align: left; }
+ body > article .center {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center; }
+ body > article p.verse {
+ margin-left: 3%; }
+ body > article pre {
+ border: 1pt solid #AEBDCC;
+ background-color: #F3F5F7;
+ padding: 5pt;
+ font-family: courier, monospace;
+ font-size: 90%;
+ overflow: auto; }
+ body > article table {
+ border-collapse: collapse; }
+ body > article td, body > article th {
+ vertical-align: top; }
+ body > article th.right {
+ text-align: center; }
+ body > article th.left {
+ text-align: center; }
+ body > article th.center {
+ text-align: center; }
+ body > article td.right {
+ text-align: right; }
+ body > article td.left {
+ text-align: left; }
+ body > article td.center {
+ text-align: center; }
+ body > article dt {
+ font-weight: bold; }
+ body > article div.figure {
+ padding: 0.5em; }
+ body > article div.figure p {
+ text-align: center; }
+ body > article div.inlinetask {
+ padding: 10px;
+ border: 2px solid gray;
+ margin: 10px;
+ background: #ffffcc; }
+ body > article textarea {
+ overflow-x: auto; }
+ body > article .linenr {
+ font-size: smaller; }
+ body > article .code-highlighted {
+ background-color: #ffff00; }
+ body > article .org-info-js_info-navigation {
+ border-style: none; }
+ body > article #org-info-js_console-label {
+ font-size: 10px;
+ font-weight: bold;
+ white-space: nowrap; }
+ body > article .org-info-js_search-highlight {
+ background-color: #ffff00;
+ color: #000000;
+ font-weight: bold; }
+
+/* Andrew wrote the following */
+body {
+ background: url(Background.png) repeat-y;
+ background-size: 100%; }