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
История поиска по архиву сайта SL</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
287
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="История поиска по архиву сайта SL, на сегодня (14.11.2022) база насчитывает 75283 рассказа. На странице собраны все запросы к нашей базе (уже собрали 519 запросов), чтобы у вас была возможность найти среди огромного количества секс рассказов, ту историю которая может вас заинтересовать." />
11
12
13
14
<meta name="article_count" content="75281" />
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="История поиска по архиву сайта SL" />
35
36
<meta property="og:description" content="История поиска по архиву сайта SL, на сегодня (14.11.2022) база насчитывает 75283 рассказа. На странице собраны все запросы к нашей базе (уже собрали 519 запросов), чтобы у вас была возможность найти среди огромного количества секс рассказов, ту историю которая может вас заинтересовать." />
37
38
<meta property="og:site_name" content="SL" />
39
40
<meta property="og:url" content="http://sexlib.top/srch" />
41
42
<meta property="og:image" content="http://sexlib.top/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="История поиска по архиву сайта SL">
54
55
<meta name="twitter:description" content="История поиска по архиву сайта SL, на сегодня (14.11.2022) база насчитывает 75283 рассказа. На странице собраны все запросы к нашей базе (уже собрали 519 запросов), чтобы у вас была возможность найти среди огромного количества секс рассказов, ту историю которая может вас заинтересовать.">
56
57
<meta name="twitter:url" content="http://sexlib.top/srch">
58
59
<meta name="twitter:image" content="http://sexlib.top/images/background_img_b_600x340.jpg">
60
61
62
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
63
64
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
65
66
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
67
68
<link rel="manifest" href="/site.webmanifest">
69
70
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
71
72
<meta name="msapplication-TileColor" content="#ffffff">
73
74
<meta name="theme-color" content="#ffffff">
75
76
<link rel="canonical" href="http://sexlib.top/srch" />
77
78
<link rel="stylesheet" href="/css/design.css?v=285" type="text/css" media="all" />
79
80
<script type="text/javascript">
81
82
window.serverTime = 0.25;
83
window.browserTime = 0;
84
window.start = Date.now();
85
window.addEventListener("load", function(){
86
var end = Date.now();
87
var diff = end - window.start;
88
window.browserTime = diff / 1000;
89
let allTime = window.browserTime + window.serverTime;
90
document.getElementById('alltime').innerHTML = window.serverTime + ' - ' + window.browserTime + ' - ' + allTime.toFixed(2);
91
});
92
</script>
93
94
95
96
97
<div style="display: none;" class="empty-A74BE">
98
</div>
99
100
101
<div style="display: none;" class="empty-A74BE">
102
</div>
103
104
<
Syntax errors in the
head
of the document prevent reliable extraction of meta tags and page titles.
The HTML 5 parsing algorithm specifies that unexpected characters or non-head elements like img
or div
end the head
element and start the body
element meaning some meta data may be ignored.
Unclosed title
elements cause similar problems.
Stray end tag
head
.
/head>
105
Syntax errors in the
head
of the document prevent reliable extraction of meta tags and page titles.
The HTML 5 parsing algorithm specifies that unexpected characters or non-head elements like img
or div
end the head
element and start the body
element meaning some meta data may be ignored.
Unclosed title
elements cause similar problems.
106
<body itemscope itemtype="http://schema.org/Article" class="bia-wrap">
107
108
109
110
111
<div class="wrapper sticky_footer">
112
113
<header>
114
115
<div id="header">
116
117
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">
118
119
<div>
120
121
<div class="logo_wrap">
122
123
<div itemscope itemtype="https://schema.org/Organization" itemprop="publisher">
124
125
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://sexlib.top" rel="nofollow">
126
127
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
128
129
<img itemprop="url image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOYAAABQCAYAAAAN+QnTAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAtraVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI2VDE5OjQzOjQ1KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA4LTI5VDExOjQzOjAxKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOC0yOVQxMTo0MzowMSswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODUzYTA0MDYtMWNhNS1hOTQ2LTg3NjEtY2VhMDc3OTc2ODMwIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTkxZjFiYWQtZjhjZi03NjQxLWExOWYtMDI5ZjVhODkxOTkwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzkyZDM0NWUtMjdkMC1jODQzLTk1ZDUtYzAwNDNhNWEzYThmIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249Ijg4MyIgZXhpZjpQaXhlbFlEaW1lbnNpb249IjMwNyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzkyZDM0NWUtMjdkMC1jODQzLTk1ZDUtYzAwNDNhNWEzYThmIiBzdEV2dDp3aGVuPSIyMDIwLTA5LTI2VDE5OjQzOjQ1KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwZWViYmJhLTU2ZWItZDQ0Mi1iZmQ0LWFmMWQwNDNiNmQxYiIgc3RFdnQ6d2hlbj0iMjAyMi0wNy0wNFQxNDoyNToyMiswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMzg4MWEyZi04ZjE1LWFlNGEtODY5Ny01YWVkMDQ1YTEzNTUiIHN0RXZ0OndoZW49IjIwMjItMDgtMjlUMTE6NDM6MDErMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjg1M2EwNDA2LTFjYTUtYTk0Ni04NzYxLWNlYTA3Nzk3NjgzMCIgc3RFdnQ6d2hlbj0iMjAyMi0wOC0yOVQxMTo0MzowMSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjM4ODFhMmYtOGYxNS1hZTRhLTg2OTctNWFlZDA0NWExMzU1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YWFlMzUyNDMtOTQ2ZC00ODQyLTlhMDQtNjA2NTNmZWI1NjY2IiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzkyZDM0NWUtMjdkMC1jODQzLTk1ZDUtYzAwNDNhNWEzYThmIi8+IDxwaG90b3Nob3A6VGV4dExheWVycz4gPHJkZjpCYWc+IDxyZGY6bGkgcGhvdG9zaG9wOkxheWVyTmFtZT0iWCIgcGhvdG9zaG9wOkxheWVyVGV4dD0iWCIvPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9InNlIiBwaG90b3Nob3A6TGF5ZXJUZXh0PSJzZSIvPiA8cmRmOmxpIHBob3Rvc2hvcDpMYXllck5hbWU9ImxpYiIgcGhvdG9zaG9wOkxheWVyVGV4dD0ibGliIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7WL9hFAAATB0lEQVR4nO2de5QU1ZnAf1XM+wHD+y2IgIgEB3SzEFyNxESDb01ETTZrB/d0SDaRGGPW4yYxuskmy3qMSYx2Vu2Nj3UjROMazGrcZXxEgyQygSgCAUTkDTOMOMwwA137x9c9/arquvXonkbv75w+VFfdun3p6a/uvd/TsCwLTfFobW310nwAcB/wOeA9YCXwXWC1l06am5u9NNeUIWZ/D0DTxzBgPXAt8ncZCFwCvAq8CIzut5FpSo4WzPLAAJ4DpjhcPxP4PVBRshFp+hUtmOXBPcBpLm1OAM4owVg0ZYB+AtuwdtZigOuABUBHgK72Eo9+w6XN5UBUsb9LkJmzIGtnLT4X+Ixin7kYwBDgH4C3Z665x2c3miBowXSmCrgMOBqgj31mJPaDRDza5nC9Efixh/4mK7ZbCHzWQ7+ZVADvAgmf92tCQC9lnfkponipCPAaDawo8BnfB8Z4GJOrAsiMxC5EZnu/YyZ5/zsexqUJGS2YhTkHMVsEYY4Zif2jzfnBwMc89jUP+LTTRTMSqweWeewzl7tC6EMTEC2YhTkMXBpCP/9iRmIfyjlXhb9ZqaHAtceBGh99pngTWBLgfk1IaMF053+Bn4TQz9M57/cggu+1j7jdBTMSuw74hI9xZXJ+wPs1IaEFU40vA38J2Mc4MxK7L+fcyR77sN2vmpHYWODffY0qzXXAtoB9aEJCC6Y6Ycwmi8xI7KLk8TXAVMX7fg/MAh5yuP7rgON6Erg/YB+aENGCqc5mxLYXlGVmJNYAXO3hnlHI0vdQ7gUzEvsm0BxgPO3ApwLcrykCWjC9cTfw24B9VFsL5/4Jb/vBicBOxGe2j6RC6baA41lAMFutpghowfTOZUCn35utS8/AOn/mJEQr65UzgfkZ74MuYW9HwZNIU3oqPIYlAYwHxgETENV9I+LG1YPY/PYBbwHbEQ+S4494FDMSc7raiZhQvM+cJ4+GCcMwHnwR66PT4YShfkbXBGBGYncj/rN++QPwrQD3a4qIikteBeKjuQCYA0xDbaZtAzYArwAtiNnBi3mgGYlFTAClChqtBO5AIj0K8RzwI+Aryj0byX9X/QVmnwgVvhcrM81IrA34ot8OkO/zAr83t7a2XoxocU3sXfdM5AG2iOAOGoU4Dfgezr+RCmSScPuuGoAHgDrCcUU0kP9/R/K1AdHqr0FxsiokmA3A15Evd6yPwQ0B5iZfNyAz6f8gX0CLwv0TkYdBqXkWd8EEuB7R1KppVk0TNuzCqK3COusUGDNY5a4u5IdSn3Hu29Z159xs3LdS6WMdWAjsDXD/6cBFrq3gSxRXME/A/TdyBHfBrKGAR1WIHAReQLTgD1Jgb+/02L4KkfBv4U8o7RgO/C0Slf8c7uYH3/u4gHiJJvmkcstjyQdxVw/G8lXQeUTlrnbg7dyT1rypVYnbPgXVvmIQHiK4y127QptDwLGAn+OGygpsq0KbYxT3AZKiCbgYMU1tQVYdttgJ5lLgUWBkMUaW5GPAnUXsv1RsARZ7vclqqlNtWoekG8ln/FAS/3QZVHkSzh1I2hJN/zMecQr5hd3FXMG8E7ix2CNKcnuJPqfY3Iss0ZUxdndAXbVK01pkT2I/84wbgjXVU8YR7XJXflyJrCKzyBTMyymdA3Mb8J8l+qxScAUelkLWwNq0Mqgw1cj+J8+xIIVxwPFSLl8H/qzaWFNSPkrOCjIlmFXIZtQr+5Dl0Q7EAN6jeF9Qv85i0uTjnsOIfVON+pzZcvMejBWtTq2r6eqx10pv3Qe7Dqp84gvAv6kOT9MvLCEjED61Qfl7sjV/hViefK1FNtYpLYaBuI6NQ0wd85C9pJ3y6G5vY3ZkP+llpNocVJhq4I8+730OyUbwZbeGRus2rIOd0CRfudHVi7F8FdbkkWLrzCSRGMjBw4OpzfdHMB5T8g3oBi5UaagpSC9ivz6g0HYgImR/hSxVVWVrMfA1SAtmROGmY4iK/DcO1y1k1tyJRP7/DLELXoIoHFLq9ZWI80EYrEM0veXCV4DzcDOhNNZAQ236/V5RBBtP/gHrpjwrxAiO9MLRRJbt0/jRMxhv7lQZ06UUWAprlDlGfuheIX6LJFm7GQkbVPFHPjt1YCKR9LMUbroGZ6F0oheZXS9GnBN+g6TsCAslDUqJcbe9Gkb27v6NHXJ6/U7YtDu7rWkaVAyAjmzLgHFYydzyE+AZlYYaV1IrQq/sQWykKiuxiSRdNU0kJtDNDWUb8JiPQWWyCvnRLg/YTyZhLF/DZjNuJpTaKnE4ANjTgfFa2tRmrN6S376+GnqybdHWSa7WrE0oLKs1JeO7Cm2qERMZZurABaU1k6aPeymwurCGN/YdG9v2ZzuTvWOTUK9yACRyPMXGunoOnec6Sk0p2aDQ5ghJpwknX8dcZuAvGuKDzOU47O2MHe19gmZNH0umYsd2iVpbBQkr7T0EWOMLOsB/ATWPF03pUFEA7SBp2TAR/z03GoH/RgunF7pxSuS1/xBGa9LTrqEG6/QT+y5Zwwfmtx+QXPZm2izHD4WRg+x6XwE4hsZo+o0rFNq8kjowkcxoKj6H5wEbEXtLkHCjMCm2L2ZQ/g9JB5nPmzvSxzPGpY9nT7Tvqake3u3OOmVNydNFdODFnqrxit/Ik7moedT9LHVgIk/2FsUPmIB4KGxFtH03ILaaSi+jDJGyD/ROxKNLsNlfGBvT2ldrwnA5GDsEa65DXaHGGjCNPtMKAJPzFEAXJOLR3kAD1jhh4T0iZwISCPIyTj7PaZ4BXku9Sdkxl+ItxMpEUmOk0mPsTnb6MvASooHttr81VGYjM34Q7WwFotKeT/HG/EnE4T3Ntv2w/YAsSQfXwegmrKvmyrWUMij3fzVioHj6jJAlrDV5ZGaT7yXi0d8VY/AaQCafR5GoJ6cJ4Riy3WtAKrfl5hJ24jA5OaBSgtmChAL5jUkbhQh2Srj3II4EK5AnwT6f/bpRg/cUkHZMooizbyIe3WpGYl9AtLV9GC9vwlo4FCoHkLjpIkhFnew+CEPqoTpnIdJQI9Ekuw7C6CYYO0S0szva1yTi0VuKNX4NIDPeVUXo913gb8gJpcv8MV6Jx8rFBRiJ/CceQiLIl+MldrH07KXIWRIS8WiMnCgU45VNYp80zbRQtnfCkd58oUwxdgi82yVtAGvWROifgHJNMBLInnIQ4t6aRe4sMQfRvoZJHaKRehpxUzol5P6PJy4jMwql4zDGSznbz+7etJDaUWHC0AbYIQ9Ya0HzrkQ8utv5Bk0Z041DBbdcwUwgvq1LkNCssDkXeJ3SpHEoOxLxaDfiM5zWgueaPHqPucdqDmsUp4MjR7uprRqN7LU1xxcm4lu9CfgPcmrOOO2r7kIk+XrCT29oIO59xViv+6VkPreJeLQFUZDBlFFYp47LbmAq6rEaa+HosZS5qLZgW02583dIQEZfaFEhhUc7kgluLjATMY08jZpDggqPol6ItdjUUyK/WzMSOxsJicP60Pj8BgNMtXxAlgVVFfUkEj1Aa6iD1DhxGNmKdLq8DuE9ifZkxJpRAWrpK0GkeR1iwxyECOtHkv/ORjLi+eEe4OM+7wVZFkcRofIrWAOQtX7RzTvJ+pUrSLlnTbYJVqithI4uGOziwWVZUDkAo+WNKuPnL45PxKNvhj5gTSZHEJv9btw1+AlkFTYQmI48iCO4y8l4RCH0eT9p1joQ7WJKwzgQ+DBS5PXjycGrci4SWO23evFe4Hiy3f2KlFBWV2BlJnxu7xTFz/BGjHfasHa2F05xWVUhM2vrNpC/xcSijVoDorXfiLeZcBfiXPIEkv/2ftzrrUaA28Kw3b2LRO/fggjomcgPUJUgM2aQIq0lxYzEliAPImFoY3aKkboqmfPbOrHGDpGok/YCGTzra+BwD0ZbJ8AEmxJ/mnAxgGEB7m9DtPLrFdpeWwyj+u+SA1DNtheGg0BZkyz+k5VsyRqUYxKproRRTeLdM7geo2U9xi9fde7UAKxEZpzmIjMSuzS8UWuKxFKFNmcV09f0DtQyHnwQNIr530NuQq5Meo/Bxl0Ym11cM987AvuyMu4vMyMxv/t9TWlQmTFPzBTMavwrcZx4SqFNOWYhCA0zEnsEu4Rkdc4RdMaGXXJwsLPPw8e23XvdEqeZpgJveWk0pUcldLIuUzCvQIydnw9xENMV2hwM8fPKjWuSr3wKCCbrkyFh3b2F01Natl6Efw18U214mn7gbPcmJDIF84vIjHk/ErAZtMrwONSEvDXAZ5SqCpgfRgOPOF5tdF7BGynBBIytzv7/VpOjSeU2+t8byOJ4LcNYPEaTTE/pQltKMGeSNHonmYNEm2wEbkW0rV44H3GIV8knpFJZy4lyroRcODtdo4NC+cAheCtDGDfucu6jcN2S/l7SGojNO3Uc5FVJ/295LMSG6ZcLkUx5tmkncng99Ze91aHBFODbydeWZMevIxvYA6QrctUh1bxOQ5I8qwrywwR7qs6iOHbMuwiWFXApbrF4dilESAZQW+xDwuauNLbsc14WVBSMvR2JFKxZ6DLWYtGArIaOEjykrhKpFHBzwH6CMABxZtlP4cQAFuJgUIfMkCciy1cv1odlFUgspUo6iknJV5gO6EG/6EbEAylsvFeLTjMfN1ORaWCNcnhwrtsO8NVEPPqIGYnNZm/HZHa0SbiXd65EajH2R50YA/FkCYuTQuzLD5XkxNMWiX3AMhP4YQk+zI7r8e/xU2wO+ryvHpWwuZGD+sojZNHVg7Fu++pEPJramy4AMLY4mE06lbwI7bXCxx8H+3sAJeLTIEuMeS4Ni8G9iIP8+42nUEhTaI1usj1vrNsO73X3lWBPxKObgBvZYq8AMnYr19jt7/2mRo0bgOdBBPMjwM9L+OHfwUex1+OAryH+wu44LUu7e+9PxKNZUpiIR+9g/6E3bNsXUgxlMxP4gWpjTck5jNTg6fMOM5ECP9ciCpuH8Z+iz40/IvuvW4vUf38yAy9l7qbbrCy7enqts6Z91bb9nMmftT3f6yl7502IH7OmfDgGPABMQ2Svj0xt2WpEaiciGQxWEo45YiViZD8Dm8q5BWh0b1I0hntsr15ReuxgrGlj8s8bxg9xyNxuzZu6jiNH2/Mu2Cd8LsQKwkna7fX7CQM7RZLKb2SaQpsBiBa5FOxFXDSvRzS2i7CpfmdnCNuOmAvuAsYgYVynIzUvxyGCW0/+H7gH2aBvRlJKrkISHm/y+R/4E7Ls7Q+8lG5/GA/KFWuejdb8SO8+aioLZbk7SnXFGmTFkaawucSOgcDjBK+X+Tzy2yglz9uc24ik5SiEynq/C8leX4xMFkcRE8vbydefkSJdBXGLx9yJqNufRP4QYxC19UDES6gesdscQoTyACKIW1DL7l6IzZT/svdq4DPKrRtrsM6x8VKsrlyMlCwsxC/IFcxhvh7yFyC1TXyr/pubm58FnvV7f4i8gVptVzc6ke+kbDAse3/LDzRrZynppsbi0dxjnTczndQ5RcJ6GdNQ0YxXIA+rdHmKA4cwb/RtopyEQuGhmWvu8du/JgBlX2KgjFnh+Y6ZNiVfTEN15joKvJh1ZmgjZGZB8IYuaFvGaMH0x1LE/VCdoY1Yp+RtRQ/gLdtDa+4J62TfW70pSMVpTRmiBdM77i53NlgnjbBzw34eB02sA+vyzpwSSAfzJSTgQFNmaMH0Rh1qwd/52Hv7eI2sycuEZ/lfyqb4Ff1rmtLYoAXTG0+hFsqWzxBbDarXfd4uckOPhjbC8EByVQ38OkgHmvDRgqnODeSaK7yQn7GghdzSfO70AGvyztoLvRfOwsfyXFM8tGCqcSqSXCxMnvB5X16aSuvDJz0YcCwgCq0ZIfSjCQEtmGoENi1YQxoys6O1IYG/fngc8TtO9z3/1LV4c3d0QiWroaYEaMF05yGCxzNuYNKIFzLeP0Cw+MLc7AqDkWD3oGXex1HaSCONA1owC3M1YB/Z4Y2LSKdhgZxIAh88RnYUUHUiHu0gnDQinyN4IjZNQLRgOjOOcFJyfCMZ8JyK0dqKOOgH4S2yl9eNAIl49AngvwL2DSL4I0LoR+MTLZjOtITQx2uJePRfk8epfJXO+Si9kWlPzcyacA3Biw4bhLNn1fhEC6Y99xI8+VMXcHHG+9QMFFa2+8zojp7UQSIetZCq4EGZTviaaI0ifsrwfRBoQ8KsugL0sQdIZW6uRmqJghQonYWdPdIbm5F41/nkmzleAn6KX2cIoQ5v7oKaENFhX0WmtbUVJEo90/54OvBaCN3/Erg8eXwqEp9Ic3NzCF1r+hO9lC0+S8kWym5sUkn4YAZpoTwK5Kce0Ry3aMEsPgeQKtwpTML53jOjQirQFaXfV2jBLD7fB/45430VqmkuC5MbRKae4kRT9mjBLA2rc97fSfAy9Q+TrZxahJ413zdorWxpGIQoex5FzCUbyDBx+GQXkt4k5aVTg9RcuR3/friaMkELZmnYjWRqbwm53xZgKuKeNxx4lbSJRnMcowWzNLxapH4PALegA53fd/w/AqhCiL/E0mcAAAAASUVORK5CYII=" alt="sexlib Секс рассказы про реальные истории из жизни">
130
131
</div>
132
133
<meta itemprop="name" content="sexlib Секс рассказы про реальные истории из жизни">
134
135
</a>
136
137
</div>
138
139
</div>
140
141
<div id="slogan">
142
</div>
143
144
<div class="clearboth">
145
</div>
146
147
</div>
148
149
</section>
150
151
<div id="header__menu">
152
153
<ul>
154
155
<li>
156
157
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>
158
159
<span class="svgicon">
160
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
161
<path fill="#000000" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z">
162
</path>
163
</svg>
164
</span>
165
<span>
166
Меню</span>
167
168
</a>
169
170
<ul>
171
172
<li :class="{'active':url('/')}">
173
<a href="/">
174
Главная</a>
175
</li>
176
177
<li :class="{'active':url('/genre')}">
178
<a href="/genre">
179
Жанры</a>
180
</li>
181
182
<li :class="{'active':url('/srch')}">
183
<a href="/srch">
184
История поиска</a>
185
</li>
186
187
<li :class="{'active':url('/dobavit-rasskaz')}">
188
<a href="/dobavit-rasskaz">
189
Добавить рассказ</a>
190
</li>
191
192
</ul>
193
194
</li>
195
196
<li :class="{'active':url('/bookmarks')}">
197
198
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">
199
<span class="svgicon">
200
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
201
<path fill="#000000" d="M4 2v14l5-5 5 5v-14zM12 0h-10v14l1-1v-12h9z">
202
</path>
203
</svg>
204
</span>
205
<span>
206
В закладках:
Attribute
:v-html
not allowed on element.
<span v-html="favouritesCount">
207
0</span>
208
</span>
209
</a>
210
211
</li>
212
213
<li :class="{'active':filterLarge}">
214
215
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">
216
<span class="svgicon">
217
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
218
<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">
219
</path>
220
</svg>
221
</span>
222
<span>
223
Фильтр</span>
224
</a>
225
226
</li>
227
228
</ul>
229
230
</div>
231
232
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">
233
234
<div id="article-search-filter" :class="{'pogoda':filterLarge,'brdr':brdr}">
235
236
<div class="asf-wrap">
237
238
<div class="filter_search_form">
239
240
<div class="filter_search_title" title="Поиск по базе с возможностью фильтрации и сортировки">
241
Поиск по базе с фильтром по: жанрам, лайкам и фразам</div>
242
243
<form action="/search" method="GET">
244
245
<div class="article-search_form-group">
246
247
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 1.73 with
color: rgb(197,197,197);
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
<label>
248
Жанры для поиска</label>
249
250
<div class="swrap">
251
252
<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">
253
254
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 1.73 with
color: rgb(197,197,197);
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 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 slot="noOptions">
255
введите запрос в строку поиска</span>
256
257
</multiselect>
258
259
</div>
260
261
</div>
262
263
<div class="input_group">
264
265
<div class="articleSearch_likes_group">
266
267
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 1.73 with
color: rgb(197,197,197);
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
<label>
268
Лайки от</label>
269
270
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">
271
272
</div>
273
274
<div class="articleSearch_query_group">
275
276
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 1.73 with
color: rgb(197,197,197);
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
<label>
277
Фраза для поиска</label>
278
279
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()">
280
281
</div>
282
283
</div>
284
285
<div class="icon sort_group">
286
287
<div class="sort_block">
288
289
<div class="search_sort_title">
290
291
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 1.58 with
color: rgb(197,197,197);
background-color: rgb(245,245,245);
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
<label>
292
Сортировать по</label>
293
294
</div>
295
296
<div class="search_sort_block search_sort_block_flex">
297
298
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'relevancy'} ">
299
300
<label>
301
302
<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)
303
<input type="radio" value="relevancy" v-model="filter.sort">
304
<span class="svgicon">
305
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 17 16">
306
<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">
307
</path>
308
</svg>
309
</span>
310
</div>
311
312
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>
313
релевантности</div>
314
315
</label>
316
317
</div>
318
319
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'like_count'} ">
320
321
<label>
322
323
<div>
324
325
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">
326
327
<span class="svgicon">
328
329
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
330
<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">
331
</path>
332
</svg>
333
334
</span>
335
336
</div>
337
338
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>
339
лайкам</div>
340
341
</label>
342
343
</div>
344
345
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'view_count'} ">
346
347
<label>
348
349
<div>
350
351
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">
352
353
<span class="svgicon">
354
355
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
356
<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">
357
</path>
358
</svg>
359
360
</span>
361
362
</div>
363
364
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>
365
просмотрам</div>
366
367
</label>
368
369
</div>
370
371
Attribute
:class
not allowed on element.
<div class="search_sort_flex_item" :class="{'showm':filter.sort == 'comment_count'} ">
372
373
<label>
374
375
<div>
376
377
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">
378
379
<span class="svgicon">
380
381
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
382
<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">
383
</path>
384
</svg>
385
386
</span>
387
388
</div>
389
390
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>
391
комментариям</div>
392
393
</label>
394
395
</div>
396
397
</div>
398
399
</div>
400
401
</div>
402
403
<div class="button_group">
404
405
<div class="articleSearch_button_srh">
406
407
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()">
408
409
</div>
410
411
<div class="articleSearch_button_clr">
412
413
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()">
414
Очистить форму</span>
415
416
</div>
417
418
</div>
419
420
</form>
421
422
</div>
423
424
</div>
425
426
</div>
427
428
</section>
429
430
<div style="display: none; " class="empty-A74BE">
431
</div>
432
</div>
433
434
</header>
435
436
437
438
439
<div style="display: none; " class="empty-A74BE">
440
</div>
441
<!-- @click.prevent="toggleFilter -->
442
443
<div id="content" class="right_sidebar">
444
445
<div>
446
447
<div class="topline">
448
449
450
451
</div>
452
453
<div class="general_content">
454
455
<div class="main_content">
456
457
<style>
458
459
.phrase_search {
460
margin-bottom: 20px;
461
width: 100%;
462
position: relative;
463
background: #fff;
464
top: 3px;
465
left: 0;
466
display: inline-block;
467
border: 1px solid #aaa;
468
height: 36px;
469
border-radius: 5px;
470
opacity: 0.93;
471
-webkit-box-sizing: border-box;
472
-moz-box-sizing: border-box;
473
box-sizing: border-box;
474
}
475
.phrase_search input[type="submit"] {
476
background-color :#49a42d;
477
background-image: url(data:image/gif;base64,R0lGODlhCwALAIABAP///////yH5BAEAAAEALAAAAAALAAsAAAIYTIBge6z7XjNKzmalpa6zk4Cfg4xQaYIFADs=);
478
background-repeat: no-repeat;
479
background-position: 50%;
480
position: absolute;
481
width: 42px;
482
height: 32px;
483
top: 1px;
484
right: 1px;
485
cursor: pointer;
486
border-radius: 5px;
487
}
488
.phrase_search input[type="text"] {
489
float: left;
490
background: none;
491
border: none;
492
color: #313C44;
493
font-size: 12px;
494
font-family: "PT Sans",sans-serif;
495
height: 32px;
496
border-radius: 10px 0 0 10px;
497
padding: 13px 0px 11px 9px;
498
width: 100%;
499
}
500
</style>
501
Text not allowed.
502
<div class="phrase_search">
503
504
<form method="get" action="/search">
505
506
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="">
507
508
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">
509
510
</form>
511
512
</div>
513
514
515
<div class="block_breadcrumbs">
516
517
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 6.77 with
color: rgb(197,197,197);
background-color: rgb(51,57,63);
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 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
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">
518
519
<span itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
520
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 enough contrast.
The text color to background color contrast ratio after composition is: 1.24 with
color: rgb(0,0,238);
background-color: rgb(51,57,63);
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
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(0,0,238)
from browser settings and
background: rgb(51,57,63)
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.
521
<span itemprop="name">
522
Секс рассказы</span>
523
Text not allowed.
<meta itemprop="position" content="1">
524
</a>
525
</span>
526
»
527
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 4.10 with
color: rgb(153,153,153);
background-color: rgb(51,57,63);
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">
528
История поиска</span>
529
530
</div>
531
532
</div>
533
534
535
<meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="http://sexlib.top/srch" />
536
537
<meta itemprop="inLanguage" content="ru">
538
539
<meta itemprop="dateModified" content="2022-11-14">
540
541
<meta itemprop="datePublished" content="2022-08-22">
542
543
<meta itemprop="image" content="http://sexlib.top/images/background_img_b_600x340.jpg">
544
545
<meta itemprop="description" content="История поиска">
546
547
<meta itemprop="author" content="SL"/>
548
549
550
<div class="separator">
551
</div>
552
Ensure that text and background colors have a 7:1 contrast ratio.
The text color to background color contrast ratio after composition is: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
font-size: 14.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
553
<h1 itemprop="headline" class="current_cat_name">
554
История поиска</h1>
555
Text not allowed.
556
<div class="ad_bottom_title_category">
557
</div>
558
559
<article itemprop="articleBody">
560
561
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">
562
История поиска по архиву сайта SL, которая на сегодня (14.11.2022) насчитывает 75283 рассказа. <br>
Text not allowed.
563
<br>
564
Здесь мы собрали все запросы к нашей базе (уже собран 519 запросов), так вы можеет ориентироваться среди огромного количества секс рассказов, ту тему которая может вас заинтересовать.
Text not allowed.
<br>
565
Среди этих запросов самые волнующие темы последнего времени и перейдя по ссылке вы получите исчерпывающий список всевозможных историй, от чувственных эротических, до жизненные секс ситуаций, любовных романов и многих других тем.
Text not allowed.
<br>
566
<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.
567
<i>
568
Обращаем ваше внимание на то, что никакие личные данные мы не собираем, поэтому поиск по нашей базе абсолютно конфиденциален!</i>
Text not allowed.
569
<br>
570
<br>
571
</div>
572
573
<div class="line_2">
574
</div>
575
576
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://sexlib.top/srch/%D0%BF%D0%BE%D0%B4%D1%80%D0%BE%D1%81%D1%82%D0%BA%D0%B8%20%D1%81%D0%BD%D1%8F%D0%BB%D0%B0%20%D0%B3%D0%BE%D0%BB%D0%B0%D1%8F">
577
578
<div class="related_block">
579
580
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
581
подростки сняла голая</div>
582
583
</div>
584
585
</a>
586
587
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://sexlib.top/srch/%D0%BF%D0%BE%D1%80%D1%80%D0%BE%D1%81%D1%82%D0%BA%D0%B8%20%D1%81%D0%BD%D1%8F%D0%BB%D0%B0%20%D0%B3%D0%BE%D0%BB%D0%B0%D1%8F">
588
589
<div class="related_block">
590
591
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
592
порростки сняла голая</div>
593
594
</div>
595
596
</a>
597
598
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://sexlib.top/srch/%D0%BF%D0%BE%D0%BB%D1%80%D0%BE%D1%81%D1%82%D0%BA%D0%B8%20%D1%81%D0%BD%D1%8F%D0%BB%D0%B0%20%D0%B3%D0%BE%D0%BB%D0%B0%D1%8F">
599
600
<div class="related_block">
601
602
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
603
полростки сняла голая</div>
604
605
</div>
606
607
</a>
608
609
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://sexlib.top/srch/%D1%81%D1%82%D1%80%D0%B0%D0%BF%D0%BE%D0%BD">
610
611
<div class="related_block">
612
613
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
614
страпон</div>
615
616
</div>
617
618
</a>
619
620
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://sexlib.top/srch/%D0%9C%D0%BE%D1%8F%20%D0%BD%D0%B5%D0%B2%D0%B5%D1%81%D1%82%D0%B0%20%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%BC%D1%8B%D0%B9%20%D1%88%D0%B5%D0%BF%D0%BE%D1%82">
621
622
<div class="related_block">
623
624
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
625
Моя невеста знакомый шепот</div>
626
627
</div>
628
629
</a>
630
631
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://sexlib.top/srch/%D0%9C%D0%BE%D1%8F%20%D0%BD%D0%B5%D0%B2%D0%B5%D1%81%D1%82%D0%B0">
632
633
<div class="related_block">
634
635
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
636
Моя невеста</div>
637
638
</div>
639
640
</a>
641
642
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://sexlib.top/srch/%D0%B1%D0%B0%D0%BD%D1%8F">
643
644
<div class="related_block">
645
646
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
647
баня</div>
648
649
</div>
650
651
</a>
652
653
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://sexlib.top/srch/%D0%98%D0%BD%D1%86%D0%B5%D1%81%D1%82%20%D0%B0%D0%BD%D0%B0%D0%BB">
654
655
<div class="related_block">
656
657
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
658
Инцест анал</div>
659
660
</div>
661
662
</a>
663
664
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://sexlib.top/srch/%D0%9A%D1%80%D0%B8%D1%81%D1%82%D0%B8%D0%BD%D0%B0">
665
666
<div class="related_block">
667
668
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
669
Кристина</div>
670
671
</div>
672
673
</a>
674
675
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://sexlib.top/srch/%D0%98%D0%B7%D0%BC%D0%B5%D0%BD%D0%B0%20%D0%B6%D0%B5%D0%BD%D1%8B">
676
677
<div class="related_block">
678
679
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
680
Измена жены</div>
681
682
</div>
683
684
</a>
685
686
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://sexlib.top/srch/%D0%97%D0%B0%D1%85%D0%B2%D0%B0%D1%87%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F">
687
688
<div class="related_block">
689
690
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
691
Захваченная</div>
692
693
</div>
694
695
</a>
696
697
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://sexlib.top/srch/%D0%B8%D0%BD%D1%86%D0%B5%D1%81%D1%82%20%D0%B2%20%D0%BF%D0%B0%D0%BB%D0%B0%D1%82%D0%BA%D0%B5">
698
699
<div class="related_block">
700
701
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
702
инцест в палатке</div>
703
704
</div>
705
706
</a>
707
708
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://sexlib.top/srch/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F%20%D0%B2%D1%81%D1%82%D1%80%D0%B5%D1%87%D0%B0">
709
710
<div class="related_block">
711
712
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
713
Новая встреча</div>
714
715
</div>
716
717
</a>
718
719
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://sexlib.top/srch/%D0%98%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%20%D0%BC%D0%B0%D0%BC%D1%8B">
720
721
<div class="related_block">
722
723
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
724
Изнасилование мамы</div>
725
726
</div>
727
728
</a>
729
730
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://sexlib.top/srch/%D0%98%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%20%D1%81%D0%B5%D0%BC%D1%8C">
731
732
<div class="related_block">
733
734
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
735
Изнасилование семь</div>
736
737
</div>
738
739
</a>
740
741
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://sexlib.top/srch/%D0%98%D0%B7%D0%BD%D0%B0%D1%81%D0%B8%D0%BB%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5%20%D1%81%D0%B5%D0%BC%D1%8C%D0%B8">
742
743
<div class="related_block">
744
745
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
746
Изнасилование семьи</div>
747
748
</div>
749
750
</a>
751
752
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://sexlib.top/srch/%D0%9F%D0%B0%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%BD%D0%B5%D0%B1%D0%B5%D1%81">
753
754
<div class="related_block">
755
756
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
757
Падение небес</div>
758
759
</div>
760
761
</a>
762
763
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://sexlib.top/srch/%D0%94%D0%B6%D0%B5%D0%B4%D0%B0%D1%8F">
764
765
<div class="related_block">
766
767
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
768
Джедая</div>
769
770
</div>
771
772
</a>
773
774
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://sexlib.top/srch/%D0%94%D0%B6%D0%B5%D0%B4%D0%B0%D0%B9">
775
776
<div class="related_block">
777
778
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
779
Джедай</div>
780
781
</div>
782
783
</a>
784
785
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://sexlib.top/srch/%D0%9F%D0%B0%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5">
786
787
<div class="related_block">
788
789
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
790
Падение</div>
791
792
</div>
793
794
</a>
795
796
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://sexlib.top/srch/%D0%B8%D0%BD%D1%86%D0%B5%D1%81%D1%82%20%D0%BA%D1%83%D0%BF%D0%B5">
797
798
<div class="related_block">
799
800
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
801
инцест купе</div>
802
803
</div>
804
805
</a>
806
807
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://sexlib.top/srch/%D1%82%D0%B5%D1%89%D0%B0">
808
809
<div class="related_block">
810
811
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
812
теща</div>
813
814
</div>
815
816
</a>
817
818
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://sexlib.top/srch/%D0%91%D0%B0%D0%B1%D1%83%D1%88%D0%BA%D0%B0">
819
820
<div class="related_block">
821
822
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
823
Бабушка</div>
824
825
</div>
826
827
</a>
828
829
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://sexlib.top/srch/%D0%9F%D0%BB%D0%B5%D0%BC%D1%8F%D0%BD%D0%BD%D0%B8%D0%BA">
830
831
<div class="related_block">
832
833
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
834
Племянник</div>
835
836
</div>
837
838
</a>
839
840
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://sexlib.top/srch/%D0%9D%D0%BE%D1%87%D0%BD%D0%BE%D0%B9%20%D1%87%D0%B0%D1%82">
841
842
<div class="related_block">
843
844
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
845
Ночной чат</div>
846
847
</div>
848
849
</a>
850
851
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://sexlib.top/srch/%D0%98%D0%BD%D1%86%D0%B5%D1%81%D1%82">
852
853
<div class="related_block">
854
855
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
856
Инцест</div>
857
858
</div>
859
860
</a>
861
862
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://sexlib.top/srch/%D0%9C%D0%BE%D1%80%D0%BA%D0%BE%D0%B2%D1%8C">
863
864
<div class="related_block">
865
866
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
867
Морковь</div>
868
869
</div>
870
871
</a>
872
873
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://sexlib.top/srch/%D0%9E%D0%B3%D1%83%D1%80%D0%B5%D1%86">
874
875
<div class="related_block">
876
877
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
878
Огурец</div>
879
880
</div>
881
882
</a>
883
884
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://sexlib.top/srch/%D0%98%D0%B3%D1%80%D1%83%D1%88%D0%BA%D0%B0">
885
886
<div class="related_block">
887
888
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
889
Игрушка</div>
890
891
</div>
892
893
</a>
894
895
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://sexlib.top/srch/%D0%96%D0%B5%D0%BD%D0%B0%20%D0%BC%D0%B8%D0%BD%D0%B5%D1%82%D1%87%D0%B8%D1%86%D0%B0">
896
897
<div class="related_block">
898
899
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
900
Жена минетчица</div>
901
902
</div>
903
904
</a>
905
906
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://sexlib.top/srch/%D0%91%D1%80%D0%B0%D1%82%20%D0%B8%20%D1%81%D0%B5%D1%81%D1%82%D1%80%D0%B0">
907
908
<div class="related_block">
909
910
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
911
Брат и сестра</div>
912
913
</div>
914
915
</a>
916
917
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://sexlib.top/srch/%D0%A1%D0%B5%D0%BA%D1%81%20%D0%BA%D1%80%D0%B0%D1%81%D0%B8%D0%B2%D1%8B%D0%B9">
918
919
<div class="related_block">
920
921
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
922
Секс красивый</div>
923
924
</div>
925
926
</a>
927
928
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://sexlib.top/srch/%D0%9C%D0%B0%D0%BC%D0%BA%D0%B0">
929
930
<div class="related_block">
931
932
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
933
Мамка</div>
934
935
</div>
936
937
</a>
938
939
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://sexlib.top/srch/%D0%9F%D1%80%D0%BE%D0%B1%D0%BA%D0%B0">
940
941
<div class="related_block">
942
943
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
944
Пробка</div>
945
946
</div>
947
948
</a>
949
950
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://sexlib.top/srch/%D0%9F%D0%BE%D0%B5%D0%B7%D0%B4">
951
952
<div class="related_block">
953
954
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
955
Поезд</div>
956
957
</div>
958
959
</a>
960
961
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://sexlib.top/srch/%D0%94%D0%B8%D0%BB%D0%B4%D0%BE%20%D0%B2%20%D0%BF%D0%BE%D0%BF%D1%83">
962
963
<div class="related_block">
964
965
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
966
Дилдо в попу</div>
967
968
</div>
969
970
</a>
971
972
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://sexlib.top/srch/%D0%A2%D1%83%D1%80%D0%B5%D1%86%D0%BA%D0%B8%D0%B5%20%D0%B1%D0%B0%D0%BD%D0%B8">
973
974
<div class="related_block">
975
976
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
977
Турецкие бани</div>
978
979
</div>
980
981
</a>
982
983
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://sexlib.top/srch/%D0%90%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%BC%D0%B0%D1%81%D1%82%D1%83%D1%80%D0%B1%D0%B0%D1%86%D0%B8%D1%8F">
984
985
<div class="related_block">
986
987
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
988
Анальная мастурбация</div>
989
990
</div>
991
992
</a>
993
994
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://sexlib.top/srch/%D0%94%D0%B8%D0%BB%D0%B4%D0%BE">
995
996
<div class="related_block">
997
998
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
999
Дилдо</div>
1000
1001
</div>
1002
1003
</a>
1004
1005
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://sexlib.top/srch/%D0%A1%D0%BA%D0%B2%D0%B8%D1%80%D1%82%20%D0%BF%D0%B8%D1%81%D1%81%D0%B8%D0%BD%D0%B3">
1006
1007
<div class="related_block">
1008
1009
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1010
Сквирт писсинг</div>
1011
1012
</div>
1013
1014
</a>
1015
1016
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://sexlib.top/srch/%D0%A1%D0%BA%D0%B2%D0%B8%D1%80%D1%82">
1017
1018
<div class="related_block">
1019
1020
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1021
Сквирт</div>
1022
1023
</div>
1024
1025
</a>
1026
1027
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://sexlib.top/srch/%D1%81%D0%B5%D0%BA%D1%81%D0%B2%D0%B0%D0%B9%D1%84%20%D0%B8%20%D0%BA%D1%83%D0%BA%D0%BE%D0%BB%D0%B4%20%D0%BC%D1%83%D0%B6">
1028
1029
<div class="related_block">
1030
1031
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1032
сексвайф и куколд муж</div>
1033
1034
</div>
1035
1036
</a>
1037
1038
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://sexlib.top/srch/%D0%90%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9%20%D1%82%D1%80%D0%B8%D0%BF">
1039
1040
<div class="related_block">
1041
1042
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1043
Анальный трип</div>
1044
1045
</div>
1046
1047
</a>
1048
1049
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://sexlib.top/srch/%D0%94%D0%BE%D0%BB%D0%B3%D0%B8">
1050
1051
<div class="related_block">
1052
1053
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1054
Долги</div>
1055
1056
</div>
1057
1058
</a>
1059
1060
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://sexlib.top/srch/%D0%93%D1%80%D1%83%D0%BF%D0%BE%D0%B2%D1%83%D1%85%D0%B0%20%D0%B2%20%D0%BF%D0%BE%D0%B5%D0%B7%D0%B4%D0%B5">
1061
1062
<div class="related_block">
1063
1064
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1065
Груповуха в поезде</div>
1066
1067
</div>
1068
1069
</a>
1070
1071
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://sexlib.top/srch/%D0%B2%20%D0%BF%D0%BE%D0%B5%D0%B7%D0%B4%D0%B5">
1072
1073
<div class="related_block">
1074
1075
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1076
в поезде</div>
1077
1078
</div>
1079
1080
</a>
1081
1082
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://sexlib.top/srch/%D0%9F%D0%B8%D0%BE%D0%BD%D0%B5%D1%80%D0%BB%D0%B0%D0%B3%D0%B5%D1%80%D1%8C">
1083
1084
<div class="related_block">
1085
1086
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1087
Пионерлагерь</div>
1088
1089
</div>
1090
1091
</a>
1092
1093
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://sexlib.top/srch/%D0%AE%D0%BD%D1%8B%D0%B5">
1094
1095
<div class="related_block">
1096
1097
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1098
Юные</div>
1099
1100
</div>
1101
1102
</a>
1103
1104
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://sexlib.top/srch/%D0%B5%D0%BB%D0%B5%D0%BD%D0%B0%20%D1%81%D1%82%D0%B0%D0%BD%D0%B8%D1%81%D0%BB%D0%B0%D0%B2%D0%BE%D0%B2%D0%BD%D0%B0%20%D1%83%D1%87%D0%B8%D0%BB%D0%BA%D1%83">
1105
1106
<div class="related_block">
1107
1108
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1109
елена станиславовна училку</div>
1110
1111
</div>
1112
1113
</a>
1114
1115
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://sexlib.top/srch/%D0%B5%D0%BB%D0%B5%D0%BD%D0%B0%20%D1%81%D1%82%D0%B0%D0%BD%D0%B8%D1%81%D0%BB%D0%B0%D0%B2%D0%BE%D0%B2%D0%BD%D0%B0">
1116
1117
<div class="related_block">
1118
1119
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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">
1120
елена станиславовна</div>
1121
1122
</div>
1123
1124
</a>
1125
1126
</article>
1127
1128
<div class="pagination">
1129
1130
<span aria-current="page" class="page-numbers current">
1131
1</span>
1132
1133
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.26 with
color: rgb(109,109,109);
background-color: rgb(51,57,63);
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
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://sexlib.top/srch?page=2">
1134
2</a>
1135
1136
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.26 with
color: rgb(109,109,109);
background-color: rgb(51,57,63);
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
Text not allowed.
<span class="page-numbers dots">
1137
…</span>
1138
1139
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.26 with
color: rgb(109,109,109);
background-color: rgb(51,57,63);
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
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://sexlib.top/srch?page=11">
1140
11</a>
1141
1142
Ensure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 2.26 with
color: rgb(109,109,109);
background-color: rgb(51,57,63);
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
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://sexlib.top/srch?page=2">
1143
Далее »</a>
1144
1145
</div>
1146
1147
1148
</div>
1149
1150
<div id="sidebar">
1151
1152
<div class="sidebar" itemscope itemtype="http://schema.org/WPSideBar">
1153
1154
<div style="display: none;" class="empty-A74BE">
1155
</div>
1156
<div class="block_all_categories">
1157
1158
<h4>
1159
Статьи по алфавиту</h4>
1160
1161
Text not allowed.
<ul class="block_categories_list">
1162
1163
<li class="cat-item">
1164
1165
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/a">
1166
А</a>
1167
Text not allowed.
<div class="cat-item_count">
1168
1 812</div>
1169
1170
</li>
1171
1172
<li class="cat-item">
1173
1174
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/b">
1175
Б</a>
1176
Text not allowed.
<div class="cat-item_count">
1177
1 983</div>
1178
1179
</li>
1180
1181
<li class="cat-item">
1182
1183
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/v">
1184
В</a>
1185
Text not allowed.
<div class="cat-item_count">
1186
5 181</div>
1187
1188
</li>
1189
1190
<li class="cat-item">
1191
1192
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/g">
1193
Г</a>
1194
Text not allowed.
<div class="cat-item_count">
1195
1 454</div>
1196
1197
</li>
1198
1199
<li class="cat-item">
1200
1201
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/d">
1202
Д</a>
1203
Text not allowed.
<div class="cat-item_count">
1204
4 026</div>
1205
1206
</li>
1207
1208
<li class="cat-item">
1209
1210
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/e">
1211
Е,Ё</a>
1212
Text not allowed.
<div class="cat-item_count">
1213
475</div>
1214
1215
</li>
1216
1217
<li class="cat-item">
1218
1219
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/j">
1220
Ж</a>
1221
Text not allowed.
<div class="cat-item_count">
1222
1 461</div>
1223
1224
</li>
1225
1226
<li class="cat-item">
1227
1228
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/z">
1229
З</a>
1230
Text not allowed.
<div class="cat-item_count">
1231
1 983</div>
1232
1233
</li>
1234
1235
<li class="cat-item">
1236
1237
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/i">
1238
И,Й</a>
1239
Text not allowed.
<div class="cat-item_count">
1240
2 910</div>
1241
1242
</li>
1243
1244
<li class="cat-item">
1245
1246
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/k">
1247
К</a>
1248
Text not allowed.
<div class="cat-item_count">
1249
5 088</div>
1250
1251
</li>
1252
1253
<li class="cat-item">
1254
1255
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/l">
1256
Л</a>
1257
Text not allowed.
<div class="cat-item_count">
1258
2 567</div>
1259
1260
</li>
1261
1262
<li class="cat-item">
1263
1264
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/m">
1265
М</a>
1266
Text not allowed.
<div class="cat-item_count">
1267
6 344</div>
1268
1269
</li>
1270
1271
<li class="cat-item">
1272
1273
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/n">
1274
Н</a>
1275
Text not allowed.
<div class="cat-item_count">
1276
5 733</div>
1277
1278
</li>
1279
1280
<li class="cat-item">
1281
1282
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/o">
1283
О</a>
1284
Text not allowed.
<div class="cat-item_count">
1285
3 824</div>
1286
1287
</li>
1288
1289
<li class="cat-item">
1290
1291
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/p">
1292
П</a>
1293
Text not allowed.
<div class="cat-item_count">
1294
8 825</div>
1295
1296
</li>
1297
1298
<li class="cat-item">
1299
1300
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/r">
1301
Р</a>
1302
Text not allowed.
<div class="cat-item_count">
1303
2 475</div>
1304
1305
</li>
1306
1307
<li class="cat-item">
1308
1309
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/s">
1310
С</a>
1311
Text not allowed.
<div class="cat-item_count">
1312
7 846</div>
1313
1314
</li>
1315
1316
<li class="cat-item">
1317
1318
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/t">
1319
Т</a>
1320
Text not allowed.
<div class="cat-item_count">
1321
2 699</div>
1322
1323
</li>
1324
1325
<li class="cat-item">
1326
1327
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/u">
1328
У</a>
1329
Text not allowed.
<div class="cat-item_count">
1330
1 290</div>
1331
1332
</li>
1333
1334
<li class="cat-item">
1335
1336
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/f">
1337
Ф</a>
1338
Text not allowed.
<div class="cat-item_count">
1339
747</div>
1340
1341
</li>
1342
1343
<li class="cat-item">
1344
1345
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/h">
1346
Х</a>
1347
Text not allowed.
<div class="cat-item_count">
1348
531</div>
1349
1350
</li>
1351
1352
<li class="cat-item">
1353
1354
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/c">
1355
Ц</a>
1356
Text not allowed.
<div class="cat-item_count">
1357
167</div>
1358
1359
</li>
1360
1361
<li class="cat-item">
1362
1363
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/ch">
1364
Ч</a>
1365
Text not allowed.
<div class="cat-item_count">
1366
1 006</div>
1367
1368
</li>
1369
1370
<li class="cat-item">
1371
1372
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/sh">
1373
Ш</a>
1374
Text not allowed.
<div class="cat-item_count">
1375
641</div>
1376
1377
</li>
1378
1379
<li class="cat-item">
1380
1381
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/sch">
1382
Щ</a>
1383
Text not allowed.
<div class="cat-item_count">
1384
26</div>
1385
1386
</li>
1387
1388
<li class="cat-item">
1389
1390
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/y">
1391
Ы</a>
1392
Text not allowed.
<div class="cat-item_count">
1393
1</div>
1394
1395
</li>
1396
1397
<li class="cat-item">
1398
1399
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/ae">
1400
Э</a>
1401
Text not allowed.
<div class="cat-item_count">
1402
993</div>
1403
1404
</li>
1405
1406
<li class="cat-item">
1407
1408
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/iu">
1409
Ю</a>
1410
Text not allowed.
<div class="cat-item_count">
1411
260</div>
1412
1413
</li>
1414
1415
<li class="cat-item">
1416
1417
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: 5.14 with
color: rgb(241,152,29);
background-color: rgb(51,57,63);
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 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)
<a href="/ia">
1418
Я</a>
1419
Text not allowed.
<div class="cat-item_count">
1420
1 059</div>
1421
1422
</li>
1423
1424
<li class="cat-item">
1425
1426
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">
1427
#</a>
1428
Text not allowed.
<div class="cat-item_count">
1429
1 876</div>
1430
1431
</li>
1432
1433
</ul>
1434
1435
</div>
1436
1437
1438
1439
<div class="block_popular_tag">
1440
1441
<h4>
1442
Интересные жанры</h4>
1443
1444
Text not allowed.
<div class="scrollFix">
1445
1446
<div class="tag_popular">
1447
1448
<span title="Найдено публикаций: 11224">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1449
<a href="/genre/minet">
1450
минет</a>
1451
</span>
1452
<span title="Найдено публикаций: 8572">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1453
<a href="/genre/izmena">
1454
измена</a>
Text not allowed.
1455
</span>
1456
<span title="Найдено публикаций: 6495">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1457
<a href="/genre/po-prinujdeniu">
1458
по принуждению</a>
Text not allowed.
1459
</span>
1460
<span title="Найдено публикаций: 6353">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1461
<a href="/genre/gruppa">
1462
группа</a>
Text not allowed.
1463
</span>
1464
<span title="Найдено публикаций: 6341">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1465
<a href="/genre/gei">
1466
гей</a>
Text not allowed.
1467
</span>
1468
<span title="Найдено публикаций: 6223">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1469
<a href="/genre/nabludateli">
1470
наблюдатели</a>
Text not allowed.
1471
</span>
1472
<span title="Найдено публикаций: 5170">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1473
<a href="/genre/incest">
1474
инцест</a>
Text not allowed.
1475
</span>
1476
<span title="Найдено публикаций: 4342">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1477
<a href="/genre/romantika">
1478
романтика</a>
Text not allowed.
1479
</span>
1480
<span title="Найдено публикаций: 4323">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1481
<a href="/genre/v-popku">
1482
в попку</a>
Text not allowed.
1483
</span>
1484
<span title="Найдено публикаций: 4158">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1485
<a href="/genre/sluchaii">
1486
случай</a>
Text not allowed.
1487
</span>
1488
<span title="Найдено публикаций: 4123">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1489
<a href="/genre/podchinenie-i-unijenie">
1490
подчинение и унижение</a>
Text not allowed.
1491
</span>
1492
<span title="Найдено публикаций: 3841">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1493
<a href="/genre/gomoseksualy">
1494
гомосексуалы</a>
Text not allowed.
1495
</span>
1496
<span title="Найдено публикаций: 3782">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1497
<a href="/genre/lesbiyanki">
1498
лесбиянки</a>
Text not allowed.
1499
</span>
1500
<span title="Найдено публикаций: 3345">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1501
<a href="/genre/analnyii-seks">
1502
анальный секс</a>
Text not allowed.
1503
</span>
1504
<span title="Найдено публикаций: 3064">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1505
<a href="/genre/gruppovoii-seks">
1506
групповой секс</a>
Text not allowed.
1507
</span>
1508
<span title="Найдено публикаций: 3032">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1509
<a href="/genre/studenty">
1510
студенты</a>
Text not allowed.
1511
</span>
1512
<span title="Найдено публикаций: 2786">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1513
<a href="/genre/biseksualy">
1514
бисексуалы</a>
Text not allowed.
1515
</span>
1516
<span title="Найдено публикаций: 2528">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1517
<a href="/genre/strannosti">
1518
странности</a>
Text not allowed.
1519
</span>
1520
<span title="Найдено публикаций: 2516">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1521
<a href="/genre/fetish">
1522
фетиш</a>
Text not allowed.
1523
</span>
1524
<span title="Найдено публикаций: 2417">
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.29 with
color: rgb(119,119,119);
background-color: rgb(34,41,47);
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)
1525
<a href="/genre/tradicionno">
1526
традиционно</a>
Text not allowed.
1527
</span>
1528
</div>
1529
1530
<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 enough contrast.
The text color to background color contrast ratio after composition is: 4.34 with
color: rgb(220,86,198);
background-color: rgb(34,41,47);
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)
1531
<a href="/genre">
1532
Показать все жанры</a>
1533
</div>
1534
1535
</div>
1536
1537
</div>
1538
1539
1540
1541
<div class="sidebar_last_div">
1542
<div style="display: none;" class="empty-A74BE">
1543
</div>
1544
</div>
1545
1546
</div>
1547
1548
</div>
1549
1550
</div>
1551
1552
</div>
1553
1554
</div>
1555
1556
<div itemscope="" itemtype="http://schema.org/WPFooter">
1557
1558
<div class="slide-block-send-msg" id="sendMsg">
1559
1560
<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 }
1561
<img src=" data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAACAgICGiINnaWRpbGdmaWVdX1tVVVWTlZCOkIuAgnx7fXhlaGNqbWh9gHpydHBnaWRgYF1eYF5YWFVdXVl3enR2eHNfYlxeYlhXW1eEhoGIioWLjYiYmpWRk44T9NHmAAAAGnRSTlMAAv6lp6I7A/7++vaopPnlqlJBKCbw51NRNQlU7D0AAAB+SURBVCjPzY9HDoUwEEOnpCd0fku7/zE/glXCBXibkWx5LMOj2ZfrLnurq2lkBEB2k2qMzSdiRE7Zb21Eks1C2JoltKDMpppiB4TeGWop5q4Dingg7gGOiShR76A89HmmTF3511EMWgdKXrUDX441gA7je+2mf/B8+VvhyfwBLTEFUA94NKkAAAAASUVORK5CYII=" title="Закрыть вкладку">
1562
</span>
1563
1564
<div class="inner-textbox">
1565
1566
<label for="send-msg">
1567
1568
<span class="send-msg-span">
1569
Пишите нам:</span>
1570
Text not allowed.
<textarea :class="{'slide-down': show} " id="send-msg" placeholder="Ваше сообщение" @focus="show = true">
1571
</textarea>
1572
1573
</label>
1574
1575
<div class="fade-box" :class="{'fadeIn' : show}">
1576
1577
<div class="mt5">
1578
1579
<label for="send-email">
1580
Email: <input type="text" id="send-email" placeholder="Ваш email-адрес">
Text not allowed.
1581
</label>
1582
1583
</div>
1584
1585
<div class="slide-block-send-msg_agreement">
1586
1587
<p>
1588
Нажимая на кнопку "Отправить", я даю согласие на обработку
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">
1589
персональных данных</a>
1590
.</p>
1591
1592
</div>
1593
1594
<button>
1595
Отправить</button>
1596
1597
</div>
1598
1599
</div>
1600
1601
</div>
1602
1603
1604
<div style="display: none;" class="empty-A74BE">
1605
</div>
1606
1607
<div class="block-all-categories main-box">
1608
1609
<div class="col">
1610
<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)
1611
<a href="/a">
1612
А</a>
1613
</span>
1614
</div>
1615
1616
<div class="col">
1617
<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)
1618
<a href="/b">
1619
Б</a>
1620
</span>
1621
</div>
1622
1623
<div class="col">
1624
<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)
1625
<a href="/v">
1626
В</a>
1627
</span>
1628
</div>
1629
1630
<div class="col">
1631
<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)
1632
<a href="/g">
1633
Г</a>
1634
</span>
1635
</div>
1636
1637
<div class="col">
1638
<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)
1639
<a href="/d">
1640
Д</a>
1641
</span>
1642
</div>
1643
1644
<div class="col">
1645
<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)
1646
<a href="/e">
1647
Е,Ё</a>
1648
</span>
1649
</div>
1650
1651
<div class="col">
1652
<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)
1653
<a href="/j">
1654
Ж</a>
1655
</span>
1656
</div>
1657
1658
<div class="col">
1659
<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)
1660
<a href="/z">
1661
З</a>
1662
</span>
1663
</div>
1664
1665
<div class="col">
1666
<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)
1667
<a href="/i">
1668
И,Й</a>
1669
</span>
1670
</div>
1671
1672
<div class="col">
1673
<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)
1674
<a href="/k">
1675
К</a>
1676
</span>
1677
</div>
1678
1679
<div class="col">
1680
<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)
1681
<a href="/l">
1682
Л</a>
1683
</span>
1684
</div>
1685
1686
<div class="col">
1687
<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)
1688
<a href="/m">
1689
М</a>
1690
</span>
1691
</div>
1692
1693
<div class="col">
1694
<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)
1695
<a href="/n">
1696
Н</a>
1697
</span>
1698
</div>
1699
1700
<div class="col">
1701
<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)
1702
<a href="/o">
1703
О</a>
1704
</span>
1705
</div>
1706
1707
<div class="col">
1708
<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)
1709
<a href="/p">
1710
П</a>
1711
</span>
1712
</div>
1713
1714
<div class="col">
1715
<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)
1716
<a href="/r">
1717
Р</a>
1718
</span>
1719
</div>
1720
1721
<div class="col">
1722
<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)
1723
<a href="/s">
1724
С</a>
1725
</span>
1726
</div>
1727
1728
<div class="col">
1729
<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)
1730
<a href="/t">
1731
Т</a>
1732
</span>
1733
</div>
1734
1735
<div class="col">
1736
<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)
1737
<a href="/u">
1738
У</a>
1739
</span>
1740
</div>
1741
1742
<div class="col">
1743
<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)
1744
<a href="/f">
1745
Ф</a>
1746
</span>
1747
</div>
1748
1749
<div class="col">
1750
<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)
1751
<a href="/h">
1752
Х</a>
1753
</span>
1754
</div>
1755
1756
<div class="col">
1757
<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)
1758
<a href="/c">
1759
Ц</a>
1760
</span>
1761
</div>
1762
1763
<div class="col">
1764
<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)
1765
<a href="/ch">
1766
Ч</a>
1767
</span>
1768
</div>
1769
1770
<div class="col">
1771
<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)
1772
<a href="/sh">
1773
Ш</a>
1774
</span>
1775
</div>
1776
1777
<div class="col">
1778
<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)
1779
<a href="/sch">
1780
Щ</a>
1781
</span>
1782
</div>
1783
1784
<div class="col">
1785
<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)
1786
<a href="/y">
1787
Ы</a>
1788
</span>
1789
</div>
1790
1791
<div class="col">
1792
<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)
1793
<a href="/ae">
1794
Э</a>
1795
</span>
1796
</div>
1797
1798
<div class="col">
1799
<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)
1800
<a href="/iu">
1801
Ю</a>
1802
</span>
1803
</div>
1804
1805
<div class="col">
1806
<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)
1807
<a href="/ia">
1808
Я</a>
1809
</span>
1810
</div>
1811
1812
<div class="col">
1813
<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)
1814
<a href="/sharp">
1815
#</a>
1816
</span>
1817
</div>
1818
1819
</div>
1820
1821
1822
<div class="footerLline">
1823
1824
1825
1826
<ul class="link_list">
1827
</ul>
1828
1829
1830
1831
<div id="linkservices">
1832
</div>
1833
1834
1835
</div>
1836
1837
1838
<div>
1839
<div style="display: none;" class="empty-A74BE">
1840
</div>
1841
</div>
1842
1843
1844
<footer>
1845
1846
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">
1847
1848
<div class="cols-wrap">
1849
1850
<div class="col_left">
1851
1852
<p>
1853
О нас</p>
1854
1855
Text not allowed.
<div class="copyright">
1856
1857
<p>
1858
© 2022 - <span itemprop="copyrightYear">
1859
2022</span>
1860
sexlib.top Все права защищены</p>
1861
<div>
1862
1863
При использовании любых материалов<br>
1864
1865
с данного сайта обязательно активная
Text not allowed.
<br>
1866
1867
гиперссылка на страницу-источник информации.
1868
</div>
1869
1870
</div>
1871
1872
<div class="bot_menu">
1873
1874
<ul id="menu-nizhnee" class="">
1875
1876
<li class="menu-item menu-item-type-post_type menu-item-object-page">
1877
1878
<a href="/kontakty">
1879
Контакты</a>
1880
1881
</li>
1882
1883
<li class="menu-item menu-item-type-custom menu-item-object-custom">
1884
1885
<a href="https://www.parentalcontrolbar.org">
1886
Родительский контроль</a>
Text not allowed.
1887
1888
</li>
1889
1890
</ul>
1891
1892
</div>
1893
1894
</div>
1895
1896
<div class="col_social">
1897
1898
<p>
1899
Возрастные ограничения</p>
1900
1901
Text not allowed.
<div class="rta_text">
1902
Сайт для зрителей старше 18 лет.</div>
1903
1904
Text not allowed.
<div class="icon">
1905
1906
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+ Только для взрослых">
1907
1908
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">
1909
1910
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 Только для взрослых">
1911
1912
</a>
1913
1914
</div>
1915
1916
<div class="rta_text">
1917
Все описываемые с рассказах персонажи вымышленные и старше 18 лет, согласно 18 U.S.C. 2257 RKRCS.</div>
1918
1919
</div>
1920
1921
<div class="col_right">
1922
1923
<p>
1924
Контакты и статистика</p>
1925
1926
Text not allowed.
<p>
1927
2022-11-14 18:54:53</p>
1928
1929
Text not allowed.
<div class="info_list icon">
1930
1931
<div class="mail">
1932
1933
<div itemscope="" itemtype="https://schema.org/PostalAddress">
1934
1935
<span itemprop="email">
1936
1937
<span class="svgicon">
1938
1939
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
1940
<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">
1941
</path>
1942
</svg>
1943
1944
</span>
1945
1946
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dbbab9aea8bef5a8bea3b7b2b99bbcb6bab2b7f5b8b4b6">
1947
[email protected]</a>
1948
1949
</span>
1950
1951
</div>
1952
1953
</div>
1954
1955
<div class="speedload" title="скорость загрузки страницы (кому как повезет :) )">
1956
1957
<span class="svgicon">
1958
1959
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
1960
<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">
1961
</path>
1962
</svg>
1963
1964
</span>
1965
1966
<span id="alltime">
1967
</span>
1968
1969
</div>
1970
1971
</div>
1972
1973
<div class="counters">
1974
<div>
1975
1976
1977
<!-- Yandex.Metrika informer -->
1978
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.
1979
<a href="https://metrika.yandex.ru/stat/?id=90133451& from=informer"
1980
target="_blank" rel="nofollow">
1981
<img src="https://informer.yandex.ru/informer/90133451/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
1982
style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="90133451" data-lang="ru" />
1983
</a>
1984
1985
<!-- /Yandex.Metrika informer -->
1986
1987
1988
</div>
1989
<div>
1990
1991
1992
<!--LiveInternet counter-->
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
img
elements with
role=presentation
or
role=none
are not included in the link's accessible name.
1993
<a href="https://www.liveinternet.ru/click"
1994
target="_blank">
An image with a null
alt
attribute should not have
title
,
aria-label
or
aria-labelledby
attributes.
If the image should be voiced use a descriptive
alt
attribute.
If the image is purely decorative remove any
title
and ARIA label attributes.
Impact on users:
JAWS : Ignores all images with alt=''
. NVDA : Reads some images with alt=''
and a title
or ARIA label. VoiceOver : Reads images with alt=''
and a title
or ARIA label. 1995
<img id="licnt0CA8" width="31" height="31" style="border:0"
1996
title="LiveInternet"
1997
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7"
1998
alt=""/>
1999
</a>
2000
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js">
2001
</script>
2002
<script>
2003
(function(d,s){d.getElementById("licnt0CA8").src=
2004
"https://counter.yadro.ru/hit?t45.8;r"+escape(d.referrer)+
2005
((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+
2006
(s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+
2007
";h"+escape(d.title.substring(0,150))+";"+Math.random()})
2008
(document,screen)</script>
2009
<!--/LiveInternet-->
2010
2011
2012
</div>
2013
</div>
2014
2015
</div>
2016
2017
</div>
2018
2019
</section>
2020
2021
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">
2022
2023
<ul id="menu-menyu-v-podvale" class="">
2024
2025
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy">
2026
<a href="/politika-konfidentsialnosti">
2027
Политика конфиденциальности</a>
Text not allowed.
2028
</li>
2029
2030
<li class="menu-item menu-item-type-post_type menu-item-object-page">
2031
<a href="/dmca-avtorskie-prava">
2032
DMCA / Авторские права</a>
Text not allowed.
2033
</li>
2034
2035
<li class="menu-item menu-item-type-post_type menu-item-object-page">
2036
<a href="/usloviya-ispolzovaniya">
2037
Условия использования</a>
Text not allowed.
2038
</li>
2039
2040
</ul>
2041
2042
</section>
2043
2044
</footer>
2045
2046
</div>
2047
2048
</div>
2049
2050
<style>
2051
#article-search-filter.pogoda {
2052
transition: max-height 350ms cubic-bezier(0.7, 0.3, 0.3, 0.7);
2053
max-height: 370px;
2054
}
2055
#article-search-filter.over {
2056
overflow: unset;
2057
}
2058
/*#article-search-filter.brdr {
2059
border-bottom: 2px solid rgb(51,51,51);
2060
}*/
2061
.filter_search_form {
2062
padding: 15px;
2063
margin-bottom: 0;
2064
}
2065
#article-search-filter {
2066
padding: 0;
2067
display: block;
2068
}
2069
.asf-wrap {
2070
padding-bottom: 35px;
2071
}
2072
2073
.search_sort_block .svgicon svg {
2074
width: 16px;
2075
height: 16px;
2076
}
2077
2078
.search_sort_block_flex {
2079
display: flex;
2080
width: 450px;
2081
margin: 0 auto;
2082
justify-content: center;
2083
}
2084
2085
.search_sort_flex_item {
2086
display: flex;
2087
justify-content: center;
2088
padding: 0 10px;
2089
}
2090
2091
.search_sort_flex_item label {
2092
color: #aaa;
2093
}
2094
2095
.search_sort_flex_item label {
2096
background-color: #fff;
2097
}
2098
2099
.search_sort_flex_item .svgicon svg {
2100
width: 16px;
2101
height: 16px;
2102
}
2103
2104
.search_sort_flex_item .svgicon svg path {
2105
fill: #666;
2106
}
2107
2108
2109
2110
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)}}
2111
2112
.multiselect .multiselect__tags {
2113
border: 1px solid #aaa;
2114
border-radius: 2px;
2115
}
2116
2117
.multiselect .multiselect__tags {
2118
min-height: 32px;
2119
padding: 1px 40px 0 9px;
2120
background-color: #f9f9f9;
2121
}
2122
2123
.multiselect__select {
2124
height: 0;
2125
}
2126
2127
/*#header .multiselect__tags .multiselect__input {
2128
border: none;
2129
}*/
2130
2131
2132
.multiselect .multiselect__tags {
2133
border: 1px solid #aaa;
2134
border-radius: 2px;
2135
}
2136
2137
.multiselect .multiselect__input[type="text"] {
2138
border: none;
2139
}
2140
.multiselect__tag {
2141
background-color: #5e6264;
2142
font-size: 15px;
2143
margin-bottom: 0px;
2144
padding: 3px 26px 4px 10px;
2145
position: relative;
2146
top: 3px;
2147
}
2148
.multiselect__tag-icon {
2149
width: 24px;
2150
}
2151
2152
.multiselect__tag-icon::after {
2153
color: #fff;
2154
font-size: 24px;
2155
line-height: 24px;
2156
}
2157
2158
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
2159
background: none;
2160
}
2161
2162
.multiselect__tag-icon:focus::after, .multiselect__tag-icon:hover::after {
2163
color: #e4e4e4;
2164
}
2165
.multiselect {
2166
min-height: 32px;
2167
}
2168
.multiselect__select {
2169
height: 32px;
2170
}
2171
.multiselect .multiselect__tags {
2172
min-height: 32px;
2173
padding: 1px 40px 0 9px;
2174
background-color: #f9f9f9;
2175
}
2176
.multiselect .multiselect__input[type="text"] {
2177
background-color: #fff;
2178
box-shadow: none;
2179
/*padding: 0;
2180
margin-bottom: 0;*/
2181
position: absolute;
2182
left: 0;
2183
top: 40px;
2184
height: 46px;
2185
}
2186
.multiselect .multiselect__input[type="text"]:focus {
2187
border: 1px solid #aaa;
2188
border-radius: 3px 3px 0 0;
2189
}
2190
.multiselect__content-wrapper {
2191
top: 85px;
2192
}
2193
.multiselect .multiselect__placeholder {
2194
margin-bottom: 0;
2195
padding-bottom: 10px;
2196
height: 28px;
2197
}
2198
.multiselect .multiselect__content-wrapper {
2199
border: 1px solid #aaa;
2200
}
2201
.multiselect .multiselect__single {
2202
padding-top: 5px;
2203
margin-bottom: 4px;
2204
background-color: #f9f9f9;
2205
}
2206
</style>
2207
2208
Text not allowed.
<style>
2209
#header .bottom{}
2210
#header .bottom{height:100px;overflow:hidden;background-position:right top}
2211
</style>
2212
2213
2214
Text not allowed.
<script type="text/javascript">
2215
2216
window.sideDynamicPopupTop = '220px';
2217
</script>
2218
2219
2220
Text not allowed.
<style>
2221
.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;}
2222
2223
.to-top-bg >
2224
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;}
2225
2226
.to-top-bg:hover{background-color:rgba(115,17,104,0.35);color:red !important;}
2227
2228
.to-top-bg:hover >
2229
span{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;color:#aaa !important;}
2230
2231
.to-top-bg:before{content: "";position: absolute;width: 0;height: 0;top: 24px;left: 16px;border: 7px solid transparent;border-bottom-color: #aaa;}
2232
2233
.scroll-top {font:12px Trebuceht MS,sans-serif;}
2234
2235
.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;}
2236
2237
.scroll-top span{margin: 5px 0 0 0;display: block;}
2238
2239
.mobile-scroll-top{opacity: 0.5;bottom: 150px;}
2240
2241
.mobile-scroll-top:hover{opacity: 1 !important;}
2242
2243
.scroll-top:hover {color:#aaa;}
2244
2245
.scroll-top.scrollToTop svg {
2246
width: 30px;
2247
height: 30px;
2248
}
2249
.scroll-top.scrollToTop svg path {
2250
fill: #777;
2251
}
2252
.scroll-top.scrollToTop:hover svg path {
2253
fill: #aaa;
2254
}
2255
2256
.mobile-scroll-top .svgicon svg {
2257
width: 30px;
2258
height: 30px;
2259
opacity: 0.5;
2260
}
2261
2262
@media only screen and (min-width:950px) and (max-width:1150px){
2263
.scroll-top{display:none !important}
2264
}
2265
2266
@media only screen and (min-width:950px) and (max-width:1350px){
2267
.to-top-bg{display:none !important}
2268
}
2269
2270
@media (min-width: 1024px) {
2271
.to-top-bg.elshow, .scroll-top.elshow {
2272
display: block;
2273
}
2274
}
2275
2276
@media (max-width: 1024px) {
2277
.mobile-scroll-top.elshow {
2278
display: block;
2279
}
2280
}
2281
</style>
2282
Text not allowed.
2283
<div class="to-top-bg scrollToTop">
2284
2285
<span>
2286
Наверх</span>
2287
2288
</div>
2289
2290
<div class="scroll-top scrollToTop">
2291
2292
<span class="svgicon">
2293
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2294
<path fill="#000000" d="M8 0.5l-7.5 7.5h4.5v8h6v-8h4.5z">
2295
</path>
2296
</svg>
2297
</span>
2298
2299
<span>
2300
К началу</span>
2301
2302
</div>
2303
2304
<div class="mobile-scroll-top scrollToTop">
2305
2306
<span class="svgicon">
2307
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">
2308
<path fill="#000000" d="M8 0.5l-7.5 7.5h4.5v8h6v-8h4.5z">
2309
</path>
2310
</svg>
2311
</span>
2312
2313
</div>
2314
2315
2316
<script async src='/js/services/scrollToTop.js?v=140'>
2317
</script>
2318
<style>
2319
</style>
2320
2321
2322
<script async src='/js/services/copyright.js?v=140'>
2323
</script>
2324
2325
2326
2327
<style>
2328
</style>
2329
2330
2331
<script async src='/js/services/scrollFix.js?v=140'>
2332
</script>
2333
2334
2335
<script defer src="/js/main.js?v=11">
2336
</script>
2337
2338
2339
2340
<div style="display: none; " class="empty-A74BE">
2341
</div>
2342
2343
2344
<style>
2345
.body_msg_wrap.slide {
2346
top: 0;
2347
}
2348
.body_msg_wrap {
2349
position: fixed;
2350
left: 0px;
2351
right: 0px;
2352
color: #FFF;
2353
font-size: 16px;
2354
min-height: 52px;
2355
line-height: 48px;
2356
width: 100%;
2357
z-index: 10000000000;
2358
top: -52px;
2359
transition: top 300ms;
2360
}
2361
.body_msg_success {
2362
background-color: green;
2363
}
2364
.body_msg_fail {
2365
background-color: #f00;
2366
}
2367
.body_msg_wrap .body_msg {
2368
width: 100%;
2369
margin: 0 auto;
2370
cursor: default;
2371
text-align: center;
2372
position: static;
2373
font-size: 18px;
2374
font-family: Verdana;
2375
text-shadow: 0px 1px 0px #000;
2376
}
2377
.body_msg_wrap .body_msg .body_msg_close {
2378
cursor: pointer;
2379
height: 19px;
2380
position: absolute;
2381
right: 10px;
2382
top: 50%;
2383
width: 19px;
2384
margin-top: -10px;
2385
}
2386
</style>
2387
Text not allowed.
2388
<div id="vPopup" class="body_msg_wrap" :class="{'body_msg_success': type == 'success', 'body_msg_fail': type == 'fail', 'slide': message.length >
2389
0}">
2390
<div class="body_msg">
2391
*{ message }*<div class="body_msg_close">
2392
</div>
2393
</div>
2394
</div>
2395
2396
2397
<script defer src='/js/services/vuePopup.js?v=140'>
2398
</script>
2399
2400
2401
2402
2403
<div style="display: none; " class="empty-A74BE">
2404
</div>
2405
2406
<script type="text/javascript">
2407
var fired = false;window.addEventListener("scroll", () =>
2408
{if (fired === false) {fired = true;setTimeout(() =>
2409
{window.dataLayer = window.dataLayer || [];
2410
function gtag(){dataLayer.push(arguments);}
2411
gtag('js', new Date());
2412
2413
gtag('config', 'G-1ER29WSRF2');}, 1000)}});</script>
2414
<!-- Yandex.Metrika counter -->
2415
Text not allowed.
2416
<script type="text/javascript" >
2417
2418
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
2419
var z = null;m[i].l=1*new Date();
2420
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
2421
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
2422
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
2423
2424
ym(90133451, "init", {
2425
clickmap:true,
2426
trackLinks:true,
2427
accurateTrackBounce:true
2428
});
2429
</script>
2430
Text not allowed.
2431
<noscript>
2432
<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 }
2433
<img src="https://mc.yandex.ru/watch/90133451" style="position:absolute; left:-9999px;" alt="" />
2434
</div>
2435
</noscript>
2436
2437
<!-- /Yandex.Metrika counter -->
2438
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1ER29WSRF2">
2439
</script>
2440
2441
</body>
2442
2443
</html>
2444