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