1
<!DOCTYPE html>
2
Use the
lang
attribute to identify the language of the page.
In HTML add a lang
attribute containing a language code to the html
tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
3
<html prefix="og: http://ogp.me/ns#">
4
5
<head>
6
7
<title>
8
Архив поиска по сайту XLIB</title>
9
10
Meta description tag is too long for Bing. Bing recommends keeping the description text under 160 characters in length.
The description is
309
characters long.
The major search engines all have different limits for meta description length, and these limits have
changed over time. Avoid descriptions close to the limits to avoid problems when the limits change again.
<meta name="description" content="Архив запросов к поиску, на сегодня (12.12.2022) в базе сайта XLIB насчитывается 75403 рассказа. На странице собраны все запросы к базе (уже собрали 109331 запрос), история запросов существует для поиска наиболее актуальных тем среди огромного количества порно рассказов тему которая может вас заинтересовать." />
11
12
13
14
<meta name="article_count" content="75403" />
15
16
<meta name="viewport" content="width=device-width, initial-scale=1" />
17
18
<meta name="msapplication-TileColor" content="#000000" />
19
20
<meta name="theme-color" content="#ffffff" />
21
22
<meta name="format-detection" content="telephone=no" />
23
24
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
25
26
<meta http-equiv="x-rim-auto-match" content="none" />
27
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
28
29
30
<meta property="og:type" content="article" />
31
32
<meta property="og:locale" content="ru_RU" />
33
34
<meta property="og:title" content="Архив поиска по сайту XLIB" />
35
36
<meta property="og:description" content="Архив запросов к поиску, на сегодня (12.12.2022) в базе сайта XLIB насчитывается 75403 рассказа. На странице собраны все запросы к базе (уже собрали 109331 запрос), история запросов существует для поиска наиболее актуальных тем среди огромного количества порно рассказов тему которая может вас заинтересовать." />
37
38
<meta property="og:site_name" content="XLIB" />
39
40
<meta property="og:url" content="http://xlib.info/srch" />
41
42
<meta property="og:image" content="http://xlib.info/images/background_img_b_600x340.jpg" />
43
44
<meta property="og:image:type" content="image/jpeg">
45
46
47
<meta name="twitter:card" content="summary_large_image">
48
49
<meta name="twitter:creator" content="@">
50
51
<meta name="twitter:site" content="@">
52
53
<meta name="twitter:title" content="Архив поиска по сайту XLIB">
54
55
<meta name="twitter:description" content="Архив запросов к поиску, на сегодня (12.12.2022) в базе сайта XLIB насчитывается 75403 рассказа. На странице собраны все запросы к базе (уже собрали 109331 запрос), история запросов существует для поиска наиболее актуальных тем среди огромного количества порно рассказов тему которая может вас заинтересовать.">
56
57
<meta name="twitter:url" content="http://xlib.info/srch">
58
59
<meta name="twitter:image" content="http://xlib.info/images/background_img_b_600x340.jpg">
60
61
62
63
<link rel="canonical" href="http://xlib.info/srch" />
64
65
<link rel="stylesheet" href="/css/design.css?v=311" type="text/css" media="all" />
66
67
<script type="text/javascript">
68
69
window.serverTime = 0.66;
70
window.browserTime = 0;
71
window.start = Date.now();
72
window.addEventListener("load", function(){
73
var end = Date.now();
74
var diff = end - window.start;
75
window.browserTime = diff / 1000;
76
let allTime = window.browserTime + window.serverTime;
77
document.getElementById('alltime').innerHTML = window.serverTime + ' - ' + window.browserTime + ' - ' + allTime.toFixed(2);
78
});
79
</script>
80
81
82
83
84
85
86
87
88
89
90
91
92
93
</head>
94
95
<body itemscope itemtype="http://schema.org/Article" class="bia-wrap">
96
97
98
99
100
101
<div class="box-before-closing">
102
103
<div class="popup popup_vk">
104
105
<span class="close-it">
106
</span>
107
108
<div class="title">
109
Лучшие предложения со всего рунета!</div>
110
111
<div class="content" id="vk_groups">
112
</div>
113
114
<center>
115
116
117
118
<div id="bc_teasers_block_5067" class="bigClickTeasersBlock">
119
</div>
120
121
122
</center>
123
124
</div>
125
126
<div class="layout">
127
</div>
128
129
</div>
130
131
132
133
134
<div class="wrapper sticky_footer">
135
136
<header>
137
138
<div id="header">
139
140
Section lacks heading.
Consider using h2
-h6
elements to add identifying headings to all sections,
or else use a div
element instead for any cases where no heading is needed.
<section class="bottom">
141
142
<div>
143
144
<div class="logo_wrap">
145
146
<div itemscope itemtype="https://schema.org/Organization" itemprop="publisher">
147
148
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a itemprop="url" href="http://xlib.info" rel="nofollow">
149
150
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
151
152
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
<img itemprop="url image" src=" data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAATEAAACUCAMAAADMHe6zAAABVlBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH///8BAQH///8BAQH///8BAQEBAQEBAQH////////3w4L////////xmB3////xmB3////////////////xmB3////xmB3xmB3xmB3////xmB3///8BAQHxmB3xmB3////////xmB3////xmB3////xmB0BAQHZBF////9gOgfIfhaaXw/rnbUhEQL++PvdixrkbZSybxN/TgvfKHfnkhvThBj10tymZxFOLwXeRXvkTY798Pb85u/43eX0ss/ypsfukbnqdqjpbaPdH3DcFGqNVw06IgP99PdwRAn86tDpjqr5057kSozeJHPcK27aCWP//fr66e7mfp/zqEG9dhX++PD63+r+8+T0uNLwuMnhWojhOYLhN4D1tV30rUrzxdPuq7/1utP0t9H85cbxmyTxmB73wnn3wXfdE440AAAAL3RSTlMAgPAQIMDgoEBgxlDgkI8w0HBKNAH27lQu+M+XJgcG8+CsWyTbvLCK5GY7lGWmZ7GLE1wAAAhZSURBVHja7Nnba9pgGIDx71rEC091utZuXdlWuoX3uQghEBDi+QQyqxYdtKiwHgb7/6/WmaSbxrbe2AXy/S6C4N0DeZPvjdLWvT0vnSbLUE6els7fKu15hVSSNclUQWlPyaYTbJFIZ5W2TcbrVWt2Rk7/8rLvjDrNmtcso7SQwxSA1arKmmrLAkgdKm3dSRGw2j0J6bUtoHiitH+d5YH7sWw1vgfyZ0r7K50DqytP6lqQSystkMlBfSnPWNYhp+d/4CQPV448y7mCvJ5lnsMi1MfygnEdivqJuZICaykvWlqQUppSGaArO+gCepQplU3AnezkDhL6wKTSYDmyE8cC/YqhEtCWHbUhoeKuAFZPdtSzIPbLnxS0ZGct/bhUSRhJwLXdx1+2bDGCpIq3AtQkYA4w5Y9FBRiYElaDmC+yv0JTPMMpeMXcASu3EtKEzyrWStCRFROCYnOYy2IArmzqQEnFWgKqQbHpjV+sAl5CW1Zccyi+KpyqWEuCIyv2TEy/2C24Ijcw8f+iIj4n9qO/DH0JBMUmA6bmHIYSKtaHsoo1QELFxJ0CDCVc7BJQsba12KIBEAy1SqXB4OE69IvlVKxtvSsbMJRJA2YiQsD078q82rejgy/Hb4yIugZns9gCGiIygxsRsW3bpPFwdV9r8h98MCLsJ1Q3i9mPxSqhOVbd+/Yi+9GItAvobBabAKa4DbgNFdv/G2zEgxm/oBmaYyaeQeh9bP+npAMj4r5DLVRMZlOA+eT1T+JHn4you4aRhPy3bc97I/IuorVRfGdE3o9oba2Pjej7FqkvI7/ZN4OW1oEgjk/STZvlEeL7Eg/eaQeNlNBYqYjXSksvhVLsofWi4ve/GC1C7c6mU8vghvV33SSHH//Z7CY73i5cd9h49ffNtICXOmQrnrGV9Yc3SGPmce7RKQLTCmZ1Xa4PC1sTJ1UCNfY89ec0lGkHiyXzxJ213A/V2MdUdrduLEn6VGewxsxm7snJYdMaNnVhnq+uHBW5Yp9Olzc2uNyjNC6Kd65PfxLNYnpMB0QaUWigcd/yDWMXuEfh0FX18YP+uGQ/6SieZ0d02SgkUeCmizaZmLHhGHcYSRireZx+dnLdbju5bt2dXBFS9MCJRpu4I2VseINfqGSMmZfNlNst2ImPC1mHipgGKWMT3GMkY6xmMXvgdaRqbsjcmUxAyliB+/SHUsZqFq+zp4flfL6su57/u9esCbrrjBfJXMzYBC1GAsYsoJEUKSJ+xDIQM4Y2Fz9vDHr8kKmYujI4YyomQ8aVqyE4YxBxQ6bIaT9AY9BFAs2LWC5prI8WEy+M/UGCLusdkYGksQotBl4Yg4QVsoSqXVFjJbEe88OY4oQsJa2KGjNjO2J+GIOMEbKEmvbFjNF1WRlfjJFr+bOD26lc3Ji53C3JgfHGGPxFgvTACzUDeWOm/Pw+dj8ujfHHGJwdWGtpatoXMEZxXdRsdXlkLCVD1viVR4OkMRqPjMG/xpBF1GDgxsjtpWp4M+ShGyO3lz33WAbBGyM/SCtX/uLOrzHQzpD1qGn/1xhA4giZoqb91hgriy2GD3DJ0SaiZ7G8HcbK0c7g/WQwNCyAB119Mbncj0De2OkXFdYIVuUJxpjby7f27m6lcSAK4PikzVcppQ0sFG9ERVTw4hwwIYSEhuQFWvYBfP/H2EVYsM7HScbZ5kzN/9aK8EOHzMyxXSsebuOlB2LVG6pqDi7FRKZa+xOFIn+xrkR1Ze5STMSKP8uFvOzzF2tQX+1SLEUp+Vcs5C9mAqPJxJgiJAsEe7EGzdUOxUKkipfsxTokKlt3YiJAorXgLtYhWe9QbLlAY5FgL1YiXedOTKzQWMhfbEjlgRBztvgH4jrEsHAolqJp2b8WsZNDMZGYln1/xH7XFfyt7U6o6t2hWLjQL/veiPUtfKTdMTUOxcQGNa29ETv3aBVkpUuxHWra+SLWwHktyrXuxDLUlvkhJs/lFWMeyeyXMblF6IVYBVLy8t9c5nnsyQcxlUVH7ZTsxdZoLPVArAK5A0pdaF8Z8xfrQVWPXzu4EUuQKGAvVoCqI34tdyKWIlnIXUz9NF//H7FljGQRdzG1RO5GjD5P3KDUmrlYe0GxLUqFseIAg7cYXFBsp9gXJSi1mcX026NM+Xy2ncW026NQOWUdzWK67VGiOfhfzWKa7VGoGeVfLL0T6xyI0dujRD+8yFjsAKoK57ukRH+2E6FcylcsJ36go514inKB4Ws738Rcn/YsjYtVhHIZW7ECFL3Ld03fEwuMpxQpqjy5ivWgqHF8ar0lTsKeUO6JqxhWgw4U82+J7YhnrhAVpVzFGpA6Or59y8jD1kT1Cq5i8staHLGMgeXt0ZqexAu4ipUVnHU4jZpTtLs9igbcky9CpmLYn5FV/bhxKLvbo3TIjUnEVQzLT0fXNTF2QYvZWQSoaM1VDLE3j/ZUoM/q9mg7DDZeshUz14Ahm9ujZOhMceCpWAWGbG6PwsGv3HopVoApi2n0zfCZ4shHsf5gL7ZFYstIv+2Wf2JlC/ZiuzFPpis1LzexEolqsBfLSAPad8NNrC4pMKLRw3XZyKmMlJlYnhNgVGOH6+Kx37DjJgY1aitrIBs7XLcaPfqTcRODvER1fQt01PaI/hWj36KYm5jmv8TLAoY0crgutfj/y4SdGMB7j186FQ7evYHI70/NaI+f0N6OLQzrB4t9qOUfVTC8Hy72r1nsc7PY5Am6WWwWm8VMzWKTJ+hmscnFfPjkYm03YoIewePuhH3X/Ans+u6Ffdf8Kf/6HsQE3b6At73ciinag7ftxTQ9g6c9i4n69Qpe9vpLTNbew0eMx72YstuH+zuPHmVv7u4fzIv+Hzth9XIIyrYNAAAAAElFTkSuQmCC" alt="XLib Порно рассказы про секс и эротические истории из жизни как реальные так и выдуманные, без цензуры">
153
154
</div>
155
156
<meta itemprop="name" content="XLib Порно рассказы про секс и эротические истории из жизни как реальные так и выдуманные, без цензуры">
157
158
</a>
159
160
</div>
161
162
</div>
163
164
<div id="slogan">
165
</div>
166
167
<div id="erobodiowrap">
168
169
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.17 with
color: rgb(255,255,255);
background-color: rgb(73,164,45);
font-size: 9.75pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="https://www.erobodio.ru/" title="Эротический массаж Москва" rel="noopener noreferrer" target="_blank">
170
Эротический массаж Москва</a>
171
172
</div>
173
174
<div class="clearboth">
175
</div>
176
177
</div>
178
179
</section>
180
181
<div id="header__menu">
182
183
<ul>
184
185
<li>
186
187
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.15s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Attribute
:_click.prevent
not allowed on element.
<a id="header__menu-list" href="/" @click.prevent>
188
189
<span class="svgicon">
190
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
191
<path fill="#000000" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z">
192
</path>
193
</svg>
194
</span>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.65 with
color: rgb(255,255,255);
background-color: rgb(24,105,180);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
195
<span>
196
Меню</span>
197
198
</a>
199
200
<ul>
201
202
<li :class="{'active':url('/')}">
203
<a href="/">
204
Главная</a>
205
</li>
206
207
<li :class="{'active':url('/genre')}">
208
<a href="/genre">
209
Жанры</a>
210
</li>
211
212
<li :class="{'active':url('/srch')}">
213
<a href="/srch">
214
История поиска</a>
215
</li>
216
217
<li :class="{'active':url('/dobavit-rasskaz')}">
218
<a href="/dobavit-rasskaz">
219
Добавить рассказ</a>
220
</li>
221
222
</ul>
223
224
</li>
225
226
<li :class="{'active':url('/bookmarks')}">
227
228
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.15s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a id="header__menu-list" href="/bookmarks">
229
<span class="svgicon">
230
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
231
<path fill="#000000" d="M4 2v14l5-5 5 5v-14zM12 0h-10v14l1-1v-12h9z">
232
</path>
233
</svg>
234
</span>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.65 with
color: rgb(255,255,255);
background-color: rgb(24,105,180);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
235
<span>
236
В закладках:
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.65 with
color: rgb(255,255,255);
background-color: rgb(24,105,180);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Attribute
:v-html
not allowed on element.
<span v-html="favouritesCount">
237
0</span>
238
</span>
239
</a>
240
241
</li>
242
243
<li :class="{'active':filterLarge}">
244
245
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.15s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Attribute
:_click.prevent
not allowed on element.
<a id="header__menu-list" href="/" @click.prevent="toggleFilter">
246
<span class="svgicon">
247
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
248
<path fill="#000000" d="M14.59 9.535c-0.839-1.454-0.335-3.317 1.127-4.164l-1.572-2.723c-0.449 0.263-0.972 0.414-1.529 0.414-1.68 0-3.042-1.371-3.042-3.062h-3.145c0.004 0.522-0.126 1.051-0.406 1.535-0.839 1.454-2.706 1.948-4.17 1.106l-1.572 2.723c0.453 0.257 0.845 0.634 1.123 1.117 0.838 1.452 0.336 3.311-1.12 4.16l1.572 2.723c0.448-0.261 0.967-0.41 1.522-0.41 1.675 0 3.033 1.362 3.042 3.046h3.145c-0.001-0.517 0.129-1.040 0.406-1.519 0.838-1.452 2.7-1.947 4.163-1.11l1.572-2.723c-0.45-0.257-0.839-0.633-1.116-1.113zM8 11.24c-1.789 0-3.24-1.45-3.24-3.24s1.45-3.24 3.24-3.24c1.789 0 3.24 1.45 3.24 3.24s-1.45 3.24-3.24 3.24z">
249
</path>
250
</svg>
251
</span>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.65 with
color: rgb(255,255,255);
background-color: rgb(24,105,180);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
252
<span>
253
Фильтр</span>
254
</a>
255
256
</li>
257
258
</ul>
259
260
</div>
261
262
263
<div class="topline">
264
265
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.37 with
color: rgb(217,6,96);
background-color: rgb(238,238,238);
font-size: 10.50pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="https://feimsk.city/" target="_blank">
266
Проститутки Москвы</a>
267
- Feimsk
268
</div>
269
270
271
Section lacks heading.
Consider using h2
-h6
elements to add identifying headings to all sections,
or else use a div
element instead for any cases where no heading is needed.
<section class="section_search_top" id="filterSection">
272
273
<div id="article-search-filter" :class="{'pogoda':filterLarge,'brdr':brdr}">
274
275
<div class="asf-wrap">
276
277
<div class="filter_search_form">
278
279
<div class="filter_search_title" title="Поиск по базе с возможностью фильтрации и сортировки">
280
Поиск по базе с фильтром по: жанрам, лайкам и фразам</div>
281
282
<form action="/search" method="GET">
283
284
<div class="article-search_form-group">
285
286
<label>
287
Жанры для поиска</label>
288
289
<div class="swrap">
290
291
<multiselect v-model="filter.genres" :multiple="true" :internal-search="false" :options-limit="15" :options="vals.genres" :searchable="true" :close-on-select="true" :show-labels="false" placeholder="жанр(ы)" @search-change="asyncFindGenres" :hide-selected="true" label="label" track-by="code">
292
293
<span slot="noOptions">
294
введите запрос в строку поиска</span>
295
296
</multiselect>
297
298
</div>
299
300
</div>
301
302
<div class="input_group">
303
304
<div class="articleSearch_likes_group">
305
306
<label>
307
Лайки от</label>
308
309
User interface controls must have a contrast ratio of at least 3:1 against adjacent colors.
The contrast ratio between the control edge and surrounding area is: 2.32 with
border-color: rgb(170,170,170);
background-color: rgb(249,249,249);
box margin rgb(255,255,255);
If the control has a visible edge, make sure this has sufficient contrast against the area outside the control.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Attribute
:_keypress
not allowed on element.
<input id="articleSearch_likes" @keypress="asNumber($event)" v-model="filter.like_from" class="articleSearch_likes" type="text">
310
311
</div>
312
313
<div class="articleSearch_query_group">
314
315
<label>
316
Фраза для поиска</label>
317
318
User interface controls must have a contrast ratio of at least 3:1 against adjacent colors.
The contrast ratio between the control edge and surrounding area is: 2.32 with
border-color: rgb(170,170,170);
background-color: rgb(249,249,249);
box margin rgb(255,255,255);
If the control has a visible edge, make sure this has sufficient contrast against the area outside the control.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Attribute
:v-model
not allowed on element.
<input class="articleSearch_query" type="text" v-model="filter.query" v-on:keyup.enter="filterSearch()">
319
320
</div>
321
322
</div>
323
324
<div class="icon sort_group">
325
326
<div class="sort_block">
327
328
<div class="search_sort_title">
329
330
<label>
331
Сортировать по</label>
332
333
</div>
334
335
<div class="search_sort_block search_sort_block_flex">
336
337
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'relevancy'} ">
338
339
<label>
340
341
<div>
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
342
<input type="radio" value="relevancy" v-model="filter.sort">
343
<span class="svgicon">
344
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 17 16">
345
<path fill="#000000" d="M10 1c3.866 0 7 3.134 7 7s-3.134 7-7 7v-1.5c1.469 0 2.85-0.572 3.889-1.611s1.611-2.42 1.611-3.889c0-1.469-0.572-2.85-1.611-3.889s-2.42-1.611-3.889-1.611c-1.469 0-2.85 0.572-3.889 1.611-0.799 0.799-1.322 1.801-1.52 2.889h2.909l-3.5 4-3.5-4h2.571c0.485-3.392 3.402-6 6.929-6zM13 7v2h-4v-5h2v3z">
346
</path>
347
</svg>
348
</span>
349
</div>
350
351
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.32 with
color: rgb(170,170,170);
background-color: rgb(255,255,255);
font-size: 7.50pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<div>
352
релевантности</div>
353
354
</label>
355
356
</div>
357
358
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'like_count'} ">
359
360
<label>
361
362
<div>
363
364
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<input type="radio" value="like_count" v-model="filter.sort">
365
366
<span class="svgicon">
367
368
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
369
<path fill="#000000" d="M11.8 1c-1.682 0-3.129 1.368-3.799 2.797-0.671-1.429-2.118-2.797-3.8-2.797-2.318 0-4.2 1.882-4.2 4.2 0 4.716 4.758 5.953 8 10.616 3.065-4.634 8-6.050 8-10.616 0-2.319-1.882-4.2-4.2-4.2z">
370
</path>
371
</svg>
372
373
</span>
374
375
</div>
376
377
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.32 with
color: rgb(170,170,170);
background-color: rgb(255,255,255);
font-size: 7.50pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<div>
378
лайкам</div>
379
380
</label>
381
382
</div>
383
384
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'view_count'} ">
385
386
<label>
387
388
<div>
389
390
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<input type="radio" value="view_count" v-model="filter.sort">
391
392
<span class="svgicon">
393
394
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
395
<path fill="#000000" d="M8 3c-3.489 0-6.514 2.032-8 5 1.486 2.968 4.511 5 8 5s6.514-2.032 8-5c-1.486-2.968-4.511-5-8-5zM11.945 5.652c0.94 0.6 1.737 1.403 2.335 2.348-0.598 0.946-1.395 1.749-2.335 2.348-1.181 0.753-2.545 1.152-3.944 1.152s-2.763-0.398-3.945-1.152c-0.94-0.6-1.737-1.403-2.335-2.348 0.598-0.946 1.395-1.749 2.335-2.348 0.061-0.039 0.123-0.077 0.185-0.114-0.156 0.427-0.241 0.888-0.241 1.369 0 2.209 1.791 4 4 4s4-1.791 4-4c0-0.481-0.085-0.942-0.241-1.369 0.062 0.037 0.124 0.075 0.185 0.114v0zM8 6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5 0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5z">
396
</path>
397
</svg>
398
399
</span>
400
401
</div>
402
403
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.32 with
color: rgb(170,170,170);
background-color: rgb(255,255,255);
font-size: 7.50pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<div>
404
просмотрам</div>
405
406
</label>
407
408
</div>
409
410
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'comment_count'} ">
411
412
<label>
413
414
<div>
415
416
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<input type="radio" value="comment_count" v-model="filter.sort">
417
418
<span class="svgicon">
419
420
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
421
<path fill="#000000" d="M8 3c-0.858 0-1.687 0.135-2.464 0.402-0.73 0.251-1.38 0.605-1.932 1.054-1.035 0.841-1.604 1.922-1.604 3.044 0 0.63 0.175 1.24 0.52 1.815 0.356 0.592 0.89 1.134 1.547 1.566 0.474 0.312 0.793 0.812 0.878 1.373 0.028 0.187 0.046 0.376 0.053 0.564 0.117-0.097 0.23-0.201 0.342-0.312 0.377-0.377 0.887-0.586 1.414-0.586 0.084 0 0.168 0.005 0.252 0.016 0.328 0.042 0.662 0.063 0.995 0.063 0.858 0 1.687-0.135 2.464-0.402 0.73-0.251 1.38-0.605 1.932-1.054 1.035-0.841 1.604-1.922 1.604-3.044s-0.57-2.203-1.604-3.044c-0.552-0.448-1.202-0.803-1.932-1.054-0.777-0.267-1.606-0.402-2.464-0.402zM8 1v0c4.418 0 8 2.91 8 6.5s-3.582 6.5-8 6.5c-0.424 0-0.841-0.027-1.247-0.079-1.718 1.718-3.77 2.027-5.753 2.072v-0.421c1.071-0.525 2-1.48 2-2.572 0-0.152-0.012-0.302-0.034-0.448-1.809-1.192-2.966-3.012-2.966-5.052 0-3.59 3.582-6.5 8-6.5z">
422
</path>
423
</svg>
424
425
</span>
426
427
</div>
428
429
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.32 with
color: rgb(170,170,170);
background-color: rgb(255,255,255);
font-size: 7.50pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<div>
430
комментариям</div>
431
432
</label>
433
434
</div>
435
436
</div>
437
438
</div>
439
440
</div>
441
442
<div class="button_group">
443
444
<div class="articleSearch_button_srh">
445
446
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Attribute
:_click.prevent
not allowed on element.
<input class="full_srch_submit_button" type="submit" value="Искать по базе" @click.prevent="filterSearch()">
447
448
</div>
449
450
<div class="articleSearch_button_clr">
451
452
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Attribute
:_click
not allowed on element.
<span id="clearFilterSpan" @click="filterClear()">
453
Очистить форму</span>
454
455
</div>
456
457
</div>
458
459
</form>
460
461
</div>
462
463
</div>
464
465
</div>
466
467
</section>
468
469
<div class="billboard_ad">
470
471
<center>
472
473
474
475
476
477
478
</center>
479
480
</div>
481
482
483
</div>
484
485
</header>
486
487
488
489
490
491
<!-- AdSlider -->
492
493
<!-- @click.prevent="toggleFilter -->
494
495
<div id="content" class="right_sidebar">
496
497
<div>
498
499
<div class="topline">
500
501
502
503
</div>
504
505
<div class="general_content">
506
507
508
<div class="main_content">
509
510
<style>
511
512
.phrase_search {
513
margin-bottom: 20px;
514
width: 100%;
515
position: relative;
516
background: #fff;
517
top: 3px;
518
left: 0;
519
display: inline-block;
520
border: 1px solid #E50000;
521
height: 35px;
522
border-radius: 5px;
523
opacity: 0.93;
524
-webkit-box-sizing: border-box;
525
-moz-box-sizing: border-box;
526
box-sizing: border-box;
527
}
528
.phrase_search input[type="submit"] {
529
background-color :#D90660;
530
background-image: url(data:image/gif;base64,R0lGODlhCwALAIABAP///////yH5BAEAAAEALAAAAAALAAsAAAIYTIBge6z7XjNKzmalpa6zk4Cfg4xQaYIFADs=);
531
background-repeat: no-repeat;
532
background-position: 50%;
533
position: absolute;
534
width: 42px;
535
height: 32px;
536
top: 0px;
537
right: 1px;
538
cursor: pointer;
539
border-radius: 5px;
540
}
541
.phrase_search input[type="text"] {
542
float: left;
543
background: none;
544
border: none;
545
color: #313C44;
546
font-size: 12px;
547
font-family: "PT Sans",sans-serif;
548
height: 32px;
549
border-radius: 10px 0 0 10px;
550
padding: 13px 0px 11px 9px;
551
width: 100%;
552
}
553
</style>
554
Text not allowed.
555
<div class="phrase_search">
556
557
<form method="get" action="/search">
558
559
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<input type="text" placeholder="Быстрый поиск (только по фразе) ..." name="query" value="">
560
561
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<input type="submit" value="" name="submit">
562
563
</form>
564
565
</div>
566
567
568
<div class="block_breadcrumbs">
569
570
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div itemscope="" itemtype="https://schema.org/BreadcrumbList">
571
572
<span itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
573
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a itemprop="item" href="/">
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(217,6,96);
background-color: rgb(255,255,255);
font-size: 8.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
574
<span itemprop="name">
575
Рассказы про секс</span>
576
Text not allowed.
<meta itemprop="position" content="1">
577
</a>
578
</span>
579
»
580
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.85 with
color: rgb(153,153,153);
background-color: rgb(255,255,255);
font-size: 8.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<span class="breadcrumb-current">
581
История поиска</span>
582
583
</div>
584
585
</div>
586
587
588
<meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="http://xlib.info/srch" />
589
590
<meta itemprop="inLanguage" content="ru">
591
592
<meta itemprop="dateModified" content="2022-12-12">
593
594
<meta itemprop="datePublished" content="2020-02-10">
595
596
<meta itemprop="image" content="http://xlib.info/images/background_img_b_600x340.jpg">
597
598
<meta itemprop="description" content="Архив поиска по сайту">
599
600
<meta itemprop="author" content="XLIB"/>
601
602
603
604
<div class="separator">
605
</div>
606
607
<h1 itemprop="headline" class="current_cat_name">
608
Архив поиска по сайту</h1>
609
Text not allowed.
610
<div class="ad_bottom_title_category">
611
</div>
612
613
<article itemprop="articleBody">
614
615
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="top-cat-description">
616
Архив истории поиска к базе сайта XLIB, которая на сегодня (12.12.2022) насчитывает 75403 рассказа. <br>
Text not allowed.
617
<br>
618
На странице собраны все запросы к базе (уже собрали 109331 запрос), история запросов существует для поиска среди наиболее актуальных тем порно рассказов, ту тему которая может вас заинтересовать.
Text not allowed.
<br>
619
Среди этих запросов только самые волнующие темы последнего времени, при переходе по ссылке вы получите исчерпывающий список всевозможных историй, от чувственных эротических, до жизненных секс ситуаций, любовных романов и многих других тем.
Text not allowed.
<br>
620
<br>
Use italic text sparingly - for one or two words or a short phrase.
Keep runs of styled text to less than 70 characters.
When used well, styled text draws attention to important words, but also decreases reading speed by almost twenty percent.
621
<i>
622
Обращаем ваше внимание на то, что никакие личные данные мы не собираем, поэтому поиск по нашей базе абсолютно конфиденциален!</i>
Text not allowed.
623
<br>
624
<br>
625
</div>
626
627
<div class="line_2">
628
</div>
629
630
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BB%D0%B5%D0%BD%D0%B0%20%D0%B4%D1%83%D1%88">
631
632
<div class="related_block">
633
634
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
635
лена душ</div>
636
637
</div>
638
639
</a>
640
641
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D0%B5%D0%BA%D1%81%20%D1%80%D0%B0%D0%B1%D1%8B%D0%BD%D1%8F">
642
643
<div class="related_block">
644
645
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
646
Секс рабыня</div>
647
648
</div>
649
650
</a>
651
652
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BC%D0%B5%D0%B4%D1%81%D0%B5%D1%81%D1%82%D1%80%D0%B0">
653
654
<div class="related_block">
655
656
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
657
медсестра</div>
658
659
</div>
660
661
</a>
662
663
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%93%D0%BE%D1%81%D0%BF%D0%BE%D0%B6%D0%B0%20%D0%B5%D0%B1%D0%B5%D1%82%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F">
664
665
<div class="related_block">
666
667
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
668
Госпожа ебет парня</div>
669
670
</div>
671
672
</a>
673
674
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B4%D0%BB%D0%B8%D0%BD%D0%BD%D1%8B%D0%B5%20%D0%BD%D0%BE%D0%B3%D1%82%D0%B8">
675
676
<div class="related_block">
677
678
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
679
длинные ногти</div>
680
681
</div>
682
683
</a>
684
685
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9A%D0%B0%D0%BA%D0%B0%D1%88%D0%BA%D0%B8%20%D0%B3%D0%BE%D0%B2%D0%BD%D0%BE">
686
687
<div class="related_block">
688
689
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
690
Какашки говно</div>
691
692
</div>
693
694
</a>
695
696
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9B%D0%B5%D1%81%D0%B1%D0%B8%D1%8F%D0%BD%D0%BA%D0%B8%20%D0%BE%D0%B4%D0%BD%D0%BE%D0%BA%D0%BB%D0%B0%D1%81%D1%81%D0%BD%D0%B8%D1%86%D1%8B">
697
698
<div class="related_block">
699
700
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
701
Лесбиянки одноклассницы</div>
702
703
</div>
704
705
</a>
706
707
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D1%82%D1%80%D0%B0%D0%BF%D0%BE%D0%BD">
708
709
<div class="related_block">
710
711
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
712
Страпон</div>
713
714
</div>
715
716
</a>
717
718
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D0%B2%D0%B5%D1%82%D0%B0%20%D0%B8%20%D1%82%D0%BE%D0%BB%D0%B8%D0%BA">
719
720
<div class="related_block">
721
722
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
723
Света и толик</div>
724
725
</div>
726
727
</a>
728
729
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B6%D0%B5%D0%BD%D1%83%20%D0%B2%D1%8B%D0%B5%D0%B1%D0%B0%D0%BB%D0%B8">
730
731
<div class="related_block">
732
733
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
734
жену выебали</div>
735
736
</div>
737
738
</a>
739
740
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9C%D0%BE%D1%8F%20%D0%BF%D0%BE%D1%85%D0%BE%D1%82%D0%BB%D0%B8%D0%B2%D0%B0%D1%8F%20%D0%B1%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F%20%D1%88%D0%BB%D1%8E%D1%85%D0%B0">
741
742
<div class="related_block">
743
744
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
745
Моя похотливая беременная шлюха</div>
746
747
</div>
748
749
</a>
750
751
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9A%D0%B0%D0%BA%20%D1%8F%20%D0%BF%D0%B5%D1%80%D0%B5%D1%81%D0%BF%D0%B0%D0%BB%20%D1%81%20%D0%B6%D0%B5%D0%BD%D0%BE%D0%B9%20%D1%81%D0%BE%D1%81%D0%B5%D0%B4%D0%B0">
752
753
<div class="related_block">
754
755
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
756
Как я переспал с женой соседа</div>
757
758
</div>
759
760
</a>
761
762
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BC%D0%BE%D1%8F%20%D0%BF%D0%BE%D1%85%D0%BE%D1%82%D0%BB%D0%B8%D0%B2%D0%B0%D1%8F%20%D0%B1%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F">
763
764
<div class="related_block">
765
766
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
767
моя похотливая беременная</div>
768
769
</div>
770
771
</a>
772
773
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BB%D0%B5%D0%B9%D1%82%D0%B5%D0%BD%D0%B0%D0%BD%D1%82">
774
775
<div class="related_block">
776
777
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
778
лейтенант</div>
779
780
</div>
781
782
</a>
783
784
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B1%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F">
785
786
<div class="related_block">
787
788
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
789
беременная</div>
790
791
</div>
792
793
</a>
794
795
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A0%D0%B8%D0%BC%D0%BC%D0%B8%D0%BD%D0%B3%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8E">
796
797
<div class="related_block">
798
799
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
800
Римминг парню</div>
801
802
</div>
803
804
</a>
805
806
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A2%D1%80%D0%B0%D0%BD%D1%81">
807
808
<div class="related_block">
809
810
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
811
Транс</div>
812
813
</div>
814
815
</a>
816
817
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9E%D0%B1%D0%BE%D1%81%D1%81%D0%B0%D0%BB%D0%B0">
818
819
<div class="related_block">
820
821
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
822
Обоссала</div>
823
824
</div>
825
826
</a>
827
828
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BA%D0%B0%D0%BA%20%D0%BC%D0%B5%D0%BD%D1%8F%20%D1%81%D0%B4%D0%B5%D0%BB%D0%B0%D0%BB%D0%B8%20%D0%B1%D0%BB%D1%8F%D0%B4%D1%8C%D1%8E">
829
830
<div class="related_block">
831
832
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
833
как меня сделали блядью</div>
834
835
</div>
836
837
</a>
838
839
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%91%D0%B8%D1%81%D0%B5%D0%BA%D1%81%D1%83%D0%B0%D0%BB%D1%8B">
840
841
<div class="related_block">
842
843
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
844
Бисексуалы</div>
845
846
</div>
847
848
</a>
849
850
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D1%83%D0%BD%D0%B8%D1%82%D0%B0%D0%B7">
851
852
<div class="related_block">
853
854
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
855
унитаз</div>
856
857
</div>
858
859
</a>
860
861
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B7%D0%B0%D0%BF%D0%B0%D1%85%20%D0%B6%D0%B5%D0%BD%D1%89%D0%B8%D0%BD%D1%8B">
862
863
<div class="related_block">
864
865
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
866
запах женщины</div>
867
868
</div>
869
870
</a>
871
872
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9B%D0%B8%D0%B7%D0%B0%D0%BB%20%D0%BF%D0%B8%D0%B7%D0%B4%D1%83">
873
874
<div class="related_block">
875
876
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
877
Лизал пизду</div>
878
879
</div>
880
881
</a>
882
883
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B0">
884
885
<div class="related_block">
886
887
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
888
измена</div>
889
890
</div>
891
892
</a>
893
894
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BF%D0%B5%D1%80%D0%B2%D1%8B%D0%B9%20%D1%81%D0%B5%D0%BA%D1%81%20%D1%81%20%D0%BC%D0%B0%D0%BC%D0%BE%D0%B9">
895
896
<div class="related_block">
897
898
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
899
первый секс с мамой</div>
900
901
</div>
902
903
</a>
904
905
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B3%D1%80%D0%B0%D1%84">
906
907
<div class="related_block">
908
909
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
910
граф</div>
911
912
</div>
913
914
</a>
915
916
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B2%D1%80%D0%B0%D1%87">
917
918
<div class="related_block">
919
920
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
921
врач</div>
922
923
</div>
924
925
</a>
926
927
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A4%D0%B5%D0%BC%D0%B4%D0%BE%D0%BC%20%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%B0%D0%BA%D1%82">
928
929
<div class="related_block">
930
931
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
932
Фемдом контракт</div>
933
934
</div>
935
936
</a>
937
938
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A4%D0%B5%D0%BC%D0%B4%D0%BE%D0%BC%20%D0%B8%D0%BD%D1%86%D0%B5%D1%81%D1%82">
939
940
<div class="related_block">
941
942
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
943
Фемдом инцест</div>
944
945
</div>
946
947
</a>
948
949
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D0%B5%D1%81%D1%82%D1%80%D0%B0">
950
951
<div class="related_block">
952
953
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
954
Сестра</div>
955
956
</div>
957
958
</a>
959
960
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%B0%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%BF%D1%80%D0%BE%D0%B1%D0%BA%D0%B0">
961
962
<div class="related_block">
963
964
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
965
анальная пробка</div>
966
967
</div>
968
969
</a>
970
971
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D1%81%20%D0%BE%D0%B3%D1%80%D0%BE%D0%BC%D0%BD%D1%8B%D0%BC%20%D1%85%D1%83%D0%B5%D0%BC%20%D0%B8%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BB%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F">
972
973
<div class="related_block">
974
975
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
976
с огромным хуем изнасиловал парня</div>
977
978
</div>
979
980
</a>
981
982
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A7%D0%B5%D1%80%D0%BD%D0%BE%D0%B9%20%D0%B8%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BB%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F">
983
984
<div class="related_block">
985
986
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
987
Черной изнасиловал парня</div>
988
989
</div>
990
991
</a>
992
993
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D0%B5%D1%80%D0%BD%D1%8B%D0%B9%20%D0%B8%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BB%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F%D0%BC">
994
995
<div class="related_block">
996
997
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
998
Серный изнасиловал парням</div>
999
1000
</div>
1001
1002
</a>
1003
1004
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%D0%B5%D1%80%D0%BD%D1%8B%D0%B9%20%D0%B8%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BB%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F">
1005
1006
<div class="related_block">
1007
1008
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1009
Серный изнасиловал парня</div>
1010
1011
</div>
1012
1013
</a>
1014
1015
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A7%D0%B5%D1%80%D0%BD%D0%BE%D0%B9%20%D1%81%20%D0%BE%D0%B3%D1%80%D0%BE%D0%BC%D0%BD%D1%8B%D0%BC%20%D1%85%D1%83%D0%B5%D0%BC%20%D0%B2%D1%8B%D0%B5%D0%B1%D0%B0%D0%BB%20%D0%BF%D0%B0%D1%80%D0%BD%D1%8F">
1016
1017
<div class="related_block">
1018
1019
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1020
Черной с огромным хуем выебал парня</div>
1021
1022
</div>
1023
1024
</a>
1025
1026
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BE%D1%82%D1%87%D0%B8%D0%BC">
1027
1028
<div class="related_block">
1029
1030
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1031
отчим</div>
1032
1033
</div>
1034
1035
</a>
1036
1037
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%A1%20%D0%BC%D0%B0%D0%BC%D0%BE%D0%B9%20%D0%B2%20%D0%B2%D0%B8%D1%80%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B9%20%D1%80%D0%B5%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8">
1038
1039
<div class="related_block">
1040
1041
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1042
С мамой в виртуальной реальности</div>
1043
1044
</div>
1045
1046
</a>
1047
1048
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9C%D0%BE%D1%8F%20%D0%BB%D0%B0%D1%81%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%BC%D0%B0%D0%BC%D0%BE%D1%87%D0%BA%D0%B0">
1049
1050
<div class="related_block">
1051
1052
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1053
Моя ласковая мамочка</div>
1054
1055
</div>
1056
1057
</a>
1058
1059
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BF%D0%B5%D1%80%D0%B2%D1%8B%D0%B9%20%D0%B0%D0%BD%D0%B0%D0%BB%20%D1%81%20%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BE%D0%BC">
1060
1061
<div class="related_block">
1062
1063
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1064
первый анал с трансом</div>
1065
1066
</div>
1067
1068
</a>
1069
1070
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9C%D0%B0%D1%81%D1%81%D0%B0%D0%B6%D0%B8%D1%81%D1%82">
1071
1072
<div class="related_block">
1073
1074
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1075
Массажист</div>
1076
1077
</div>
1078
1079
</a>
1080
1081
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D1%81%D0%BE%D1%81%D0%B5%D0%B4%20%D0%BA%D0%B0%D0%B2%D0%BA%D0%B0%D0%B7%D0%B5%D1%86">
1082
1083
<div class="related_block">
1084
1085
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1086
сосед кавказец</div>
1087
1088
</div>
1089
1090
</a>
1091
1092
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BB%D0%B5%D1%82%D0%BD%D0%B8%D0%B5%20%D0%BA%D0%B0%D0%BD%D0%B8%D0%BA%D1%83%D0%BB%D1%8B">
1093
1094
<div class="related_block">
1095
1096
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1097
летние каникулы</div>
1098
1099
</div>
1100
1101
</a>
1102
1103
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BF%D0%B5%D1%80%D0%B5%D0%BB%D0%BE%D0%BC%D0%BD%D1%8B%D0%B9%20%D1%83%D0%B8%D0%BA%D0%B5%D0%BD%D0%B4">
1104
1105
<div class="related_block">
1106
1107
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1108
переломный уикенд</div>
1109
1110
</div>
1111
1112
</a>
1113
1114
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%9A%D0%B0%D0%BA%20%D1%8F%20%D0%BF%D1%80%D0%B5%D0%B2%D1%80%D0%B0%D1%82%D0%B8%D0%BB%D0%B0%D1%81%D1%8C%20%D0%B2%20%D1%88%D0%BB%D1%8E%D1%85%D1%83">
1115
1116
<div class="related_block">
1117
1118
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1119
Как я превратилась в шлюху</div>
1120
1121
</div>
1122
1123
</a>
1124
1125
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%96%D0%B5%D0%BD%D0%B0%20%D0%B1%D0%B0%D0%BD%D1%8F">
1126
1127
<div class="related_block">
1128
1129
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1130
Жена баня</div>
1131
1132
</div>
1133
1134
</a>
1135
1136
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BD%D0%B0%20%D0%BA%D1%80%D1%8E%D1%87%D0%BA%D0%B5">
1137
1138
<div class="related_block">
1139
1140
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1141
на крючке</div>
1142
1143
</div>
1144
1145
</a>
1146
1147
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BA%D0%B0%D0%BA%20%D1%8F%20%D1%81%D1%82%D0%B0%D0%BB%D0%B0%20%D1%88%D0%BB%D1%8E%D1%85%D0%BE%D0%B9">
1148
1149
<div class="related_block">
1150
1151
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1152
как я стала шлюхой</div>
1153
1154
</div>
1155
1156
</a>
1157
1158
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D1%81%D0%BB%D1%83%D1%87%D0%B0%D0%B9%20%D0%B2%20%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%BD%D0%B5">
1159
1160
<div class="related_block">
1161
1162
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1163
случай в деревне</div>
1164
1165
</div>
1166
1167
</a>
1168
1169
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a class="related_posts_item" href="http://xlib.info/srch/%D0%BC%D0%B0%D0%BC%D0%B8%D0%BD%20%D0%B0%D0%BD%D1%83%D1%81">
1170
1171
<div class="related_block">
1172
1173
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
<div class="text">
1174
мамин анус</div>
1175
1176
</div>
1177
1178
</a>
1179
1180
</article>
1181
1182
<div class="pagination">
1183
1184
<span aria-current="page" class="page-numbers current">
1185
1</span>
1186
1187
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.17 with
color: rgb(109,109,109);
background-color: rgb(255,255,255);
font-size: 12pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Text not allowed.
<a class="page-numbers" href="http://xlib.info/srch?page=2">
1188
2</a>
1189
1190
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.17 with
color: rgb(109,109,109);
background-color: rgb(255,255,255);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Text not allowed.
<span class="page-numbers dots">
1191
…</span>
1192
1193
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.17 with
color: rgb(109,109,109);
background-color: rgb(255,255,255);
font-size: 12pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Text not allowed.
<a class="page-numbers" href="http://xlib.info/srch?page=100">
1194
100</a>
1195
1196
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.17 with
color: rgb(109,109,109);
background-color: rgb(255,255,255);
font-size: 12pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Text not allowed.
<a class="prev page-numbers" href="http://xlib.info/srch?page=2">
1197
Далее »</a>
1198
1199
</div>
1200
Many people with cognitive disabilities (including dyslexia) find text styled with
text-align:justify
hard to read.
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text.
1201
<p class="pagination_warning">
1202
*Из за технических ограничений мы не можем вывести все статьи в пагинации, если вы не нашли что искали, воспользуйтесь поиском</p>
Text not allowed.
1203
1204
1205
</div>
1206
1207
1208
<div id="sidebar" style="position: relative">
1209
1210
<div class="sidebar" itemscope itemtype="http://schema.org/WPSideBar">
1211
1212
<div id="banner_sidebar_top">
1213
1214
<center>
1215
1216
1217
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
Each
a
element must contain text or an
img
with an
alt
attribute.
A link name allows screen readers to voice what the links does. If there is no link text / `alt` text, or the text / image is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:
Add text between the a
element start and end tags
Add an aria-label
attribute
Add an aria-labelledby
attribute
Add a descriptive img alt
attribute if the link contains an img
element
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="https://hotruceleb.com" target="_blank" rel="noopener">
img
elements must have an accessible name.
Add an
alt
attribute describing the image, which screen readers voice instead of the image.
Spacer images and purely decorative images should use
alt=""
.
Do not use
alt
text containing only spaces since that's voiced as an unlabeled image.
Impact on users:
NVDA 2022.2 Chrome 105 Windows 10 Reading: Image ignored. NVDA 2022.2 FF102 Windows 10 Reading: Image ignored. NVDA 2022.2 Edge 105 Windows 10 Reading: Image ignored. NVDA 2021.2 Chrome 94 Windows 10 Reading: Image ignored. NVDA 2021.2 FF91 Windows 10 Reading: Image ignored. NVDA 2021.2 Edge 94 Windows 10 Reading: Image ignored. NVDA 2020.2 Chrome 86 Windows 10 Reading: Image ignored. NVDA 2020.2 FF78 Windows 10 Reading: Image ignored. NVDA 2020.2 Edge 92 Windows 10 Reading: Image ignored. NVDA 2019.2 Chrome 79 Windows 10 Reading: Image unlabeled. NVDA 2019.2 FF68 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 Chrome 105 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 FF102 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 Edge 105 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 Chrome 94 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 FF91 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 Edge 94 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 Chrome 86 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 FF78 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 Edge 92 Windows 10 Reading: Image ignored. JAWS 2019.1912.1 Chrome 79 Windows 10 Reading: Image unlabeled. JAWS 2019.1912.1 FF68 Windows 10 Reading: Image ignored. VoiceOver macOS 12.5 Safari 15.6 macOS 12.5.1 Reading: Image filename read out. VoiceOver macOS 11.5 Safari 15.0 macOS 11.5.2 Reading: Image filename read out. VoiceOver macOS 10.15 Safari 14.1 macOS 10.15.7 Reading: Image filename read out. VoiceOver macOS 10.14 Safari 13.0 macOS 10.14.6 Reading: Image filename read out. VoiceOver iOS 15.6 Safari iOS 15.6 iOS 15.6 Touch: Image filename read out. VoiceOver iOS 14.7 Safari iOS 14.7 iOS 14.7 Touch: Image filename read out. VoiceOver iOS 13.3 Safari iOS 13.3 iOS 13.3 Touch: Image filename read out. VoiceOver iOS 12.4 Safari iOS 12.4 iOS 12.4.1 Touch: Image filename read out. Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
1218
<img src="//xlib.info/images/banners/baner_300x600_naked.jpg" >
1219
</a>
1220
1221
1222
<center>
1223
1224
<
Unclosed element
center
.
/div>
1225
1226
<div class="block_all_categories">
1227
1228
<h4>
1229
Статьи по алфавиту</h4>
1230
1231
Text not allowed.
<ul class="block_categories_list">
1232
1233
<li class="cat-item">
1234
1235
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/a">
1236
А</a>
1237
Text not allowed.
<div class="cat-item_count">
1238
1831</div>
1239
1240
</li>
1241
1242
<li class="cat-item">
1243
1244
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/b">
1245
Б</a>
1246
Text not allowed.
<div class="cat-item_count">
1247
2011</div>
1248
1249
</li>
1250
1251
<li class="cat-item">
1252
1253
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/v">
1254
В</a>
1255
Text not allowed.
<div class="cat-item_count">
1256
5218</div>
1257
1258
</li>
1259
1260
<li class="cat-item">
1261
1262
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/g">
1263
Г</a>
1264
Text not allowed.
<div class="cat-item_count">
1265
1495</div>
1266
1267
</li>
1268
1269
<li class="cat-item">
1270
1271
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/d">
1272
Д</a>
1273
Text not allowed.
<div class="cat-item_count">
1274
4126</div>
1275
1276
</li>
1277
1278
<li class="cat-item">
1279
1280
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/e">
1281
Е,Ё</a>
1282
Text not allowed.
<div class="cat-item_count">
1283
476</div>
1284
1285
</li>
1286
1287
<li class="cat-item">
1288
1289
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/j">
1290
Ж</a>
1291
Text not allowed.
<div class="cat-item_count">
1292
1467</div>
1293
1294
</li>
1295
1296
<li class="cat-item">
1297
1298
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/z">
1299
З</a>
1300
Text not allowed.
<div class="cat-item_count">
1301
2001</div>
1302
1303
</li>
1304
1305
<li class="cat-item">
1306
1307
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/i">
1308
И,Й</a>
1309
Text not allowed.
<div class="cat-item_count">
1310
2970</div>
1311
1312
</li>
1313
1314
<li class="cat-item">
1315
1316
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/k">
1317
К</a>
1318
Text not allowed.
<div class="cat-item_count">
1319
5135</div>
1320
1321
</li>
1322
1323
<li class="cat-item">
1324
1325
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/l">
1326
Л</a>
1327
Text not allowed.
<div class="cat-item_count">
1328
2638</div>
1329
1330
</li>
1331
1332
<li class="cat-item">
1333
1334
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/m">
1335
М</a>
1336
Text not allowed.
<div class="cat-item_count">
1337
6375</div>
1338
1339
</li>
1340
1341
<li class="cat-item">
1342
1343
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/n">
1344
Н</a>
1345
Text not allowed.
<div class="cat-item_count">
1346
5767</div>
1347
1348
</li>
1349
1350
<li class="cat-item">
1351
1352
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/o">
1353
О</a>
1354
Text not allowed.
<div class="cat-item_count">
1355
3869</div>
1356
1357
</li>
1358
1359
<li class="cat-item">
1360
1361
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/p">
1362
П</a>
1363
Text not allowed.
<div class="cat-item_count">
1364
8899</div>
1365
1366
</li>
1367
1368
<li class="cat-item">
1369
1370
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/r">
1371
Р</a>
1372
Text not allowed.
<div class="cat-item_count">
1373
2461</div>
1374
1375
</li>
1376
1377
<li class="cat-item">
1378
1379
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/s">
1380
С</a>
1381
Text not allowed.
<div class="cat-item_count">
1382
7913</div>
1383
1384
</li>
1385
1386
<li class="cat-item">
1387
1388
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/t">
1389
Т</a>
1390
Text not allowed.
<div class="cat-item_count">
1391
2773</div>
1392
1393
</li>
1394
1395
<li class="cat-item">
1396
1397
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/u">
1398
У</a>
1399
Text not allowed.
<div class="cat-item_count">
1400
1306</div>
1401
1402
</li>
1403
1404
<li class="cat-item">
1405
1406
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/f">
1407
Ф</a>
1408
Text not allowed.
<div class="cat-item_count">
1409
759</div>
1410
1411
</li>
1412
1413
<li class="cat-item">
1414
1415
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/h">
1416
Х</a>
1417
Text not allowed.
<div class="cat-item_count">
1418
536</div>
1419
1420
</li>
1421
1422
<li class="cat-item">
1423
1424
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/c">
1425
Ц</a>
1426
Text not allowed.
<div class="cat-item_count">
1427
158</div>
1428
1429
</li>
1430
1431
<li class="cat-item">
1432
1433
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/ch">
1434
Ч</a>
1435
Text not allowed.
<div class="cat-item_count">
1436
1155</div>
1437
1438
</li>
1439
1440
<li class="cat-item">
1441
1442
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/sh">
1443
Ш</a>
1444
Text not allowed.
<div class="cat-item_count">
1445
642</div>
1446
1447
</li>
1448
1449
<li class="cat-item">
1450
1451
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/sch">
1452
Щ</a>
1453
Text not allowed.
<div class="cat-item_count">
1454
47</div>
1455
1456
</li>
1457
1458
<li class="cat-item">
1459
1460
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/y">
1461
Ы</a>
1462
Text not allowed.
<div class="cat-item_count">
1463
4</div>
1464
1465
</li>
1466
1467
<li class="cat-item">
1468
1469
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/ae">
1470
Э</a>
1471
Text not allowed.
<div class="cat-item_count">
1472
1020</div>
1473
1474
</li>
1475
1476
<li class="cat-item">
1477
1478
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/iu">
1479
Ю</a>
1480
Text not allowed.
<div class="cat-item_count">
1481
264</div>
1482
1483
</li>
1484
1485
<li class="cat-item">
1486
1487
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.48 with
color: rgb(136,136,136);
background-color: rgb(253,253,253);
font-size: 16.50pt;
font-weight: 500;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/ia">
1488
Я</a>
1489
Text not allowed.
<div class="cat-item_count">
1490
1072</div>
1491
1492
</li>
1493
1494
<li class="cat-item">
1495
1496
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="/sharp">
1497
#</a>
1498
Text not allowed.
<div class="cat-item_count">
1499
272</div>
1500
1501
</li>
1502
1503
</ul>
1504
1505
</div>
1506
1507
1508
<div class="block_popular_posts">
1509
1510
<h4>
1511
Последние комментарии</h4>
1512
1513
Text not allowed.
<div class="recentcomments">
1514
1515
<div class="recent_comment">
1516
1517
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/p/pervyii-seks-s-mamoii" rel="noopener noreferrer" target="_blank" class="post_title_text">
1518
Первый секс с мамой</a>
1519
1520
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1521
Николай
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1522
пишет:</span>
1523
</p>
1524
1525
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Use link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping.
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
<a href="http://xlib.info/p/pervyii-seks-s-mamoii#comment-71" class="comm_link_text">
1526
Хороший рассказ. Я свою маму выебал в 15 лет. В гостях положили в одну кровать. Поссать ночью, надо было перелазить через маму.. Второй раз полез, член уже стоял и не плохо, на свои 18 см. Вот и зацепился. Мама не сопротивлялась, что бы никого не разбудить, какой бы был позор, что сын родную мать ебать полез. Когда выебал тихо прошептала - " Без совестный ". Но кончить получилось у неё, зажимала меня ногами. Уже дома, через неделю, ложились спать. Я подошёл к маме и спросил, чтобы разрешила мене лечь с ней. Она задумалась, пустить в постель, это согласие на то, что ВЫЕБУТ. Мама молча подвинулась.</a>
Text not allowed.
1527
1528
</div>
1529
1530
<div class="recent_comment">
1531
1532
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/p/polnaya-feminizaciya" rel="noopener noreferrer" target="_blank" class="post_title_text">
1533
полная Феминизация</a>
1534
1535
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1536
Bipassiv
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1537
пишет:</span>
1538
</p>
1539
1540
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/p/polnaya-feminizaciya#comment-67" class="comm_link_text">
1541
Очень хочется чтобы меня так как Кирилла феминизировали.</a>
Text not allowed.
1542
1543
</div>
1544
1545
<div class="recent_comment">
1546
1547
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/t/trahnul-jenu-rogatogo-kretina" rel="noopener noreferrer" target="_blank" class="post_title_text">
1548
Трахнул жену рогатого кретина</a>
1549
1550
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1551
Митя
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1552
пишет:</span>
1553
</p>
1554
1555
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Use link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping.
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
<a href="http://xlib.info/t/trahnul-jenu-rogatogo-kretina#comment-59" class="comm_link_text">
1556
Весьма не плохо, "повезло" шлюшке и с мужем не умеющим ни ебать, ни плавать... Ебаря найти за пару минут и кончать по взрослому, как шлюхе. Потому, что на новом хуе и ярче и быстрее шлюхи кончают.
1557
Когда я свою жену ебу и говорю ей:" ты моя шлюшка!", чувствую сразу, как пизда жёнушки ещё сильнее течёт!!!
1558
Если не хотите, чтобы у Вас мужья выросли рога, ебите своих жен, как шлюх и не забывайте говорить им кто они!!!</a>
Text not allowed.
1559
1560
</div>
1561
1562
<div class="recent_comment">
1563
1564
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/k/kogda-tvoya-mat-shluha-glava-1" rel="noopener noreferrer" target="_blank" class="post_title_text">
1565
Когда твоя мать шлюха. глава 1</a>
1566
1567
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1568
Xxx
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1569
пишет:</span>
1570
</p>
1571
1572
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/k/kogda-tvoya-mat-shluha-glava-1#comment-42" class="comm_link_text">
1573
Вот бы так с моей</a>
Text not allowed.
1574
1575
</div>
1576
1577
<div class="recent_comment">
1578
1579
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/r/rasskaz-moego-druga" rel="noopener noreferrer" target="_blank" class="post_title_text">
1580
Рассказ моего друга</a>
1581
1582
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1583
Алекс
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1584
пишет:</span>
1585
</p>
1586
1587
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/r/rasskaz-moego-druga#comment-37" class="comm_link_text">
1588
Очень классный рассказ прямо как про мою семью</a>
Text not allowed.
1589
1590
</div>
1591
1592
<div class="recent_comment">
1593
1594
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/s/saga-o-strannoii-lubvi" rel="noopener noreferrer" target="_blank" class="post_title_text">
1595
Сага о странной любви</a>
1596
1597
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1598
гость
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1599
пишет:</span>
1600
</p>
1601
1602
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Use link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping.
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
<a href="http://xlib.info/s/saga-o-strannoii-lubvi#comment-19" class="comm_link_text">
1603
Браво!!! Действительно нужен сценарий на эту повесть. Автор, так держать. А прочему эта сага не в теме страпона?</a>
Text not allowed.
1604
1605
</div>
1606
1607
<div class="recent_comment">
1608
1609
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/s/svobodnyii-ot-jelaniii" rel="noopener noreferrer" target="_blank" class="post_title_text">
1610
Свободный от желаний</a>
1611
1612
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1613
гость
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1614
пишет:</span>
1615
</p>
1616
1617
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/s/svobodnyii-ot-jelaniii#comment-18" class="comm_link_text">
1618
Ну наконец-то что-то достойное по теме. Афтару респект!</a>
Text not allowed.
1619
1620
</div>
1621
1622
<div class="recent_comment">
1623
1624
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/v/vot-ya-i-popalsya" rel="noopener noreferrer" target="_blank" class="post_title_text">
1625
Вот я и попался!</a>
1626
1627
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1628
Maks2020
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1629
пишет:</span>
1630
</p>
1631
1632
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/v/vot-ya-i-popalsya#comment-16" class="comm_link_text">
1633
Супер рамках!!! Так и тянет оказаться на его месте.</a>
Text not allowed.
1634
1635
</div>
1636
1637
<div class="recent_comment">
1638
1639
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.39 with
color: rgb(230,139,13);
background-color: rgb(245,245,245);
font-size: 12pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/b/budni-i-prazdniki" rel="noopener noreferrer" target="_blank" class="post_title_text">
1640
Будни и праздники</a>
1641
1642
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
Text not allowed.
<p class="comm_author">
1643
Spankman
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.61 with
color: rgb(153,153,153);
background-color: rgb(245,245,245);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
<span>
1644
пишет:</span>
1645
</p>
1646
1647
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="http://xlib.info/b/budni-i-prazdniki#comment-13" class="comm_link_text">
1648
Жизненно, и откровенно, молодец!</a>
Text not allowed.
1649
1650
</div>
1651
1652
</div>
1653
1654
</div>
1655
1656
1657
<div class="block_popular_tag">
1658
1659
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(255,255,255);
background-color: rgb(217,6,96);
font-size: 12pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
<h4>
1660
Интересные жанры</h4>
1661
1662
Text not allowed.
<div class="">
1663
1664
<div class="tag_popular">
1665
1666
<span title="Найдено публикаций: 10792">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1667
<a href="/genre/minet">
1668
минет</a>
1669
</span>
1670
<span title="Найдено публикаций: 8036">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1671
<a href="/genre/izmena">
1672
измена</a>
Text not allowed.
1673
</span>
1674
<span title="Найдено публикаций: 6381">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1675
<a href="/genre/po-prinujdeniu">
1676
по принуждению</a>
Text not allowed.
1677
</span>
1678
<span title="Найдено публикаций: 6201">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1679
<a href="/genre/gruppa">
1680
группа</a>
Text not allowed.
1681
</span>
1682
<span title="Найдено публикаций: 6132">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1683
<a href="/genre/nabludateli">
1684
наблюдатели</a>
Text not allowed.
1685
</span>
1686
<span title="Найдено публикаций: 5835">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1687
<a href="/genre/gei">
1688
гей</a>
Text not allowed.
1689
</span>
1690
<span title="Найдено публикаций: 4682">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1691
<a href="/genre/incest">
1692
инцест</a>
Text not allowed.
1693
</span>
1694
<span title="Найдено публикаций: 4321">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1695
<a href="/genre/v-popku">
1696
в попку</a>
Text not allowed.
1697
</span>
1698
<span title="Найдено публикаций: 4216">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1699
<a href="/genre/romantika">
1700
романтика</a>
Text not allowed.
1701
</span>
1702
<span title="Найдено публикаций: 4110">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1703
<a href="/genre/podchinenie-i-unijenie">
1704
подчинение и унижение</a>
Text not allowed.
1705
</span>
1706
<span title="Найдено публикаций: 4013">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1707
<a href="/genre/sluchaii">
1708
случай</a>
Text not allowed.
1709
</span>
1710
<span title="Найдено публикаций: 3832">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1711
<a href="/genre/gomoseksualy">
1712
гомосексуалы</a>
Text not allowed.
1713
</span>
1714
<span title="Найдено публикаций: 3660">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1715
<a href="/genre/lesbiyanki">
1716
лесбиянки</a>
Text not allowed.
1717
</span>
1718
<span title="Найдено публикаций: 3280">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1719
<a href="/genre/analnyii-seks">
1720
анальный секс</a>
Text not allowed.
1721
</span>
1722
<span title="Найдено публикаций: 3046">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1723
<a href="/genre/gruppovoii-seks">
1724
групповой секс</a>
Text not allowed.
1725
</span>
1726
<span title="Найдено публикаций: 2979">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1727
<a href="/genre/studenty">
1728
студенты</a>
Text not allowed.
1729
</span>
1730
<span title="Найдено публикаций: 2740">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1731
<a href="/genre/biseksualy">
1732
бисексуалы</a>
Text not allowed.
1733
</span>
1734
<span title="Найдено публикаций: 2464">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1735
<a href="/genre/strannosti">
1736
странности</a>
Text not allowed.
1737
</span>
1738
<span title="Найдено публикаций: 2461">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1739
<a href="/genre/fetish">
1740
фетиш</a>
Text not allowed.
1741
</span>
1742
<span title="Найдено публикаций: 2404">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.22 with
color: rgb(119,119,119);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1743
<a href="/genre/tradicionno">
1744
традиционно</a>
Text not allowed.
1745
</span>
1746
</div>
1747
1748
<div class="tag_all">
Don't use CSS animations or transitions in interactions without giving the user a way to turn them off.
:hover transition: all 0.2s
Use the @media (prefers-reduced-motion)
media query to respect user preferences.
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 4.77 with
color: rgb(217,6,96);
background-color: rgb(248,248,248);
font-size: 9.75pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1749
<a href="/genre">
1750
Показать все жанры</a>
1751
</div>
1752
1753
</div>
1754
1755
</div>
1756
1757
1758
<div class="sidebar_last_div">
1759
1760
<div id="sidebar_slider">
1761
1762
<center>
1763
1764
<div>
1765
1766
1767
</div>
1768
1769
1770
1771
</center>
1772
1773
</div>
1774
1775
</div>
1776
1777
</div>
1778
1779
</div>
1780
1781
</div>
1782
1783
</div>
1784
1785
</div>
1786
1787
<div itemscope="" itemtype="http://schema.org/WPFooter">
1788
1789
<div class="slide-block-send-msg" id="sendMsg">
1790
1791
<span class="close-link" :class="{'fadeIn' : show}" @click="show = false">
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
1792
<img src=" data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAACAgICGiINnaWRpbGdmaWVdX1tVVVWTlZCOkIuAgnx7fXhlaGNqbWh9gHpydHBnaWRgYF1eYF5YWFVdXVl3enR2eHNfYlxeYlhXW1eEhoGIioWLjYiYmpWRk44T9NHmAAAAGnRSTlMAAv6lp6I7A/7++vaopPnlqlJBKCbw51NRNQlU7D0AAAB+SURBVCjPzY9HDoUwEEOnpCd0fku7/zE/glXCBXibkWx5LMOj2ZfrLnurq2lkBEB2k2qMzSdiRE7Zb21Eks1C2JoltKDMpppiB4TeGWop5q4Dingg7gGOiShR76A89HmmTF3511EMWgdKXrUDX441gA7je+2mf/B8+VvhyfwBLTEFUA94NKkAAAAASUVORK5CYII=" title="Закрыть вкладку">
1793
</span>
1794
1795
<div class="inner-textbox">
1796
1797
<label for="send-msg">
1798
1799
<span class="send-msg-span">
1800
Пишите нам:</span>
1801
Text not allowed.
<textarea :class="{'slide-down': show} " id="send-msg" placeholder="Ваше сообщение" @focus="show = true">
1802
</textarea>
1803
1804
</label>
1805
1806
<div class="fade-box" :class="{'fadeIn' : show}">
1807
1808
<div class="mt5">
1809
1810
<label for="send-email">
1811
Email: <input type="text" id="send-email" placeholder="Ваш email-адрес">
Text not allowed.
1812
</label>
1813
1814
</div>
1815
1816
<div class="slide-block-send-msg_agreement">
1817
1818
<p>
1819
Нажимая на кнопку "Отправить", я даю согласие на обработку
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
<a href="/politika-konfidentsialnosti" rel="noopener noreferrer" target="_blank">
1820
персональных данных</a>
1821
.</p>
1822
1823
</div>
1824
1825
<button>
1826
Отправить</button>
1827
1828
</div>
1829
1830
</div>
1831
1832
</div>
1833
1834
1835
1836
1837
1838
<div class="block-all-categories main-box">
1839
1840
<div class="col">
1841
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1842
<a href="/a">
1843
А</a>
Text not allowed.
1844
</span>
1845
</div>
1846
1847
<div class="col">
1848
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1849
<a href="/b">
1850
Б</a>
1851
</span>
1852
</div>
1853
1854
<div class="col">
1855
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1856
<a href="/v">
1857
В</a>
1858
</span>
1859
</div>
1860
1861
<div class="col">
1862
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1863
<a href="/g">
1864
Г</a>
1865
</span>
1866
</div>
1867
1868
<div class="col">
1869
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1870
<a href="/d">
1871
Д</a>
1872
</span>
1873
</div>
1874
1875
<div class="col">
1876
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1877
<a href="/e">
1878
Е,Ё</a>
1879
</span>
1880
</div>
1881
1882
<div class="col">
1883
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1884
<a href="/j">
1885
Ж</a>
1886
</span>
1887
</div>
1888
1889
<div class="col">
1890
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1891
<a href="/z">
1892
З</a>
1893
</span>
1894
</div>
1895
1896
<div class="col">
1897
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1898
<a href="/i">
1899
И,Й</a>
1900
</span>
1901
</div>
1902
1903
<div class="col">
1904
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1905
<a href="/k">
1906
К</a>
1907
</span>
1908
</div>
1909
1910
<div class="col">
1911
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1912
<a href="/l">
1913
Л</a>
1914
</span>
1915
</div>
1916
1917
<div class="col">
1918
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1919
<a href="/m">
1920
М</a>
1921
</span>
1922
</div>
1923
1924
<div class="col">
1925
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1926
<a href="/n">
1927
Н</a>
1928
</span>
1929
</div>
1930
1931
<div class="col">
1932
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1933
<a href="/o">
1934
О</a>
1935
</span>
1936
</div>
1937
1938
<div class="col">
1939
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1940
<a href="/p">
1941
П</a>
1942
</span>
1943
</div>
1944
1945
<div class="col">
1946
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1947
<a href="/r">
1948
Р</a>
1949
</span>
1950
</div>
1951
1952
<div class="col">
1953
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1954
<a href="/s">
1955
С</a>
1956
</span>
1957
</div>
1958
1959
<div class="col">
1960
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1961
<a href="/t">
1962
Т</a>
1963
</span>
1964
</div>
1965
1966
<div class="col">
1967
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1968
<a href="/u">
1969
У</a>
1970
</span>
1971
</div>
1972
1973
<div class="col">
1974
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1975
<a href="/f">
1976
Ф</a>
1977
</span>
1978
</div>
1979
1980
<div class="col">
1981
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1982
<a href="/h">
1983
Х</a>
1984
</span>
1985
</div>
1986
1987
<div class="col">
1988
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1989
<a href="/c">
1990
Ц</a>
1991
</span>
1992
</div>
1993
1994
<div class="col">
1995
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
1996
<a href="/ch">
1997
Ч</a>
1998
</span>
1999
</div>
2000
2001
<div class="col">
2002
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2003
<a href="/sh">
2004
Ш</a>
2005
</span>
2006
</div>
2007
2008
<div class="col">
2009
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2010
<a href="/sch">
2011
Щ</a>
2012
</span>
2013
</div>
2014
2015
<div class="col">
2016
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2017
<a href="/y">
2018
Ы</a>
2019
</span>
2020
</div>
2021
2022
<div class="col">
2023
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2024
<a href="/ae">
2025
Э</a>
2026
</span>
2027
</div>
2028
2029
<div class="col">
2030
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2031
<a href="/iu">
2032
Ю</a>
2033
</span>
2034
</div>
2035
2036
<div class="col">
2037
<span>
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.29 with
color: rgb(122,122,122);
background-color: rgb(255,255,255);
font-size: 9pt;
font-weight: 700;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 3.0 or more for 18 point text, or larger
The contrast ratio should be 3.0 or more for 14 point bold text, or larger
The contrast ratio should be 4.5 or more for all other text
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2038
<a href="/ia">
2039
Я</a>
2040
</span>
2041
</div>
2042
2043
<div class="col">
2044
<span>
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(122,122,122)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2045
<a href="/sharp">
2046
#</a>
2047
</span>
2048
</div>
2049
2050
</div>
2051
2052
2053
<div class="footerLline">
2054
2055
<ul class="link_list">
2056
</ul>
2057
2058
</div>
2059
2060
<div id="linkservices">
2061
2062
<p>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(217,6,96);
background-color: rgb(255,255,255);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(217,6,96)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
Removing the underline from links makes it hard for color-blind users to see them.
Remove the text-decoration:none
property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2063
<a href="https://www.sexfeast.ru/?partner=6083" target="_blank">
2064
Интим магазин СексФист</a>
Text not allowed.
2065
</p>
2066
2067
<p>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(217,6,96);
background-color: rgb(255,255,255);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(217,6,96)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
Removing the underline from links makes it hard for color-blind users to see them.
Remove the text-decoration:none
property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2068
<a href="https://doxy-spb.com/" target="_blank">
2069
Проститутки спб</a>
Text not allowed.
2070
</p>
2071
2072
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(56,59,63)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
<p>
2073
Самые красивые
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(217,6,96);
background-color: rgb(255,255,255);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(217,6,96)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
Removing the underline from links makes it hard for color-blind users to see them.
Remove the text-decoration:none
property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="https://sochi-hottt.com/" target="_blank">
2074
проститутки Сочи</a>
Text not allowed.
2075
</p>
2076
2077
<p>
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.07 with
color: rgb(217,6,96);
background-color: rgb(255,255,255);
font-size: 11.25pt;
font-weight: 400;
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
The contrast ratio should be 4.5 or more for 18 point text, or larger
The contrast ratio should be 4.5 or more for 14 point bold text, or larger
The contrast ratio should be 7.0 or more for all other text
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
If you set any of the colors on the
body
or
a
elements you must set all of them.
The colors used are: color: rgb(217,6,96)
and
background: rgb(255,255,255)
from browser settings
In HTML the color attributes are text
, bgcolor
, link
, alink
and vlink
.
In CSS the attributes are color
and background-color
.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background.
Removing the underline from links makes it hard for color-blind users to see them.
Remove the text-decoration:none
property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision.
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
2078
<a href="https://intim24.org" target="_blank" >
2079
Проститутки Красноярск</a>
Text not allowed.
2080
</p>
2081
2082
</div>
2083
2084
2085
2086
<div>
2087
2088
<div class="ad_footer">
2089
2090
2091
<center>
2092
2093
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
Each
a
element must contain text or an
img
with an
alt
attribute.
A link name allows screen readers to voice what the links does. If there is no link text / `alt` text, or the text / image is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:
Add text between the a
element start and end tags
Add an aria-label
attribute
Add an aria-labelledby
attribute
Add a descriptive img alt
attribute if the link contains an img
element
The CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline.
:focus
and :not(:focus)
have same outline:
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements.
Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:
Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
Firefox (obscures the focus indicator on links)
Internet Explorer (obscures the focus indicator on links, buttons and range controls)
<a href="https://bcprm.com/promo.php?type=direct_link&v=2&c=708740&page=popular_chat&g=female" target="_blank" rel="noopener">
img
elements must have an accessible name.
Add an
alt
attribute describing the image, which screen readers voice instead of the image.
Spacer images and purely decorative images should use
alt=""
.
Do not use
alt
text containing only spaces since that's voiced as an unlabeled image.
Impact on users:
NVDA 2022.2 Chrome 105 Windows 10 Reading: Image ignored. NVDA 2022.2 FF102 Windows 10 Reading: Image ignored. NVDA 2022.2 Edge 105 Windows 10 Reading: Image ignored. NVDA 2021.2 Chrome 94 Windows 10 Reading: Image ignored. NVDA 2021.2 FF91 Windows 10 Reading: Image ignored. NVDA 2021.2 Edge 94 Windows 10 Reading: Image ignored. NVDA 2020.2 Chrome 86 Windows 10 Reading: Image ignored. NVDA 2020.2 FF78 Windows 10 Reading: Image ignored. NVDA 2020.2 Edge 92 Windows 10 Reading: Image ignored. NVDA 2019.2 Chrome 79 Windows 10 Reading: Image unlabeled. NVDA 2019.2 FF68 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 Chrome 105 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 FF102 Windows 10 Reading: Image ignored. JAWS 2022.2207.25 Edge 105 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 Chrome 94 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 FF91 Windows 10 Reading: Image ignored. JAWS 2021.2107.12 Edge 94 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 Chrome 86 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 FF78 Windows 10 Reading: Image ignored. JAWS 2020.2008.24 Edge 92 Windows 10 Reading: Image ignored. JAWS 2019.1912.1 Chrome 79 Windows 10 Reading: Image unlabeled. JAWS 2019.1912.1 FF68 Windows 10 Reading: Image ignored. VoiceOver macOS 12.5 Safari 15.6 macOS 12.5.1 Reading: Image filename read out. VoiceOver macOS 11.5 Safari 15.0 macOS 11.5.2 Reading: Image filename read out. VoiceOver macOS 10.15 Safari 14.1 macOS 10.15.7 Reading: Image filename read out. VoiceOver macOS 10.14 Safari 13.0 macOS 10.14.6 Reading: Image filename read out. VoiceOver iOS 15.6 Safari iOS 15.6 iOS 15.6 Touch: Image filename read out. VoiceOver iOS 14.7 Safari iOS 14.7 iOS 14.7 Touch: Image filename read out. VoiceOver iOS 13.3 Safari iOS 13.3 iOS 13.3 Touch: Image filename read out. VoiceOver iOS 12.4 Safari iOS 12.4 iOS 12.4.1 Touch: Image filename read out. Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
2094
<img src="//xlib.info/images/banners/bongo/on-off_ru_950x250.gif" >
2095
</a>
2096
2097
</center>
2098
2099
</div>
2100
2101
2102
</div>
2103
2104
2105
<footer>
2106
2107
Section lacks heading.
Consider using h2
-h6
elements to add identifying headings to all sections,
or else use a div
element instead for any cases where no heading is needed.
<section class="footer-top">
2108
2109
<div class="cols-wrap">
2110
2111
<div class="col_left">
2112
2113
<p>
2114
О нас</p>
2115
2116
Text not allowed.
<div class="copyright">
2117
2118
<p>
2119
© 2019 - <span itemprop="copyrightYear">
2120
2022</span>
2121
xlib.info Все права защищены</p>
2122
2123
<div>
2124
2125
При использовании любых материалов<br>
2126
2127
с данного сайта обязательно активная
Text not allowed.
<br>
2128
2129
гиперссылка на страницу-источник информации.
2130
</div>
2131
2132
</div>
2133
2134
<div class="bot_menu">
2135
2136
<ul id="menu-nizhnee" class="">
2137
2138
<li class="menu-item menu-item-type-post_type menu-item-object-page">
2139
2140
<a href="/kontakty">
2141
Контакты</a>
2142
2143
</li>
2144
2145
<li class="menu-item menu-item-type-custom menu-item-object-custom">
2146
2147
<a href="https://www.parentalcontrolbar.org">
2148
Родительский контроль</a>
Text not allowed.
2149
2150
</li>
2151
2152
</ul>
2153
2154
</div>
2155
2156
</div>
2157
2158
<div class="col_social">
2159
2160
<p>
2161
Возрастные ограничения</p>
2162
2163
Text not allowed.
<div class="rta_text">
2164
Сайт для зрителей старше 18 лет.</div>
2165
2166
Text not allowed.
<div class="icon">
2167
2168
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
<img src=" data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLSV5RAAAAHnRSTlOKAIIdOC6EGAUiflxWUSZjEHlySkVBMhQMaT0qHwnI3fnvAAABTElEQVQ4y43TW7KDIAwAUCJWfCBifVu7/23eBOGmFplpPkSHI5AAAnyoLhOXyDoV+gKqChFFUTFic6cYHaeJ1cHoyEQisiMgySZWkhCbtBJs0kqsNb3oYRg0vYl+N1KasWZVr0JTOwDFjG9NCS7KjpUWPTUjUDxwyBV8LIz6s3nOVelQh91t39NPTxHHTIjmNfSlAJoblDs0Aez09cABqW3NfIty+jIeKZ6WkT5XnL0BXHoWYIsQZaemfcEnlmPPMZ1X/vpC4unrtGLeEOILFSZ0zGk00QEcJ0nlSk6n6IlRAZjkwkufVYtZJksA/k8NYJPFxPpov+OK++I1LTj+tuKCBUd9QaM7S65W+oOcmx12rVjAR/VvkFh/xDcpKa9skDjOu2oLPuT27iIUBNjIX67Uz5eTVcJ4xCo2jFjFhhGr2DAC29RXUjc29P0BOG4MdSMgKDwAAAAASUVORK5CYII=" alt="18+ Только для взрослых">
2169
2170
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
<a class="rta" href="https://www.rtalabel.org/" rel="noopener noreferrer" target="_blank">
2171
2172
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
<img src=" data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAA8CAMAAACKPwIDAAAAPFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQLyYwAAAAFHRSTlNZADEJBE08VEhRHTYNP0MRKBcjLNrgQywAAAR2SURBVGjezNbRkoMgDAXQBBBEQKv+/7/uw06nm4C6151uuY+UsccklNJkzlKO1lNzOVX7Qwiz15sz1yFP/5/Sghj6QHIvkEcvkLEXCK29QFIvkNgLhJZeIPMlZHxmoLfGXkEcP7MmemO2a8grf2ubTyl5Oko5g+iSuaBHzP7MTCLRyjAzL4eQ4AAI6+awiHrdgesUUSIxdgaB7PpDELLIegrWgEC86jpaEfHwwJvYPwEQkkkoRPSiqAL5X0Oc10cOhCyqAjbKcT2FvJ7yiKTiQMiuvzdJ2Smk+O8MrSsTg7iqE5NcuXvXWBCyVu/vZJHzPYhhEDLKw1svPW5BEoMQ2/h3uMs1dwPiGYWYRj0ziaw4xDAMCeLM5Fa7EgoZVwYhelRjs0zRAZAwm8yMQ1Lz1p9UbxDIznwHEts/XkFOHtSauFscsunONHtD9hAyfXFeLzkMwjAQQI1wCPkICL3/XbvqokzksfGaz9MkwWaMlmCPxCHH/wPqrx7vu8xeo/tT8olCehZXFbv7aiESAgmMu6cJWW68IQZJ7sZB5hFYnBSCnOKtojakIz0CCfT0Sia0A6cAP0STH7IRCIbb/JAq/ipqQEgkFLJJoCqB9PejYpdI7QQy2XCrE3JJqFYC0Sxv/mvw7JdHZTiPcwiJhEO6eRd2kGxAjEg45CJDJizdIJBJJOqBZNKmILLGIJowEg4ZrEvhJiKQ2Yepc0gjswxeIjeDLBgJhazfRqxFW3EQBk7kEaC8/f9/3ZNA27trr2c9VipkyJBkkMrPiG8LrEQ4vhJJj/vg894bnytx3oDfZdC+ReT5OOB/rWX3TM/Qf+TmIJA1+rKr/YDpGO0huf977ITf0Cx2d9/z67bY8xM+pGXuxp7z2PWpTZa3XvfIPf9tRz8wFyH7CdndcC74SWSjC65rzIqh4IDqycQYDyNpT0S5Sl5GQK2Y9EKInqz09R3tUmuJlqwHqrmkzHJb4MpbkhmnXkdNUuzFl+AGzYg6r61t1VVHAAydf/Fs+XXMLSAaO6VBR+yPHeuUdwECXL6ENc9KO6R97eu4HsGaARcUMExCJwvXmng7ssR+glsmi0IOSSMyEUfOZPOBmQ0VdDXASHvLygNImQxzo4B+bbJFibQR0aiiU8WbipK3w2EY6nCmZTD6gSSCitGK9urQ81kUS4Qk+K5k6inPpMFGHEJEOI01opJLop6JuTPjHawQIXH+DxHpE18sQQUDqKps5yzRZCBrbu2We1++3yeRN7pOwU6JNKqbiFFkQhT43Cr1AeknkUker4tIhdli9mBEFJLU6BKMLXjdRJjRlMhaaVMiTYn05dta8X8TaWASh/dzWlEiLSJR1fqYgr6JmLwrbwhpC4QwiVEFQAkQIigJnFexBkQnuJc6qeBQjQUc49jCh1L0YieGmqb0kpkCHFbKENd3dof+GqgmQ4BHZZu4EDnN1HsfmLKLGpGiC5ic1nEmZqI3d3HHEGVGQV3nHc4r8QhpZUZMKycqDHizkhCmzAFURRiiVoFg/gB78SzbAV7tyAAAAABJRU5ErkJggg==" alt="RTA Только для взрослых">
2173
2174
</a>
2175
2176
</div>
2177
2178
<div class="rta_text">
2179
Все описываемые с рассказах персонажи вымышленные и старше 18 лет, согласно 18 U.S.C. 2257 RKRCS.</div>
2180
2181
</div>
2182
2183
<div class="col_right">
2184
2185
<p>
2186
Контакты и статистика</p>
2187
2188
Text not allowed.
<div class="info_list icon">
2189
2190
<div class="mail">
2191
2192
<div itemscope="" itemtype="https://schema.org/PostalAddress">
2193
2194
<span itemprop="email">
2195
2196
<span class="svgicon">
2197
2198
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2199
<path fill="#000000" d="M13.333 0h-10.666c-1.467 0-2.667 1.2-2.667 2.667v10.666c0 1.468 1.2 2.667 2.667 2.667h10.666c1.467 0 2.667-1.199 2.667-2.667v-10.666c0-1.467-1.2-2.667-2.667-2.667zM13.333 2c0.125 0 0.243 0.036 0.344 0.099l-5.678 4.694-5.677-4.694c0.101-0.063 0.219-0.099 0.344-0.099h10.666zM2.667 14c-0.030 0-0.060-0.002-0.089-0.006l3.525-4.89-0.457-0.457-3.646 3.646v-9.549l6 7.256 6-7.256v9.549l-3.646-3.646-0.457 0.457 3.525 4.89c-0.029 0.004-0.059 0.006-0.088 0.006h-10.666z">
2200
</path>
2201
</svg>
2202
2203
</span>
2204
2205
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="90f1f2e5e3f5bee8fcf9f2d0f7fffff7fcf5bef3fffd">
2206
[email protected]</a>
2207
2208
</span>
2209
2210
</div>
2211
2212
</div>
2213
2214
<div class="speedload" title="скорость загрузки страницы (кому как повезет :) )">
2215
2216
<span class="svgicon">
2217
2218
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2219
<path fill="#000000" d="M13.5 3h-8c-1.375 0-2.5 1.125-2.5 2.5v8c0 1.375 1.125 2.5 2.5 2.5h8c1.375 0 2.5-1.125 2.5-2.5v-8c0-1.375-1.125-2.5-2.5-2.5zM6.5 14c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zM6.5 8c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zM9.5 11c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zM12.5 14c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zM12.5 8c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zM12.949 2c-0.233-1.138-1.245-2-2.449-2h-8c-1.375 0-2.5 1.125-2.5 2.5v8c0 1.204 0.862 2.216 2 2.449v-9.949c0-0.55 0.45-1 1-1h9.949z">
2220
</path>
2221
</svg>
2222
2223
</span>
2224
2225
<span id="alltime">
2226
</span>
2227
2228
</div>
2229
2230
</div>
2231
2232
<div class="counters">
2233
<div>
2234
2235
2236
<!-- Yandex.Metrika informer -->
2237
Avoid specifying a new window as the target of a link with
target=_blank
.
Displaying new windows without warning can be very confusing to non-sighted and mobile users.
Some screen readers and mobile devices give very little indication a new tab or window has opened.
If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text
or add the warning to the link using a title
attribute or aria-label
attribute.
2238
<a href="https://metrika.yandex.ru/stat/?id=57518056&from=informer"
2239
target="_blank" rel="nofollow">
This link returns a 403 HTTP status code.
Link: https://informer.yandex.ru/informer/57518056/3_1_FFFFFFFF_EFEFEFFF_0_pageviews 403 Forbidden
Web servers return this code when access is denied to a URL.
Line 2240 Broken Link
2240
<img src="https://informer.yandex.ru/informer/57518056/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
2241
style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="57518056" data-lang="ru" />
2242
</a>
2243
2244
<!-- /Yandex.Metrika informer -->
2245
2246
2247
</div>
2248
<div>
2249
2250
<!--LiveInternet counter-->
2251
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js">
2252
</script>
2253
<script type="text/javascript">
2254
2255
document.write('<a href="//www.liveinternet.ru/click" '+
2256
'target="_blank">
2257
<img src="//counter.yadro.ru/hit?t45.11;r'+
2258
escape(document.referrer)+((typeof(screen)=='undefined')?'':
2259
';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
2260
screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
2261
';h'+escape(document.title.substring(0,150))+';'+Math.random()+
2262
'" alt="" title="LiveInternet" '+
2263
'border="0" width="31" height="31">
2264
<\/a>
2265
')
2266
</script>
2267
<!--/LiveInternet-->
2268
2269
2270
2271
</div>
2272
</div>
2273
2274
</div>
2275
2276
</div>
2277
2278
</section>
2279
2280
Section lacks heading.
Consider using h2
-h6
elements to add identifying headings to all sections,
or else use a div
element instead for any cases where no heading is needed.
<section class="" id="bottom_footer">
2281
2282
<ul id="menu-menyu-v-podvale" class="">
2283
2284
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy">
2285
<a href="/politika-konfidentsialnosti">
2286
Политика конфиденциальности</a>
Text not allowed.
2287
</li>
2288
2289
<li class="menu-item menu-item-type-post_type menu-item-object-page">
2290
<a href="/dmca-avtorskie-prava">
2291
DMCA / Авторские права</a>
Text not allowed.
2292
</li>
2293
2294
<li class="menu-item menu-item-type-post_type menu-item-object-page">
2295
<a href="/usloviya-ispolzovaniya">
2296
Условия использования</a>
Text not allowed.
2297
</li>
2298
2299
</ul>
2300
2301
</section>
2302
2303
</footer>
2304
2305
</div>
2306
2307
</div>
2308
2309
<style>
2310
#article-search-filter.pogoda {
2311
transition: max-height 350ms cubic-bezier(0.7, 0.3, 0.3, 0.7);
2312
max-height: 370px;
2313
}
2314
#article-search-filter.over {
2315
overflow: unset;
2316
}
2317
/*#article-search-filter.brdr {
2318
border-bottom: 2px solid rgb(51,51,51);
2319
}*/
2320
.filter_search_form {
2321
padding: 15px;
2322
margin-bottom: 0;
2323
}
2324
#article-search-filter {
2325
padding: 0;
2326
display: block;
2327
}
2328
.asf-wrap {
2329
padding-bottom: 35px;
2330
}
2331
2332
.search_sort_block .svgicon svg {
2333
width: 16px;
2334
height: 16px;
2335
}
2336
2337
.search_sort_block_flex {
2338
display: flex;
2339
width: 450px;
2340
margin: 0 auto;
2341
justify-content: center;
2342
}
2343
2344
.search_sort_flex_item {
2345
display: flex;
2346
justify-content: center;
2347
padding: 0 10px;
2348
}
2349
2350
.search_sort_flex_item label {
2351
color: #aaa;
2352
}
2353
2354
.search_sort_flex_item label {
2355
background-color: #fff;
2356
}
2357
2358
.search_sort_flex_item .svgicon svg {
2359
width: 16px;
2360
height: 16px;
2361
}
2362
2363
.search_sort_flex_item .svgicon svg path {
2364
fill: #666;
2365
}
2366
2367
2368
2369
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
2370
2371
.multiselect .multiselect__tags {
2372
border: 1px solid #aaa;
2373
border-radius: 2px;
2374
}
2375
2376
.multiselect .multiselect__tags {
2377
min-height: 32px;
2378
padding: 1px 40px 0 9px;
2379
background-color: #f9f9f9;
2380
}
2381
2382
.multiselect__select {
2383
height: 0;
2384
}
2385
2386
/*#header .multiselect__tags .multiselect__input {
2387
border: none;
2388
}*/
2389
2390
2391
.multiselect .multiselect__tags {
2392
border: 1px solid #aaa;
2393
border-radius: 2px;
2394
}
2395
2396
.multiselect .multiselect__input[type="text"] {
2397
border: none;
2398
}
2399
.multiselect__tag {
2400
background-color: #5e6264;
2401
font-size: 15px;
2402
margin-bottom: 0px;
2403
padding: 3px 26px 4px 10px;
2404
position: relative;
2405
top: 3px;
2406
}
2407
.multiselect__tag-icon {
2408
width: 24px;
2409
}
2410
2411
.multiselect__tag-icon::after {
2412
color: #fff;
2413
font-size: 24px;
2414
line-height: 24px;
2415
}
2416
2417
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
2418
background: none;
2419
}
2420
2421
.multiselect__tag-icon:focus::after, .multiselect__tag-icon:hover::after {
2422
color: #e4e4e4;
2423
}
2424
.multiselect {
2425
min-height: 32px;
2426
}
2427
.multiselect__select {
2428
height: 32px;
2429
}
2430
.multiselect .multiselect__tags {
2431
min-height: 32px;
2432
padding: 1px 40px 0 9px;
2433
background-color: #f9f9f9;
2434
}
2435
.multiselect .multiselect__input[type="text"] {
2436
background-color: #fff;
2437
box-shadow: none;
2438
/*padding: 0;
2439
margin-bottom: 0;*/
2440
position: absolute;
2441
left: 0;
2442
top: 40px;
2443
height: 46px;
2444
}
2445
.multiselect .multiselect__input[type="text"]:focus {
2446
border: 1px solid #aaa;
2447
border-radius: 3px 3px 0 0;
2448
}
2449
.multiselect__content-wrapper {
2450
top: 85px;
2451
}
2452
.multiselect .multiselect__placeholder {
2453
margin-bottom: 0;
2454
padding-bottom: 10px;
2455
height: 28px;
2456
}
2457
.multiselect .multiselect__content-wrapper {
2458
border: 1px solid #aaa;
2459
}
2460
.multiselect .multiselect__single {
2461
padding-top: 5px;
2462
margin-bottom: 4px;
2463
background-color: #f9f9f9;
2464
}
2465
</style>
2466
2467
Text not allowed.
<style>
2468
#header .bottom{}
2469
#header .bottom{height:100px;overflow:hidden;}
2470
</style>
2471
2472
2473
Text not allowed.
<script type="text/javascript">
2474
2475
window.sideDynamicPopupTop = '220px';
2476
</script>
2477
2478
2479
Text not allowed.
<style>
2480
.to-top-bg{display:none;position:fixed;text-align:center;top:0;left:0;bottom:0;padding:20px 17px 0 15px;cursor:pointer;z-index:99;transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;}
2481
2482
.to-top-bg >
2483
span{font-size:12px;padding-left:20px;color:#555;font-weight:bold;opacity:0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;}
2484
2485
.to-top-bg:hover{background-color:rgba(115,17,104,0.35);color:red !important;}
2486
2487
.to-top-bg:hover >
2488
span{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;color:#aaa !important;}
2489
2490
.to-top-bg:before{content: "";position: absolute;width: 0;height: 0;top: 24px;left: 16px;border: 7px solid transparent;border-bottom-color: #aaa;}
2491
2492
.scroll-top {font:12px Trebuceht MS,sans-serif;}
2493
2494
.mobile-scroll-top,.scroll-top {display:none;position:fixed;right:10px;bottom:40px;width:50px;cursor:pointer;color:#777;text-align:center;z-index:99;}
2495
2496
.scroll-top span{margin: 5px 0 0 0;display: block;}
2497
2498
.mobile-scroll-top{opacity: 0.5;bottom: 150px;}
2499
2500
.mobile-scroll-top:hover{opacity: 1 !important;}
2501
2502
.scroll-top:hover {color:#aaa;}
2503
2504
.scroll-top.scrollToTop svg {
2505
width: 30px;
2506
height: 30px;
2507
}
2508
.scroll-top.scrollToTop svg path {
2509
fill: #777;
2510
}
2511
.scroll-top.scrollToTop:hover svg path {
2512
fill: #aaa;
2513
}
2514
2515
.mobile-scroll-top .svgicon svg {
2516
width: 30px;
2517
height: 30px;
2518
opacity: 0.5;
2519
}
2520
2521
@media only screen and (min-width:950px) and (max-width:1150px){
2522
.scroll-top{display:none !important}
2523
}
2524
2525
@media only screen and (min-width:950px) and (max-width:1350px){
2526
.to-top-bg{display:none !important}
2527
}
2528
2529
@media (min-width: 1024px) {
2530
.to-top-bg.elshow, .scroll-top.elshow {
2531
display: block;
2532
}
2533
}
2534
2535
@media (max-width: 1024px) {
2536
.mobile-scroll-top.elshow {
2537
display: block;
2538
}
2539
}
2540
</style>
2541
Text not allowed.
2542
<div class="to-top-bg scrollToTop">
2543
2544
<span>
2545
Наверх</span>
2546
2547
</div>
2548
2549
<div class="scroll-top scrollToTop">
2550
2551
<span class="svgicon">
2552
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2553
<path fill="#000000" d="M8 0.5l-7.5 7.5h4.5v8h6v-8h4.5z">
2554
</path>
2555
</svg>
2556
</span>
2557
2558
<span>
2559
К началу</span>
2560
2561
</div>
2562
2563
<div class="mobile-scroll-top scrollToTop">
2564
2565
<span class="svgicon">
2566
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2567
<path fill="#000000" d="M8 0.5l-7.5 7.5h4.5v8h6v-8h4.5z">
2568
</path>
2569
</svg>
2570
</span>
2571
2572
</div>
2573
2574
2575
<script async src='/js/services/scrollToTop.js?v=140'>
2576
</script>
2577
<style>
2578
</style>
2579
2580
2581
<script async src='/js/services/copyright.js?v=140'>
2582
</script>
2583
2584
2585
<style>
2586
.box-before-closing {
2587
position: fixed;
2588
z-index: 9999999999;
2589
}
2590
.box-before-closing .popup {
2591
position: fixed;
2592
top: 30%;
2593
padding: 20px;
2594
background: #fff;
2595
border-radius: 3px;
2596
z-index: 9999999999;
2597
left: -9999px;
2598
visibility: hidden;
2599
}
2600
.box-before-closing .popup .title {
2601
font: 24px 'Ubuntu Condensed',sans-serif;
2602
line-height: normal;
2603
text-align: center;
2604
line-height: normal;
2605
margin-bottom: 15px;
2606
text-transform: uppercase;
2607
color: #000 !important;
2608
}
2609
.box-before-closing .popup .title {
2610
font: 24px 'Ubuntu Condensed',sans-serif;
2611
line-height: normal;
2612
text-align: center;
2613
line-height: normal;
2614
margin-bottom: 15px;
2615
text-transform: uppercase;
2616
color: #000 !important;
2617
}
2618
.box-before-closing .layout {
2619
top: 0;
2620
position: fixed;
2621
width: 100%;
2622
height: 100%;
2623
background: rgba(0,0,0,.6);
2624
display: none;
2625
left: 0;
2626
}</style>
2627
2628
Text not allowed.
2629
<script async src='/js/services/boxBeforeClosingAdult.js?v=140'>
2630
</script>
2631
2632
2633
<style>
2634
</style>
2635
2636
2637
<script async src='/js/services/scrollFix.js?v=140'>
2638
</script>
2639
2640
2641
<script defer src="/js/main.js?v=11">
2642
</script>
2643
2644
2645
2646
<!-- BigClick -->
2647
2648
2649
<script type="text/javascript">
2650
if(typeof bc_blocks=="undefined"&&window.bc_blocks===undefined){var bc_blocks=document.getElementsByClassName("bigClickTeasersBlock");if(bc_blocks.length){var bc_blocks_ids=[];for(var i=0;i<bc_blocks.length;i++){var bc_el_id_str=bc_blocks[i].id;var bc_el_id=parseInt(bc_el_id_str.substring(bc_el_id_str.lastIndexOf("_")+1));if(bc_el_id>
2651
0){bc_blocks_ids.push(bc_el_id)}}if(bc_blocks_ids.length&&bc_blocks_ids.length<5){var bc_scr=document.createElement("script");bc_scr.src="https://futureocto.com/lhzbsrfkjf/js/"+bc_blocks_ids.join("/")+"?r="+encodeURIComponent(document.referrer)+"&"+Math.round(Math.random()*99999);bc_scr.setAttribute("async","");document.body.appendChild(bc_scr)}}}</script>
2652
2653
2654
2655
2656
2657
2658
Text not allowed.
<style>
2659
.body_msg_wrap.slide {
2660
top: 0;
2661
}
2662
.body_msg_wrap {
2663
position: fixed;
2664
left: 0px;
2665
right: 0px;
2666
color: #FFF;
2667
font-size: 16px;
2668
min-height: 52px;
2669
line-height: 48px;
2670
width: 100%;
2671
z-index: 10000000000;
2672
top: -52px;
2673
transition: top 300ms;
2674
}
2675
.body_msg_success {
2676
background-color: green;
2677
}
2678
.body_msg_fail {
2679
background-color: #f00;
2680
}
2681
.body_msg_wrap .body_msg {
2682
width: 100%;
2683
margin: 0 auto;
2684
cursor: default;
2685
text-align: center;
2686
position: static;
2687
font-size: 18px;
2688
font-family: Verdana;
2689
text-shadow: 0px 1px 0px #000;
2690
}
2691
.body_msg_wrap .body_msg .body_msg_close {
2692
cursor: pointer;
2693
height: 19px;
2694
position: absolute;
2695
right: 10px;
2696
top: 50%;
2697
width: 19px;
2698
margin-top: -10px;
2699
}
2700
</style>
2701
Text not allowed.
2702
<div id="vPopup" class="body_msg_wrap" :class="{'body_msg_success': type == 'success', 'body_msg_fail': type == 'fail', 'slide': message.length >
2703
0}">
2704
<div class="body_msg">
2705
*{ message }*<div class="body_msg_close">
2706
</div>
2707
</div>
2708
</div>
2709
2710
2711
<script defer src='/js/services/vuePopup.js?v=140'>
2712
</script>
2713
2714
2715
2716
2717
<script type="text/javascript">
2718
var fired = false;window.addEventListener("scroll", () =>
2719
{if (fired === false) {fired = true;setTimeout(() =>
2720
{window.dataLayer = window.dataLayer || [];
2721
function gtag(){dataLayer.push(arguments);}
2722
gtag('js', new Date());
2723
2724
gtag('config', 'UA-158370879-1');}, 1000)}});</script>
2725
<!-- Yandex.Metrika counter -->
2726
Text not allowed.
2727
<script type="text/javascript" >
2728
2729
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
2730
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
2731
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
2732
2733
ym(57518056, "init", {
2734
clickmap:true,
2735
trackLinks:true,
2736
accurateTrackBounce:true,
2737
webvisor:true
2738
});
2739
</script>
2740
Text not allowed.
2741
<noscript>
2742
<div>
Omitting
img width
or
height
attributes makes the page layout jump about as images load.
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img
tag matching the image dimensions.
In responsive layouts, specifying width
and height
prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
2743
<img src="https://mc.yandex.ru/watch/57518056" style="position:absolute; left:-9999px;" alt="" />
2744
</div>
2745
</noscript>
2746
2747
<!-- /Yandex.Metrika counter -->
2748
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158370879-1">
2749
</script>
2750
2751
</body>
2752
2753
</html>
2754