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_hidden { 49 opacity: 0.5; 50} 51 52div.dokuwiki div.comment_buttons { 53 float: right; 54 font-size: 10px; 55 cursor: pointer; 56 margin-top: -21px; 57} 58 59div.dokuwiki div.comment_buttons input.button { 60 border: 1px solid __border__; 61 color: __text__; 62 background-color: __background__; 63 vertical-align: middle; 64 text-decoration: none; 65 padding: 0; 66 margin: 0 0 0 0.5em; 67} 68 69div.dokuwiki div.newthread_form { 70 clear: both; 71 text-align: center; 72 margin-bottom: 1em; 73} 74 75div.dokuwiki #discussion__newthread_form input.edit { 76 width: 95%; 77} 78 79div.dokuwiki ul.admin_discussion li.hidden { 80 opacity: 0.5; 81} 82 83div.dokuwiki ul.admin_discussion span.abstract { 84 color: __text_neu__; 85} 86