1div.dokuwiki div.comment_wrapper { 2 background-color: __background_alt__; 3 margin: 1em; 4 padding: 0.5em 1em 1.5em 0; 5 clear: both; 6} 7 8div.dokuwiki div.comment_text { 9 padding-top: 0.5em 10} 11 12div.dokuwiki div#discussion__comment_preview { 13 border: 1px dashed __border__; 14 padding: 1em; 15 margin-top: 1em; 16 visibility: hidden; 17} 18 19div.dokuwiki div.comment_form { 20 margin-top: 2em; 21 margin-right: 1em; 22 clear: both; 23} 24 25div.dokuwiki div.comment_form .error { 26 background: #ffc; 27} 28 29div.dokuwiki #discussion__comment_form label input.edit { 30 width: 75%; 31} 32 33div.dokuwiki .comment_head { 34 font-size: 80%; 35 color: __text_neu__; 36 padding-top: 0.5em; 37 margin-top: 1em; 38 clear: both; 39} 40 41div.dokuwiki .comment_head abbr { 42 border-bottom: 0; 43} 44 45div.dokuwiki .comment_head span.author { 46 background: transparent url(images/user.gif) 0px 1px no-repeat; 47 padding: 1px 0px 1px 16px; 48} 49 50div.dokuwiki .comment_head abbr.published { 51 background: transparent url(images/date.gif) 0px 1px no-repeat; 52 padding: 1px 0px 1px 16px; 53} 54 55div.dokuwiki .comment_body { 56 padding-top: 0.5em; 57 padding-bottom: 0.5em; 58 border-bottom: 1px dotted __border__; 59} 60 61div.dokuwiki div.comment_replies { 62} 63 64div.dokuwiki div.comment_subscribe { 65 float: left; 66 display: inline; 67 padding: 0.6em; 68} 69 70div.dokuwiki div.comment_subscribe input { 71 float: left; 72 display: inline; 73} 74 75div.dokuwiki div.comment_subscribe label { 76 float: left; 77 padding-left: 0.8em; 78} 79 80div.dokuwiki input.comment_submit { 81 float: left; 82 display: inline; 83} 84 85div.dokuwiki div.comment_hidden { 86 opacity: 0.5; 87} 88 89div.dokuwiki div.comment_buttons { 90 float: right; 91 font-size: 10px; 92 cursor: pointer; 93 margin-top: -21px; 94 padding-bottom: 1em; 95} 96 97div.dokuwiki div.comment_buttons input.button { 98 border: 1px solid __border__; 99 color: __text__; 100 background-color: __background__; 101 vertical-align: middle; 102 text-decoration: none; 103 padding: 0; 104 margin: 0 0 0 0.5em; 105} 106 107div.dokuwiki div.newthread_form { 108 clear: both; 109 text-align: center; 110 margin-bottom: 1em; 111} 112 113div.dokuwiki #discussion__newthread_form input.edit { 114 width: 95%; 115} 116 117div.dokuwiki ul.admin_discussion li.hidden { 118 display: list-item; 119 opacity: 0.5; 120} 121 122div.dokuwiki ul.admin_discussion span.abstract { 123 color: __text_neu__; 124} 125