forked from warmshowers/Warmshowers.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-rtl.css
183 lines (150 loc) · 3.91 KB
/
style-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
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
body {
direction: rtl;
}
blockquote {
border-right: 4px solid #69c;
border-left: none;
margin: 25px 50px 25px 100px;
text-align: right;
}
#primary-menu tr {
background: transparent url(header-a.jpg) right bottom repeat;
}
td#home {
background: transparent url(logo-background-rtl.jpg) right top repeat;
}
td#home a:link img, td#home a:visited img {
background: transparent url(logo-active-rtl.jpg) repeat;
}
td#home a:hover img {
background: transparent url(logo-hover-rtl.jpg) repeat;
}
#primary-menu .primary-links {
background: transparent url(header-b-rtl.jpg) right top no-repeat;
}
ul.links li {
border-right: 1px solid #ff8c00;
border-left: none;
}
#navlist li {
border-right: 1px solid #369;
border-left: none;
}
#subnavlist li, ul.primary-links li, ul.secondary-links li {
border-right: 1px solid #fff;
border-left: none;
}
.tabs ul.primary {
padding: 0 10px 3px 0;
height: 1.2em; /* FF hack, see float below */
line-height: 1em; /* FF hack, see float below */
}
/* @begin FF hacks, copied from Wikipedia's RTL tabs implementation */
.tabs ul { clear:right;}
.tabs li {padding: 0 0 0 10px; float: right;}
/* @end FF hacks */
.tabs ul.primary li a {
background: #fff url(tabs-off-rtl.png) right top no-repeat;
border-style: none none none solid;
margin-left: 10px;
margin-right: 0;
}
.tabs ul.primary li.active a {
background: #369 url(tabs-on-rtl.png) right top no-repeat;
border-right: none;
border-left: 2px solid #369;
}
.tabs ul.primary li a:hover {
background-color:#FFFAF0;
color:#FF4500;
}
.tabs ul.secondary {
padding: 10px 0 60px 0;
line-height: 220%;
}
.tabs ul.secondary li {
padding: 0 10px 0 0;
border-left: none;
}
.tabs ul.secondary li a {
background: #fff url(tabs-option-off-rtl.png) right center no-repeat;
padding: 10px 25px 10px 0;
}
.tabs ul.secondary li a.active {
background: #fff url(tabs-option-on.png) right center no-repeat;
}
.tabs ul.secondary li a:hover {
background: #fff url(tabs-option-hover-rtl.png) right center no-repeat;
}
#menu {
text-align: left;
}
.node .content {
text-align: right;
}
.comment .content {
text-align: right;
}
.block .title h3 {
padding: 10px 30px 10px 5px;
background: transparent url(icon-block-rtl.png) right center no-repeat;
}
.node .picture {
float: left;
}
.comment .title {
padding: 10px 19px 12px 0;
background: transparent url(icon-comment-rtl.png) right center no-repeat;
}
.comment .new {
margin-right: 2px;
margin-left: 0;
}
.comment .picture {
float: left;
}
.nav .links .next a:link {
padding: 17px 0 17px 17px;
background: transparent url(arrow-next-rtl.png) left center no-repeat;
}
.nav .links .next a:visited {
padding: 17px 0 17px 17px;
background: transparent url(arrow-next-visited-rtl.png) left center no-repeat;
}
.nav .links .next a:hover {
padding: 17px 0 17px 17px;
background: transparent url(arrow-next-hover-rtl.png) left center no-repeat;
}
.nav .links .prev a:link {
padding: 17px 17px 17px 0;
background: transparent url(arrow-prev-rtl.png) right center no-repeat;
}
.nav .links .prev a:visited {
padding: 17px 17px 17px 0;
background: transparent url(arrow-prev-visited-rtl.png) right center no-repeat;
}
.nav .links .prev a:hover {
padding: 17px 17px 17px 0;
background: transparent url(arrow-prev-hover-rtl.png) right center no-repeat;
}
#tracker th {
border-right: 1px solid #fafafa;
border-left: 1px solid #ddd ;
}
#tracker th img {
float: left;
}
#tracker td {
padding: 1em 0 1em 1em;
}
#forum td.container {
background: #369 url(forum-container-rtl.jpg) left top no-repeat;
}
#forum td.container a {
padding: 20px 35px 20px 0;
background: transparent url(forum-link-rtl.png) right center no-repeat;
}
/* IE hack */
div, div.name a, .tabs ul li, .tabs ul li a{zoom:1}
.tabs ul.primary li a, .tabs ul.primary li.active a, .tabs ul.secondary li, .tabs ul.secondary li, div.tabs a.active {zoom:1}
.tabs ul.primary li.active a{zoom:1}