home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / classic / rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-07-21  |  2.0 KB  |  83 lines

  1. /* Based on Arabic (RTL) version of WordPress Classic theme, converted by Serdal (Serdal.com) */
  2.  
  3. #menu ul ul, #wp-calendar caption, #wp-calendar #prev a { text-align: right; }
  4. #wp-calendar #next a, .feedback { text-align: left; }
  5.  
  6. blockquote {
  7.     border-left: 0;
  8.     border-right: 5px solid #ccc;
  9.     margin-left: auto;
  10.     margin-right: 1.5em;
  11.     padding-left: 0;
  12.     padding-right: 5px;
  13. }
  14.  
  15. body { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; }
  16.  
  17. h2 { font: 95% 'Al Bayan', 'Traditional Arabic', "Times New Roman", Times, serif; }
  18.  
  19. p, li, .feedback {
  20.     font: 90%/175% 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  21.     text-align: justify;
  22. }
  23.  
  24. acronym, abbr, span.caps, h2, p, li, #header, #menu ul li, #menu ul ul li, #wp-calendar td, .feedback, .meta, .meta a { letter-spacing: normal; }
  25.  
  26. #commentlist li ul {
  27.     border-left: 0;
  28.     border-right: 1px solid #ddd;
  29. }
  30.  
  31. #content {
  32.     margin: 30px 3em 0 13em;
  33.     padding-right: 0;
  34.     padding-left: 60px;
  35. }
  36.  
  37. #header {
  38.     border-left: solid 1px #9a9;
  39.     border-right: solid 1px #565;
  40.     font: normal normal 230% 'Al Bayan', 'Traditional Arabic', 'Times New Roman', Times, serif;
  41.     padding: 15px 60px 15px 10px;
  42. }
  43.  
  44. #menu {
  45.     border-left: 0;
  46.     border-right: 1px dotted #ccc;
  47.     padding: 20px 30px 10px 0;
  48.     right: auto;
  49.     left: 2px;
  50. }
  51.  
  52. #menu form { margin: 0 13px 0 0; }
  53.  
  54. #menu ul {
  55.     padding-left: 0;
  56.     padding-right: 3px;
  57. }
  58.  
  59. #menu ul li { font: normal normal 110% 'Geeza Pro', Tahoma, 'Times New Roman', Times, serif; }
  60.  
  61. #menu ul ul li {
  62.     font: normal normal 12px/115% 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  63.     padding-left: 0;
  64.     padding-right: 12px;
  65. }
  66.  
  67. #menu ul ul ul.children {
  68.     padding-left: 0;
  69.     padding-right: 4px;
  70. }
  71.  
  72. #wp-calendar #next a {
  73.     padding-right: 0;
  74.     padding-left: 10px;
  75. }
  76.  
  77. #wp-calendar #prev a {
  78.     padding-left: 0;
  79.     padding-right: 10px;
  80. }
  81.  
  82. #wp-calendar td { font: normal normal 12px 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; }
  83.