Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
82229a3e1e
commit
d25794905f
112 changed files with 4620 additions and 0 deletions
45
plugins/55/wrap/print.less
Normal file
45
plugins/55/wrap/print.less
Normal file
|
@ -0,0 +1,45 @@
|
|||
/********************************************************************
|
||||
Print Styles for the Wrap Plugin (additional to all.css)
|
||||
********************************************************************/
|
||||
|
||||
@import 'print_or_pdf.less';
|
||||
|
||||
.dokuwiki {
|
||||
|
||||
/* boxes and notes with icons
|
||||
********************************************************************/
|
||||
|
||||
div.wrap_box,
|
||||
div.wrap_danger, div.wrap_warning, div.wrap_caution, div.wrap_notice, div.wrap_safety,
|
||||
div.wrap_info, div.wrap_important, div.wrap_alert, div.wrap_tip, div.wrap_help, div.wrap_todo, div.wrap_download {
|
||||
border: 2px solid #999;
|
||||
padding: 1em 1em .5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
span.wrap_box,
|
||||
span.wrap_danger, span.wrap_warning, span.wrap_caution, span.wrap_notice, span.wrap_safety,
|
||||
span.wrap_info, span.wrap_important, span.wrap_alert, span.wrap_tip, span.wrap_help, span.wrap_todo, span.wrap_download {
|
||||
border: 1px solid #999;
|
||||
padding: 0 .3em;
|
||||
}
|
||||
|
||||
|
||||
/* mark
|
||||
********************************************************************/
|
||||
|
||||
.wrap_hi {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
|
||||
/* miscellaneous
|
||||
********************************************************************/
|
||||
|
||||
/*____________ spoiler ____________*/
|
||||
|
||||
.wrap_spoiler {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
} /* /.dokuwiki */
|
Loading…
Add table
Add a link
Reference in a new issue