File tree 3 files changed +25
-19
lines changed
src/docs/asciidoc/stylesheets
3 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ asciidoctor {
85
85
}
86
86
resources {
87
87
from(sourceDir) {
88
- include ' images/**' , ' tocbot-3.0.2/* *'
88
+ include ' images/*' , ' stylesheets/ *' , ' tocbot-3.0.2/*'
89
89
}
90
90
}
91
91
logDocuments = true
@@ -104,7 +104,7 @@ asciidoctor {
104
104
sectnums : ' ' ,
105
105
' source-highlighter' : ' coderay@' , // TODO switch to 'rouge' once supported by the html5 backend
106
106
stylesdir : ' stylesheets/' ,
107
- stylesheet : ' spring .css' ,
107
+ stylesheet : ' main .css' ,
108
108
' spring-version' : project. version
109
109
110
110
}
Original file line number Diff line number Diff line change 1
1
@import url (https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:400, 700 );
2
- @import url ('../tocbot-3.0.2/tocbot.css' );
3
-
4
- /* See https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */
5
- /* ================================================================================ */
6
- # tocbot a .toc-link .node-name--H1 { font-style : italic }
7
- @media screen{
8
- # tocbot > ul .toc-list { margin-bottom : 0.5em ; margin-left : 0.125em }
9
- # tocbot ul .sectlevel0 , # tocbot a .toc-link .node-name--H1 + ul {
10
- padding-left : 0 }
11
- # tocbot a .toc-link { height : 100% }
12
- .is-collapsible { max-height : 3000px ; overflow : hidden; }
13
- .is-collapsed { max-height : 0 }
14
- .is-active-link { font-weight : 700 }
15
- }
16
- @media print{
17
- # tocbot a .toc-link .node-name--H4 { display : none }
18
- }
19
2
/* ================================================================================ */
20
3
21
4
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
Original file line number Diff line number Diff line change
1
+ /* https://github.com/bclozel/asciidoctor-stylesheet-factory/tree/spring */
2
+ /* ===================================================================== */
3
+
4
+ @import url ('stylesheets/asciidoctor-spring.css' );
5
+
6
+ /* https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */
7
+ /* ============================================================================ */
8
+
9
+ @import url ('tocbot-3.0.2/tocbot.css' );
10
+
11
+ # tocbot a .toc-link .node-name--H1 { font-style : italic }
12
+ @media screen{
13
+ # tocbot > ul .toc-list { margin-bottom : 0.5em ; margin-left : 0.125em }
14
+ # tocbot ul .sectlevel0 , # tocbot a .toc-link .node-name--H1 + ul {
15
+ padding-left : 0 }
16
+ # tocbot a .toc-link { height : 100% }
17
+ .is-collapsible { max-height : 3000px ; overflow : hidden; }
18
+ .is-collapsed { max-height : 0 }
19
+ .is-active-link { font-weight : 700 }
20
+ }
21
+ @media print{
22
+ # tocbot a .toc-link .node-name--H4 { display : none }
23
+ }
You can’t perform that action at this time.
0 commit comments