mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Update documentation according to latest changes.
This commit is contained in:
75
doc/_static/css/override.css
vendored
75
doc/_static/css/override.css
vendored
@@ -1,24 +1,8 @@
|
||||
/* theme overrides */
|
||||
.rst-content h1,
|
||||
.rst-content h2 {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 6px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/*
|
||||
Theme overrides for ReadTheDocs Theme by Patrick Lehmann
|
||||
*/
|
||||
|
||||
.rst-content h3,
|
||||
.rst-content h4,
|
||||
.rst-content h5,
|
||||
.rst-content h6 {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.rst-content p {
|
||||
margin-bottom: 6px
|
||||
}
|
||||
|
||||
/* general overrides */
|
||||
/* General overrides */
|
||||
html {
|
||||
font-size: 15px;
|
||||
}
|
||||
@@ -33,10 +17,20 @@ footer p {
|
||||
font-size: 95%
|
||||
}
|
||||
|
||||
section > p,
|
||||
.section p,
|
||||
.simple li {
|
||||
text-align: justify
|
||||
/* Headline */
|
||||
.rst-content h1,
|
||||
.rst-content h2 {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 6px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.rst-content h3,
|
||||
.rst-content h4,
|
||||
.rst-content h5,
|
||||
.rst-content h6 {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.rst-content .topic-title {
|
||||
@@ -54,6 +48,31 @@ section > p,
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
/* Paragraphs */
|
||||
.rst-content p {
|
||||
margin-bottom: 6px
|
||||
}
|
||||
|
||||
section > p,
|
||||
.section p,
|
||||
.simple li {
|
||||
text-align: justify
|
||||
}
|
||||
|
||||
/* Field lists*/
|
||||
/* last paragraph in a field list*/
|
||||
dl.field-list > dd > p:last-of-type {
|
||||
margin-bottom: 6px /* 12px */
|
||||
}
|
||||
/* Nested field lists */
|
||||
dl.field-list > dd > dl.field-list.simple {
|
||||
margin-bottom: 0px /* 24px */
|
||||
}
|
||||
/* code-block within field list */
|
||||
dl.field-list > dd > div:has(div.highlight) {
|
||||
margin-bottom: 0px /* 24px */
|
||||
}
|
||||
|
||||
/* wyrm overrides */
|
||||
.wy-menu-vertical header,
|
||||
.wy-menu-vertical p.caption {
|
||||
@@ -66,8 +85,6 @@ section > p,
|
||||
.wy-side-nav-search {
|
||||
margin-bottom: 0 /* .809em */;
|
||||
background-color: #333333 /* #2980b9 */;
|
||||
/* BTD: */
|
||||
/*color: #fcfcfc*/
|
||||
}
|
||||
|
||||
.wy-side-nav-search input[type=text] {
|
||||
@@ -75,15 +92,11 @@ section > p,
|
||||
}
|
||||
|
||||
.wy-side-nav-search .wy-dropdown > a, .wy-side-nav-search > a {
|
||||
/* BTD: */
|
||||
/*color: #fcfcfc;*/
|
||||
margin-bottom: 0.404em /* .809em */;
|
||||
}
|
||||
|
||||
.wy-side-nav-search > div.version {
|
||||
margin: 0 0 6px 0;
|
||||
/* BTD: */
|
||||
/*margin-top: -.4045em;*/
|
||||
}
|
||||
|
||||
.wy-nav .wy-menu-vertical a:hover {
|
||||
@@ -98,7 +111,7 @@ section > p,
|
||||
background: #333333 /* #2980b9 */;
|
||||
}
|
||||
|
||||
/* Sphinx Design */
|
||||
/* Theme overrides for Sphinx Design by Patrick Lehmann */
|
||||
.sd-tab-set {
|
||||
margin: 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user