1/* =Cloud Plugin 2----------------------------------------------- */ 3 4.dokuwiki div.cloud { 5 margin-bottom: 15px; 6 font-size: 14px; 7 8 a::before { 9 font-family: 'bootstrap-icons'; 10 content: "\F5B0"; 11 font-size: 16px; 12 padding-right: 4px; 13 line-height: 16px; 14 vertical-align: middle; 15 } 16 a { 17 display: inline-block; 18 padding: 5px 10px; 19 margin: 0 5px 5px 0; 20 background: @ini_theme_color; 21 color: @ini_background; 22 font-size: 12px; 23 text-decoration: none; 24 border-radius: 5px; 25 } 26 a:hover, 27 a:focus, 28 a:active { 29 background: @ini_theme_color_alt; 30 color: @ini_background; 31 } 32} 33