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_head abbr { 26 border-bottom: 0; 27} 28 29div.dokuwiki .comment_head span.author { 30 background: transparent url(images/user.gif) 0px 1px no-repeat; 31 padding: 1px 0px 1px 16px; 32} 33 34div.dokuwiki .comment_head abbr.published { 35 background: transparent url(images/date.gif) 0px 1px no-repeat; 36 padding: 1px 0px 1px 16px; 37} 38 39div.dokuwiki .comment_body { 40 padding-top: 0.5em; 41 padding-bottom: 0.5em; 42 border-bottom: 1px dotted __border__; 43} 44 45div.dokuwiki div.comment_replies { 46} 47 48div.dokuwiki div.comment_subscribe { 49 float: left; 50 display: inline; 51 padding: 0.6em; 52} 53 54div.dokuwiki div.comment_subscribe input { 55 float: left; 56 display: inline; 57} 58 59div.dokuwiki div.comment_subscribe label { 60 float: left; 61 padding-left: 0.8em; 62} 63 64div.dokuwiki input.comment_submit { 65 float: left; 66 display: inline; 67} 68 69div.dokuwiki div.comment_hidden { 70 opacity: 0.5; 71} 72 73div.dokuwiki div.comment_buttons { 74 float: right; 75 font-size: 10px; 76 cursor: pointer; 77 margin-top: -21px; 78 padding-bottom: 1em; 79} 80 81div.dokuwiki div.comment_buttons input.button { 82 border: 1px solid __border__; 83 color: __text__; 84 background-color: __background__; 85 vertical-align: middle; 86 text-decoration: none; 87 padding: 0; 88 margin: 0 0 0 0.5em; 89} 90 91div.dokuwiki div.newthread_form { 92 clear: both; 93 text-align: center; 94 margin-bottom: 1em; 95} 96 97div.dokuwiki #discussion__newthread_form input.edit { 98 width: 95%; 99} 100 101div.dokuwiki ul.admin_discussion li.hidden { 102 display: list-item; 103 opacity: 0.5; 104} 105 106div.dokuwiki ul.admin_discussion span.abstract { 107 color: __text_neu__; 108} 109