From 7445ea9d56071cfca247689e22c6fded65c3f968 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2016 18:21:44 -0700 Subject: fix breadcrumbs --- src/DND/DND.css | 59 -------------------------------------------------------- src/DND/DND.scss | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 src/DND/DND.css create mode 100644 src/DND/DND.scss (limited to 'src') diff --git a/src/DND/DND.css b/src/DND/DND.css deleted file mode 100644 index b8cba44..0000000 --- a/src/DND/DND.css +++ /dev/null @@ -1,59 +0,0 @@ -/* This bit is taken from the defaults of org-mode export */ - -html { font-family: Times, serif; font-size: 12pt; } -.title { text-align: center; } -.todo { color: red; } -.done { color: green; } -.tag { background-color: #add8e6; font-weight:normal } -.target { } -.timestamp { color: #bebebe; } -.timestamp-kwd { color: #5f9ea0; } -.right {margin-left:auto; margin-right:0px; text-align:right;} -.left {margin-left:0px; margin-right:auto; text-align:left;} -.center {margin-left:auto; margin-right:auto; text-align:center;} -p.verse { margin-left: 3% } -pre { - border: 1pt solid #AEBDCC; - background-color: #F3F5F7; - padding: 5pt; - font-family: courier, monospace; - font-size: 90%; - overflow:auto; -} -table { border-collapse: collapse; } -td, th { vertical-align: top; } -th.right { text-align:center; } -th.left { text-align:center; } -th.center { text-align:center; } -td.right { text-align:right; } -td.left { text-align:left; } -td.center { text-align:center; } -dt { font-weight: bold; } -div.figure { padding: 0.5em; } -div.figure p { text-align: center; } -div.inlinetask { - padding:10px; - border:2px solid gray; - margin:10px; - background: #ffffcc; -} -textarea { overflow-x: auto; } -.linenr { font-size:smaller } -.code-highlighted {background-color:#ffff00;} -.org-info-js_info-navigation { border-style:none; } -#org-info-js_console-label { font-size:10px; font-weight:bold; - white-space:nowrap; } -.org-info-js_search-highlight {background-color:#ffff00; color:#000000; - font-weight:bold; } - -/* Andrew wrote the following */ - -body > article { - padding: 0px 16%; - width: 68%; -} - -body { - background: url(Background.png) repeat-y; - background-size: 100%; -} diff --git a/src/DND/DND.scss b/src/DND/DND.scss new file mode 100644 index 0000000..1d4cc2a --- /dev/null +++ b/src/DND/DND.scss @@ -0,0 +1,59 @@ +/* This bit is taken from the defaults of org-mode export */ + +body > article { font-family: Times, serif; font-size: 12pt; +.title { text-align: center; } +.todo { color: red; } +.done { color: green; } +.tag { background-color: #add8e6; font-weight:normal } +.target { } +.timestamp { color: #bebebe; } +.timestamp-kwd { color: #5f9ea0; } +.right {margin-left:auto; margin-right:0px; text-align:right;} +.left {margin-left:0px; margin-right:auto; text-align:left;} +.center {margin-left:auto; margin-right:auto; text-align:center;} +p.verse { margin-left: 3% } +pre { + border: 1pt solid #AEBDCC; + background-color: #F3F5F7; + padding: 5pt; + font-family: courier, monospace; + font-size: 90%; + overflow:auto; +} +table { border-collapse: collapse; } +td, th { vertical-align: top; } +th.right { text-align:center; } +th.left { text-align:center; } +th.center { text-align:center; } +td.right { text-align:right; } +td.left { text-align:left; } +td.center { text-align:center; } +dt { font-weight: bold; } +div.figure { padding: 0.5em; } +div.figure p { text-align: center; } +div.inlinetask { + padding:10px; + border:2px solid gray; + margin:10px; + background: #ffffcc; +} +textarea { overflow-x: auto; } +.linenr { font-size:smaller } +.code-highlighted {background-color:#ffff00;} +.org-info-js_info-navigation { border-style:none; } +#org-info-js_console-label { font-size:10px; font-weight:bold; + white-space:nowrap; } +.org-info-js_search-highlight {background-color:#ffff00; color:#000000; + font-weight:bold; } +} +/* Andrew wrote the following */ + +body > article { + padding: 0px 16%; + width: 68%; +} + +body { + background: url(Background.png) repeat-y; + background-size: 100%; +} -- cgit v1.2.3