home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / themes / chameleon / marvin / style-rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-27  |  547 b   |  34 lines

  1. /* $Id: style-rtl.css,v 1.2 2007/11/27 12:09:27 goba Exp $ */
  2.  
  3. body {
  4.   background-image: url(druplicon-watermark-rtl.png);
  5.   background-position: top left;
  6. }
  7.  
  8. p {
  9.   margin: 0 0 1em 1em;
  10. }
  11.  
  12. ul.links li {
  13.   border-left: none;
  14.   border-right: 1px solid #888;
  15. }
  16.  
  17. /*
  18. ** Common declarations for child classes of node, comment, block, box etc
  19. */
  20. .node .submitted {
  21.   float: right;
  22.   padding: 0.5em 1em 0.5em 0;
  23. }
  24. .node .taxonomy {
  25.   float: left;
  26. }
  27. .node .content {
  28.   padding-left: 0;
  29.   padding-right: 1em;
  30. }
  31. .node .links {
  32.   padding: 1em 0.2em 1em 0;
  33. }
  34.