mirror of
https://gitlab.com/randompenguin/postbox.git
synced 2025-04-16 08:59:04 +00:00
Added list of color options
This commit is contained in:
parent
05440e2a58
commit
c06b94ad91
1 changed files with 36 additions and 4 deletions
40
README.md
40
README.md
|
@ -4,8 +4,6 @@ This is a Friendica add-on that adds a stylesheet to the HEAD element to support
|
||||||
|
|
||||||
It does not add any interface for creating Postboxes, but users can still create them with BBcode:
|
It does not add any interface for creating Postboxes, but users can still create them with BBcode:
|
||||||
|
|
||||||
```[class=postbox-red]Wrapped text goes here[/class]
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
1. Place the "postbox" folder in your _friendica/addons_ subfolder.
|
1. Place the "postbox" folder in your _friendica/addons_ subfolder.
|
||||||
|
@ -15,9 +13,43 @@ It does not add any interface for creating Postboxes, but users can still create
|
||||||
## Using Zen Postbox
|
## Using Zen Postbox
|
||||||
|
|
||||||
1. Open the message Compose modal or Page
|
1. Open the message Compose modal or Page
|
||||||
2. Type [class=postbox-red]Wrapped text goes here[/class] (substitute "-red" with any of the available styles)
|
2. Type `[class=postbox-red]Wrapped text goes here[/class]` (substitute "-red" with any of the available styles)
|
||||||
3. Press the "Preview" tab to see what it will look like.
|
3. Press the "Preview" tab to see what it will look like.
|
||||||
|
|
||||||
|
### Available Postbox styles
|
||||||
|
|
||||||
|
**Solid Color Backgrounds:**
|
||||||
|
|
||||||
|
- .postbox-black
|
||||||
|
- .postbox-red
|
||||||
|
- .postbox-green
|
||||||
|
- .postbox-blue
|
||||||
|
- .postbox-orange
|
||||||
|
- .postbox-purple
|
||||||
|
- .postbox-forest
|
||||||
|
- .postbox-ocean
|
||||||
|
- .postbox-pink
|
||||||
|
- .postbox-salmon
|
||||||
|
|
||||||
|
|
||||||
|
**Gradient Backgrounds:**
|
||||||
|
|
||||||
|
- .postbox-darkgray
|
||||||
|
- .postbox-minty
|
||||||
|
- .postbox-mintgray
|
||||||
|
- .postbox-redblue
|
||||||
|
- .postbox-violets
|
||||||
|
- .postbox-grayblack
|
||||||
|
- .postbox-tealblue
|
||||||
|
- .postbox-greengray
|
||||||
|
- .postbox-tealgray
|
||||||
|
- .postbox-bluegray
|
||||||
|
- .postbox-lavendergray
|
||||||
|
- .postbox-sunset
|
||||||
|
- .postbox-sherbert
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
- Postboxes are not shown on other platforms when your post is shared.
|
- Postboxes are not shown on other platforms when your post is shared.
|
||||||
|
@ -31,7 +63,7 @@ It does not add any interface for creating Postboxes, but users can still create
|
||||||
Random Penguin <https://gitlab.com/randompenguin>
|
Random Penguin <https://gitlab.com/randompenguin>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Assuming AGPL for add-ons since that's the license Friendica is under
|
AGPL
|
||||||
|
|
||||||
## Project status
|
## Project status
|
||||||
Unsupported by Friendica devs.
|
Unsupported by Friendica devs.
|
Loading…
Add table
Reference in a new issue