style-rtl.css

Same filename in this branch
  1. 6.x drupal-6.x/themes/bluemarine/style-rtl.css
  2. 6.x drupal-6.x/themes/garland/style-rtl.css
  3. 6.x drupal-6.x/themes/chameleon/style-rtl.css
  4. 6.x drupal-6.x/themes/pushbutton/style-rtl.css
  5. 6.x drupal-6.x/themes/chameleon/marvin/style-rtl.css
body {
  direction: rtl;
}
#logo img {
  float: right;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: left;
}
#navlist {
  padding: 0 0 1.2em 0.8em;
}
#subnavlist {
  padding: 0.5em 0 0.4em 1.2em;
}
ul.links li {
  border-right: 1px solid #9cf;
  border-left: none;
}
.block, .box {
  padding: 0 1.5em 0 0;
}
.node .taxonomy {
  padding-right: 1.5em;
}
.node .picture {
  float: left;
}
.comment .new {
  text-align: left;
  float: left;
}
.comment .picture {
  float: left;
}

Archivo

drupal-6.x/themes/bluemarine/style-rtl.css
View source
  1. body {
  2. direction: rtl;
  3. }
  4. #logo img {
  5. float: right;
  6. }
  7. #menu {
  8. padding: 0.5em 0.5em 0 0.5em;
  9. text-align: left;
  10. }
  11. #navlist {
  12. padding: 0 0 1.2em 0.8em;
  13. }
  14. #subnavlist {
  15. padding: 0.5em 0 0.4em 1.2em;
  16. }
  17. ul.links li {
  18. border-right: 1px solid #9cf;
  19. border-left: none;
  20. }
  21. .block, .box {
  22. padding: 0 1.5em 0 0;
  23. }
  24. .node .taxonomy {
  25. padding-right: 1.5em;
  26. }
  27. .node .picture {
  28. float: left;
  29. }
  30. .comment .new {
  31. text-align: left;
  32. float: left;
  33. }
  34. .comment .picture {
  35. float: left;
  36. }