-
Notifications
You must be signed in to change notification settings - Fork 10
/
rtl.css
64 lines (45 loc) · 1.72 KB
/
rtl.css
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
/*
Theme Name: Theme Institut Français
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
/* =Reset reset
----------------------------------------------- */
caption, th, td {
text-align: right;
}
/* =Structure
----------------------------------------------- */
body {
direction:rtl;
unicode-bidi:embed;
text-align: right;
}
.left-corner {border-right: 25px solid transparent; border-left: 0 none;}
.right-corner {border-left: 25px solid transparent; border-right: 0 none;}
#side-right.sides {right: auto; left: 0;}
#logo-container {float: right;}
#header-widget {float: left;}
#searchsubmit {margin: 0 5px 0 0;}
#header_language_list { text-align: left;}
#header_language_list ul li {margin: 0 5px 0 0;}
#top-menu-antennes {
float: right;
margin: 0 60px 0 0;
}
#content{float: right;}
div.block-home { float: right; margin:0 0 20px 10px}
#sidebar {float: left; margin: 0 10px 10px 0;}
p.wysija-instruct { background: transparent url(images/fleche-nl-rtl.png) no-repeat left bottom; padding: 0 0 0 20px; float: left;}
.widget_wysija .wysija-submit {float: left;}
.wysija-p-email {float: right;}
input.wysija-email { padding-left: 0; padding-right: 10px; }
#footer .footer-block {float: right;}
#footer .footer-block.footer-logo {margin: 0 0 0 10px;}
#footer .footer-block.footer-logo { background-position: 183px bottom;}
/*SLIDERS*/
#slider .caption {right: auto; left: 0; padding:3px 15px 11px 40px; }
#slider .pagination li {margin: 0 0 0 5px;}
#smol-logo { right: auto; left: 20px}