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_body { 26 padding-top: 0.5em; 27} 28 29div.dokuwiki div.comment_replies { 30} 31 32div.dokuwiki div.comment_hidden { 33 opacity: 0.5; 34} 35 36div.dokuwiki div.comment_buttons { 37 float: right; 38 font-size: 10px; 39 cursor: pointer; 40 display: inline; 41} 42 43div.dokuwiki div.comment_buttons input.button { 44 border: 1px solid __border__; 45 color: __text__; 46 background-color: __background__; 47 vertical-align: middle; 48 text-decoration: none; 49 padding: 0; 50 margin: 0 0 0 0.5em; 51} 52 53div.dokuwiki div.comment_line { 54 padding-top: 0.5em; 55 border-bottom: 1px solid __border__; 56} 57 58div.dokuwiki table.threads { 59 border: 0; 60 padding: 0; 61 border-spacing: 0; 62 margin-bottom: 1em; 63 border-collapse: collapse; 64} 65 66div.dokuwiki table.threads td { 67 padding: 1px 2em 1px 0; 68 border-top: 1px solid __border__; 69 border-bottom: 1px solid __border__; 70} 71 72div.dokuwiki table.threads td.date, 73div.dokuwiki table.threads td.user, 74div.dokuwiki table.threads td.num { 75 color: __text_neu__; 76 font-size: 80%; 77} 78 79div.dokuwiki table.threads td.date { 80 text-align: right; 81} 82 83div.dokuwiki div.newthread_form { 84 clear: both; 85 text-align: center; 86} 87 88div.dokuwiki #discussion__newthread_form label input.edit { 89 width: 75%; 90} 91 92div.dokuwiki a.feed { 93 background: transparent url(images/rss_icon.png) 0px 1px no-repeat; 94 padding: 1px 0px 1px 16px; 95}