You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
646 B

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
  1. /**
  2. * This file provides styles for the image detail page (detail.php).
  3. */
  4. #dokuwiki__detail {
  5. padding: 1em;
  6. }
  7. #dokuwiki__detail h1 {
  8. }
  9. #dokuwiki__detail img {
  10. float: left;
  11. margin: 0 1.5em .5em 0;
  12. }
  13. [dir=rtl] #dokuwiki__detail img {
  14. float: right;
  15. margin-right: 0;
  16. margin-left: 1.5em;
  17. }
  18. #dokuwiki__detail div.img_detail {
  19. float: left;
  20. }
  21. [dir=rtl] #dokuwiki__detail div.img_detail {
  22. float: right
  23. }
  24. #dokuwiki__detail div.img_detail h2 {
  25. }
  26. #dokuwiki__detail div.img_detail dl {
  27. }
  28. #dokuwiki__detail div.img_detail dl dt {
  29. }
  30. #dokuwiki__detail div.img_detail dl dd {
  31. }
  32. #dokuwiki__detail p.back {
  33. clear: both;
  34. }