mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
Pt 2091 doc migration render (#552)
PT-2091 Docs configuration for Render builds * Added Sphinx-material theme and customizations * Changed Makefile to use Material theme * Customized the theme * Added a separate config for render builds
This commit is contained in:

committed by
GitHub

parent
210aafa85a
commit
cc5bfbe39f
33
config/sphinx-build/_static/css/material.css
Normal file
33
config/sphinx-build/_static/css/material.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.md-relbar2__inner{
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sphinx-tabs-tab {
|
||||
position: relative;
|
||||
font-family: "Chivo", "Colfax", Helvetica, Arial, sans-serif;
|
||||
color: #fb8c00;
|
||||
line-height: 24px;
|
||||
margin: 0;
|
||||
font-size: 19px;
|
||||
font-weight: 400;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 5px 5px 0 0;
|
||||
border: 0;
|
||||
padding: 1rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset{
|
||||
font-size:.7rem;
|
||||
line-height:1.6;
|
||||
-webkit-print-color-adjust:exact
|
||||
}
|
||||
|
||||
body,input{
|
||||
color:rgba(0,0,0,.87);
|
||||
-webkit-font-feature-settings:"kern","liga";
|
||||
font-feature-settings:"kern","liga";
|
||||
font-family:"Chivo", "Colfax", "Franziska", Helvetica, Arial, sans-serif;
|
||||
}
|
15
config/sphinx-build/_static/css/tabs.css
Normal file
15
config/sphinx-build/_static/css/tabs.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.sphinx-tabs-tab {
|
||||
position: relative;
|
||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #fb8c00;
|
||||
line-height: 24px;
|
||||
margin: 0;
|
||||
font-size: 19px;
|
||||
font-weight: 400;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 5px 5px 0 0;
|
||||
border: 0;
|
||||
padding: 1rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user