Skip to content

Commit

Permalink
Text color in nicebox is now black
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero Gothe committed Nov 12, 2021
2 parents e83100d + 27b8e4a commit 6cdb0ca
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 389 deletions.
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
The MIT License (MIT)

Copyright (c) 2020 Gero Gothe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2020 Gero Gothe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
120 changes: 60 additions & 60 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
# DokuWiki-Plugin: Wrap Plus

Requires: [WRAP-Plugin](https://www.dokuwiki.org/plugin:wrap)

This plugin contains additional containers for the common WRAP-Plugin for DokuWiki.


## list-deep

Origin: https://www.dokuwiki.org/plugin:wrap:extensions
Function: Change format of an ordered list

Printable (dw2pdf): no

```
<WRAP list-deep>
- Item 1
- Item 1.1.
- Item 2
</WRAP>
```


## border

Adds a simple border to any wrap container.

Printable (dw2pdf): yes

```
<WRAP border>
Content
</WRAP>
```

## nicebox

Origin: https://www.dokuwiki.org/plugin:wrap:extensions
Function: Adds simple message boxes

Printable (dw2pdf): yes

```
<WRAP nicebox red|orange|green|purple|yellow|blue|marine>
Any content
</WRAP>
```

## formalbox

Function: Another box variant for formal purposes, especially when used with tables.

Printable(dw2pdf): yes

```
<WRAP formalbox>
A formal decision
| By the director | in the meeting | 13th June 2025 |
</WRAP>
```
# DokuWiki-Plugin: Wrap Plus

Requires: [WRAP-Plugin](https://www.dokuwiki.org/plugin:wrap)

This plugin contains additional containers for the common WRAP-Plugin for DokuWiki.


## list-deep

Origin: https://www.dokuwiki.org/plugin:wrap:extensions
Function: Change format of an ordered list

Printable (dw2pdf): no

```
<WRAP list-deep>
- Item 1
- Item 1.1.
- Item 2
</WRAP>
```


## border

Adds a simple border to any wrap container.

Printable (dw2pdf): yes

```
<WRAP border>
Content
</WRAP>
```

## nicebox

Origin: https://www.dokuwiki.org/plugin:wrap:extensions
Function: Adds simple message boxes

Printable (dw2pdf): yes

```
<WRAP nicebox red|orange|green|purple|yellow|blue|marine>
Any content
</WRAP>
```

## formalbox

Function: Another box variant for formal purposes, especially when used with tables.

Printable(dw2pdf): yes

```
<WRAP formalbox>
A formal decision
| By the director | in the meeting | 13th June 2025 |
</WRAP>
```
14 changes: 7 additions & 7 deletions plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base wrapadd
author Gero Gothe
email practical@medizin-lernen.de
date 2021-11-12
name WRAP Plus
desc Additional styles for the WRAP-Plugin
url https://github.com/practical-solutions/dokuwiki-plugin-wrapadd
base wrapadd
author Gero Gothe
email practical@medizin-lernen.de
date 2021-11-12
name WRAP Plus
desc Additional styles for the WRAP-Plugin
url https://github.com/practical-solutions/dokuwiki-plugin-wrapadd
Loading

0 comments on commit 6cdb0ca

Please sign in to comment.