1div.dokuwiki div.comment_wrapper { 2 background-color: __background_alt__; 3 margin: 1em -1em; 4 padding: 0.5em 1em; 5 clear: both; 6} 7 8div.dokuwiki div.comment_form { 9 margin-top: 2em; 10 clear: both; 11} 12 13div.dokuwiki #discussion__comment_form label input.edit { 14 width: 75%; 15} 16 17div.dokuwiki .comment_head { 18 font-size: 80%; 19 color: __text_neu__; 20 padding-top: 0.5em; 21 margin-top: 1em; 22 clear: both; 23} 24 25div.dokuwiki .comment_body { 26 padding-top: 0.5em; 27} 28 29div.dokuwiki div.comment_replies { 30} 31 32div.dokuwiki div.comment_hidden { 33 opacity: 0.5; 34} 35 36div.dokuwiki div.comment_buttons { 37 float: right; 38 font-size: 10px; 39 cursor: pointer; 40 display: inline; 41} 42 43div.dokuwiki div.comment_buttons input.button { 44 border: 1px solid __border__; 45 color: __text__; 46 background-color: __background__; 47 vertical-align: middle; 48 text-decoration: none; 49 padding: 0; 50 margin: 0 0 0 0.5em; 51} 52 53div.dokuwiki div.comment_line { 54 padding-top: 0.5em; 55 border-bottom: 1px solid __border__; 56} 57 58div.dokuwiki div.newthread_form { 59 clear: both; 60 text-align: center; 61 margin-bottom: 1em; 62} 63 64div.dokuwiki #discussion__newthread_form input.edit { 65 width: 95%; 66} 67