updated content-overview and added toc
This commit is contained in:
parent
84142b1ef9
commit
e1eeea3684
3 changed files with 39 additions and 14 deletions
30
_share/media/sass/content-overview.sass
Normal file
30
_share/media/sass/content-overview.sass
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
@use "sass:map"
|
||||||
|
@use 'variables' as *
|
||||||
|
@use '../../../../../_share/media/sass/mixins' as mixins-basic
|
||||||
|
|
||||||
|
h2
|
||||||
|
margin-bottom: 0
|
||||||
|
text-transform: uppercase
|
||||||
|
|
||||||
|
ul, ol
|
||||||
|
margin: 0
|
||||||
|
padding-left: 3em
|
||||||
|
margin-top: 0.5em
|
||||||
|
|
||||||
|
ul.contents-overview
|
||||||
|
padding-left: 1em
|
||||||
|
list-style-type: none
|
||||||
|
|
||||||
|
li
|
||||||
|
margin: 0
|
||||||
|
margin-bottom: .5em
|
||||||
|
|
||||||
|
a
|
||||||
|
font-weight: 600
|
||||||
|
text-transform: uppercase
|
||||||
|
text-decoration: none
|
||||||
|
text-underline-offset: 6px
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
|
|
@ -9,6 +9,10 @@
|
||||||
@include mixins-basic.set-header-margins-sides($default-header-margins-sides)
|
@include mixins-basic.set-header-margins-sides($default-header-margins-sides)
|
||||||
@include mixins-basic.set-header-margins-vertical($default-header-margins-vertical)
|
@include mixins-basic.set-header-margins-vertical($default-header-margins-vertical)
|
||||||
|
|
||||||
|
@include mixins-basic.remove-section-number(h2)
|
||||||
|
@include mixins-basic.remove-section-number(h4)
|
||||||
|
|
||||||
|
|
||||||
/* Base Styles */
|
/* Base Styles */
|
||||||
body
|
body
|
||||||
font-family: $primary-font
|
font-family: $primary-font
|
||||||
|
|
@ -122,10 +126,10 @@ div#postamble
|
||||||
color: color.adjust($note-border-color, $lightness: 20%)
|
color: color.adjust($note-border-color, $lightness: 20%)
|
||||||
font-size: 0.9em
|
font-size: 0.9em
|
||||||
|
|
||||||
.outline-text-3
|
.outline-3
|
||||||
margin-left: .5em
|
margin-left: .5em
|
||||||
|
|
||||||
.outline-text-4
|
.outline-4
|
||||||
margin-left: .5em
|
margin-left: .5em
|
||||||
|
|
||||||
/* Table of Contents Link */
|
/* Table of Contents Link */
|
||||||
|
|
@ -134,6 +138,7 @@ div#postamble
|
||||||
color: $primary-color
|
color: $primary-color
|
||||||
|
|
||||||
ul.links
|
ul.links
|
||||||
|
padding-left: 2em
|
||||||
list-style-type: square
|
list-style-type: square
|
||||||
li
|
li
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
@ -141,20 +146,9 @@ ul.links
|
||||||
a
|
a
|
||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
|
|
||||||
ul.contents-overview
|
|
||||||
margin-top: 0em
|
|
||||||
list-style-type: square
|
|
||||||
|
|
||||||
li
|
|
||||||
margin: 0
|
|
||||||
|
|
||||||
a
|
|
||||||
font-weight: 500
|
|
||||||
text-transform: uppercase
|
|
||||||
text-underline-offset: 6px
|
|
||||||
|
|
||||||
div#table-of-contents
|
div#table-of-contents
|
||||||
ul
|
ul
|
||||||
|
padding-left: 1em
|
||||||
margin: 0
|
margin: 0
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#+title: How To Attract Women | Dark Needle
|
#+title: How To Attract Women | Dark Needle
|
||||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/pickup.css" />
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/pickup.css" />
|
||||||
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/content-overview.css" />
|
||||||
|
|
||||||
* Links
|
* Links
|
||||||
#+attr_html: :class links
|
#+attr_html: :class links
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue