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 padding-bottom: 1em; 58} 59 60div.dokuwiki div.comment_buttons input.button { 61 border: 1px solid __border__; 62 color: __text__; 63 background-color: __background__; 64 vertical-align: middle; 65 text-decoration: none; 66 padding: 0; 67 margin: 0 0 0 0.5em; 68} 69 70div.dokuwiki div.newthread_form { 71 clear: both; 72 text-align: center; 73 margin-bottom: 1em; 74} 75 76div.dokuwiki #discussion__newthread_form input.edit { 77 width: 95%; 78} 79 80div.dokuwiki ul.admin_discussion li.hidden { 81 display: list-item; 82 opacity: 0.5; 83} 84 85div.dokuwiki ul.admin_discussion span.abstract { 86 color: __text_neu__; 87} 88