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