From 875ae1b544137aeaae33465ebe3ce431818ff798 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 17 Sep 2020 11:13:35 +0200 Subject: [PATCH] [doc] Use green theme, adjust coloring to match PMD Logo green --- docs/_includes/head.html | 2 +- docs/css/theme-green.css | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 8e115b3fa0..e066193454 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -12,7 +12,7 @@ - + diff --git a/docs/css/theme-green.css b/docs/css/theme-green.css index f6b0d8b1e7..4ce26998e8 100644 --- a/docs/css/theme-green.css +++ b/docs/css/theme-green.css @@ -1,11 +1,11 @@ .summary { color: #808080; - border-left: 5px solid #E50E51; + border-left: 5px solid #4d94ff; font-size:16px; } -h3 {color: #E50E51; } +h3 {color: #4d94ff; } h4 {color: #808080; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { @@ -14,20 +14,20 @@ h4 {color: #808080; } } .nav > li.active > a { - background-color: #72ac4a; + background-color: #01c172; } .nav > li > a:hover { - background-color: #72ac4a; + background-color: #01c172; } div.navbar-collapse .dropdown-menu > li > a:hover { - background-color: #72ac4a; + background-color: #01c172; } .nav li.thirdlevel > a { background-color: #FAFAFA !important; - color: #72ac4a; + color: #01c172; font-weight: bold; } @@ -38,7 +38,7 @@ a[data-toggle="tooltip"] { } .navbar-inverse { - background-color: #72ac4a; + background-color: #01c172; border-color: #5b893c; } @@ -53,7 +53,7 @@ a[data-toggle="tooltip"] { /* not sure if using this ...*/ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { - border-color: #72ac4a !important; + border-color: #01c172 !important; } .btn-primary { @@ -67,7 +67,7 @@ a[data-toggle="tooltip"] { .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { - background-color: #72ac4a; + background-color: #01c172; border-color: #5b893c; } @@ -77,7 +77,7 @@ a[data-toggle="tooltip"] { body.print h1 {color: #5b893c !important; font-size:28px;} body.print h2 {color: #595959 !important; font-size:24px;} -body.print h3 {color: #E50E51 !important; font-size:14px;} +body.print h3 {color: #4d94ff !important; font-size:14px;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;} .anchorjs-link:hover { @@ -85,14 +85,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;} } div.sidebarTitle { - color: #E50E51; + color: #4d94ff; } li.sidebarTitle { margin-top:40px; font-weight:normal; font-size:130%; - color: #ED1951; + color: #4d94ff; margin-bottom:10px; margin-left: 5px;