1/* =Discussion & Avatar Plugin 2----------------------------------------------- */ 3 4.comment_subscribe { 5 display: flex; 6 padding-top: 10px; 7} 8 9.comment_subscribe label { 10 padding-left: 10px; 11} 12 13.dokuwiki .vcard img.photo { 14 border-radius: 50%; 15} 16 17.dokuwiki div.comment_wrapper { 18 margin: 0 -40px; 19 padding: 20px 40px; 20 border-top: 5px solid @ini_text_alt; 21 background-color: @ini_background; 22 23 h2 a { 24 color: @ini_text_alt; 25 } 26 27 div.hentry { 28 padding-bottom: 10px; 29 margin-bottom: 20px; 30 border-bottom: 15px double @ini_background_alt; 31 32 div.comment_head { 33 color: @ini_text_alt; 34 } 35 36 div.comment_buttons { 37 text-align: right; 38 } 39 input.button { 40 font-size: 12px; 41 padding: 5px 10px; 42 } 43 44 /* dead code for now due to bug in discussion plugin */ 45 div.comment_head span.author { 46 background-position: -2px 3px; 47 } 48 div.comment_head abbr.published { 49 background-position: -1px 4px; 50 } 51 div.comment_body { 52 border-bottom-width: 0; 53 } 54 } 55 56 div.comment_form div.toolbar { 57 padding-top: 10px; 58 } 59 60 div.comment_preview { 61 padding: 0; 62 border-width: 0; 63 background: @ini_background_alt; 64 } 65} 66