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;
}

blockquote {
  border-right: 4px solid #69c;
  border-left: none;
  margin: 25px 50px 25px 100px;
  text-align: right;
}

#primary-menu tr {
  background: transparent url(header-a.jpg) right bottom repeat;
}

td#home {
  background: transparent url(logo-background-rtl.jpg) right top repeat;
}

td#home a:link img, td#home a:visited img {
  background: transparent url(logo-active-rtl.jpg) repeat;
}

td#home a:hover img {
  background: transparent url(logo-hover-rtl.jpg) repeat;
}

#primary-menu .primary-links {
  background: transparent url(header-b-rtl.jpg) right top no-repeat;
}

ul.links li {
  border-right: 1px solid #ff8c00;
  border-left: none;
}

#navlist li {
  border-right: 1px solid #369;
  border-left: none;
}

#subnavlist li, ul.primary-links li, ul.secondary-links li {
  border-right: 1px solid #fff;
  border-left: none;
}

.tabs ul.primary {
  padding: 0 10px 3px 0;
  height: 1.2em; /* FF hack, see float below */
  line-height: 1em; /* FF hack, see float below */
}
/* @begin FF hacks, copied from Wikipedia's RTL tabs implementation */
.tabs ul { clear:right;}
.tabs li {padding: 0 0 0 10px; float: right;}
/* @end FF hacks */

.tabs ul.primary li a {
  background: #fff url(tabs-off-rtl.png) right top no-repeat;
  border-style: none none none solid;
  margin-left: 10px;
  margin-right: 0;
}
.tabs ul.primary li.active a {
  background: #369 url(tabs-on-rtl.png) right top no-repeat;
  border-right: none;
  border-left: 2px solid #369;
}

.tabs ul.primary li a:hover {
  background-color:#FFFAF0;
  color:#FF4500;
}

.tabs ul.secondary {
  padding: 10px 0 60px 0;
  line-height: 220%;
}

.tabs ul.secondary li {
  padding: 0 10px 0 0;
  border-left: none;
}

.tabs ul.secondary li a {
  background: #fff url(tabs-option-off-rtl.png) right center no-repeat;
  padding: 10px 25px 10px 0;
}

.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) right center no-repeat;
}

.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover-rtl.png) right center no-repeat;
}

#menu {
  text-align: left;
}

.node .content {
  text-align: right;
}

.comment .content {
  text-align: right;
}

.block .title h3 {
  padding: 10px 30px 10px 5px;
  background: transparent url(icon-block-rtl.png) right center no-repeat;
}

.node .picture {
  float: left;
}

.comment .title {
  padding: 10px 19px 12px 0;
  background: transparent url(icon-comment-rtl.png) right center no-repeat;
}

.comment .new {
  margin-right: 2px;
  margin-left: 0;
}

.comment .picture {
  float: left;
}

.nav .links .next a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-next-rtl.png) left center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-next-visited-rtl.png) left center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-next-hover-rtl.png) left center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-prev-rtl.png) right center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-prev-visited-rtl.png) right center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-prev-hover-rtl.png) right center no-repeat;
}

#tracker th {
  border-right: 1px solid #fafafa;
  border-left: 1px solid #ddd ;
}

#tracker th img {
  float: left;
}

#tracker td {
  padding: 1em 0 1em 1em;
}

#forum td.container {
  background: #369 url(forum-container-rtl.jpg) left top no-repeat;
}

#forum td.container a {
  padding: 20px 35px 20px 0;
  background: transparent url(forum-link-rtl.png) right center no-repeat;
}

/* IE hack */
div, div.name a, .tabs ul li, .tabs ul li a{zoom:1}
.tabs ul.primary li a, .tabs ul.primary li.active a, .tabs ul.secondary li, .tabs ul.secondary li, div.tabs a.active {zoom:1}
.tabs ul.primary li.active a{zoom:1}

Archivo

drupal-6.x/themes/pushbutton/style-rtl.css
View source
  1. body {
  2. direction: rtl;
  3. }
  4. blockquote {
  5. border-right: 4px solid #69c;
  6. border-left: none;
  7. margin: 25px 50px 25px 100px;
  8. text-align: right;
  9. }
  10. #primary-menu tr {
  11. background: transparent url(header-a.jpg) right bottom repeat;
  12. }
  13. td#home {
  14. background: transparent url(logo-background-rtl.jpg) right top repeat;
  15. }
  16. td#home a:link img, td#home a:visited img {
  17. background: transparent url(logo-active-rtl.jpg) repeat;
  18. }
  19. td#home a:hover img {
  20. background: transparent url(logo-hover-rtl.jpg) repeat;
  21. }
  22. #primary-menu .primary-links {
  23. background: transparent url(header-b-rtl.jpg) right top no-repeat;
  24. }
  25. ul.links li {
  26. border-right: 1px solid #ff8c00;
  27. border-left: none;
  28. }
  29. #navlist li {
  30. border-right: 1px solid #369;
  31. border-left: none;
  32. }
  33. #subnavlist li, ul.primary-links li, ul.secondary-links li {
  34. border-right: 1px solid #fff;
  35. border-left: none;
  36. }
  37. .tabs ul.primary {
  38. padding: 0 10px 3px 0;
  39. height: 1.2em; /* FF hack, see float below */
  40. line-height: 1em; /* FF hack, see float below */
  41. }
  42. /* @begin FF hacks, copied from Wikipedia's RTL tabs implementation */
  43. .tabs ul { clear:right;}
  44. .tabs li {padding: 0 0 0 10px; float: right;}
  45. /* @end FF hacks */
  46. .tabs ul.primary li a {
  47. background: #fff url(tabs-off-rtl.png) right top no-repeat;
  48. border-style: none none none solid;
  49. margin-left: 10px;
  50. margin-right: 0;
  51. }
  52. .tabs ul.primary li.active a {
  53. background: #369 url(tabs-on-rtl.png) right top no-repeat;
  54. border-right: none;
  55. border-left: 2px solid #369;
  56. }
  57. .tabs ul.primary li a:hover {
  58. background-color:#FFFAF0;
  59. color:#FF4500;
  60. }
  61. .tabs ul.secondary {
  62. padding: 10px 0 60px 0;
  63. line-height: 220%;
  64. }
  65. .tabs ul.secondary li {
  66. padding: 0 10px 0 0;
  67. border-left: none;
  68. }
  69. .tabs ul.secondary li a {
  70. background: #fff url(tabs-option-off-rtl.png) right center no-repeat;
  71. padding: 10px 25px 10px 0;
  72. }
  73. .tabs ul.secondary li a.active {
  74. background: #fff url(tabs-option-on.png) right center no-repeat;
  75. }
  76. .tabs ul.secondary li a:hover {
  77. background: #fff url(tabs-option-hover-rtl.png) right center no-repeat;
  78. }
  79. #menu {
  80. text-align: left;
  81. }
  82. .node .content {
  83. text-align: right;
  84. }
  85. .comment .content {
  86. text-align: right;
  87. }
  88. .block .title h3 {
  89. padding: 10px 30px 10px 5px;
  90. background: transparent url(icon-block-rtl.png) right center no-repeat;
  91. }
  92. .node .picture {
  93. float: left;
  94. }
  95. .comment .title {
  96. padding: 10px 19px 12px 0;
  97. background: transparent url(icon-comment-rtl.png) right center no-repeat;
  98. }
  99. .comment .new {
  100. margin-right: 2px;
  101. margin-left: 0;
  102. }
  103. .comment .picture {
  104. float: left;
  105. }
  106. .nav .links .next a:link {
  107. padding: 17px 0 17px 17px;
  108. background: transparent url(arrow-next-rtl.png) left center no-repeat;
  109. }
  110. .nav .links .next a:visited {
  111. padding: 17px 0 17px 17px;
  112. background: transparent url(arrow-next-visited-rtl.png) left center no-repeat;
  113. }
  114. .nav .links .next a:hover {
  115. padding: 17px 0 17px 17px;
  116. background: transparent url(arrow-next-hover-rtl.png) left center no-repeat;
  117. }
  118. .nav .links .prev a:link {
  119. padding: 17px 17px 17px 0;
  120. background: transparent url(arrow-prev-rtl.png) right center no-repeat;
  121. }
  122. .nav .links .prev a:visited {
  123. padding: 17px 17px 17px 0;
  124. background: transparent url(arrow-prev-visited-rtl.png) right center no-repeat;
  125. }
  126. .nav .links .prev a:hover {
  127. padding: 17px 17px 17px 0;
  128. background: transparent url(arrow-prev-hover-rtl.png) right center no-repeat;
  129. }
  130. #tracker th {
  131. border-right: 1px solid #fafafa;
  132. border-left: 1px solid #ddd ;
  133. }
  134. #tracker th img {
  135. float: left;
  136. }
  137. #tracker td {
  138. padding: 1em 0 1em 1em;
  139. }
  140. #forum td.container {
  141. background: #369 url(forum-container-rtl.jpg) left top no-repeat;
  142. }
  143. #forum td.container a {
  144. padding: 20px 35px 20px 0;
  145. background: transparent url(forum-link-rtl.png) right center no-repeat;
  146. }
  147. /* IE hack */
  148. div, div.name a, .tabs ul li, .tabs ul li a{zoom:1}
  149. .tabs ul.primary li a, .tabs ul.primary li.active a, .tabs ul.secondary li, .tabs ul.secondary li, div.tabs a.active {zoom:1}
  150. .tabs ul.primary li.active a{zoom:1}