/* * plugin wrap boxes (and plugin note compat mode of wrap) */ div.dokuwiki { div.plugin_wrap { &.wrap_center.wrap_round { /* Inspired by hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */ margin-left: 40px; margin-right: 40px; margin-top: 2rem; margin-bottom: 2rem; padding: 20px 25px; border-radius: 3px; text-align: left; width: auto !important; background-image: initial; min-height: initial; p:last-child { margin: 0; } &.wrap_alert { /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */ border-left: 10px solid #d9534f; background: #fdf7f7; color: #b52b27; } &.wrap_important { /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */ border-left: 10px solid #fbaf43; background: #fcf8f2; color: #c97500; } &.wrap_download { border-left: 10px solid #8dde4e; background: #f4ffee; color: #57aa16; } &.wrap_tip { border-left: 10px solid #fff15a; background: #fffded; color: #b6a91a; } &.wrap_info { border-left: 10px solid #4f8cdf; background: #f5f7fa; color: #195ab3; } &.wrap_help { border-left: 10px solid #c489ef; background: #f1eef4; color: #7625b1; } &.wrap_todo { border-left: 10px solid #4bd29c; background: #f5f9f7; color: #1aaf73; } } } }