Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/bootie-docs.css')
-rw-r--r--static/css/bootie-docs.css39
1 files changed, 37 insertions, 2 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index a518d24..8123f69 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -109,6 +109,9 @@ div.doc-search-form {
.doc-main pre code {
font-size: 14px;
}
+div.doc-main {
+ margin-bottom: 20px;
+}
/* List items */
.doc-list-header {
@@ -130,6 +133,17 @@ div.doc-search-form {
.doc-entry-meta.in-list {
font-size: 80%;
}
+span.doc-list-category {
+ font-style: italic;
+ background-color: #f5f5ff;
+}
+ul.doc-list-category > li {
+ font-size: 20px;
+}
+ul.doc-list-category > li > ul > li {
+ font-size: 18px;
+ font-style: normal;
+}
/* Tables */
main > article > section > table {
@@ -194,9 +208,12 @@ div#sidebar {
/* Sidebar modules for boxing content */
.sidebar-module {
- padding: 15px;
+ padding: 0px 15px 5px;
margin: 0 -15px 15px;
}
+.sidebar-heading {
+ border-bottom: 1px solid #eee;
+}
.sidebar-module-inset {
padding: 15px;
background-color: #f5f5f5;
@@ -214,6 +231,25 @@ div#sidebar {
padding: 0;
}
+ul.sidebar-category-list > li {
+ list-style-type: none;
+ margin-left: -1.5em;
+ font-size: 15px;
+}
+ul.sidebar-category-list > li,
+ul.sidebar-category-list > li > ul > li {
+ list-style-position: outside;
+ padding: 0;
+}
+ul.sidebar-category-list > li > ul > li {
+ font-size: 14px;
+ font-style: normal;
+}
+ul.sidebar-category-list > li > ul > li > span.active {
+ color: #999;
+ font-weight: 500;
+}
+
.tag-box {
padding: 10px 15px;
background-color: #f5f5f5;
@@ -257,4 +293,3 @@ div#sidebar {
.doc-footer-em {
font-size: 16px;
}
-