diff options
Diffstat (limited to 'docs/_static/collapsible_container.css')
| -rw-r--r-- | docs/_static/collapsible_container.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/_static/collapsible_container.css b/docs/_static/collapsible_container.css new file mode 100644 index 0000000..65542e2 --- /dev/null +++ b/docs/_static/collapsible_container.css @@ -0,0 +1,26 @@ +/* Taken from: https://github.com/plone/training/blob/master/_static/custom.css */ + +.toggle { + background: none repeat scroll 0 0 #e7f2fa; + padding: 12px; + line-height: 24px; + margin-bottom: 24px; +} + +.toggle .admonition-title { + display: block; + clear: both; + cursor: pointer; +} + +.toggle .admonition-title:after { + content: " ▶"; +} + +.toggle .admonition-title.open:after { + content: " ▼"; +} + +.toggle p:last-child { + margin-bottom: 0; +} |
