@@ -35,23 +35,28 @@ html {
3535 50% 100% ,
3636 color-stop (0% , $bg_color_start ),
3737 color-stop (100% , $bg_color_end )
38- ) fixed ;
38+ )
39+ fixed ;
3940 background : $bg_color_start -webkit-linear-gradient (
4041 $bg_color_start ,
4142 $bg_color_end
42- ) fixed ;
43+ )
44+ fixed ;
4345 background : $bg_color_start -moz-linear-gradient (
4446 $bg_color_start ,
4547 $bg_color_end
46- ) fixed ;
48+ )
49+ fixed ;
4750 background : $bg_color_start -o-linear-gradient (
4851 $bg_color_start ,
4952 $bg_color_end
50- ) fixed ;
53+ )
54+ fixed ;
5155 background : $bg_color_start -ms-linear-gradient (
5256 $bg_color_start ,
5357 $bg_color_end
54- ) fixed ;
58+ )
59+ fixed ;
5560 background : $bg_color_start linear-gradient ($bg_color_start , $bg_color_end )
5661 fixed ;
5762}
@@ -496,14 +501,16 @@ blockquote {
496501 color : $blockquote_fg_color ;
497502 padding : 0 ;
498503 margin : 0 ;
499- font-family : Helvetica , sans-serif ; // TODO: fix font style, try B612 for quotes?
504+ font-family :
505+ Helvetica , sans-serif ; // TODO: fix font style, try B612 for quotes?
500506 text-align : right ;
501507 }
502508}
503509
504510.post-quote {
505511 p {
506- font-family : Helvetica , sans-serif ; // TODO: fix font style, try B612 for quotes?
512+ font-family :
513+ Helvetica , sans-serif ; // TODO: fix font style, try B612 for quotes?
507514 text-align : right ;
508515 }
509516
@@ -554,6 +561,26 @@ article.post-preview {
554561 margin-bottom : 4em ;
555562}
556563
564+ /* TOC for a page */
565+
566+ .post-toc {
567+ float : right ;
568+ font-size : x-small ;
569+ border : 1px dotted $toc_border_color ;
570+ background-color : $toc_bg_color ;
571+ padding : 1rem ;
572+ margin : 0.5rem ;
573+
574+ ul {
575+ padding : 0 ;
576+ margin : 0 ;
577+
578+ li {
579+ list-style-type : none ;
580+ }
581+ }
582+ }
583+
557584/* Posts feed pagination */
558585
559586.paginator {
0 commit comments