Add table of contents
This commit is contained in:
parent
452b59ed7a
commit
6955c5a084
5 changed files with 23 additions and 3 deletions
|
@ -7,6 +7,16 @@ image:
|
|||
feature: texture-feature-05.jpg
|
||||
---
|
||||
|
||||
<section id="table-of-contents" class="toc">
|
||||
<header>
|
||||
<h3 class="delta">Contents</h3>
|
||||
</header>
|
||||
<div id="drawer" markdown="1">
|
||||
* Auto generated table of contents
|
||||
{:toc}
|
||||
</div>
|
||||
</section><!-- /#table-of-contents -->
|
||||
|
||||
## HTML Elements
|
||||
|
||||
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
|
||||
|
|
|
@ -1883,7 +1883,7 @@ html {
|
|||
margin-left: 4.166666666666667%;
|
||||
margin-right: 4.166666666666667%;
|
||||
position: fixed;
|
||||
top: 25px;
|
||||
top: 120px;
|
||||
right: 0;
|
||||
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
|
|
|
@ -2837,7 +2837,7 @@ img.mfp-img {
|
|||
margin-left: 4.166666666666667%;
|
||||
margin-right: 4.166666666666667%;
|
||||
position: fixed;
|
||||
top: 25px;
|
||||
top: 120px;
|
||||
right: 0;
|
||||
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
|
|
|
@ -52,7 +52,7 @@ html {
|
|||
.prefix(12,0.5);
|
||||
.suffix(12,0.5);
|
||||
position: fixed;
|
||||
top: 25px;
|
||||
top: 120px;
|
||||
right: 0;
|
||||
.box-shadow(0 0 5px rgba(0,0,0,.50));
|
||||
}
|
||||
|
|
|
@ -8,6 +8,16 @@ image:
|
|||
feature: texture-feature-02.jpg
|
||||
---
|
||||
|
||||
<section id="table-of-contents" class="toc">
|
||||
<header>
|
||||
<h3 class="delta">Contents</h3>
|
||||
</header>
|
||||
<div id="drawer" markdown="1">
|
||||
* Auto generated table of contents
|
||||
{:toc}
|
||||
</div>
|
||||
</section><!-- /#table-of-contents -->
|
||||
|
||||
General notes and suggestions for customizing Minimal Mistakes.
|
||||
|
||||
## Basic Setup
|
||||
|
|
Loading…
Reference in a new issue