diff --git a/assets/styles/base.scss b/assets/styles/base.scss index 947fc6f1e..1669cdfa2 100644 --- a/assets/styles/base.scss +++ b/assets/styles/base.scss @@ -307,11 +307,11 @@ hr { } .singlePage { - padding: 4em 30vw; - - @media all and (max-width: 1200px) { - padding: 25px 5vw; - } + // padding: 4em 30vw; + // + // @media all and (max-width: 1200px) { + // padding: 25px 5vw; + // } } .page-end { @@ -357,7 +357,7 @@ hr { } } - + #graph-container-modal { border: var(--outlinegray) 1px solid; border-radius: 5px; diff --git a/assets/styles/column.scss b/assets/styles/column.scss index c047981d3..52f9b49cf 100644 --- a/assets/styles/column.scss +++ b/assets/styles/column.scss @@ -4,6 +4,27 @@ div.sticky { top: 0; // background-color: yellow; } +.tree, +.tree ol { + list-style: none; + margin: 0; + padding: 0; +} + +.tree ol { + padding-left: 1em; +} +.tree summary { + color: #6b879a; +} +.tree a{ + font-weight:unset; + color: black; +} + +a.active{ + color: #f28482; +} /* The Modal (background) */ .modal { display: none; /* Hidden by default */ diff --git a/content/test_folder/other_test_folder_2/test_page_2.md b/content/test_folder/other_test_folder_2/test_page_2.md new file mode 100644 index 000000000..df28dae04 --- /dev/null +++ b/content/test_folder/other_test_folder_2/test_page_2.md @@ -0,0 +1,5 @@ +--- +title: test_page_2 +--- + +test diff --git a/content/test_folder/other_test_folder_2/test_page_20.md b/content/test_folder/other_test_folder_2/test_page_20.md new file mode 100644 index 000000000..ab73b57f2 --- /dev/null +++ b/content/test_folder/other_test_folder_2/test_page_20.md @@ -0,0 +1,5 @@ +--- +title: test_page_20 +--- + +test diff --git a/content/test_folder/other_test_folder_2/test_page_21.md b/content/test_folder/other_test_folder_2/test_page_21.md new file mode 100644 index 000000000..775a4af3f --- /dev/null +++ b/content/test_folder/other_test_folder_2/test_page_21.md @@ -0,0 +1,4 @@ +--- +title: test_page_21 +--- +test diff --git a/content/test_folder/other_test_folder_2/test_page_22.md b/content/test_folder/other_test_folder_2/test_page_22.md new file mode 100644 index 000000000..563d2d40a --- /dev/null +++ b/content/test_folder/other_test_folder_2/test_page_22.md @@ -0,0 +1,4 @@ +--- +title: test_page_22 +--- +test diff --git a/content/test_folder/test_page_1.md b/content/test_folder/test_page_1.md new file mode 100644 index 000000000..70cf219ac --- /dev/null +++ b/content/test_folder/test_page_1.md @@ -0,0 +1,5 @@ +--- +title: test_page_1 +--- + +test diff --git a/content/test_folder/test_page_10.md b/content/test_folder/test_page_10.md new file mode 100644 index 000000000..e4409861f --- /dev/null +++ b/content/test_folder/test_page_10.md @@ -0,0 +1,4 @@ +--- +title: test_page_10 +--- +test diff --git a/content/test_folder/test_page_11.md b/content/test_folder/test_page_11.md new file mode 100644 index 000000000..0127a5eaf --- /dev/null +++ b/content/test_folder/test_page_11.md @@ -0,0 +1,4 @@ +--- +title: test_page_11 +--- +test diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 13312da51..f304f8efb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,14 +2,14 @@ {{ partial "head.html" . }} - + {{partial "search.html" .}} {{if $.Site.Data.config.enableColumnLayout}} -
+
{{else}} -
+
{{end}} @@ -49,13 +49,22 @@
{{if $.Site.Data.config.enableColumnLayout}} -