1,776
edits
(text transparency when hidden; cat; couldn't figure out link color problem yet, noted as limitation) |
(solved the link colorization problem) |
||
Line 1: | Line 1: | ||
<includeonly>{{#CSS: | <includeonly>{{#CSS: | ||
.tmpl-spoil- | .tmpl-spoil-text, .tmpl-spoil-text a { | ||
opacity: 0; | |||
} | |||
.tmpl-spoil-bg { | |||
background-color: black; | background-color: black; | ||
} | } | ||
.tmpl-spoil- | .tmpl-spoil-text:hover, .tmpl-spoil-text:hover a { | ||
opacity: 1; | |||
} | |||
.tmpl-spoil-bg:hover { | |||
background: lightgrey; | |||
} | } | ||
}}<span class="tmpl-spoil- | }}<span class="tmpl-spoil-bg"><span class="tmpl-spoil-text">{{{1|}}}</span></span></includeonly><noinclude> | ||
{{Documentation|Content={{UnderConstruction|Jovenan}} | {{Documentation|Content={{UnderConstruction|Jovenan}} | ||
Line 24: | Line 30: | ||
The hidden text can be multiple lines long. | The hidden text can be multiple lines long. | ||
== Examples == | == Examples == |
edits