]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/rtl.css
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-content / themes / default / rtl.css
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, .post, #wp-calendar #prev a { text-align: right; }
7
8 body, #commentform p { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
9
10 small { font-family: 'Geeza Pro', Tahoma, Arial, Helvetica, Sans-Serif; }
11
12 h1, h2, h3 { font-family: 'Al Bayan', 'Traditional Arabic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }
13
14 #sidebar h2 { font-family: 'Al Bayan', 'Traditional Arabic', 'Lucida Grande', Verdana, Sans-Serif; }
15
16 .commentlist li, #commentform input, #commentform textarea { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
17
18 #sidebar { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
19
20 #wp-calendar caption { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
21
22 acronym, abbr, span.caps { letter-spacing: normal; }
23
24 #header { margin: 0 1px 0 0; }
25
26 .narrowcolumn { padding: 0 45px 20px 0; }
27
28 .widecolumn { margin: 5px 150px 0 0; }
29
30 .widecolumn .smallattachment { margin: 5px 0px 5px 5px; }
31
32 .postmetadata { clear: right; }
33
34 img.alignright { margin: 0 7px 2px 0; }
35
36 img.alignleft { margin: 0 0 2px 7px; }
37
38 .entry ol { padding: 0 35px 0 0; }
39
40 #sidebar ul ul, #sidebar ul ol { margin: 5px 10px 0 0; }
41
42 #sidebar ul ul ul, #sidebar ul ol { margin: 0 10px 0 0; }
43
44 #commentform input { margin: 5px 0 1px 5px; }
45
46 .commentlist p { margin: 10px 0 10px 5px; }
47
48 html>body .entry li { margin: 7px 10px 8px 0; }
49
50 html>body .entry ul {
51         margin-left: auto;
52         margin-right: 0px;
53         padding: 0 30px 0 0;
54 }
55
56 #sidebar {
57         margin-left: auto;
58         margin-right: 545px;
59 }
60
61 #wp-calendar #prev a, html>body .entry ul {
62         padding-left: 0;
63         padding-right: 10px;
64 }
65
66 blockquote {
67         border-left: 0;
68         border-right: 5px solid #ddd;
69         padding-left: 0;
70         padding-right: 20px;
71         margin: 15px 10px 0 30px;
72 }
73
74 #wp-calendar #next a {
75         padding-right: 0;
76         padding-left: 10px;
77         text-align: left;
78 }