From 734344671fd6f852f17ae37d4efaf660fda9f804 Mon Sep 17 00:00:00 2001 From: mdinger Date: Mon, 14 Sep 2015 03:15:10 -0400 Subject: [PATCH] Add navy theme --- src/theme/book.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/theme/book.css b/src/theme/book.css index 7fab5ebe..31efb22f 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -74,6 +74,40 @@ html, body { .coal .theme-popup .theme:hover { background-color: #1f2124; } + /* Dark blue colored theme */ + .navy { + background-color: #161923; + color: #bcbdd0; + } + .navy .sidebar { + background-color: #282d3f; + color: #c8c9db; + } + .navy .chapter li .active, + .navy .chapter li a:hover { + /* Animate color change */ + color: #2b79a2; + } + .navy .menu-bar, + .navy .nav-chapters { + color: #737480; + } + .navy .chapter li a, + .navy .menu-bar i:hover, + .navy .nav-chapters:hover { + color: #b7b9cc; + } + .navy .content a { + color: #2b79a2; + } + /* Theme changer */ + .navy .theme-popup { + background: #161923; + border: 1px solid #737480; + } + .navy .theme-popup .theme:hover { + background-color: #282e40; + } .sidebar { position: absolute; left: 0; @@ -325,6 +359,14 @@ html, body { .coal .mobile-nav-chapters i:hover { color: #b3c0cc; } + /* Navy theme */ + .navy .mobile-nav-chapters { + background-color: #242838; + color: #737480; + } + .navy .mobile-nav-chapters i:hover { + color: #b7b9cc; + } .nav-chapters { display: none;