summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-01-09 13:46:23 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-01-09 13:46:23 +0100
commit6c323351611e5b42953de355c8795e3af81a9506 (patch)
tree0dd41c90327bcf10206c1bccbc64b5baa9f89703
parentc5b2c7bda6f7b2d330256307d7efc29b8d9bce31 (diff)
css: Render org exported HTML more nicely.
-rw-r--r--static/css/screen.css27
1 files changed, 23 insertions, 4 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 8fb7058..33c37bb 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -74,11 +74,17 @@ div.figure {
text-align: center;
font-size: 0.8rem; }
-div.footnotes {
+h2.footnotes {
+ font-size: 1rem; }
+div.footnotes, #footnotes {
margin-top: 1rem;
padding-top: 1rem;
+ font-size: 0.9rem;
border-top: 1px dotted #aaaaaa; }
+div.footpara {
+ display: inline; }
+
iframe {
margin-top: 1rem;
margin-bottom: 1rem; }
@@ -104,7 +110,10 @@ h1:first-child {
margin-top: 1rem; }}
* + h2, * + h3 {
- margin-top: 1.5rem; }
+ margin-top: 1.5rem; }
+
+.outline-2 {
+ margin-top: 1.5rem; }
h2, h3 {
color: #333;
@@ -209,7 +218,7 @@ warning {
border-radius: 3px;
display: block; }
-pre {
+pre, .org-src-container {
margin: 1rem;
padding: 1rem;
display: inline-block;
@@ -221,10 +230,20 @@ pre.lyrics {
padding: 0rem;
background: transparent; }
-pre code {
+.org-src-container, pre.example {
+ color: #aaff00;
+ display: block;
+ overflow-x: auto;
+ font-size: .85rem; }
+
+pre code, .org-src-container pre {
color: #aaff00;
background: transparent; }
+.org-src-container pre {
+ margin: 0;
+ padding: 0; }
+
img.flickr {
position: relative;
display: block;