]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/twentyten/rtl.css
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / rtl.css
1 /*
2 Theme Name: Twenty Ten
3 */
4
5
6 /*
7 RTL Basics
8 */
9
10
11 body {
12         direction:rtl;
13         unicode-bidi:embed;
14 }
15
16
17 /*
18 LAYOUT: Two-Column (Right)
19 DESCRIPTION: Two-column fixed layout with one sidebar right of content
20 */
21
22 #container {
23         float: right;
24         margin: 0 0 0 -240px;
25 }
26 #content {
27         margin: 0 20px 36px 280px;
28 }
29 #primary,
30 #secondary {
31         float: left;
32 }
33 #secondary {
34         clear: left;
35 }
36
37
38 /* =Fonts
39 -------------------------------------------------------------- */
40 body,
41 input,
42 textarea,
43 .page-title span,
44 .pingback a.url,
45 h3#comments-title,
46 h3#reply-title,
47 #access .menu,
48 #access div.menu ul,
49 #cancel-comment-reply-link,
50 .form-allowed-tags,
51 #site-info,
52 #site-title,
53 #wp-calendar,
54 .comment-meta,
55 .comment-body tr th,
56 .comment-body thead th,
57 .entry-content label,
58 .entry-content tr th,
59 .entry-content thead th,
60 .entry-meta,
61 .entry-title,
62 .entry-utility,
63 #respond label,
64 .navigation,
65 .page-title,
66 .pingback p,
67 .reply,
68 .widget-title,
69 input[type=submit] {
70         font-family: Arial, Tahoma, sans-serif;
71 }
72
73 /* =Structure
74 -------------------------------------------------------------- */
75
76 /* The main theme structure */
77 #footer-widget-area .widget-area {
78         float: right;
79         margin-left: 20px;
80         margin-right: 0;
81 }
82 #footer-widget-area #fourth {
83         margin-left: 0;
84 }
85 #site-info {
86         float: right;
87 }
88 #site-generator {
89         float: left;
90 }
91
92
93 /* =Global Elements
94 -------------------------------------------------------------- */
95
96 /* Text elements */
97 ul {
98         margin: 0 1.5em 18px 0;
99 }
100 blockquote {
101         font-style: normal;
102 }
103
104 /* Text meant only for screen readers */
105 .screen-reader-text {
106         left: auto;
107         text-indent:-9000px;
108         overflow:hidden;
109 }
110
111
112 /* =Header
113 -------------------------------------------------------------- */
114
115 #site-title {
116         float: right;
117 }
118 #site-description {
119         clear: left;
120         float: left;
121         font-style: normal;
122 }
123
124 /* =Menu
125 -------------------------------------------------------------- */
126
127 #access {
128         float:right;
129 }
130
131 #access .menu-header,
132 div.menu {
133     margin-right: 12px;
134     margin-left: 0;
135 }
136
137 #access .menu-header li,
138 div.menu li{
139         float:right;
140 }
141
142 #access ul ul {
143         left:auto;
144         right:0;
145         float:right;
146 }
147 #access ul ul ul {
148         left:auto;
149         right:100%;
150 }
151
152 /* =Content
153 -------------------------------------------------------------- */
154
155 #content table {
156         text-align: right;
157         margin: 0 0 24px -1px;
158 }
159 .page-title span {
160         font-style:normal;
161 }
162 .entry-title,
163 .entry-meta {
164         clear: right;
165         float: right;
166         margin-left: 68px;
167         margin-right: 0;
168 }
169
170 .entry-content input.file,
171 .entry-content input.button {
172         margin-left: 24px;
173         margin-right:0;
174 }
175 .entry-content blockquote.left {
176         float: right;
177         margin-right: 0;
178         margin-left: 24px;
179         text-align: left;
180 }
181 .entry-content blockquote.right {
182         float: left;
183         margin-right: 24px;
184         margin-left: 0;
185         text-align: right;
186 }
187 #entry-author-info #author-avatar {
188         float: right;
189         margin: 0 0 0 -104px;
190 }
191 #entry-author-info #author-description {
192         float: right;
193         margin: 0 104px 0 0;
194 }
195
196 /* Gallery listing
197 -------------------------------------------------------------- */
198
199 .category-gallery .gallery-thumb {
200         float: right;
201         margin-left:20px;
202         margin-right:0;
203 }
204
205
206 /* Images
207 -------------------------------------------------------------- */
208
209 #content .gallery .gallery-caption {
210         margin-right: 0;
211 }
212
213 #content .gallery .gallery-item {
214         float: right;
215 }
216
217 /* =Navigation
218 -------------------------------------------------------------- */
219 .nav-previous {
220         float: right;
221 }
222 .nav-next {
223         float: left;
224         text-align:left;
225 }
226
227 /* =Comments
228 -------------------------------------------------------------- */
229
230 .commentlist li.comment {
231         padding: 0 56px 0 0;
232 }
233 .commentlist .avatar {
234         right: 0;
235         left: auto;
236 }
237 .comment-author .says, #comments .pingback .url  {
238         font-style: normal;
239 }
240
241 /* Comments form */
242 .children #respond {
243         margin: 0 0 0 48px;
244 }
245
246 /* =Widget Areas
247 -------------------------------------------------------------- */
248
249 .widget-area ul {
250         margin-right: 0;
251 }
252 .widget-area ul ul {
253         margin-right: 1.3em;
254         margin-left: 0;
255 }
256 #wp-calendar caption {
257         text-align: right;
258 }
259 #wp-calendar tfoot #next {
260         text-align: left;
261 }
262
263 /* Main sidebars */
264 #main .widget-area ul {
265         margin-right: 0;
266         padding: 0 0 0 20px;
267 }
268 #main .widget-area ul ul {
269         margin-right: 1.3em;
270         margin-left: 0;
271 }
272
273 /* =Footer
274 -------------------------------------------------------------- */
275 #site-generator {
276         font-style:normal;
277 }
278 #site-generator a {
279         background-position: right center;
280         padding-right: 20px;
281         padding-left: 0;
282 }