diff --git a/_resourcepdf/overrides/partials/banner.html b/_resourcepdf/overrides/partials/banner.html index b13a25b4..d1bcc0a5 100644 --- a/_resourcepdf/overrides/partials/banner.html +++ b/_resourcepdf/overrides/partials/banner.html @@ -1,6 +1,6 @@
-

-

Get free database assistance or contact our experts for personalized support.

+

+

For help, click the link below to get free database assistance or contact our experts for personalized support.

diff --git a/docs/_images/Percona_Color_Dark.svg b/docs/_images/Percona_Color_Dark.svg new file mode 100644 index 00000000..15051ef3 --- /dev/null +++ b/docs/_images/Percona_Color_Dark.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + diff --git a/docs/_images/Percona_Logo_Color.png b/docs/_images/Percona_Logo_Color.png deleted file mode 100644 index d53838bc..00000000 Binary files a/docs/_images/Percona_Logo_Color.png and /dev/null differ diff --git a/docs/_images/mongodb-fav.svg b/docs/_images/mongodb-fav.svg index f52a60ba..76d23350 100644 --- a/docs/_images/mongodb-fav.svg +++ b/docs/_images/mongodb-fav.svg @@ -1,18 +1,20 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_images/mongodb-mark.svg b/docs/_images/mongodb-mark.svg index c0d9fb2c..4de50584 100644 --- a/docs/_images/mongodb-mark.svg +++ b/docs/_images/mongodb-mark.svg @@ -1,13 +1,21 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_images/mongodb.png b/docs/_images/mongodb.png index 6ec49f78..797f0503 100644 Binary files a/docs/_images/mongodb.png and b/docs/_images/mongodb.png differ diff --git a/docs/_templates/pdf_cover_page.tpl b/docs/_templates/pdf_cover_page.tpl index 218b5f97..ef11305e 100644 --- a/docs/_templates/pdf_cover_page.tpl +++ b/docs/_templates/pdf_cover_page.tpl @@ -1,7 +1,7 @@ {{ config.extra.added_key }}

- +Percona logo

Backup for MongoDB 2.13.0

{% if config.site_description %} diff --git a/docs/css/mongodb.css b/docs/css/mongodb.css index 2ae23908..b9ace83b 100644 --- a/docs/css/mongodb.css +++ b/docs/css/mongodb.css @@ -1,66 +1,14 @@ /* Overrides */ -:root { - --md-primary-fg-color--dark: var(--aqua800); -} .md-header, .md-tabs { - background: - -o-linear-gradient( - 340deg, - rgba(0,0,0,0.15) 33%, - rgba(0,0,0,0.3) 95% - ), - -o-linear-gradient( - 340deg, - rgb(24,109,73) 33%, - rgb(48,209,190) 95% - ); - background: - linear-gradient( - 110deg, - rgba(0,0,0,0.15) 33%, - rgba(0,0,0,0.3) 95% - ), + background: linear-gradient( - 110deg, - rgb(24,109,73) 33%, - rgb(48,209,190) 95% + #1fa23a ); } -@media screen and (max-width: 76.1875em) { - .md-nav--primary .md-nav__title[for="__drawer"], - .md-nav--primary .md-nav__title { - background: - -o-linear-gradient( - 340deg, - rgba(0,0,0,0.15) 33%, - rgba(0,0,0,0.3) 95% - ), - -o-linear-gradient( - 340deg, - rgb(24,109,73) 33%, - rgb(48,209,190) 95% - ); - background: - linear-gradient( - 110deg, - rgba(0,0,0,0.15) 33%, - rgba(0,0,0,0.3) 95% - ), - linear-gradient( - 110deg, - rgb(24,109,73) 33%, - rgb(48,209,190) 95% - ); - } -} + .superNav, .md-nav__source { - background-color: rgb(24,109,73); - background-image: linear-gradient( - 110deg, - rgba(0,0,0,0.3) 33%, - rgba(0,0,0,0.3) 95% - ); -} \ No newline at end of file + background-color: #282727; +}