res:plugins:spoiler-tags
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| res:plugins:spoiler-tags [2022/12/14 01:01] – [Download] Update Spoiler Tas Plugin fraenkiman | res:plugins:spoiler-tags [2026/04/08 18:57] (current) – [Demo] fraenkiman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Spoiler Tags ===== | ===== Spoiler Tags ===== | ||
| - | Author: [[https:// | + | Author: [[https:// |
| ==== Description ==== | ==== Description ==== | ||
| Line 17: | Line 17: | ||
| {{: | {{: | ||
| - | You can style the spoiler very easily by editing the spoiler.css file found in the plugin' | + | You can style the spoiler very easily by editing the // |
| + | |||
| + | Example: | ||
| + | <code css> | ||
| + | list-style-type: | ||
| + | color: #B83C32; /* Colors of the font of the spoiler title */ | ||
| + | font-weight: | ||
| + | text-decoration: | ||
| + | cursor: pointer; | ||
| + | } | ||
| + | |||
| + | details > summary: | ||
| + | text-decoration: | ||
| + | } | ||
| + | |||
| + | details > summary:: | ||
| + | /* === Image as expand sign; size is not scalable === */ | ||
| + | content: url(../ | ||
| + | /* vertical-align: | ||
| + | } | ||
| + | |||
| + | details[open] > summary:: | ||
| + | /* === Image as expand sign; size is not scalable === */ | ||
| + | content: url(../ | ||
| + | /* vertical-align: | ||
| + | } | ||
| + | |||
| + | details { | ||
| + | display: block; /* Do not deactivate */ | ||
| + | padding: 5px; | ||
| + | /* === Framing of the hidden content inside the spoiler tag === */ | ||
| + | border: #ccc solid 1px; | ||
| + | border-radius: | ||
| + | } | ||
| + | |||
| + | details: | ||
| + | /* === Framing of the hidden content inside the spoiler tag === */ | ||
| + | border: #999 solid 1px; | ||
| + | } | ||
| + | |||
| + | details[open] > summary { | ||
| + | margin-bottom: | ||
| + | /* === italic font of spoiler title when expanded === */ | ||
| + | font-style: italic; | ||
| + | } | ||
| + | |||
| + | </ | ||
| - | ==== Demo ==== | ||
| - | [[https:// | ||
| ==== Download ==== | ==== Download ==== | ||
| - | {{ res: | + | {{ res: |
| **Support** | **Support** | ||
| Line 30: | Line 75: | ||
| === Changelog: === | === Changelog: === | ||
| + | |||
| + | == 2022-12-18 (V1.0.3) == | ||
| + | * Added: css-file v0.2 with some design examples | ||
| + | |||
| == 2022-12-14 (V1.0.2) == | == 2022-12-14 (V1.0.2) == | ||
| * Fixed: The plugin crashes when the BBCode plugin is not enabled. Thanks to Arvid for the hint | * Fixed: The plugin crashes when the BBCode plugin is not enabled. Thanks to Arvid for the hint | ||
res/plugins/spoiler-tags.1670976062.txt.gz · Last modified: by fraenkiman
