Commit 48bf644 1 parent f86b4d5 commit 48bf644 Copy full SHA for 48bf644
File tree 3 files changed +193
-5
lines changed
3 files changed +193
-5
lines changed Original file line number Diff line number Diff line change 14
14
< dt > Kompilacja</ dt >
15
15
< dd > https://github.com/placek/na< br > Paweł Placzyński; wydanie v1.3.0; Łódź 2021</ dd >
16
16
</ dl >
17
+ < object class ="logo " data ="./img/monogram.svg "> </ object >
17
18
</ article >
Original file line number Diff line number Diff line change 39
39
@top-left { display : none; }
40
40
@top-right { display : none; }
41
41
}
42
- @page : blank {
43
- @top-left { display : none; }
44
- @top-right { display : none; }
45
- }
46
42
* ::footnote-call {
47
43
content : none;
48
44
line-height : none;
@@ -138,21 +134,34 @@ code {
138
134
break-after : page;
139
135
}
140
136
137
+ .title object {
138
+ width : 100% ;
139
+ height : 20% ;
140
+ -prince-float-placement : bottom;
141
+ -prince-float-reference : page;
142
+ }
141
143
.title dl {
142
144
counter-reset : page 0 ;
143
145
}
144
146
145
147
/* ARTICLES */
146
148
@page article: left {
147
149
@top-left {
148
- content : string (chapter-title );
150
+ content : counter (page , upper-roman );
149
151
}
150
152
}
151
153
@page article: right {
154
+ @top-left {
155
+ content : string (chapter-title);
156
+ }
152
157
@top-right {
153
158
content : counter (page, upper-roman);
154
159
}
155
160
}
161
+ @page article: blank {
162
+ @top-left { display : none; }
163
+ @top-right { display : none; }
164
+ }
156
165
.article {
157
166
page : article;
158
167
}
@@ -181,10 +190,16 @@ code {
181
190
}
182
191
@page book: left {
183
192
@top-left {
193
+ content : counter (page);
194
+ }
195
+ @top-right {
184
196
content : string (book-title) " " counter (chapter);
185
197
}
186
198
}
187
199
@page book: right {
200
+ @top-left {
201
+ content : string (book-title) " " counter (chapter);
202
+ }
188
203
@top-right {
189
204
content : counter (page);
190
205
}
You can’t perform that action at this time.
0 commit comments