Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/main.css

Issue 29564699: Issue 5829 - Removed flags from adblockplus.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed flags sprite Created Oct. 5, 2017, 12:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/img/sprite-flags.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 width: 12px; 98 width: 12px;
99 height: 12px; 99 height: 12px;
100 background-position: -167px -13px; 100 background-position: -167px -13px;
101 } 101 }
102 102
103 .language-entry a 103 .language-entry a
104 { 104 {
105 display: block; 105 display: block;
106 } 106 }
107 107
108 #flag-ar
109 {
110 background-position: 0px 0px;
111 }
112
113 #flag-bg
114 {
115 background-position: -17px 0px;
116 }
117
118 #flag-de
119 {
120 background-position: -34px 0px;
121 }
122
123 #flag-en
124 {
125 background-position: -51px 0px;
126 }
127
128 #flag-es
129 {
130 background-position: -68px 0px;
131 }
132
133 #flag-sk
134 {
135 background-position: -85px 0px;
136 }
137
138 #flag-fr
139 {
140 background-position: 0px -12px;
141 }
142
143 #flag-el
144 {
145 background-position: -85px -12px;
146 }
147
148 #flag-he
149 {
150 background-position: -17px -12px;
151 }
152
153 #flag-it
154 {
155 background-position: -85px -24px;
156 }
157
158 #flag-hu
159 {
160 background-position: -34px -12px;
161 }
162
163 #flag-ko
164 {
165 background-position: -51px -12px;
166 }
167
168 #flag-ja
169 {
170 background-position: -102px 0px;
171 }
172
173 #flag-lt
174 {
175 background-position: -68px -12px;
176 }
177
178 #flag-nl
179 {
180 background-position: 0px -24px;
181 }
182
183 #flag-pl
184 {
185 background-position: -102px -12px;
186 }
187
188 #flag-pt_BR
189 {
190 background-position: -17px -24px;
191 }
192
193 #flag-pt_PT
194 {
195 background-position: -102px -24px;
196 }
197
198 #flag-ru
199 {
200 background-position: -34px -24px;
201 }
202
203 #flag-zh_CN
204 {
205 background-position: -51px -24px;
206 }
207
208 #flag-zh_TW
209 {
210 background-position: -68px -24px;
211 }
212
213 a[hreflang="de"]:not(:lang(de)):after,
214 a[hreflang="en"]:not(:lang(en)):after
215 {
216 display: inline-block;
217 width: 16px;
218 height: 11px;
219 background-image: url(../img/sprite-flags.png);
220 content: "";
221 margin-left: 2px;
222 }
223
224 a[hreflang="de"]:not(:lang(de)):after
225 {
226 background-position: -34px 0px;
227 }
228
229 a[hreflang="en"]:not(:lang(en)):after
230 {
231 background-position: -51px 0px;
232 }
233
234 #language-selector a:after
235 {
236 display: none;
237 }
238
239 #logo 108 #logo
240 { 109 {
241 position: absolute; 110 position: absolute;
242 width: 128px; 111 width: 128px;
243 height: 128px; 112 height: 128px;
244 background-position: -83px -83px; 113 background-position: -83px -83px;
245 } 114 }
246 115
247 #content h1 116 #content h1
248 { 117 {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 283
415 [dir="ltr"] .alert 284 [dir="ltr"] .alert
416 { 285 {
417 border-left: 5px solid #d14841; 286 border-left: 5px solid #d14841;
418 } 287 }
419 288
420 [dir="rtl"] .alert 289 [dir="rtl"] .alert
421 { 290 {
422 border-right: 5px solid #d14841; 291 border-right: 5px solid #d14841;
423 } 292 }
OLDNEW
« no previous file with comments | « no previous file | static/img/sprite-flags.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld