Add table of contents

This commit is contained in:
Michael Rose 2013-05-24 15:06:54 -04:00
parent 452b59ed7a
commit 6955c5a084
5 changed files with 23 additions and 3 deletions

View file

@ -7,6 +7,16 @@ image:
feature: texture-feature-05.jpg 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 ## HTML Elements
Below is just about everything youll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. Below is just about everything youll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.

View file

@ -1883,7 +1883,7 @@ html {
margin-left: 4.166666666666667%; margin-left: 4.166666666666667%;
margin-right: 4.166666666666667%; margin-right: 4.166666666666667%;
position: fixed; position: fixed;
top: 25px; top: 120px;
right: 0; right: 0;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

View file

@ -2837,7 +2837,7 @@ img.mfp-img {
margin-left: 4.166666666666667%; margin-left: 4.166666666666667%;
margin-right: 4.166666666666667%; margin-right: 4.166666666666667%;
position: fixed; position: fixed;
top: 25px; top: 120px;
right: 0; right: 0;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

View file

@ -52,7 +52,7 @@ html {
.prefix(12,0.5); .prefix(12,0.5);
.suffix(12,0.5); .suffix(12,0.5);
position: fixed; position: fixed;
top: 25px; top: 120px;
right: 0; right: 0;
.box-shadow(0 0 5px rgba(0,0,0,.50)); .box-shadow(0 0 5px rgba(0,0,0,.50));
} }

View file

@ -8,6 +8,16 @@ image:
feature: texture-feature-02.jpg 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. General notes and suggestions for customizing Minimal Mistakes.
## Basic Setup ## Basic Setup