From 784235dfd5fd6fdb3f84c7ec9b4bf7e0a103360c Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 15 Jun 2020 20:54:20 +0200 Subject: [PATCH] Further CSS tweaks --- docs/source/_static/nature.css | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/source/_static/nature.css b/docs/source/_static/nature.css index c60df99967..9a0922fe8f 100644 --- a/docs/source/_static/nature.css +++ b/docs/source/_static/nature.css @@ -60,15 +60,15 @@ div.footer a { } div.related { - background-color: #686868; + background-color: #c6d7df; line-height: 32px; - color: #E0F8FF; - text-shadow: 0px 1px 0 #444; + color: #9FA0A0; + /*! text-shadow: 0px 1px 0 #444; */ font-size: 0.9em; } div.related a { - color: #E2F3CC; + color: #565F62; } blockquote { @@ -80,7 +80,6 @@ blockquote { padding-left: 14px; } - div.sphinxsidebar { font-size: 0.75em; line-height: 1.5em; @@ -93,12 +92,12 @@ div.sphinxsidebarwrapper{ div.sphinxsidebar h3, div.sphinxsidebar h4 { font-family: Arial, sans-serif; - color: #222; + color: #4f4f4f; font-size: 1.2em; font-weight: normal; margin: 0; padding: 5px 10px; - background-color: #ddd; + background-color: #c6d7df; } div.sphinxsidebar h4{ @@ -109,7 +108,6 @@ div.sphinxsidebar h3 a { color: #444; } - div.sphinxsidebar p { color: #888; padding: 5px 20px; @@ -140,19 +138,23 @@ div.sphinxsidebar .searchformwrapper { } input { - background-color: #efefef; + background-color: #f7f7f7; } + /* -- body styles ----------------------------------------------------------- */ a { color: #005B81; - text-decoration: none; + text-decoration: underline; + text-decoration-color: #fff; + text-decoration-color: #bdcbdf; } a:hover { - color: #0EAEB6; + color: #0492CA; text-decoration: underline; + text-decoration-color: #9bbed5; } div.body h1, @@ -162,7 +164,7 @@ div.body h4, div.body h5, div.body h6 { font-family: Arial, sans-serif; - background-color: #f9f9f9; + background-color: #f7f7f7; font-weight: normal; color: #212224; margin: 30px 0px 10px 0px; @@ -170,6 +172,7 @@ div.body h6 { text-shadow: 0px 1px 0 white border-bottom: 1px solid #d1d1d1; border-left: 10px solid #cfdde8; + border-bottom: 1px solid #c6d7df; } div.body h1 {