File tree Expand file tree Collapse file tree 5 files changed +45
-13
lines changed
packages/typo3-docs-theme
assets/sass/layout/navigation Expand file tree Collapse file tree 5 files changed +45
-13
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ Within ddev
46
46
47
47
-----
48
48
49
- .. rubric :: Pages
49
+ .. toctree ::
50
+ :caption: INTRODUCTION
51
+ :titlesonly:
52
+ :glob:
53
+
54
+ *
50
55
51
- .. rst-class :: compact-list
52
56
.. toctree ::
57
+ :caption: HOWTOS
53
58
:titlesonly:
54
59
:glob:
55
60
56
61
* /Index
57
- *
Original file line number Diff line number Diff line change
1
+ ======
2
+ Page 1
3
+ ======
Original file line number Diff line number Diff line change
1
+ ======
2
+ Page 2
3
+ ======
Original file line number Diff line number Diff line change 21
21
.toc-header {
22
22
display : flex ;
23
23
justify-content : space-between ;
24
- padding-left : calc (#{$spacer } / 2 ) ;
24
+ padding-left : calc (#{$spacer } / 1.5 ) ;
25
25
}
26
26
.main_menu {
27
27
margin : $spacer 0 ;
121
121
}
122
122
a .toc-title-project {
123
123
display : block ;
124
- font-size : 1.5em ;
125
- font-weight :$font-weight-bold ;
124
+ position : relative ;
125
+ font-size : 1.2em ;
126
+ font-weight : 700 ;
126
127
line-height : 1.25 ;
127
- color : $primary ;
128
+ color : $secondary ;
128
129
text-decoration : none ;
130
+
131
+ & :before {
132
+ content : ' ' ;
133
+ width : 0.2em ;
134
+ height : 100% ;
135
+ background : $primary ;
136
+ position : absolute ;
137
+ top : 0 ;
138
+ left : -0.6em ;
139
+ }
140
+
129
141
& :hover {
130
- color : darken ( $primary , 15 % ) ;
142
+ text-decoration : .1 em underline ;
131
143
}
132
144
}
133
145
.toc-search {
Original file line number Diff line number Diff line change @@ -25481,7 +25481,7 @@ dl.field-list > dt:after {
25481
25481
.toc-header {
25482
25482
display : flex;
25483
25483
justify-content : space-between;
25484
- padding-left : calc (1rem / 2 );
25484
+ padding-left : calc (1rem / 1.5 );
25485
25485
}
25486
25486
25487
25487
.main_menu {
@@ -25576,14 +25576,24 @@ dl.field-list > dt:after {
25576
25576
25577
25577
a .toc-title-project {
25578
25578
display : block;
25579
- font-size : 1.5em ;
25580
- font-weight : 600 ;
25579
+ position : relative;
25580
+ font-size : 1.2em ;
25581
+ font-weight : 700 ;
25581
25582
line-height : 1.25 ;
25582
- color : # ff8700 ;
25583
+ color : # 333333 ;
25583
25584
text-decoration : none;
25584
25585
}
25586
+ a .toc-title-project : before {
25587
+ content : "" ;
25588
+ width : 0.2em ;
25589
+ height : 100% ;
25590
+ background : # ff8700 ;
25591
+ position : absolute;
25592
+ top : 0 ;
25593
+ left : -0.6em ;
25594
+ }
25585
25595
a .toc-title-project : hover {
25586
- color : # b35f00 ;
25596
+ text-decoration : 0.1 em underline ;
25587
25597
}
25588
25598
25589
25599
.toc-search {
You can’t perform that action at this time.
0 commit comments