1div.dokuwiki div.include div.secedit { 2 height: 16px; 3} 4 5div.dokuwiki div.inclmeta { 6 border-top: 1px dotted __border__; 7 padding-top: 0.2em; 8 color: __text_neu__; 9 font-size: 80%; 10 line-height: 1.25; 11 margin-top: 0.5em; 12 margin-bottom: 2em; 13} 14 15div.dokuwiki div.inclmeta a.permalink { 16 background: transparent url(images/link.gif) 0px 1px no-repeat; 17 padding: 1px 0px 1px 16px; 18} 19 20div.dokuwiki div.inclmeta abbr.published { 21 background: transparent url(images/date.gif) 0px 1px no-repeat; 22 padding: 1px 0px 1px 16px; 23 border-bottom: 0; 24} 25 26div.dokuwiki div.inclmeta span.author { 27 background: transparent url(images/user.gif) 0px 1px no-repeat; 28 padding: 1px 0px 1px 16px; 29} 30 31div.dokuwiki div.inclmeta span.comment { 32 background: transparent url(images/comment.gif) 0px 1px no-repeat; 33 padding: 1px 0px 1px 16px; 34} 35 36div.dokuwiki div.inclmeta div.tags { 37 border-top: 0; 38 font-size: 100%; 39 float: right; 40 clear: none; 41}