From 18d8c222c9e6767eb12eb0edd6b5665864d7f289 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 26 Aug 2019 21:35:33 +0200 Subject: [PATCH] Updated CSS slightly to look even more like my emacs. --- src/css/minimalist.css | 22 +++++++++++----------- src/demo.org | 33 +++++++++++++++++++++++++++++++++ src/index.org | 1 + 3 files changed, 45 insertions(+), 11 deletions(-) diff --git a/src/css/minimalist.css b/src/css/minimalist.css index f5d36d9..dbc3936 100644 --- a/src/css/minimalist.css +++ b/src/css/minimalist.css @@ -3,20 +3,20 @@ */ :root { - --font-size: 13px; + --font-size: 12px; + --line-height: 14px; } /* Fonts */ body { font-family: Menlo, Monaco, monospace; font-size: var(--font-size); - line-height: 1.5em; + line-height: var(--line-height); } code { font-family: Menlo, Monaco, monospace; } pre, pre code { font-family: Menlo, Monaco, monospace; - line-height: 1em; } .todo, .done { font-family: Menlo, Monaco, monospace; @@ -207,7 +207,7 @@ navigation > a { margin-bottom: 1em; } #content,.content { - max-width: 43em; + max-width: 46em; margin: 0 1em; padding: 1px; } @@ -278,13 +278,13 @@ navigation > a { --soft-foreground: var(--base01); --border-color: var(--base02); --todo-txt: #000; - --color-h1: var(--magenta); - --color-h2: var(--violet); - --color-h3: var(--blue); - --color-h4: var(--cyan); - --color-h5: var(--green); - --color-h6: var(--yellow); - --color-link: var(--yellow); + --color-h1: var(--cyan); + --color-h2: var(--green); + --color-h3: var(--yellow); + --color-h4: var(--orange); + --color-h5: var(--red); + --color-h6: var(--magenta); + --color-link: var(--magenta); } /* org colors */ diff --git a/src/demo.org b/src/demo.org index 658368f..84ec9f7 100644 --- a/src/demo.org +++ b/src/demo.org @@ -26,6 +26,39 @@ paragraph. But if I use a double space There should be a forced newline. +* Width +:PROPERTIES: +:CUSTOM_ID: width +:END: + +Testing the width: I use a max width of 76 + +#+begin_src ascii +--------10--------20--------30--------40--------50--------60--------70----- +#+end_src + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345 + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456 + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-1234567 + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-12345678 + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789 + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789- + +123456789-123456789-123456789-123456789-123456789-123456789-123456789-123456789-1 + +a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L +M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n +o p q r s t u v w x y z + +a0 b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K +L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m +n o p q r s t u v w x y z + * Math :PROPERTIES: :CUSTOM_ID: math diff --git a/src/index.org b/src/index.org index 74d5029..d569fda 100644 --- a/src/index.org +++ b/src/index.org @@ -8,6 +8,7 @@ #+OPTIONS: H:5 #+STARTUP: showeverything + Welcome to my personal website. - [[file:archive.org][articles]]