Files @ f43d1a4680a9
Branch filter:

Location: hot67beta/templates/ja_purity/css/template_rtl.css

ethanzonca@localhost.localdomain
menubar 0 to 10
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
/* COMMON STYLE
--------------------------------------------------------- */
html {
	direction: rtl;
}

ul li {
	padding-right: 30px;
	background-position: 98% 8px;
}

ol li {
	margin-right: 35px;
	margin-left: -35px;
	padding: 0;
}

th {
	text-align: right;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
td.sectiontableheader {
  border-left: 1px solid #fff;
  border-right: none;
}

table.contenttoc {
	float:left;
	margin: 0 10px 10px 0px;
}

table.contenttoc td {
	padding: 1px 25px 1px 5px;
	background-position: 95% 50%;
}

table.pollstableborder {
	text-align: right;
}

.blog_more ul li {
	padding: 0 17px 0 0;
	background-position: 98% 8px;
}

a.readon {
	float: right;
	padding: 1px 14px 1px 5px;
	background: url(../images/rtl/arrow.png) no-repeat 95% 48%;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/rtl/arrow.png) no-repeat 95% 48% #FFFFFF;
}

ul.pagination li span{
	padding: 0;
}

.pagenavbar {
	padding-right: 14px;
	background-position: center right;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background-position: 0 11px;
}

.smalldark {
	text-align: right;
}

/* META
--------------------------------------------------------- */
.article-tools {
	float: right;
}

.article-meta {
	float: right;
}

.createby {
	padding: 3px 20px 3px 3px;
	background-position: 100% 5px;
	float: right;
}

.createdate {
	padding: 3px 20px 3px 3px;
	background-position: 100% 5px;
	float: right;
}

.buttonheading img {
	margin: 7px 0 0 5px;
	float: left;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-containerwrap {
	background: url(../images/rtl/cw-bg12.gif) repeat-y 50% 0;
}

#ja-containerwrap-fr {
	background: url(../images/rtl/cw-bg12.gif) repeat-y 50% 0;
}

#ja-containerwrap2 {
	background: url(../images/rtl/cw-bg2.gif) no-repeat 50% 0;
}

#ja-container {
	background: url(../images/rtl/c-bg1.gif) repeat-y 82% 0;
	padding: 0;
}

#ja-container2 {
	background: url(../images/rtl/c-bg2.gif) no-repeat 82% top;
	padding: 20px 0;
}

#ja-mainbody, #ja-mainbody-fl {
	float: right;
}

#ja-mainbody #ja-contentwrap,
#ja-mainbody-fr #ja-contentwrap,
#ja-mainbody-fl #ja-contentwrap {
	float: left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content {
	padding-left: 20px;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: right;
}

#ja-content {
	padding: 0 40px 0 20px;
}
.OPE #ja-content {
	padding-left: 40px;
}
.OPE #ja-mainbody #ja-content {
	padding-right: 20px;
}
#ja-mainbody-fl #ja-content {
	padding-right: 0;
}

/* Full */
#ja-containerwrap-f {
	background: url(../images/rtl/cwf-bg.gif) repeat-x top right #F6F6F6;
}

/* Full right */
#ja-containerwrap-fl {
	background: url(../images/rtl/cwf-bg.gif) repeat-x top right #F6F6F6;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: url(../images/rtl/cw-bg2.gif) no-repeat 50% 0;
}

/* HEADER
--------------------------------------------------------- */
.ja-headermask {
	background-position: top left;
	left: -1px;
	right: auto;
}

h1.logo-text a {
	right: 5px;
	left: auto;
}

p.site-slogan {
	right: 0;
	left: auto;
}

/* Search */
#ja-search {
	background-position: center right;
	left: 0;
	right: auto;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

/* MODULE
--------------------------------------------------------- */
div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	float: right;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	float: none;
}

div.module_text span {
	float: right;
}

div.module_text {
	float: right;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-right: 20px;
	margin-left: auto;
}

div.advs {
	float: right;
}

/* PATHWAY
--------------------------------------------------------- */
#ja-pathway {
}

/* right COLUMN + left COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: right;
}

#ja-col2 {
	float: left;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-right: 15px;
	background-position: 100% 10px;
}

#ja-col1 ol, #ja-col2 ol,
#ja-col1 ul, #ja-col2 ul
{
	margin-right: 5px;
}
ul.menu li.active a span {
	background: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-right, .ja-box-center, .ja-box-left {
	float: right;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	padding-left: 30px;
}

.ja-box-right div.moduletable {
	padding-left: 30px;
	padding-right: 30px;
	background-position: right;
}

.ja-box-center div.moduletable {
	background-position: right;
}

#ja-botsl ul li {
	padding: 0 15px 0 0;
	background-position: 99% 8px;
}

#ja-botsl ol li {
	margin-right: 25px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background-position: 78% 0;
}

#ja-footer .copyright {
	padding-right: 25%;
}

#ja-footnav {
	padding-right: 25%;
}

#ja-footnav li{
	float: right;
	direction: ltr;
}

#ja-footer li a {
	padding: 0 0 0 15px;
}

.ja-cert {
	left: 0;
	right: auto;
}

.ja-cert a {
	margin: 0 5px 0 0;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/*usertool*/
ul.ja-usertools-font {
	left: 70px;
	right: auto;
}

/*collapsible h3*/
h3.show {
	background-position: 10% 60%;
}

h3.hide {
	background-position: 10% 60%;
}

.hasTip img {
	margin: 10px 0 0 5px;
}

/* Tooltips */
.tool-tip {
	float: right;
}

.breadcrumbs {
}

.breadcrumbs a {
	float: right;
}

.breadcrumbs img {
	float: right;
	margin-top: 10px;
	padding-top: 5px;
}

/* MainNav
--------------------------------------------------------- */
#ja-mainnav{
	direction: ltr;
}

#ja-mainnav li a {
	direction: rtl;
}

#ja-cssmenu {
	float: right;
}

#ja-cssmenu li {
	float: right;
}

#ja-cssmenu li ul {
	right: 0;
}

#ja-cssmenu li ul ul {
	margin: -1.5em 14em 0 0; /* third-and-above-level lists */
}

#ja-cssmenu li li {
	padding: 0 0 0 1em;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li ul a {
	border-left: none;
}

#ja-cssmenu li.havesubchild,
#ja-cssmenu li.havesubchild-active {
	background-position: 6% 50%;
}

body.IE6 #ja-cssmenu li ul,
body.IE7 #ja-cssmenu li ul,
body.OPE #ja-cssmenu li ul {
	left: auto;
	top: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

body.IE6 #ja-cssmenu li.sfhover ul ul, body.IE6 #ja-cssmenu li.havechildsfhover ul ul, body.IE6 #ja-cssmenu li.havechild-activesfhover ul ul, body.IE6 #ja-cssmenu li.activesfhover ul ul,
body.IE6 #ja-cssmenu li.sfhover ul ul ul, body.IE6 #ja-cssmenu li.havechildsfhover ul ul ul, body.IE6 #ja-cssmenu li.havechild-activesfhover ul ul ul, body.IE6 #ja-cssmenu li.activesfhover ul ul ul,
body.IE7 #ja-cssmenu li.sfhover ul ul, body.IE7 #ja-cssmenu li.havechildsfhover ul ul, body.IE7 #ja-cssmenu li.havechild-activesfhover ul ul, body.IE7 #ja-cssmenu li.activesfhover ul ul,
body.IE7 #ja-cssmenu li.sfhover ul ul ul, body.IE7 #ja-cssmenu li.havechildsfhover ul ul ul, body.IE7 #ja-cssmenu li.havechild-activesfhover ul ul ul, body.IE7 #ja-cssmenu li.activesfhover ul ul ul,
body.OPE #ja-cssmenu li.sfhover ul ul, body.OPE #ja-cssmenu li.havechildsfhover ul ul, body.OPE #ja-cssmenu li.havechild-activesfhover ul ul, body.OPE #ja-cssmenu li.activesfhover ul ul,
body.OPE #ja-cssmenu li.sfhover ul ul ul, body.OPE #ja-cssmenu li.havechildsfhover ul ul ul, body.OPE #ja-cssmenu li.havechild-activesfhover ul ul ul, body.OPE #ja-cssmenu li.activesfhover ul ul ul {
	left: auto;
	left: auto;
	top: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
body.IE6 #ja-cssmenu li.sfhover ul, body.IE6 #ja-cssmenu li.havechildsfhover ul, body.IE6 #ja-cssmenu li.havechild-activesfhover ul, body.IE6 #ja-cssmenu li.activesfhover ul,
body.IE6 #ja-cssmenu li li.sfhover ul, body.IE6 #ja-cssmenu li li.havesubchildsfhover ul, body.IE6 #ja-cssmenu li li.havesubchild-activesfhover ul, body.IE6 #ja-cssmenu li li.activesfhover ul,
body.IE6 #ja-cssmenu li li li.sfhover ul, body.IE6 #ja-cssmenu li li li.havesubchildsfhover ul, body.IE6 #ja-cssmenu li li li.havesubchild-activesfhover ul, body.IE6 #ja-cssmenu li li li.activesfhover ul,
body.IE7 #ja-cssmenu li.sfhover ul, body.IE7 #ja-cssmenu li.havechildsfhover ul, body.IE7 #ja-cssmenu li.havechild-activesfhover ul, body.IE7 #ja-cssmenu li.activesfhover ul,
body.IE7 #ja-cssmenu li li.sfhover ul, body.IE7 #ja-cssmenu li li.havesubchildsfhover ul, body.IE7 #ja-cssmenu li li.havesubchild-activesfhover ul, body.IE7 #ja-cssmenu li li.activesfhover ul,
body.IE7 #ja-cssmenu li li li.sfhover ul, body.IE7 #ja-cssmenu li li li.havesubchildsfhover ul, body.IE7 #ja-cssmenu li li li.havesubchild-activesfhover ul, body.IE7 #ja-cssmenu li li li.activesfhover ul,
body.OPE #ja-cssmenu li.sfhover ul, body.OPE #ja-cssmenu li.havechildsfhover ul, body.OPE #ja-cssmenu li.havechild-activesfhover ul, body.OPE #ja-cssmenu li.activesfhover ul,
body.OPE #ja-cssmenu li li.sfhover ul, body.OPE #ja-cssmenu li li.havesubchildsfhover ul, body.OPE #ja-cssmenu li li.havesubchild-activesfhover ul, body.OPE #ja-cssmenu li li.activesfhover ul,
body.OPE #ja-cssmenu li li li.sfhover ul, body.OPE #ja-cssmenu li li li.havesubchildsfhover ul, body.OPE #ja-cssmenu li li li.havesubchild-activesfhover ul, body.OPE #ja-cssmenu li li li.activesfhover ul {
	top: auto;
}

/* TYPOGRAPY FIX FOR RTL */
pre, .code {
	border-right: 5px solid #999999;
	border-left: none;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	float: right;
	padding: 0 20px 0 0;
	background-position: right top;
}

blockquote span.close {
	padding: 0 0 0 20px;
	background-position: bottom left;
}

/* Small quote */
.small-quote span.open-quote {
	padding-left: 20px;
	background-position: center left;
}

.small-quote span.close-quote {
	padding-right: 20px;
	background-position: center right;
}

.small-quote span.author {
	padding: 2px 20px 2px 5px;
	background-position: 99% 4px;
}

/* Dropcap */
.dropcap {
	float: right;
	padding: 4px 0 0 8px;
}

/* Note Style */
p.stickynote {
	padding: 10px 40px 10px 0;
	background-position: 99% 50%;
}

p.download {
	padding: 10px 40px 10px 0;
	background-position: 99% 50%;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-right: 15px;
	padding: 0 20px 5px 0px;
	background-position: right 3px;
}
/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-right: 15px;
	padding: 0 20px 5px 0;
	background-position: right 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-right: 15px;
	padding: 0px 20px 5px 0;
	background-position: right 3px;
}

.IE7 ul li, 
.IE7 ul.checklist li, 
.IE7 ul.small-checklist li,
.IE7 ul.stars li
{
	padding-right: 40px;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-right: 25px;
	background-position: top right;
}

p.message {
	padding-right: 25px;
	background-position: top right;
}

p.tips {
	padding-right: 25px;
	background-position: top right;
}

/* Bignumber */
.bignumber {
	float: right;
	margin-left: 8px;
	padding: 6px 7px;
	display: block;
	background-position: top right;
}

/* Talking box. Thinking box. */
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-right: 15px;
	margin-right: 15px;
	background-position: center right;
	float: right;
}

div.bubble1 div {
	background: url(../images/rtl/bub12-br.gif) no-repeat bottom left;
}

div.bubble1 div div {
	background: url(../images/rtl/bub12-bl.gif) no-repeat bottom right;
}

div.bubble1 div div div {
	background: url(../images/rtl/bub12-tr.gif) no-repeat top left;
}

div.bubble1 div div div div {
	background: url(../images/rtl/bub12-tl.gif) no-repeat top right;
}

div.bubble2 div {
	background: url(../images/rtl/bub22-br.gif) no-repeat bottom left;
}

div.bubble2 div div {
	background: url(../images/rtl/bub22-bl.gif) no-repeat bottom right;
}

div.bubble2 div div div {
	background: url(../images/rtl/bub22-tr.gif) no-repeat top left;
}

div.bubble2 div div div div {
	background: url(../images/rtl/bub22-tl.gif) no-repeat top right;
}

div.bubble3 div {
	background: url(../images/rtl/bub32-br.gif) no-repeat bottom left;
}

div.bubble3 div div {
	background: url(../images/rtl/bub32-bl.gif) no-repeat bottom right;
}

div.bubble3 div div div {
	background: url(../images/rtl/bub32-tr.gif) no-repeat top left;
}

div.bubble3 div div div div {
	background: url(../images/rtl/bub32-tl.gif) no-repeat top right;
}

div.bubble4 div {
	background: url(../images/rtl/bub42-br.gif) no-repeat bottom left;
}

div.bubble4 div div {
	background: url(../images/rtl/bub42-bl.gif) no-repeat bottom right;
}

div.bubble4 div div div {
	background: url(../images/rtl/bub42-tr.gif) no-repeat top left;
}

div.bubble4 div div div div {
	background: url(../images/rtl/bub42-tl.gif) no-repeat top right;
}

/* Legend */
.legend-title {
	display: block;
	float: left;
	right: 7px;
	left: auto;
}