1div.dokuwiki div.comment_wrapper { 2 background-color: __background_alt__; 3 margin: 2.4em 0em 0em 0em; 4 padding: 0.5em 0.5em 1.5em 0.5em; 5 clear: both; 6} 7 8div.dokuwiki div.comment_text { 9 padding-top: 0.5em 10} 11 12div.dokuwiki div#discussion__comment_preview { 13 padding: 1em 0; 14 margin-top: 1em; 15 visibility: hidden; 16 display: none; 17} 18 19div.dokuwiki div.comment_preview { 20 padding: 1em; 21 border: 1px dashed __border__; 22} 23 24div.dokuwiki div.comment_form { 25 padding-top: 1em; 26 clear: both; 27} 28 29div.dokuwiki div.comment_form .error { 30 background: #fcc; 31} 32 33div.dokuwiki #discussion__comment_form label input.edit { 34 width: 75%; 35} 36div.dokuwiki #discussion__comment_form { 37 .comment_name, 38 .comment_mail, 39 .comment_url, 40 .comment_address, 41 .comment_date, 42 .comment_text, 43 .comment_submit, 44 .comment_preview_button, 45 .comment_cancel { 46 margin: 2px; 47 } 48} 49 50div.dokuwiki .comment_head { 51 font-size: 80%; 52 color: __text_neu__; 53 padding-top: 0.5em; 54 margin-top: 1em; 55 clear: both; 56} 57 58div.dokuwiki .comment_head abbr { 59 border-bottom: 0; 60} 61 62div.dokuwiki .comment_head span.author { 63 background: transparent url(images/user.gif) 0 1px no-repeat; 64 padding: 1px 0 1px 16px; 65} 66 67div.dokuwiki .comment_head abbr.published { 68 background: transparent url(images/date.gif) 0 1px no-repeat; 69 padding: 1px 0 1px 16px; 70} 71 72div.dokuwiki .comment_head abbr.updated { 73 background: transparent url(images/updated.gif) 0 1px no-repeat; 74 padding: 1px 0 1px 16px; 75} 76 77div.dokuwiki .comment_body { 78 padding-top: 0.5em; 79 padding-bottom: 0.5em; 80 border-bottom: 1px dotted __border__; 81} 82div.dokuwiki div.comment_replies { 83 background-color: __background_alt__; 84} 85div.dokuwiki div.comment_replies.reply { 86 background-color: darken(__background_alt__, 10%); 87} 88div.dokuwiki .hentry { 89 padding: 0 2px; 90 background-color: __background_alt__; 91} 92div.dokuwiki .hentry.reply { 93 background-color: darken(__background_alt__, 10%); 94} 95 96div.dokuwiki div.comment_hidden { 97 opacity: 0.5; 98} 99 100div.dokuwiki div.comment_buttons { 101 float: right; 102 font-size: 10px; 103 cursor: pointer; 104 margin-top: -21px; 105 padding-bottom: 1em; 106} 107[dir=rtl] div.dokuwiki div.comment_buttons { 108 float: left; 109} 110 111div.dokuwiki div.comment_buttons input.button { 112 border: 1px solid __border__; 113 color: __text__; 114 background-color: __background__; 115 vertical-align: middle; 116 text-decoration: none; 117 padding: .1em .5em; 118} 119 120div.dokuwiki div.toggle_button { 121 text-align: right; 122} 123[dir=rtl] div.dokuwiki div.toggle_button { 124 text-align: left; 125} 126 127div.dokuwiki div.toggle_button input.button { 128 border: 1px solid __border__; 129 color: __text__; 130 background-color: __background__; 131 vertical-align: middle; 132 text-decoration: none; 133 padding: .1em .5em; 134 font-size: 10px; 135} 136 137div.dokuwiki div.newthread_form { 138 clear: both; 139 text-align: center; 140 margin-bottom: 1em; 141} 142 143div.dokuwiki #discussion__newthread_form input.edit { 144 width: 95%; 145} 146 147div.dokuwiki ul.admin_discussion li.hidden { 148 display: list-item; 149 opacity: 0.5; 150} 151 152div.dokuwiki ul.admin_discussion span.abstract { 153 color: __text_neu__; 154} 155 156div.dokuwiki table.pagelist tr.discussion_status2 a { 157 color: __text_neu__ !important; 158} 159