diff options
Diffstat (limited to 'out/main.css')
-rw-r--r-- | out/main.css | 134 |
1 files changed, 106 insertions, 28 deletions
diff --git a/out/main.css b/out/main.css index 0d2f6ec..05dc89e 100644 --- a/out/main.css +++ b/out/main.css @@ -60,34 +60,14 @@ article { max-width: 6.5in; margin: 0 auto; border-bottom: solid 1px #333333; } - article #constructionBanner { - height: 50px; - background-color: #f89406; } - article #constructionMessage { - text-align: center; - padding: 12px; } - article #search { - padding: 10px; } - article #sidebar { - border: 1px solid black; - padding: 5px; - margin: 5px; - float: right; } - article li { - font-size: 14px; } - article .spacer { - width: 50px; - display: inline; - padding: 0px 50px 0px 50px; } article .tag { - font-size: 11px; - height: 13px; - padding: 4px 7px 5px 7px; - border-radius: 2px; - text-align: center; - text-decoration: none; + font-size: 60%; + font-family: sans-serif; color: white; - font-family: sans-serif; } + text-decoration: none; + text-align: center; + padding: 4px 7px 5px 7px; + border-radius: 2px; } article .tag.FF { background: FireBrick; } article .tag.SS { @@ -103,5 +83,103 @@ article { color: black; } footer { - margin: 0 2em; - font-size: smaller; } + max-width: 6.5in; + margin: 0 auto; + padding: 1em 0; + font-size: 60%; } + footer p { + margin: 0; } + +body.index article ul { + list-style: none; + display: table; } + body.index article ul li { + display: table-row; + line-height: 1.3em; } + body.index article ul li > * { + display: table-cell; + padding-right: 0.1em; } + +body.dnd { + background: url(dnd/Background.png) repeat-y; + background-size: 100%; + /* This bit mostly taken from the defaults of org-mode export */ } + body.dnd article { + font-family: Times, serif; + font-size: 12pt; } + body.dnd article p { + text-align: justify; } + body.dnd article .title { + text-align: center; } + body.dnd article .todo { + color: red; } + body.dnd article .done { + color: green; } + body.dnd article .timestamp { + color: #bebebe; } + body.dnd article .timestamp-kwd { + color: #5f9ea0; } + body.dnd article .right { + margin-left: auto; + margin-right: 0px; + text-align: right; } + body.dnd article .left { + margin-left: 0px; + margin-right: auto; + text-align: left; } + body.dnd article .center { + margin-left: auto; + margin-right: auto; + text-align: center; } + body.dnd article p.verse { + margin-left: 3%; } + body.dnd article pre { + border: 1pt solid #AEBDCC; + background-color: #F3F5F7; + padding: 5pt; + font-family: courier, monospace; + font-size: 90%; + overflow: auto; } + body.dnd article table { + border-collapse: collapse; } + body.dnd article td, body.dnd article th { + vertical-align: top; } + body.dnd article th.right { + text-align: center; } + body.dnd article th.left { + text-align: center; } + body.dnd article th.center { + text-align: center; } + body.dnd article td.right { + text-align: right; } + body.dnd article td.left { + text-align: left; } + body.dnd article td.center { + text-align: center; } + body.dnd article dt { + font-weight: bold; } + body.dnd article div.figure { + padding: 0.5em; } + body.dnd article div.figure p { + text-align: center; } + body.dnd article div.inlinetask { + padding: 10px; + border: 2px solid gray; + margin: 10px; + background: #ffffcc; } + body.dnd article textarea { + overflow-x: auto; } + body.dnd article .linenr { + font-size: smaller; } + body.dnd article .code-highlighted { + background-color: #ffff00; } + body.dnd article .org-info-js_info-navigation { + border-style: none; } + body.dnd article #org-info-js_console-label { + font-size: 10px; + font-weight: bold; + white-space: nowrap; } + body.dnd article .org-info-js_search-highlight { + background-color: #ffff00; + color: #000000; + font-weight: bold; } |