Advertisement
shywolf91

RTL stylesheet

Sep 16th, 2012
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.70 KB | None | 0 0
  1. /*
  2. Theme name: lavinya black
  3. Editors: Navid Kashani
  4. Persian Wordpress Project : wp-persian.com
  5. Updated and modified: murat esgin
  6. */
  7. body, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption  {
  8. font-family:tahoma, arial;
  9. }
  10. #page {
  11. text-align:right;
  12. direction:rtl;
  13. }
  14. h1, h2, h3, #sidebar h2 {
  15. font-family:arial, tahoma;
  16. }
  17. .commentlist li .avatar {
  18. float:left;
  19. }
  20. #header {
  21. margin:0 1px 0 0;
  22. }
  23. .narrowcolumn {
  24. float:right;
  25. padding: 0 45px 20px 0;
  26. }
  27. .widecolumn {
  28. margin: 5px 150px 0 0;
  29. }
  30. .widecolumn .smallattachment {
  31. margin: 5px 0 5px 5px;
  32. }
  33. .postmetadata {
  34. clear:right;
  35. }
  36. #sidebar {
  37. margin-left: 0;
  38. margin-right: 545px;
  39. }
  40. img.alignright {
  41. margin: 0 7px 2px 0;
  42. }
  43. img.alignleft {
  44. margin: 0 0 2px 7px;
  45. }
  46. .alignright {
  47. float: left;
  48. }
  49. .alignleft {
  50. float: right;
  51. }
  52. code {
  53. display:block;
  54. direction:ltr;
  55. text-align:left;
  56. }
  57. acronym, abbr, span.caps {
  58. letter-spacing:0; /* fix opera bug */
  59. }
  60. html>body .entry ul {
  61. padding:0 10px 0 0;
  62. text-indent:10px;
  63. }
  64. html>body .entry li {
  65. margin: 7px 10px 8px 0;
  66. }
  67. .entry ol {
  68. padding: 0 35px 0 0;
  69. }
  70. #sidebar ul ul, #sidebar ul ol {
  71. margin: 5px 10px 0 0;
  72. }
  73. #sidebar ul ul ul, #sidebar ul ol {
  74. margin: 0 10px 0 0;
  75. }
  76. #commentform input {
  77. margin: 5px 0 1px 5px;
  78. }
  79. #commentform #submit {
  80. float:left;
  81. }
  82. .commentlist p {
  83. margin: 10px 0 10px 5px;
  84. }
  85. #wp-calendar #next a {
  86. padding-right:0;
  87. padding-left:10px;
  88. text-align:left;
  89. }
  90. #wp-calendar #prev a {
  91. padding-left:0;
  92. padding-right:10px;
  93. text-align:right;
  94. }
  95. blockquote {
  96. margin: 15px 10px 0 30px;
  97. padding-left: 0;
  98. padding-right: 20px;
  99. border-left: 0 none;
  100. border-right: 5px solid #ddd;
  101. }
  102. #email, #url {
  103. direction:ltr;
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement