style.css 1.2 KB

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