| 1 | /* Based on Arabic (RTL) version of Kubrick theme, converted by Serdal (Serdal.com) */ |
| 2 | |
| 3 | .narrowcolumn, .alignleft, .widecolumn .smallattachment { float: right; } |
| 4 | .alignright, #commentform #submit { float: left; } |
| 5 | |
| 6 | #page, #wp-calendar #prev a { text-align: right; } |
| 7 | |
| 8 | |
| 9 | body, #commentform p { font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; } |
| 10 | |
| 11 | small { font-family: Tahoma, Arial, Helvetica, Sans-Serif; } |
| 12 | |
| 13 | .commentlist li, #commentform input, #commentform textarea { font: 0.9em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; } |
| 14 | |
| 15 | #sidebar { font: 1em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; } |
| 16 | |
| 17 | #wp-calendar caption { font: bold 1.3em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; } |
| 18 | |
| 19 | #header { margin: 0 1px 0 0; } |
| 20 | |
| 21 | .narrowcolumn { padding: 0 45px 20px 0; } |
| 22 | |
| 23 | .widecolumn { margin: 5px 150px 0 0; } |
| 24 | |
| 25 | .widecolumn .smallattachment { margin: 5px 0px 5px 5px; } |
| 26 | |
| 27 | .postmetadata { clear: right; } |
| 28 | |
| 29 | img.alignright { margin: 0 7px 2px 0; } |
| 30 | |
| 31 | img.alignleft { margin: 0 0 2px 7px; } |
| 32 | |
| 33 | .entry ol { padding: 0 35px 0 0; } |
| 34 | |
| 35 | #sidebar ul ul, #sidebar ul ol { margin: 5px 10px 0 0; } |
| 36 | |
| 37 | #sidebar ul ul ul, #sidebar ul ol { margin: 0 10px 0 0; } |
| 38 | |
| 39 | #commentform input { margin: 5px 0 1px 5px; } |
| 40 | |
| 41 | .commentlist p { margin: 10px 0 10px 5px; } |
| 42 | |
| 43 | #sidebar { margin-right: 545px; } |
| 44 | |
| 45 | #wp-calendar #prev a, html>body .entry ul { padding-right: 10px; } |
| 46 | |
| 47 | html>body .entry li { margin: 7px 10px 8px 0; } |
| 48 | |
| 49 | html>body .entry ul { |
| 50 | margin-right: 0px; |
| 51 | padding: 0 30px 0 0; |
| 52 | } |
| 53 | |
| 54 | blockquote { |
| 55 | margin: 15px 10px 0 30px; |
| 56 | padding-right: 20px; |
| 57 | border-right: 5px solid #ddd; |
| 58 | } |
| 59 | |
| 60 | #wp-calendar #next a { |
| 61 | padding-left: 10px; |
| 62 | text-align: left; |
| 63 | } |