Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f5109ce41
commit
f8d74cc725
216 changed files with 7490 additions and 0 deletions
31
plugins/55/wrap/print_or_pdf.less
Normal file
31
plugins/55/wrap/print_or_pdf.less
Normal file
|
@ -0,0 +1,31 @@
|
|||
/********************************************************************
|
||||
Styles shared between print.css and pdf.css
|
||||
********************************************************************/
|
||||
|
||||
.dokuwiki {
|
||||
|
||||
/* miscellaneous
|
||||
********************************************************************/
|
||||
|
||||
/*____________ pagebreak ____________*/
|
||||
|
||||
.wrap_pagebreak {
|
||||
break-after: page; /* CSS 3 */
|
||||
page-break-after: always; /* CSS 2.1 */
|
||||
}
|
||||
|
||||
/*____________ avoid page break ____________*/
|
||||
/* not yet supported by most browsers */
|
||||
|
||||
.wrap_nopagebreak {
|
||||
break-inside: avoid; /* CSS 3 */
|
||||
page-break-inside: avoid; /* CSS 2.1 */
|
||||
}
|
||||
|
||||
/*____________ no print ____________*/
|
||||
|
||||
.wrap_noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
} /* /.dokuwiki */
|
Loading…
Add table
Add a link
Reference in a new issue