From ddda1affff8adeb867ac5736e69047d0ceb3eb88 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Tue, 5 May 2015 12:12:20 +0200 Subject: [PATCH] Improve inline tasks --- styles/readtheorg/css/readtheorg.css | 8 ++++---- styles/readtheorg/readtheorg.org | 14 ++++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 6bdd75a..587f3aa 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -960,10 +960,10 @@ h2.footnotes{ } .inlinetask { - background: #f2d9b4; /* url(dialog-todo.png) no-repeat 10px 8px; */ - /* border: 2px solid #e9b96e; */ - border-right-style: none; - border-left-style: none; + background: #FFF9E3; /* url(dialog-todo.png) no-repeat 10px 8px; */ + border: 3px solid #FFEB8E; + /* border-right-style: none; */ + /* border-left-style: none; */ /* padding: 10px 20px 10px 60px; */ padding: 9px 12px; margin-bottom: 24px; diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 7fbfb08..140e7d2 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -1117,12 +1117,18 @@ h2.footnotes{ font-size: 90%; color: navy; } +#+end_src +See +http://stackoverflow.com/questions/10535432/tmux-man-page-search-highlighting +for nice yellow or orange boxes. + +#+begin_src css .inlinetask { - background: #f2d9b4; /* url(dialog-todo.png) no-repeat 10px 8px; */ - /* border: 2px solid #e9b96e; */ - border-right-style: none; - border-left-style: none; + background: #FFF9E3; /* url(dialog-todo.png) no-repeat 10px 8px; */ + border: 3px solid #FFEB8E; + /* border-right-style: none; */ + /* border-left-style: none; */ /* padding: 10px 20px 10px 60px; */ padding: 9px 12px; margin-bottom: 24px;