[doc] Use green theme, adjust coloring to match PMD Logo green

This commit is contained in:
Andreas Dangel
2020-09-17 11:13:35 +02:00
parent 4012bb077e
commit 875ae1b544
2 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
<link rel="stylesheet" href="{{ "css/modern-business.css" }}"> <link rel="stylesheet" href="{{ "css/modern-business.css" }}">
<link rel="stylesheet" href="{{ "css/lavish-bootstrap.css" }}"> <link rel="stylesheet" href="{{ "css/lavish-bootstrap.css" }}">
<link rel="stylesheet" href="{{ "css/customstyles.css" }}"> <link rel="stylesheet" href="{{ "css/customstyles.css" }}">
<link rel="stylesheet" href="{{ "css/theme-blue.css" }}"> <link rel="stylesheet" href="{{ "css/theme-green.css" }}">
<link rel="stylesheet" href="{{ "css/pmd-customstyles.css" }}"> <link rel="stylesheet" href="{{ "css/pmd-customstyles.css" }}">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>

View File

@@ -1,11 +1,11 @@
.summary { .summary {
color: #808080; color: #808080;
border-left: 5px solid #E50E51; border-left: 5px solid #4d94ff;
font-size:16px; font-size:16px;
} }
h3 {color: #E50E51; } h3 {color: #4d94ff; }
h4 {color: #808080; } h4 {color: #808080; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { .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 { .nav > li.active > a {
background-color: #72ac4a; background-color: #01c172;
} }
.nav > li > a:hover { .nav > li > a:hover {
background-color: #72ac4a; background-color: #01c172;
} }
div.navbar-collapse .dropdown-menu > li > a:hover { div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: #72ac4a; background-color: #01c172;
} }
.nav li.thirdlevel > a { .nav li.thirdlevel > a {
background-color: #FAFAFA !important; background-color: #FAFAFA !important;
color: #72ac4a; color: #01c172;
font-weight: bold; font-weight: bold;
} }
@@ -38,7 +38,7 @@ a[data-toggle="tooltip"] {
} }
.navbar-inverse { .navbar-inverse {
background-color: #72ac4a; background-color: #01c172;
border-color: #5b893c; border-color: #5b893c;
} }
@@ -53,7 +53,7 @@ a[data-toggle="tooltip"] {
/* not sure if using this ...*/ /* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #72ac4a !important; border-color: #01c172 !important;
} }
.btn-primary { .btn-primary {
@@ -67,7 +67,7 @@ a[data-toggle="tooltip"] {
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary { .open .dropdown-toggle.btn-primary {
background-color: #72ac4a; background-color: #01c172;
border-color: #5b893c; border-color: #5b893c;
} }
@@ -77,7 +77,7 @@ a[data-toggle="tooltip"] {
body.print h1 {color: #5b893c !important; font-size:28px;} body.print h1 {color: #5b893c !important; font-size:28px;}
body.print h2 {color: #595959 !important; font-size:24px;} 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;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
.anchorjs-link:hover { .anchorjs-link:hover {
@@ -85,14 +85,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
} }
div.sidebarTitle { div.sidebarTitle {
color: #E50E51; color: #4d94ff;
} }
li.sidebarTitle { li.sidebarTitle {
margin-top:40px; margin-top:40px;
font-weight:normal; font-weight:normal;
font-size:130%; font-size:130%;
color: #ED1951; color: #4d94ff;
margin-bottom:10px; margin-bottom:10px;
margin-left: 5px; margin-left: 5px;