Advertisement
Guest User

НЯК (Dark) r5.4

a guest
Oct 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 78.77 KB | None | 0 0
  1. @-moz-document domain("n.maps.yandex.ru"), domain("mapeditor.yandex.com"), domain("mapeditor.yandex.com.tr") {
  2. /* ===== Logo ===== */
  3. .nk-app-page__app-logo > svg > g
  4. {stroke: #ccc;}
  5.  
  6. .nk-app-page__app-name > svg > path
  7. {fill: #ccc;}
  8.  
  9. /* ===== Scroll ===== */
  10. ::-webkit-scrollbar
  11. {width: 12px; height: 12px;}
  12.  
  13. ::-webkit-scrollbar-button
  14. {width: 0px; height: 0px;}
  15.  
  16. ::-webkit-scrollbar-thumb
  17. {background: #6e6e6e; border-radius: 6px; border: 2px solid #222;}
  18.  
  19. ::-webkit-scrollbar-track
  20. {background: #222;}
  21.  
  22. ::-webkit-scrollbar-corner
  23. {background: transparent;}
  24.  
  25. .nk-scrollable__scrollbar-thumb::before
  26. {background: #bbb;}
  27.  
  28. /* ===== Page ===== */
  29. .nk-page
  30. {background: #111;}
  31.  
  32. .nk-popup_theme_islands
  33. {background: #222; border-radius: 3px;}
  34.  
  35. .nk-app-view__error
  36. {color: #ff3838;}
  37.  
  38. /* ===== Welcome ===== */
  39. .nk-welcome-screen-view__text
  40. {color: #ccc;}
  41.  
  42. /* ===== Bottom Bar ===== */
  43. .ymaps-2-1-68-copyright
  44. {top: -26px;}
  45.  
  46. .ymaps-2-1-68-copyright__content, .ymaps-2-1-68-copyright__fog
  47. {background: rgba(0,0,0,.5); color: #eee;}
  48.  
  49. .ymaps-2-1-68-copyright_fog_yes::after
  50. {background: rgba(0,0,0,.5);}
  51.  
  52. .ymaps-2-1-68-copyright__link
  53. {color: #eee !important;}
  54.  
  55. .ymaps-2-1-68-copyright__link:hover
  56. {color: #e85253 !important;}
  57.  
  58. .nk-map-region-view__coords, .ymaps-2-1-68-scaleline__label
  59. {background: rgba(0,0,0,.5); color: #eee;}
  60.  
  61. /* ===== Gallery ===== */
  62. .nk-on-map-gallery-view__content
  63. {border-radius: 3px;}
  64.  
  65. .nk-on-map-gallery-view__full-image
  66. {bottom: 168px;}
  67.  
  68. .nk-on-map-gallery-view__mini-map
  69. {border-width: 4px;}
  70.  
  71. .nk-on-map-gallery-view__preview
  72. {height: 168px; left: 308px; border-right-width: 0;}
  73.  
  74. .nk-on-map-gallery-view__scroll
  75. {top: 4px; height: 160px;}
  76.  
  77. .nk-on-map-gallery-view__preview-image
  78. {margin: 0; padding: 4px 2px;}
  79.  
  80. .nk-on-map-gallery-view__preview-image:first-child
  81. {padding: 4px 2px 2px 4px;}
  82.  
  83. .nk-on-map-gallery-view__preview-image:last-child
  84. {padding: 4px 4px 2px 2px;}
  85.  
  86. .nk-on-map-gallery-view__preview-image:only-child
  87. {padding: 4px;}
  88.  
  89. .nk-on-map-gallery-view__preview-image:not(.nk-on-map-gallery-view__preview-image_selected)::after
  90. {top: 4px; left: 2px; right: 2px; bottom: 4px;}
  91.  
  92. .nk-on-map-gallery-view__preview-image:first-child::after
  93. {left: 4px; bottom: 2px;}
  94.  
  95. .nk-on-map-gallery-view__preview-image:last-child::after
  96. {right: 4px; bottom: 2px;}
  97.  
  98. .nk-on-map-gallery-view__date
  99. {border-radius: 12px; font: 11px Verdana,sans-serif;}
  100.  
  101. /* ===== Search ===== */
  102. .nk-text-input_theme_air
  103. {box-shadow: none;}
  104.  
  105. .nk-text-input_theme_air::before
  106. {background: #222; border-radius: 3px; box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);}
  107.  
  108. .nk-text-input_theme_air .nk-text-input__control
  109. {color: #eee;}
  110.  
  111. .nk-text-input_theme_air .nk-text-input__clear_visible, .nk-text-input_theme_islands .nk-text-input__clear_visible, .ymaps-2-1-68-balloon__close-button
  112. {opacity: .6;}
  113.  
  114. .nk-text-input_theme_air.nk-text-input_size_xl .nk-text-input__clear
  115. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><polygon points="14,0.7 13.3,0 7,6.3 0.7,0 0,0.7 6.3,7 0,13.3 0.7,14 7,7.7 13.3,14 14,13.3 7.7,7" fill="%23eee"/></svg>') 50% no-repeat;}
  116.  
  117. .nk-popup__content
  118. {background: #222; border-radius: 3px; overflow: hidden;}
  119.  
  120. .nk-suggest__items
  121. {background: #222;}
  122.  
  123. .nk-suggest__items_theme_islands .nk-suggest__item_hovered
  124. {background-color: #333;}
  125.  
  126. /* ===== Pop-up ===== */
  127. .nk-menu_theme_islands
  128. {background: #222;}
  129.  
  130. .menu-item_theme_islands.menu-item_hovered
  131. {color: #111;}
  132.  
  133. .menu-item_theme_islands.menu-item_checked
  134. {background-image: none;}
  135.  
  136. .menu-item_theme_islands.menu-item_checked::before
  137. {content: '✓'; position: absolute; left: 13px; font-size: 18px;}
  138.  
  139. .nk-layer-manager-view__layers-settings::before
  140. {background: #333; width: 2px;}
  141.  
  142. .nk-popup_theme_islands.nk-popup_view_tooltip
  143. {background: rgba(51,51,51,.9);}
  144.  
  145. .nk-popup_view_tooltip > .nk-popup__content
  146. {background: #0000;}
  147.  
  148. .nk-popup_theme_islands.nk-popup_view_error.nk-popup_with-tail::after, .nk-popup_theme_islands.nk-popup_view_tooltip.nk-popup_with-tail::after
  149. {opacity: 1;}
  150.  
  151. .nk-popup_theme_islands.nk-popup_view_tooltip.nk-popup_with-tail.nk-popup_direction_bottom-center::after
  152. {border-bottom-color: rgba(51,51,51,.9);}
  153.  
  154. .nk-popup_theme_islands.nk-popup_view_error
  155. {background: none;}
  156.  
  157. .nk-popup_theme_islands.nk-popup_view_error > div
  158. {background: red;}
  159.  
  160. /* ===== Ruler ===== */
  161. .ymaps-2-1-68-balloon__content, .ymaps-2-1-68-balloon__layout
  162. {background: #222;}
  163.  
  164. .ymaps-2-1-68-ruler__dist
  165. {color: #eee;}
  166.  
  167. .ymaps-2-1-68-balloon_size_mini .ymaps-2-1-68-balloon__close-button, .ymaps-2-1-68-balloon__close-button
  168. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><path d="M5.3 6L0 .7.7 0 6 5.3 11.3 0l.7.7L6.7 6l5.3 5.3-.7.7L6 6.7.7 12l-.7-.7L5.3 6z" fill="%23eee"/></svg>') 50% no-repeat;}
  169.  
  170. .ymaps-2-1-68-balloon__tail::after
  171. {background: #222 !important;}
  172.  
  173. .ymaps-2-1-68-hint__text
  174. {background: #222; color: #eee;}
  175.  
  176. /* ===== Vertex Menu ===== */
  177. .ymaps-2-1-68-islets_editor-vertex-menu
  178. {background-color: #222; color: #eee;}
  179.  
  180. .ymaps-2-1-68-islets_editor-vertex-menu__item:hover
  181. {color: #111;}
  182.  
  183. /* ===== Create ===== */
  184. .nk-button_theme_air.nk-button_view_action::before
  185. {background: #222; box-shadow: inset 0 0 0 2px #fbd553, 0 2px 3px 1px rgba(0,0,0,.2); transition: .2s cubic-bezier(.455,.03,.515,.955);}
  186.  
  187. .nk-button_theme_air.nk-button_view_action.nk-button_hovered::before
  188. {background: #222; box-shadow: inset 0 0 0 2px #ffeba0, 0 3px 4px 1px rgba(0,0,0,.3);}
  189.  
  190. .nk-button_theme_air.nk-button_view_action.nk-button.nk-button_pressed::before
  191. {box-shadow: inset 0 0 0 2px #eee, 0 2px 3px 1px rgba(0,0,0,.12); color: #eee;}
  192.  
  193. .nk-button_theme_air.nk-button_view_action span
  194. {color: #fbd553; transition: .1s ease-out;}
  195.  
  196. .nk-button_theme_air.nk-button_view_action.nk-button_hovered span
  197. {color: #ffeba0;}
  198.  
  199. .nk-button_theme_air.nk-button_view_action.nk-button.nk-button_pressed span
  200. {color: #eee;}
  201.  
  202. .nk-category-selector-groups-view__group:nth-of-type(4) > span > svg > g > circle:last-child, .nk-category-selector-groups-view__group:nth-of-type(9) > span > svg > path:last-child, .nk-category-selector-groups-view__group:nth-of-type(11) > span > svg > circle:nth-child(8), .nk-category-selector-groups-view__group:nth-of-type(11) > span > svg > circle:nth-child(9), .nk-category-selector-groups-view__group:nth-of-type(11) > span > svg > circle:nth-child(10)
  203. {fill: #222;}
  204.  
  205. .nk-category-selector-groups-view__group-label
  206. {color: #bbb;}
  207.  
  208. .nk-category-selector-groups-view__group:hover .nk-category-selector-groups-view__group-label
  209. {color: #eee;}
  210.  
  211. /* ===== Buttons ===== */
  212. .nk-button_theme_air::before
  213. {background: #222;}
  214.  
  215. .nk-button_theme_air.nk-button_size_xl > span > svg, .nk-button_theme_air.nk-button_size_xl.nk-button_disabled > span > svg, .nk-button_theme_air.nk-button_size_xl > span > svg > path, .nk-button_theme_air.nk-button_size_xl > span > svg > g, .nk-button_theme_air.nk-button_size_l > span > svg > path, .nk-button_theme_islands.nk-button_size_s > span > svg > path, .nk-icon2_id_access-1 > svg > path, .nk-icon2_id_access-2 > svg > g > path, .nk-icon2_id_access-2 > svg > g > circle, .nk-icon2_id_access-4 > svg > g > path, .nk-icon2_id_access-8 > svg > path, .nk-icon2_id_access-16 > svg > g > path, .nk-icon2_id_access-16 > svg > g > circle, .nk-button_theme_air.nk-button_size_xl.nk-button_disabled > span > svg > path, .nk-button_theme_air.nk-button_size_xl.nk-button_disabled > span > svg > g > path, .nk-button_theme_air.nk-button_size_xl.nk-button_disabled > span > svg > g > rect, .nk-form-control__help-link-icon
  216. {fill: #ccc;}
  217.  
  218. .nk-button_theme_air.nk-button_size_xl > .nk-icon_id_contour-edit-content-drawing-mode > svg > path
  219. {fill: #ccc; stroke: #ccc;}
  220.  
  221. .nk-button_theme_air.nk-button_checked::before
  222. {background: #222; box-shadow: 0 0 0 2px #ffeba0, 0 2px 3px 3px rgba(0,0,0,.2);}
  223.  
  224. .nk-button_theme_islands.nk-button_pressed.nk-button_checked:active > span > svg > path, .nk-button_theme_islands.nk-button_pressed.nk-button_checked:active > span > svg > g > path, .nk-button_theme_islands.nk-button_pressed.nk-button_checked:active > span > svg > g > circle
  225. {fill: #eee;}
  226.  
  227. .nk-button_theme_air.nk-button_checked > span > svg, .nk-button_theme_air.nk-button_checked > span > svg > path, .nk-button_theme_air.nk-button_checked > span > svg > g, .nk-button_theme_air.nk-button_checked > span > svg > g > path, .nk-button_theme_air.nk-button_checked > span > svg > g > rect, .nk-button_theme_islands.nk-button_size_m.nk-button_checked > span > svg > path, .nk-button_theme_islands.nk-button_size_m.nk-button_checked > span > svg > g > path, .nk-button_theme_islands.nk-button_size_m.nk-button_checked > span > svg > g > circle
  228. {fill: #ffeba0;}
  229.  
  230. .nk-button_theme_air.nk-button_checked > .nk-icon_id_contour-edit-content-drawing-mode > svg > path
  231. {fill: #ffeba0; stroke: #ffeba0;}
  232.  
  233. .nk-icon_id_contour-edit-add-internal-contour > svg > g > rect, .nk-icon_id_round-angles > svg > path:first-child
  234. {fill: none !important; stroke: #ccc;}
  235.  
  236. .nk-icon_id_settings > svg > g > path, .nk-icon_id_snapping-to-right-angle > svg > g > path, .nk-icon_id_path > svg > g > path, .nk-icon_id_lasso > svg > rect
  237. {fill: #ccc;}
  238.  
  239. .nk-icon_id_path > svg > g > path:nth-child(2)
  240. {fill: #888;}
  241.  
  242. .nk-icon_id_contour-edit-center-mode > svg > g > path
  243. {fill: #ccc; stroke-width: 0;}
  244.  
  245. .nk-button_theme_air.nk-button_checked > .nk-icon_id_contour-edit-selector-mode > svg > g
  246. {stroke: #ffeba0;}
  247.  
  248. .nk-icon_id_contour-edit-selector-mode > svg > g
  249. {stroke: #ccc;}
  250.  
  251. .nk-button_disabled > .nk-icon_id_contour-edit-selector-mode > svg > g, .nk-button_theme_air.nk-button_checked.nk-button_disabled > .nk-icon_id_contour-edit-content-drawing-mode > svg > path
  252. {stroke: #ccc;}
  253.  
  254. .nk-icon_id_contour-edit-selector-mode > svg > g > rect
  255. {fill: none !important;}
  256.  
  257. .nk-button_checked > .nk-icon_id_lasso > svg > rect
  258. {fill: #ffeba0;}
  259.  
  260. .nk-menu-item_theme_islands.nk-menu-item_hovered
  261. {color: #111;}
  262.  
  263. .nk-menu-item_theme_islands .nk-menu-item__shortcut
  264. {color: #888;}
  265.  
  266. .nk-menu-item_hovered.nk-menu-item_theme_islands .nk-menu-item__shortcut
  267. {color: #b28e00;}
  268.  
  269. .nk-menu-item_theme_islands.nk-menu-item_checked
  270. {background: url('data:image/svg+xml;charset=utf-8,<svg width="15" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z" fill="%23eee"/></svg>') center no-repeat; color: #eee;}
  271.  
  272. .nk-menu-item_theme_islands.nk-menu-item_checked:hover
  273. {background: #ffeba0 url('data:image/svg+xml;charset=utf-8,<svg width="15" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z" fill="%23111"/></svg>') center no-repeat; color: #111;}
  274.  
  275. .nk-menu_size_s .nk-menu-item_theme_islands
  276. {background-size: 14px 14px; background-position: 10px 50% !important;}
  277.  
  278. .nk-menu_size_m .nk-menu-item_theme_islands
  279. {background-size: 14px 14px; background-position: 13px 50% !important;}
  280.  
  281. .nk-menu_size_xl .nk-menu-item_theme_islands
  282. {background-size: 15px 15px; background-position: 10px 50% !important;}
  283.  
  284. .nk-menu_size_l .nk-menu-item_theme_islands
  285. {background-position: 15px 50% !important;}
  286.  
  287. .nk-menu-item_size_xl.nk-menu-item > span > svg > g > path, .nk-menu-item_size_xl.nk-menu-item > span > svg > rect, .nk-menu-item_size_xl.nk-menu-item:first-child > span > svg > g
  288. {fill: #eee;}
  289.  
  290. .nk-menu-item_size_xl.nk-menu-item_hovered > span > svg > g > path, .nk-menu-item_size_xl.nk-menu-item_hovered > span > svg > rect, .nk-menu-item_size_xl.nk-menu-item_hovered:first-child > span > svg > g
  291. {fill: #111;}
  292.  
  293. .nk-button_checked.nk-map-region-view__button > span > svg > path
  294. {fill: #ffeba0;}
  295.  
  296. /* ===== Nav Buttons ===== */
  297. .nk-map-controls-view__zoom-in::after, .nk-map-controls-view__zoom-out::after
  298. {background: #282828; border-color: #222;}
  299.  
  300. .nk-map-controls-view__map-type
  301. {border-color: #222; border-radius: 50%; width: 38px;}
  302.  
  303. .nk-map-region-view__actions-and-path
  304. {left: 68px;}
  305.  
  306. .nk-map-region-view .nk-map-region-view__button
  307. {top: 0;}
  308.  
  309. .nk-map-region-view__path
  310. {background-color: rgba(255,255,255,.5); color: #111; position: absolute;}
  311.  
  312. .nk-button_theme_air.nk-button_view_dark::before
  313. {background-color: rgba(255,255,255,.5);}
  314.  
  315. .nk-button_theme_air.nk-button_view_dark path, .nk-button_theme_air.nk-button_view_dark circle
  316. {fill: #111 !important;}
  317.  
  318. .nk-button_theme_air.nk-button_view_dark .nk-button__text
  319. {color: #111;}
  320.  
  321. /* ===== Help ===== */
  322. .nk-help-view__primary-link::before
  323. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="38" height="304" xmlns="http://www.w3.org/2000/svg"><path d="M10 22.999l-1 5 5.001-.999 11.655-11.656-4-4.001-11.656 11.656zm15-14.999l-2 2 4 3.999 2-1.999-4-4z" fill="%23ccc"/><g transform="translate(0 38)"><path d="M19 9c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10z" fill="%23ccc"/><path d="M18 20c0 .379.214.725.553.894l3 1.5c.494.247 1.095.047 1.342-.447.247-.494.047-1.095-.447-1.342 0 0-2.447-1.025-2.447-1.235v-6.371c0-.552-.448-1-1-1s-1 .448-1 1v7z" fill="%23222"/></g><path transform="translate(0 76)" d="M8 17.5c0 2.511 1.783 4.728 4.509 6.09-.462 1.647-1.324 3.494-1.673 4.211-.059.122.051.257.182.221 1.028-.278 4.204-1.247 6.392-3.09.454.04.913.068 1.382.068 5.96 0 10.792-3.358 10.792-7.5 0-4.142-4.832-7.5-10.792-7.5s-10.792 3.358-10.792 7.5z" fill="%23ccc"/><path transform="translate(0 114)" d="M23.444 17.7l5.556-4.9v13.2h-20v-13.2l5.556 4.9 4.444-7.7z" fill="%23ccc"/><path transform="translate(0 152)" fill-rule="evenodd" d="M26.937 18.864s3.162-4.444 3.477-5.904c.104-.522-.126-.814-.67-.814H27c-.628 0-.859.271-1.047.668 0 0-1.483 3.148-3.288 5.132-.58.642-.874.835-1.194.835-.258 0-.377-.214-.377-.793v-5.07c0-.71-.084-.918-.67-.918h-4.398c-.335 0-.544.194-.544.459 0 .668 1.026.819 1.026 2.629v3.735c0 .75-.042 1.043-.398 1.043-.942 0-3.183-3.234-4.44-6.906-.251-.751-.523-.96-1.235-.96H7.69c-.398 0-.691.271-.691.668 0 .73.859 4.11 4.23 8.638C13.492 24.352 16.466 26 19.147 26c1.633 0 2.031-.271 2.031-.96v-2.337c0-.584.23-.834.565-.834.377 0 1.043.12 2.597 1.648C26.183 25.27 26.31 26 27.314 26h3.079c.314 0 .607-.146.607-.668 0-.688-.9-1.92-2.283-3.38-.565-.75-1.487-1.564-1.78-1.94-.419-.438-.293-.689 0-1.148" style="fill: %23ccc;"/><path transform="translate(0 190)" d="M23.333 16.044h-3.178v-1.937c0-.728.519-.897.884-.897H24V10.01L20.193 10c-3.43 0-4.21 2.386-4.21 3.912v2.132H14v3.296h1.983v9.327h4.172V19.34h2.815l.363-3.296z" fill="%23ccc"/></svg>');}
  324.  
  325. .nk-help-view__section-text
  326. {color: #bbb;}
  327.  
  328. .nk-onboarding-view
  329. {background: #222;}
  330.  
  331. .nk-onboarding-page-view h2
  332. {background: #333; color: #eee;}
  333.  
  334. .nk-onboarding-page-view p
  335. {color: #eee;}
  336.  
  337. .nk-onboarding-page-view__image
  338. {border-color: #444;}
  339.  
  340. .nk-onboarding-page-view__hint
  341. {background-color: #383837; border-color: #444;}
  342.  
  343. .nk-onboarding-loading-view__title
  344. {color: #888;}
  345.  
  346. .nk-link_theme_islands.nk-link_view_text:hover
  347. {color: #e85253;}
  348.  
  349. /* Avatar & Profile */
  350. .nk-button_theme_air, .nk-user-profile-view__group-title, .nk-user-profile-view__email-hint
  351. {color: #bbb;}
  352.  
  353. .nk-user-profile-view__login, .nk-user-profile-view__registration-date, .nk-user-profile-view__uid, .nk-ban-record-view__reason
  354. {color: #888;}
  355.  
  356. .nk-user-bar-view__user-icon
  357. {background: #222;}
  358.  
  359. .nk-user-bar-view__user-icon .nk-user-icon
  360. {box-shadow: inset 0 0 1px #222;}
  361.  
  362. .nk-menu_theme_islands .nk-menu__group
  363. {border: 2px solid rgba(238,238,238,.1); border-width: 2px 0;}
  364.  
  365. .nk-user-profile-view__ban-info .nk-scrollable__container::before, .nk-user-profile-view__ban-info .nk-scrollable__container::after
  366. {background: none;}
  367.  
  368. .nk-user-profile-view__ban-info-content
  369. {background-color: #5e3031;}
  370.  
  371. .nk-user-profile-view__ban-info-content
  372. {color: #ff6464;}
  373.  
  374. .nk-user-profile-view__ban-info .nk-user-link-view
  375. {color: #ff6464 !important;}
  376.  
  377. .nk-ban-form-view
  378. {background: #333;}
  379.  
  380. .nk-user-link-view_colored .nk-user-link-view__name:first-letter, .nk-user-profile-view__name:first-letter
  381. {color: #e85253 !important;}
  382.  
  383. .nk-user-profile-view__name:first-letter, .nk-user-profile-view__status
  384. {color: #ff3838;}
  385.  
  386. .nk-category-group-badge-view_disabled
  387. {filter: grayscale(1);}
  388.  
  389. .nk-category-group-badge-view_id_rd-group
  390. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path d="M5 2h6l4 11H1L5 2zm2 8v2h2v-2H7zm0-3v2h2V7H7zm0-3v2h2V4H7z" fill="%23ccc"/><path d="M1 13H15V15H1z" fill="%23999"/></g></svg>');}
  391.  
  392. .nk-category-group-badge-view_id_entrance-group
  393. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" transform="translate(0 2)"><path fill-rule="nonzero" d="M5.5 0h6A1.5 1.5 0 0 1 13 1.5v10a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 4 11.5v-10A1.5 1.5 0 0 1 5.5 0z" fill="%23888"/><path d="M5.5 1a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-6z" fill="%23aaa"/><path fill-rule="nonzero" d="M6 4.5A1.5 1.5 0 0 1 7.5 3c.296 0 .586.088.902.303l2.429 1.949c.425.284.676.755.669 1.233.007.508-.244.98-.6 1.212L8.333 9.748A1.5 1.5 0 0 1 6 8.5V8H1.5a1.5 1.5 0 0 1 0-3H6v-.5z" fill="%23666"/><path d="M7 6H1.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 .777.416l2.499-2A.488.488 0 0 0 10.5 6.5a.488.488 0 0 0-.224-.416l-2.499-2A.5.5 0 0 0 7 4.5V6z" fill="%23fff"/></g></svg>');}
  394.  
  395. .nk-category-group-badge-view_id_vegetation-group
  396. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path d="M7 10L9 10 9 15 10 15 10 16 6 16 6 15 7 15z" fill="%23444"/><path d="M12.497 5.777c-.034-1.316-.368-2.85-.911-3.803C10.764.532 9.464 0 8 0 6.524 0 5.214.548 4.393 2.011c-.53.947-.856 2.466-.89 3.766C2.605 6.353 2 7.432 2 8.667 2 10.498 3.33 11.985 4.975 12h6.138v-.002C12.719 11.93 14 10.465 14 8.667c0-1.235-.605-2.314-1.503-2.89z" fill="%237da729"/></g></svg>');}
  397.  
  398. .nk-category-group-badge-view_id_transport-railway-group
  399. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none"><circle cx="8" cy="8" r="8" fill="%23ccc"/><path d="M4 4.714c0-.426.912-.752 2.737-.977C6.912 3.246 7.333 3 8 3c.667 0 1.088.246 1.263.737 1.825.225 2.737.551 2.737.977V9c0 .667-.21 1.183-.632 1.549-.24.262-.771.526-.842.421l1.4 2.03H11l-1.5-2h-3l-1.447 2h-.927l1.348-2.03c-.07.105-.602-.16-.842-.421C4.21 10.183 4 9.667 4 9V4.714zm1.684 3.309a.63.63 0 0 0-.631.631.63.63 0 1 0 1.263 0 .63.63 0 0 0-.632-.631zm4.632 0a.63.63 0 0 0-.632.631c0 .349.28.632.632.632a.63.63 0 0 0 .631-.632.63.63 0 0 0-.631-.631zM5.053 5v2.18h5.894V5H5.053z" fill="%23222"/></g></svg>');}
  400.  
  401. .nk-category-group-badge-view_id_transport-metro-group
  402. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none"><circle cx="8" cy="8" r="8" fill="%23ccc"/><path d="M5.642 4.211L8 8.421 10.358 4.211 12.337 10.947 10.526 10.947 9.768 8.211 8 10.863 6.232 8.211 5.474 10.947 3.663 10.947z" fill="%23222"/></g></svg>');}
  403.  
  404. .nk-category-group-badge-view_id_transport-group
  405. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path d="M14 13H2V3.09c0-.759.478-1.43 1.185-1.665C4.066 1.133 5.647 1 8 1s3.934.133 4.815.425A1.747 1.747 0 0 1 14 3.089V13zM8 2.75c-1.932 0-3.395.209-4.388.626-.303.127-.59.419-.612.752V8h10l-.082-3.872a.874.874 0 0 0-.53-.752C11.395 2.959 9.932 2.75 8 2.75zm3.857 9.625c.71 0 1.286-.588 1.286-1.313 0-.724-.576-1.312-1.286-1.312-.71 0-1.286.588-1.286 1.313 0 .724.576 1.312 1.286 1.312zm-7.714 0c.71 0 1.286-.588 1.286-1.313 0-.724-.576-1.312-1.286-1.312-.71 0-1.286.588-1.286 1.313 0 .724.576 1.312 1.286 1.312z" fill="%235099ff"/><path d="M14 13v1.563a.433.433 0 0 1-.429.437h-1.808a.43.43 0 0 1-.416-.331L11.016 13h-6l-.363 1.669a.43.43 0 0 1-.416.331H2.429A.433.433 0 0 1 2 14.562V13h12z" fill="%23444"/></g></svg>');}
  406.  
  407. .nk-category-group-badge-view_id_transport-waterway-group
  408. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path d="M11.821 7.67l1.564.846c.238.13.317.419.175.666 0 0-.494.701-1.242 2.821-1.494 0-2.511 1.01-2.511 1.01s-.88-.76-1.991-.76c-1.111 0-1.98.76-1.98.76s-.755-1.01-2.245-1.01C2.828 10.25 2.086 9.17 2.086 9.17a.457.457 0 0 1 .162-.654l1.573-.852V3c0-1 1.002-1 1.002-1H6.22c0-1 .8-1 1.6-1s1.6 0 1.6 1h1.402s.998 0 .998 1v4.67zm-1-.542V4.152A.15.15 0 0 0 10.673 4H4.969a.151.151 0 0 0-.148.152v2.97l2.767-1.498a.538.538 0 0 1 .456 0l2.777 1.504zM6.823 2.5c0 .268.225.5.504.5h.99c.292 0 .506-.224.506-.5 0-.268-.226-.5-.505-.5h-.99a.495.495 0 0 0-.505.5z" fill="%23ccc"/><path d="M9.821 14.25c.758 0 .752-1 2-1s1.645.639 1.645.639c.2.187.233.545.082.771l.046-.07a.602.602 0 0 1-.719.207s-.545-.297-1.054-.297c-.752 0-.754 1-2 1s-1.241-1-2-1c-.759 0-.746 1-2 1s-1.24-1-2-1c-.504 0-1.053.297-1.053.297a.606.606 0 0 1-.72-.207l.046.07a.64.64 0 0 1 .068-.76s.409-.65 1.659-.65 1.239 1 2 1c.761 0 .762-.975 2-.987 1.238-.013 1.242.987 2 .987z" fill="%235099ff"/></g></svg>');}
  409.  
  410. .nk-category-group-badge-view_id_poi-group
  411. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path d="M7.035 15.433S13.001 10 13.001 5.003l-5.004 5-.962 5.43z" fill="%23cc2828"/><circle cx="8" cy="5" r="5" fill="%23f33"/><circle cx="8" cy="5" r="2" fill="%23222"/></g></svg>');}
  412.  
  413. /* ===== Top Rates =====*/
  414. .nk-table__header-cell
  415. {border-bottom: 2px solid #333;}
  416.  
  417. .nk-modal_theme_islands .nk-modal__content
  418. {background: #222; border-radius: 3px;}
  419.  
  420. .nk-rating-view__content > div > .nk-scrollable
  421. {border-radius: 0 0 3px 3px;}
  422.  
  423. .nk-rating-view__list-item
  424. {border-bottom: 2px solid #282828;}
  425.  
  426. .nk-rating-view__table-header .nk-rating-view__table-cell, .nk-rating-view__current-user-tag
  427. {color: #888;}
  428.  
  429. .nk-button_theme_islands.nk-button_checked span
  430. {color: #ffeba0;}
  431.  
  432. .nk-button_theme_islands.nk-button_checked::before
  433. {background: #333; box-shadow: inset 0 -2px #ffeba0, 0 2px rgba(0,0,0,.1);}
  434.  
  435. .nk-button_theme_islands.nk-button_checked.nk-button_disabled
  436. {background: rgba(0,0,0,.08); box-shadow: inset 0 -1px #625c46, 0 1px #625c46;}
  437.  
  438. /*.nk-button_theme_islands.nk-button_focused_hard
  439. {background: rgba(255,255,255,.078); box-shadow: inset 0 0 0 1px rgba(178,142,0,.6), 0 0 0 1px rgba(178,142,0,.6) !important;}
  440.  
  441. .nk-button_theme_islands.nk-button_checked.nk-button_focused_hard
  442. {box-shadow: inset 0 -2px #ffeba0, 0 2px rgba(0,0,0,.1), inset 0 0 0 1px rgba(178,142,0,.6), 0 0 0 1px rgba(178,142,0,.6) !important;}*/
  443.  
  444. .nk-button_theme_islands.nk-button_checked.nk-button_hovered
  445. {background: rgba(255,255,255,.1);}
  446.  
  447. .nk-button_theme_islands.nk-button_disabled.nk-button_checked::before
  448. {background: none;}
  449.  
  450. .nk-button_theme_islands.nk-button_pressed.nk-button_checked:active
  451. {color: #eee; box-shadow: inset 0 -2px #eee, 0 2px rgba(0,0,0,.1);}
  452.  
  453. .nk-rating-view__list-item:hover
  454. {background: #333 !important;}
  455.  
  456. /* ===== Moder Panel ===== */
  457. .nk-table__header-cell
  458. {border-top: 2px solid #333}
  459.  
  460. .nk-table__header-cell.nk-moderation-dashboard-view__table-cell
  461. {background: #333 !important; border-bottom-color: #444; border-top-color: #444;}
  462.  
  463. .nk-table__header-cell.nk-moderation-dashboard-view__table-cell:hover
  464. {background: #444 !important}
  465.  
  466. .nk-table_with-hover .nk-table__row:hover
  467. {background: #333}
  468.  
  469. .nk-rating-view__table-header .nk-rating-view__table-cell:hover, .nk-rating-view__table-header .nk-table__row:hover
  470. {background: inherit}
  471.  
  472. .nk-moderation-dashboard-view__table-header-cell-content-wrapper
  473. {color: #eee;}
  474.  
  475. /* ===== Blocks ===== */
  476. .nk-page
  477. {color: #eee;}
  478.  
  479. .nk-island
  480. {background: #222; border-radius: 3px; overflow: hidden;}
  481.  
  482. .nk-link-panel-view
  483. {background: #333;}
  484.  
  485. .nk-tips-view__tip-link.nk-link
  486. {color: #eee;}
  487.  
  488. .nk-tips-view__links-title
  489. {color: #bbb;}
  490.  
  491. .nk-tracker-point-viewer-view__photo
  492. {background-color: #222;}
  493.  
  494. /* ===== Block Content ===== */
  495. .nk-section:not(:empty) ~ .nk-section_level_2:not(:empty)::before
  496. {background: rgba(255,255,255,.078); height: 2px;}
  497.  
  498. .nk-list-control__title, .nk-sidebar-control__label, .nk-form-control__label, .nk-form-control__unit, .nk-editable-list-control .nk-editable-list-control__title, .nk-transport-routes-viewer-view__label, .nk-transport-thread-stops-viewer-view__counter::before, .nk-transport-thread-stop-editor-view__title::after, .nk-transport-thread-stops-editor-view__placeholder-label, .nk-form-control2__label, .nk-form-control2__unit, .nk-feedback-task-description-view__row-label, .nk-boolean-text-control__control::before, .nk-boolean-text-control__text::before, .nk-feedback-task-duplicates-view__group-label_id_rejected, .nk-feedback-task-duplicates-view__group-label_id_rejected-closed
  499. {color: #bbb;}
  500.  
  501. .nk-transport-thread-stops-viewer-view__icon, .nk-transport-thread-stops-editor-view__add-icon, .nk-transport-thread-stop-editor-view__title::before
  502. {background: #222;}
  503.  
  504. .nk-transport-thread-stop-editor-view_selected .nk-transport-thread-stop-editor-view__title::before, .nk-transport-thread-stops-editor-view__placeholder::after
  505. {background: #222; border-color: #fee481;}
  506.  
  507. .nk-bitmask-control__icon
  508. {fill: #bbb;}
  509.  
  510. .nk-slide-animation.nk-section.nk-section_level_1
  511. {border: none !important;}
  512.  
  513. /* ===== Share, Feedback etc =====*/
  514. .nk-share-view
  515. {background: #333; color: #bbb;}
  516.  
  517. .nk-comment-form-view, .nk-confirmation-view, .nk-feedback-task-view__action-pane
  518. {background: #333; border: none !important;}
  519.  
  520. /* ===== Notification ===== */
  521. .nk-app-bar-view__notifier_visible
  522. {animation: nk-list-item-view2_flashing .7s; background: none; border-color: #ff3838; border-radius: 50%; width: 36px; height: 36px; top: -1px; left: -1px;}
  523.  
  524. /* ===== Edit Notification ===== */
  525. .nk-notification-view_type_progress
  526. {background: rgba(34,34,34,.9); color: #eee;}
  527.  
  528. .nk-notification-view_type_suggest
  529. {background: rgba(34,34,34,.9); color: #fdebad;}
  530.  
  531. .nk-notification-view_type_success
  532. {background: rgba(34,34,34,.9); color: #8fcb69;}
  533.  
  534. .nk-notification-view_type_error
  535. {background: rgba(34,34,34,.9); color: #ff6464;}
  536.  
  537. /* ===== Status Icon ===== */
  538. .nk-icon_id_commit-approved > svg > g > circle, .nk-icon_id_commit-published > svg > g > circle
  539. {fill: #222; stroke: #8fcb69;}
  540.  
  541. .nk-icon_id_commit-approved > svg > g > path, .nk-icon_id_commit-published > svg > g > path
  542. {fill: #8fcb69;}
  543.  
  544. .nk-icon_id_commit-pending > svg > g > circle
  545. {fill: #222; stroke: #fc5;}
  546.  
  547. .nk-icon_id_commit-pending > svg > g > path
  548. {fill: #fc5;}
  549.  
  550. .nk-icon_id_warning > svg > path:first-child
  551. {fill: #222; stroke: #ffb000;}
  552.  
  553. .nk-icon_id_warning > svg > path:last-child
  554. {fill: #ffb000;}
  555.  
  556. .nk-icon_id_commit-rejected > svg > g > circle
  557. {fill: #222; stroke: #ff6464;}
  558.  
  559. .nk-icon_id_commit-rejected > svg > g > path
  560. {fill: #ff6464;}
  561.  
  562. .nk-icon_id_alert > svg > path:first-child
  563. {fill: #222; stroke: #fb6261;}
  564.  
  565. .nk-icon_id_alert > svg > path:last-child
  566. {fill: #fb6261;}
  567.  
  568. .nk-icon_id_yandex.nk-user-link-view__icon > svg > g > path:first-child, .nk-icon_id_moderator.nk-user-link-view__icon > svg > path:first-child
  569. {fill: #0000; stroke: #fc0;}
  570.  
  571. .nk-icon_id_yandex.nk-user-link-view__icon > svg > g > path:last-child, .nk-icon_id_moderator.nk-user-link-view__icon > svg > path:last-child
  572. {fill: #fc0;}
  573.  
  574. .nk-icon_id_commit-approved.nk-event-view__commit-state_not-last::before, .nk-icon_id_commit-published.nk-event-view__commit-state_not-last::before
  575. {background: #8fcb69;}
  576.  
  577. .nk-icon_id_commit-pending.nk-event-view__commit-state_not-last::before
  578. {background: #fc5;}
  579.  
  580. .nk-icon_id_commit-rejected.nk-event-view__commit-state_not-last::before
  581. {background: #ff6464;}
  582.  
  583. .nk-icon_id_filter > svg > g > circle
  584. {fill: #222; stroke: #198cff;}
  585.  
  586. .nk-icon_id_filter > svg > g > path
  587. {fill: #198cff;}
  588.  
  589. /* ===== Edit ===== */
  590. .nk-icon, .nk-commit-diff-view__attr-val > .nk-icon2, .nk-icon_interactive, .nk-icon2_colored, .nk-icon2_id_close, .nk-icon2_interactive > svg > circle:nth-child(3), .nk-icon_interactive > svg > path:nth-child(5), .nk-icon_id_closed-envelope > svg > g > path, .nk-icon2_id_permalink > svg > path
  591. {fill: #bbb;}
  592.  
  593. .nk-icon_interactive:hover, .nk-icon2_interactive:hover, .nk-icon2_id_close:hover, .nk-icon2_interactive:hover > svg > circle:nth-child(3), .nk-icon2_interactive:hover > svg > path:nth-child(5), .nk-icon_id_untrusted > svg > g > path:first-child
  594. {fill: #eee;}
  595.  
  596. .nk-icon2_disabled
  597. {fill: #666 !important;}
  598.  
  599. .nk-icon_interactive > svg > circle:first-child, .nk-icon_interactive > svg > circle:nth-child(2), .nk-icon_interactive > svg > circle:nth-child(4)
  600. {fill: #444;}
  601.  
  602. .nk-icon_disabled > svg > circle:nth-child(2), .nk-icon_disabled > svg > circle:first-child, .nk-icon_disabled > svg > circle:nth-child(4)
  603. {fill: #333;}
  604.  
  605. .nk-icon_disabled > svg > circle:nth-child(3), .nk-icon_disabled > svg > path:nth-child(5), .nk-icon_id_opened-envelope > svg > g > path
  606. {fill: #666;}
  607.  
  608. .nk-geoobject-viewer-view__notice_type_blocked
  609. {background: #333; color: #bbb;}
  610.  
  611. .nk-geoobject-organizations-summary-viewer-view__badge
  612. {background: none; border: 1px solid #bbb; color: #bbb;}
  613.  
  614. .button_theme_islands
  615. {background: rgba(255,255,255,.078); color: #eee;}
  616.  
  617. .button_theme_islands.button_focused-hard
  618. {background: rgba(255,255,255,.078); box-shadow: inset 0 0 0 1px rgba(178,142,0,.6), 0 0 0 1px rgba(178,142,0,.6) !important;}
  619.  
  620. .button_theme_islands.button_size_m
  621. {box-shadow: 0 2px rgba(0, 0, 0, .1);}
  622.  
  623. .button_theme_islands.button_size_m.button_pressed
  624. {opacity: .9;}
  625.  
  626. .button_size_m.button_theme_islands.button_hovered
  627. {background: rgba(255,255,255,.1);}
  628.  
  629. .button_disabled.button_theme_islands.button_checked::before
  630. {background: #1f1f1f;}
  631.  
  632. .button_disabled.button_theme_islands.button_checked
  633. {background: #1f1f1f; box-shadow: inset 0 -1px #625c46, 0 1px #625c46;}
  634.  
  635. .input_theme_islands, .nk-text-input_theme_islands::before
  636. {background: #0000; border-radius: 3px; border: 2px solid rgba(255,255,255,.153);}
  637.  
  638. .nk-text-input_theme_islands:hover::before
  639. {background: #0000; border-color: rgba(255,255,255,.2);}
  640.  
  641. .nk-text-input_theme_islands.nk-text-input_focused::before
  642. {border-color: #fc0;}
  643.  
  644. .nk-text-input_theme_islands.nk-text-input_invalid::before
  645. {background: #0000 !important; border-color: rgba(255,255,255,.2); border-bottom-color: red;}
  646.  
  647. .nk-text-input_theme_islands.nk-text-input_invalid.nk-text-input_focused::before
  648. {border-color: red !important;}
  649.  
  650. .nk-text-input_theme_islands.nk-text-input_disabled
  651. {background: rgba(0,0,0,.08); box-shadow: none;}
  652.  
  653. .nk-text-input_theme_islands::before
  654. {background: none;}
  655.  
  656. .nk-text-input_theme_islands .nk-text-input__control
  657. {color: #eee;}
  658.  
  659. .nk-text-input_theme_air .nk-text-input__control::placeholder, .nk-text-area_theme_islands::placeholder, .nk-text-input_theme_islands .nk-text-input__control::placeholder
  660. {color: #888;}
  661.  
  662. .nk-moderation-task-view__permalink
  663. {transition: opacity ease .1s;}
  664.  
  665. .nk-link-panel-view__title, .nk-link_theme_islands.nk-link_view_action, .nk-link_theme_islands.nk-link_view_minor, .link_theme_islands.link_view_action
  666. {color: #a2add0;}
  667.  
  668. .nk-link_theme_islands.nk-link_view_action .nk-icon_colored, .link_theme_islands.link_view_action .nk-icon_interactive
  669. {fill: #a2add0;}
  670.  
  671. .nk-icon_colored.nk-icon_interactive:hover, .nk-link:hover .nk-icon_colored
  672. {fill: #e85253;}
  673.  
  674. .nk-link_theme_islands:hover, .link_theme_islands:hover
  675. {color: #e85253;}
  676.  
  677. .input_theme_islands::before
  678. {background: none;}
  679.  
  680. .input_theme_islands .input__control
  681. {color: #eee;}
  682.  
  683. .input_theme_islands.input_disabled .input__box, .input_theme_islands.input_disabled .input__control, .nk-text-input_theme_islands.nk-text-input_disabled .nk-text-input__box, .nk-text-input_theme_islands.nk-text-input_disabled .nk-text-input__control, .nk-checkbox_theme_islands.nk-checkbox_disabled, .nk-link_theme_islands.nk-link_disabled
  684. {color: #888;}
  685.  
  686. .nk-name-row-layout__name-lang, .nk-name-row-layout__name-type, .nk-feedback-task-duplicates-view__sub-header, .nk-object-comments-view__comments-count, .nk-geoobject-history-view__sub-header
  687. {color: #888;}
  688.  
  689. .nk-tag-view
  690. {background-color: #333; border-color: #ffeba0; color: #ffeba0;}
  691.  
  692. .nk-tag-view > .nk-icon2_interactive
  693. {fill: #ffeba0;}
  694.  
  695. .nk-transport-routes-viewer-view__item
  696. {background-color: #333; border: 1px solid #ffeba0; color: #ffeba0;}
  697.  
  698. .nk-transport-routes-viewer-view__item_not-operating
  699. {background-color: #333; border: 1px solid #191919; color: #eee;}
  700.  
  701. .button_theme_islands.button_checked > span > svg
  702. {fill: #ffeba0;}
  703.  
  704. .button_theme_islands.button_checked:hover
  705. {background: rgba(255,255,255,.1); box-shadow: inset 0 -1px #eee, 0 1px #eee;}
  706.  
  707. .button_theme_islands.button_checked:hover > span > svg
  708. {fill: #eee;}
  709.  
  710. .button_theme_islands.button_checked
  711. {background: #333; box-shadow: inset 0 -2px #ffeba0, 0 2px rgba(0,0,0,.1);}
  712.  
  713. .button_theme_islands.button_checked::before, .button_theme_islands.button_checked.button_pressed::before
  714. {background: none;}
  715.  
  716. .button_checked > span
  717. {color: #ffeba0;}
  718.  
  719. .button_checked:hover > span
  720. {color: #eee;}
  721.  
  722. .button_theme_islands::before, .button_theme_islands.button_pressed::before
  723. {background: none;}
  724.  
  725. .checkbox_theme_islands .checkbox__box, .nk-checkbox_theme_islands .nk-checkbox__box
  726. {background: #0000 !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.153);}
  727.  
  728. .checkbox_theme_islands.checkbox_checked .checkbox__box, .nk-checkbox_theme_islands.nk-checkbox_checked .nk-checkbox__box
  729. {background: #ffeba0 !important;}
  730.  
  731. .nk-checkbox_theme_islands.nk-checkbox_disabled.nk-checkbox_checked .nk-checkbox__box
  732. {background: rgba(255,255,255,.153) !important; box-shadow: none;}
  733.  
  734. .nk-checkbox_theme_islands .nk-checkbox__box::after
  735. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10"><path fill="%23222" fill-rule="evenodd" d="M4.559 6.573L1.47 3.137 0 4.492l4.533 5.003 7.671-8.114L10.759 0z"/></svg>') 50% no-repeat; top: -1px; left: 0;}
  736.  
  737. .checkbox_theme_islands.checkbox_checked .checkbox__box::before, .nk-checkbox_theme_islands.nk-checkbox_checked .nk-checkbox__box::before, .checkbox_theme_islands .checkbox__box::before, .nk-checkbox_theme_islands .nk-checkbox__box::before
  738. {background: none;}
  739.  
  740. .nk-text-input_theme_islands.nk-text-input_size_m .nk-text-input__clear, .nk-text-input_theme_islands.nk-text-input_size_s .nk-text-input__clear
  741. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><path d="M10 .7L9.3 0 5 4.3.7 0 0 .7 4.3 5 0 9.3l.7.7L5 5.7 9.3 10l.7-.7L5.7 5z" fill="%23eee"/></svg>') no-repeat 7px 50%;}
  742.  
  743. .menu_theme_islands
  744. {background: #222;}
  745.  
  746. .nk-editing-hint-view
  747. {background: #383837;}
  748.  
  749. .nk-selection-item-view__counter
  750. {background-color: #666; font: 11px/15px Verdana,sans-serif;}
  751.  
  752. .nk-selection-item-view__action > span > svg > path, .nk-selection-item-view__action > span > svg > polygon
  753. {fill: #bbb;}
  754.  
  755. .nk-button_theme_islands.nk-button_disabled::before
  756. {box-shadow: none;}
  757.  
  758. .nk-button span
  759. {color: #eee;}
  760.  
  761. .nk-button_theme_islands::before
  762. {background: rgba(255,255,255,.078); border-color: #0000; box-shadow: 0 2px rgba(0,0,0,.1);}
  763.  
  764. .nk-button_theme_islands.nk-button_pressed
  765. {opacity: .9;}
  766.  
  767. .nk-button_theme_islands.nk-button_hovered::before
  768. {background: rgba(255,255,255,.1); border-color: #0000;}
  769.  
  770. .nk-button_theme_islands.nk-button_view_plain.nk-button_hovered
  771. {background: none;}
  772.  
  773. .nk-button_theme_islands.nk-button_view_action::before
  774. {background: rgba(255,255,255,.078); border: 2px solid #ffdb4d;}
  775.  
  776. .nk-button_theme_islands.nk-button_view_action.nk-button_hovered::before
  777. {background: rgba(255,255,255,.1); border: 2px solid #ffeba0; color: #ffeba0;}
  778.  
  779. .nk-button_theme_islands.nk-button_view_action span
  780. {color: #ffdb4d;}
  781.  
  782. .nk-button_view_action.nk-button_disabled::before
  783. {background: rgba(0,0,0,.1) !important; box-shadow: none;}
  784.  
  785. .nk-button_theme_islands.nk-button_disabled .nk-button__text, .nk-text-area_theme_islands.nk-text-area_disabled
  786. {color: #888;}
  787.  
  788. .nk-button_theme_islands.nk-button_view_plain
  789. {box-shadow: none !important; background: none !important;}
  790.  
  791. /* ===== Feedback & Deleted ===== */
  792. .nk-geoobject-viewer-view__notice_type_deleted
  793. {background: #5e3031; color: #e85253;}
  794.  
  795. .nk-modal_theme_islands .nk-modal__content
  796. {border-color: #444;}
  797.  
  798. .nk-feedback-reminder-view__description, .nk-feedback-task-view__duplicate-pane
  799. {background: #333;}
  800.  
  801. .nk-button_theme_islands.nk-button_view_feedback.nk-button_disabled
  802. {background: rgba(0,0,0,.1) !important; box-shadow: none;}
  803.  
  804. .nk-button_theme_islands.nk-button_view_feedback::before
  805. {background: rgba(255,255,255,.078); box-shadow: inset 0 0 0 2px #3da1f8, 0 2px rgba(0,0,0,.1);}
  806.  
  807. .nk-button_theme_islands.nk-button_view_feedback.nk-button_hovered::before
  808. {background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 2px #70bafa, 0 2px rgba(0,0,0,.1);}
  809.  
  810. .nk-button_theme_islands.nk-button_view_feedback span
  811. {color: #3da1f8;}
  812.  
  813. .nk-button_theme_islands.nk-button_view_feedback.nk-button_hovered span
  814. {color: #70bafa;}
  815.  
  816. .nk-button_theme_islands.nk-button_view_feedback.nk-button_disabled, .nk-button_theme_islands.nk-button_view_feedback::before, .nk-button_theme_islands.nk-button_view_feedback.nk-button_pressed::before
  817. {background: none;}
  818.  
  819. .nk-button_theme_islands.nk-button_view_feedback.nk-button_pressed
  820. {opacity: .9;}
  821.  
  822. .nk-button_theme_air.nk-button_view_feedback
  823. {background: #222; box-shadow: inset 0 0 0 2px #3da1f8;}
  824.  
  825. .nk-button_theme_air.nk-button_view_feedback > span > svg > g > path
  826. {fill: #3da1f8;}
  827.  
  828. .nk-button_view_feedback .nk-app-bar-view__counter
  829. {animation: nk-list-item-view2_flashing .7s; background: #3da1f8; color: #111;}
  830.  
  831. .nk-feedback-task-view__info-pane_status_acquired-by-me
  832. {background: #2a4863;}
  833.  
  834. .nk-feedback-task-view__info-pane
  835. {color: #3da1f8;}
  836.  
  837. .nk-feedback-task-view__info-pane_status_acquired-by-me .nk-feedback-task-view__info-pane-icon
  838. {fill: #3da1f8;}
  839.  
  840. .nk-feedback-task-view__info-pane_status_accepted, .nk-feedback-task-view__info-pane_status_accepted-and-closed
  841. {background: #3e5629;}
  842.  
  843. .nk-feedback-task-view__info-pane_status_accepted.nk-feedback-task-view__info-pane, .nk-feedback-task-view__info-pane_status_accepted-and-closed.nk-feedback-task-view__info-pane
  844. {color: #7fcf3a !important;}
  845.  
  846. /* ===== Comments ===== */
  847. .nk-object-add-comment-form-view
  848. {background: #333;}
  849.  
  850. .nk-object-comments-view__comments-count_no-comments
  851. {background: url('data:image/svg+xml;charset=utf-8,<svg width="68" height="53" viewBox="0 0 68 53" xmlns="http://www.w3.org/2000/svg"><path d="M3 42c-1.66 0-3-1.35-3-3v-36c0-1.65 1.35-3 3-3h62c1.65 0 3 1.35 3 3v36c0 1.65-1.4 3-3 3h-30l-10.2 10.171c-1.55 1.579-2.8 1.029-2.8-1.171v-9h-19zm1-2c-1.1 0-2-.9-2-2v-34c0-1.103.905-2 2-2h60c1.1 0 2 .9 2 2v34c0 1.1-.9 2-2 2h-30l-9.3 9.3c-.4.4-.7.2-.7-.3v-7c0-1.1-.9-2-2-2h-18z" fill="%23444" fill-rule="evenodd"/></svg>') center 20px no-repeat;}
  852.  
  853. .nk-text-area_theme_islands
  854. {background: #0000; border: 2px solid rgba(255,255,255,.153); border-radius: 3px; color: #eee;}
  855.  
  856. .nk-text-area_theme_islands:hover
  857. {border-color: rgba(255,255,255,.2);}
  858.  
  859. .nk-text-area_theme_islands.nk-text-area_focused
  860. {box-shadow: none; border-color: #fc0;}
  861.  
  862. .nk-text-area_theme_islands.nk-text-area_invalid
  863. {box-shadow: none; border-color: rgba(255,255,255,.153); border-bottom-color: red;}
  864.  
  865. .nk-text-area_theme_islands.nk-text-area_invalid.nk-text-area_focused
  866. {box-shadow: none; border-color: red;}
  867.  
  868. .nk-text-area_theme_islands.nk-text-area_disabled
  869. {border-color: transparent;}
  870.  
  871. /* ===== Tabs ===== */
  872. .nk-tabs-bar
  873. {background: #333; border: none !important; box-shadow: 0 2px rgba(0,0,0,.1); margin-bottom: -1px; z-index: 2;}
  874.  
  875. .nk-tabs-bar__tab
  876. {color: #bbb;}
  877.  
  878. .nk-section:not(:empty) ~ .nk-section_level_1:not(:empty)
  879. {border-top: 2px solid #333;}
  880.  
  881. .nk-tabs-bar__tab:hover, .nk-tabs-bar__tab_selected
  882. {color: #eee;}
  883.  
  884. .nk-tabs-bar__selection
  885. {background: #ccc;}
  886.  
  887. .nk-select_theme_islands .nk-select__tick
  888. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6"><path d="M10.3 0L5.5 4.7.7 0 0 .7 5.5 6 11 .7z" fill="%23eee"/></svg>') 50% no-repeat;}
  889.  
  890. /* ===== User-name ===== */
  891. .nk-link_theme_islands.nk-link_view_text, .nk-link_theme_islands.nk-link_view_text.nk-link_disabled, .nk-user-link-view_colored
  892. {color: #eee;}
  893.  
  894. .nk-user-link-view_disabled
  895. {color: #eee !important;}
  896.  
  897. /* ===== List ===== */
  898. .nk-scrollable__container::before
  899. {background: linear-gradient(#222,#0000);}
  900.  
  901. .nk-scrollable__container::after
  902. {background: linear-gradient(#0000,#222);}
  903.  
  904. .nk-list-item-view_expanded
  905. {box-shadow: inset 5px 0 #fbd553,inset 0 2px rgba(255,255,255,.078),inset 0 0 0 2px rgba(255,255,255,.078);}
  906.  
  907. .nk-list-item-view_interactive:hover, .nk-list-item-view_expanded
  908. {background: #333;}
  909.  
  910. .nk-list-item-view__progress, .nk-feedback-task-view__progress
  911. {background-color: rgba(255,255,255,.08);}
  912.  
  913. .nk-event-view__edit-notes, .nk-event-view__date, .nk-comment-view__date, .nk-comment-view__date, .nk-comment-view_deleted .nk-comment-view__text
  914. {color: #888;}
  915.  
  916. .nk-badge
  917. {padding: 2px 4px 4px;}
  918.  
  919. .nk-badge_color_green
  920. {background: none; border: 1px solid #8fcb69; color: #8fcb69;}
  921.  
  922. .nk-badge_color_yellow
  923. {background: none; border: 1px solid #fc5; color: #fc5;}
  924.  
  925. .nk-badge_color_orange
  926. {background: none; border: 1px solid #fa945f; color: #fa945f;}
  927.  
  928. .nk-badge_color_red
  929. {background: none; border: 1px solid #ff6464; color: #ff6464;}
  930.  
  931. .nk-list-view__loading-before
  932. {background: linear-gradient(#222,#fff0);}
  933.  
  934. .nk-list-view__loading-after
  935. {background: linear-gradient(#fff0,#222);}
  936. @media (max-width:768px) {
  937. .nk-header-view
  938. {min-width: 490px;}
  939.  
  940. .nk-logo-view
  941. {top: 0;}
  942.  
  943. .nk-logo-view__img
  944. {width: 18px;}
  945.  
  946. .nk-logo-view__img_color_black
  947. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="37" width="37" viewBox="0 0 37 37"><path fill="%23f00" d="M10.219 31.91v-9.98l7.47-20.94h-3.296l-5.691 16.679-4.89-13.663h-3.602l6.855 17.804v10.1z"/></svg>');}
  948.  
  949. .nk-logo-view__img_color_white
  950. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="37" width="37" viewBox="0 0 37 37"><path fill="%23fff" d="M10.219 31.91v-9.98l7.47-20.94h-3.296l-5.691 16.679-4.89-13.663h-3.602l6.855 17.804v10.1z"/></svg>');}
  951.  
  952. .nk-logo-view__img_color_black:lang(ru)
  953. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="37" width="37" viewBox="0 0 37 37"><path fill="%23f00" d="M11.892 21.35v10.525h3.077v-27.848h-4.595c-4.516 0-8.312 2.895-8.312 8.808 0 4.218 1.678 6.504 4.196 7.765l-5.355 11.275h3.557l4.875-10.526h2.557v.001zm.006-2.457h-1.638c-2.677 0-4.875-1.458-4.875-5.991 0-4.691 2.398-6.307 4.875-6.307h1.638v12.298z"/></svg>');}
  954.  
  955. .nk-logo-view__img_color_white:lang(ru)
  956. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="37" width="37" viewBox="0 0 37 37"><path fill="%23fff" d="M11.892 21.35v10.525h3.077v-27.848h-4.595c-4.516 0-8.312 2.895-8.312 8.808 0 4.218 1.678 6.504 4.196 7.765l-5.355 11.275h3.557l4.875-10.526h2.557v.001zm.006-2.457h-1.638c-2.677 0-4.875-1.458-4.875-5.991 0-4.691 2.398-6.307 4.875-6.307h1.638v12.298z"/></svg>');}
  957.  
  958. .nk-search-view
  959. {left: 60px;}
  960.  
  961. .nk-app-bar-view
  962. {margin-left: -262px;}
  963.  
  964. .nk-button_theme_air.nk-button_view_action
  965. {width: 38px;}
  966.  
  967. .nk-button_theme_air.nk-button_view_action::before
  968. {background: #222 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.164 7.475a.5.5 0 0 1 .708 0l2.828 2.828a.5.5 0 0 1 0 .707l-7.047 7.047a1 1 0 0 1-.437.256l-2.946.825a1 1 0 0 1-1.233-1.233l.825-2.946a1 1 0 0 1 .256-.437l7.046-7.047zm2.122-2.121l1.06-1.061a1 1 0 0 1 1.415 0l2.121 2.121a1 1 0 0 1 0 1.414l-1.06 1.061a.5.5 0 0 1-.708 0l-2.828-2.828a.5.5 0 0 1 0-.707z" transform="matrix(1, 0, 0, 1, 2, 2)" fill="%23fbd553"></path><path d="M13,13 L13,10 L15,10 L15,13 L18,13 L18,15 L15,15 L15,18 L13,18 L13,15 L10,15 L10,13 L13,13 L13,13 Z" transform="matrix(1, 0, 0, 1, -7, -7)" fill="%23fbd553"></path></svg>') 50% no-repeat; transition: color 0s;}
  969.  
  970. .nk-button_theme_air.nk-button_view_action span
  971. {color: #0000 !important;}
  972.  
  973. .nk-button_theme_air.nk-button_view_action.nk-button_hovered::before
  974. {background: #222 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.164 7.475a.5.5 0 0 1 .708 0l2.828 2.828a.5.5 0 0 1 0 .707l-7.047 7.047a1 1 0 0 1-.437.256l-2.946.825a1 1 0 0 1-1.233-1.233l.825-2.946a1 1 0 0 1 .256-.437l7.046-7.047zm2.122-2.121l1.06-1.061a1 1 0 0 1 1.415 0l2.121 2.121a1 1 0 0 1 0 1.414l-1.06 1.061a.5.5 0 0 1-.708 0l-2.828-2.828a.5.5 0 0 1 0-.707z" transform="matrix(1, 0, 0, 1, 2, 2)" fill="%23ffeba0"></path><path d="M13,13 L13,10 L15,10 L15,13 L18,13 L18,15 L15,15 L15,18 L13,18 L13,15 L10,15 L10,13 L13,13 L13,13 Z" transform="matrix(1, 0, 0, 1, -7, -7)" fill="%23ffeba0"></path></svg>') 50% no-repeat;}
  975.  
  976. .nk-button_theme_air.nk-button_view_action.nk-button.nk-button_pressed::before
  977. {background: #222 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.164 7.475a.5.5 0 0 1 .708 0l2.828 2.828a.5.5 0 0 1 0 .707l-7.047 7.047a1 1 0 0 1-.437.256l-2.946.825a1 1 0 0 1-1.233-1.233l.825-2.946a1 1 0 0 1 .256-.437l7.046-7.047zm2.122-2.121l1.06-1.061a1 1 0 0 1 1.415 0l2.121 2.121a1 1 0 0 1 0 1.414l-1.06 1.061a.5.5 0 0 1-.708 0l-2.828-2.828a.5.5 0 0 1 0-.707z" transform="matrix(1, 0, 0, 1, 2, 2)" fill="%23eee"></path><path d="M13,13 L13,10 L15,10 L15,13 L18,13 L18,15 L15,15 L15,18 L13,18 L13,15 L10,15 L10,13 L13,13 L13,13 Z" transform="matrix(1, 0, 0, 1, -7, -7)" fill="%23eee"></path></svg>') 50% no-repeat;}
  978.  
  979. .nk-user-bar-view__lang-selection-dropdown-switcher .nk-user-bar-view__country-flag
  980. {margin: 0 8px;}
  981.  
  982. .nk-user-bar-view__lang-selection-dropdown-switcher .nk-button__text, .nk-user-bar-view__name, .ymaps-2-1-68-copyright, .nk-map-region-view__coords
  983. {display: none;}
  984.  
  985. .nk-user-bar-view__login-button
  986. {width: 32px;}
  987.  
  988. .nk-user-bar-view__login-button::before
  989. {background: #222 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ccc" fill-rule="evenodd" d="M15.988 4A1 1 0 0 1 17 5v12a1 1 0 0 1-.41.807L11.8 21.4a.5.5 0 0 1-.8-.4v-3H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V8a1 1 0 0 1 .4-.8l1.707-1.28-5.6.073A.5.5 0 0 1 7 5.5v-1a.5.5 0 0 1 .5-.5h8.488zM5 10V9a.5.5 0 0 1 .8-.4l2.667 2a.5.5 0 0 1 0 .8l-2.667 2A.5.5 0 0 1 5 13v-1H3a1 1 0 0 1 0-2h2z"/></svg>') 50% no-repeat;}
  990.  
  991. .nk-user-bar-view__login-button span
  992. {color: #0000 !important;}
  993.  
  994. .nk-map-region-view__path
  995. {background-color: rgba(0,0,0,.5); color: #eee; font: 11px/14px Verdana,Arial; border-radius: 3px; padding: 0 4px 1px; max-width: 360px; overflow: hidden; text-overflow: ellipsis; left: -63px; top: 42px;}
  996. }
  997. }
  998.  
  999. @-moz-document url("https://yastatic.net/tableau/tableau.html?service-id=nmaps&device=desktop&preset=ru&target=blank"), url("https://yastatic.net/tableau/tableau.html?service-id=nmaps&device=desktop&preset=com&target=blank"), url("https://yastatic.net/tableau/tableau.html?service-id=nmaps&device=desktop&preset=tr&target=blank") {
  1000. .tableau
  1001. {background: #222;}
  1002.  
  1003. .tableau__foot
  1004. {background: linear-gradient(to left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);}
  1005.  
  1006. .tableau__foot .tableau__link
  1007. {background: #222; color: #eee;}
  1008.  
  1009. .tableau__foot .tableau__link:hover
  1010. {color: #e85253;}
  1011.  
  1012. :link, :visited
  1013. {color: #eee;}
  1014.  
  1015. .service_name_weather .service__icon
  1016. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 250 250" xmlns="http://www.w3.org/2000/svg"><g transform="translate(15.776 16.387)" fill="none" fill-rule="evenodd"><path d="M0 109.06C0 48.965 48.967 0 109.06 0c60.095 0 109.06 48.965 109.06 109.06H0z" fill="%23f33"/><ellipse fill="%23e00000" cx="109.06" cy="109.06" rx="109.06" ry="13.632"/><path d="M105.208 95.436v27.24l-.102 60.928c0 .839.021 2.076.064 3.45a125.27 125.27 0 0 0 .498 8.138c1.256 12.749 10.276 21.79 23.62 22.23 11.827.39 21.33-6.495 23.663-17.113l.073-.34c.333-1.712.517-3.225.62-4.826.053-.82.08-1.558.08-2.08v-1.537h-7.725v1.537c0 .358-.021.939-.063 1.582a28.63 28.63 0 0 1-.434 3.546c-.064.318-.064.318-.094.457-1.529 6.958-7.75 11.322-15.866 11.054-9.29-.306-15.307-6.34-16.187-15.268l-.05-.52c-.199-2.16-.337-4.561-.415-7.096-.04-1.291-.06-2.454-.06-3.214v-60.912l.07-27.256a887.804 887.804 0 0 0-7.692 0z" fill="%23eee" fill-rule="nonzero"/></g></svg>');}
  1017.  
  1018. .service_name_maps .service__icon
  1019. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 250 250" xmlns="http://www.w3.org/2000/svg"><g transform="translate(49.793 5)" fill="none" fill-rule="evenodd"><path d="M105.412 97.511l44.321-20.198c0 35.36-24.423 71.895-46.091 106.699L66.498 239.15 82.75 138.477l22.663-40.966z" fill="%23e00000"/><circle fill="%23f33" cx="74.998" cy="74.998" r="74.998"/><circle fill="%23222" cx="74.998" cy="74.998" r="29.882"/></g></svg>');}
  1020.  
  1021. .service_name_market .service__icon
  1022. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 250 250" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M80.048 58.187L64.644 15.536h-49.64v25.558H46.06L94.113 174.16l124.61-34.163s15.453-3.343 15.453-23.343V58.187H80.048z" fill="%2307f"/><path d="M183.996 196.457c-10.42 0-18.846 8.474-18.846 18.954s8.426 18.953 18.846 18.953 18.846-8.473 18.846-18.953c0-10.48-8.427-18.954-18.846-18.954m-107.212 0c-10.42 0-18.847 8.474-18.847 18.954s8.428 18.953 18.847 18.953c10.434 0 18.86-8.473 18.86-18.953 0-10.48-8.426-18.954-18.86-18.954" fill="%23555"/></g></svg>');}
  1023.  
  1024. .service_name_video .service__icon
  1025. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 219"><circle cx="109.5" cy="109.5" r="109.5" fill="%23333"/><path d="M73.757 49.702v118.544l102.948-59.272z" fill="%23fc0"/></svg>');}
  1026.  
  1027. .service_name_tv .service__icon
  1028. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg"><title>Slice 1</title><g fill="none" fill-rule="evenodd"><path fill="%23555" d="M6 13h44v27H6z"/><path d="M6 40h44V13L6 40z" fill="%23333"/><path d="M39 16h7v4h-7v-4z" fill="%23ffcc01"/><path d="M24 40h8v3h-8v-3z" fill="%23333"/><path d="M20 42h16v2H20v-2z" fill="%23555"/></g></svg>');}
  1029. }
  1030.  
  1031. @-moz-document url-prefix("https://yandex.ru/blog/narod-karta"), url-prefix("https://yandex.ru/blog/narod-moderator") {
  1032. .y-page_yablogs-archive, .y-page_yablogs-index, .y-page_yablogs-post, .y-page_yablogs-forbidden, .y-page_yablogs-privacy-policy, .y-page_yablogs-review-comments, .y-page_yablogs-serp, .y-page_yablogs-settings, .y-page_yablogs-statistics, .y-page_yablogs-tags, .y-page_yablogs-unban, .y-page_yablogs-blog-form, .y-page_yablogs-post-draft, .y-page_yablogs-post-form, .b-serp-item
  1033. {background: #222; color: #eee;}
  1034.  
  1035. a
  1036. {color: #3da1f8;}
  1037.  
  1038. .b-menu_yablogs__archive._current .y-toggle-button_islet-menu__text, .b-menu_yablogs__last-posts._current, .b-menu_yablogs__moderator-settings._current .y-toggle-button_islet-menu__text, .b-menu_yablogs__new-post._current, .b-menu_yablogs__posts-type._current .y-toggle-button_islet-menu__text, .b-menu_yablogs__subscribe._current, .b-menu_yablogs__tags-popup._current
  1039. {color: #ff3838;}
  1040.  
  1041. /* ===== Scroll ===== */
  1042. ::-webkit-scrollbar
  1043. {width: 12px; height: 12px;}
  1044.  
  1045. ::-webkit-scrollbar-button
  1046. {width: 0px; height: 0px;}
  1047.  
  1048. ::-webkit-scrollbar-thumb
  1049. {background: #6e6e6e; border-radius: 6px; border: 2px solid #222;}
  1050.  
  1051. ::-webkit-scrollbar-track
  1052. {background: #222;}
  1053.  
  1054. ::-webkit-scrollbar-corner
  1055. {background: #222;}
  1056.  
  1057. /* ===== Head ===== */
  1058. .y-header_club, .y-popup_islet
  1059. {background: #222;}
  1060.  
  1061. .y-popup_islet
  1062. {box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 10px 20px -5px rgba(0,0,0,.4);}
  1063.  
  1064. .y-popup_islet__arrow
  1065. {border-color: rgba(255,255,255,.2);}
  1066.  
  1067. .y-user-menu_yablogs__separator
  1068. {background: #444; color: #444;}
  1069.  
  1070. .y-header_club__logo
  1071. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="64" height="27" xmlns="http://www.w3.org/2000/svg"><path xmlns="http://www.w3.org/2000/svg" d="M33.888 22.04h-1.185V9.003H25.77v1.274c0 3.97-.15 8.594-1.513 11.765h-.918v4.83h2.07V23.94h6.4v2.933h2.07v-4.83zm10.046.89l-.533-1.778c-.59.415-1.63 1.007-2.93 1.007-1.83 0-2.78-1.78-2.78-5.16h6.23v-1.27c0-5.07-1.63-6.94-4.12-6.94-3.17 0-4.5 3.49-4.5 8.29 0 4.59 1.9 7.05 4.98 7.05 1.48 0 2.73-.48 3.68-1.22zM19.724 9.002v6.105h-3.438V9.002h-2.312v14.935h2.312v-6.933h3.437v6.933h2.282V9.002h-2.282zM52.15 23.947h2.518l-4.237-7.912 3.71-7.025H51.8l-3.587 6.91V9.01l-2.2.024V23.97l2.2-.023V16.51l3.94 7.437zm11.17-.928l-.535-1.72c-.533.47-1.392.92-2.518.92-1.868 0-2.757-2.14-2.757-5.87 0-3.77 1.185-5.63 2.845-5.63.948 0 1.837.5 2.46 1.03l.325-2.2c-.652-.42-1.422-.77-2.756-.77-3.497 0-5.304 2.99-5.304 7.67 0 5.09 1.926 7.67 5.126 7.67 1.363 0 2.31-.45 3.11-1.13zm-32.9-.98h-3.97c1.245-3.17 1.393-7.77 1.393-10.91v-.27h2.578v11.17zm11.112-6.94H37.71c.15-2.67.653-4.42 2.075-4.42 1.334 0 1.75 1.86 1.75 4.41z" fill="%23fff"/><path d="M8.73 15.818v8.12h2.28V3.008H7.604c-3.348 0-6.164 2.53-6.164 6.41 0 3.17 1.244 4.887 3.11 5.836L.58 23.937h2.637l3.616-8.12H8.73zm0-1.897H7.513c-1.983 0-3.613-1.09-3.613-4.5 0-2.78 1.777-4.47 3.614-4.47H8.73v8.98z" fill="%23fff"/></svg>');}
  1072.  
  1073. .y-header_club__service-logo, .b-icon_yablogs-icon-search, .b-icon_yablogs-close
  1074. {filter: invert(1);}
  1075.  
  1076. .y-header_club__login-button .y-button_islet-login__text, .b-serp-item__publish-date
  1077. {color: rgba(255,255,255,.5);}
  1078.  
  1079. .b-menu_yablogs
  1080. {background: #333;}
  1081.  
  1082. .b-menu_yablogs__last-posts:hover, .b-menu_yablogs__new-post:hover, .b-menu_yablogs__subscribe:hover, .b-menu_yablogs__tags-popup:hover, .y-toggle-button_islet-menu:hover, .b-archive__preloader-label:hover~.y-toggle-button_islet-menu._disabled
  1083. {background: #444;}
  1084.  
  1085. .y-header_club__title, .y-header_club__user, .b-menu_yablogs__archive, .b-archive__preloader-input~.y-toggle-button_islet-menu._disabled .y-toggle-button_islet-menu__text, .b-menu_yablogs__last-posts, .b-menu_yablogs__moderator-settings, .b-menu_yablogs__new-post, .b-menu_yablogs__posts-type, .b-menu_yablogs__subscribe, .b-menu_yablogs__tags, .b-menu_yablogs__tags-popup, .y-toggle-button_islet-menu__text, .b-archive__year, .b-archive__month, .y-user-menu_yablogs__link, .y-user-menu_yablogs__link-user-add
  1086. {color: #eee;}
  1087.  
  1088. .b-archive__month
  1089. {transition: color .2s ease-out;}
  1090.  
  1091. .b-archive__month:hover
  1092. {color: #111;}
  1093.  
  1094. .y-toggle-button_islet-menu._checked .y-toggle-button_islet-menu__text
  1095. {color: #ff3838;}
  1096.  
  1097. .y-select_yablogs__dropdown
  1098. {background: #222; box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 10px 20px -5px rgba(0,0,0,.4);}
  1099.  
  1100. .y-select-item_yablogs._selected
  1101. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M1.4 5.6l3.562 3.981 7.638-9.581 1.4 1.4-9.037 12.6-4.963-7 1.4-1.4z" fill="%23eee"/></svg>');;}
  1102.  
  1103. .y-select-item_yablogs._selected:hover
  1104. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M1.4 5.6l3.562 3.981 7.638-9.581 1.4 1.4-9.037 12.6-4.963-7 1.4-1.4z"/></svg>');;}
  1105.  
  1106. .y-select-item_none-decoration__link
  1107. {color: #eee;}
  1108.  
  1109. .y-select-item_yablogs._hovered:hover a
  1110. {color: #111;}
  1111.  
  1112. .b-menu_yablogs__search-form
  1113. {box-shadow: -15px 0 15px 0 #333;}
  1114.  
  1115. .y-input_islet-menu-search
  1116. {background-color: #222; border-color: rgba(255,255,255,.2);}
  1117.  
  1118. .y-input_islet-menu-search._focused
  1119. {border-color: rgba(255,255,255,.2);}
  1120.  
  1121. .y-input_islet-menu-search__control
  1122. {background-color: #0000; color: #eee;}
  1123.  
  1124. .y-user-menu_yablogs__link:hover, .y-user-menu_yablogs__account-link[data-uid]:hover, .y-user-menu_yablogs__link-user-add:hover, .y-user-menu_yablogs__link-user-add[data-uid]:hover
  1125. {color: #111;}
  1126.  
  1127. .y-user-menu_yablogs__link[data-type="mail"]
  1128. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M0 2v12h16v-12h-16zm8 6l-7-5h14l-7 5z" fill="%23eee"/></svg>');}
  1129.  
  1130. .y-user-menu_yablogs__link[data-type="mail"]:hover
  1131. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M0 2v12h16v-12h-16zm8 6l-7-5h14l-7 5z"/></svg>');}
  1132.  
  1133. .y-user-menu_yablogs__link[data-type="disk"]
  1134. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16"><path d="M11.329 13.33c-1.646.435-3.189.65-4.356.646-.376-.001-.759-.023-1.1-.088l-.258-.062-.033.002c-.559.014-1.084 0-1.573-.037-1.895-.152-3.389-.713-3.692-1.843-.291-1.087.722-2.356 2.297-3.424.606-.409 1.045-.89 1.293-1.455 1.15-1.808 1.452-4.478 4.082-5.277l.506-.134c2.684-.603 4.269 1.569 6.164 2.572.433.321 1.065.522 1.863.623 1.896.15 3.393.71 3.692 1.841.301 1.133-.722 2.356-2.297 3.424-.405.275-.855.546-1.348.808l-.028.016-.197.186c-.265.223-.585.431-.908.615-1.013.579-2.461 1.152-4.107 1.587zm-.186-1.182c1.421-.36 2.476-.758 3.321-1.212.425-.229.646-.412.862-.573.194-.145.156-.275-.24-.382-.271-.073-.392-.045-.887-.04-.986.011-2.325.324-3.759.631-2.178.467-3.438 1.289-4.118 1.812-.336.261.09.514 1.117.468.985-.043 2.283-.342 3.704-.704zm-6.625.297c-.182-.688.642-1.42 1.504-1.913 1.013-.579 2.597-1.205 4.242-1.639 1.646-.435 3.184-.767 4.35-.764 1.004.004 2.265.254 2.446.939 0 0 .294-.117.542-.277 1.271-.818 1.356-1.229 1.195-1.836-.16-.606-.966-.962-2.955-1.12-1.888-.15-3.707-.241-6.378.464-2.67.706-4.552 1.908-6.121 2.967-1.635 1.102-1.854 1.836-1.776 2.313.072.433.495.94 2.485 1.099.859.067.466-.233.466-.233z" fill="%23eee"/></svg>');}
  1135.  
  1136. .y-user-menu_yablogs__link[data-type="disk"]:hover
  1137. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16"><path d="M11.329 13.33c-1.646.435-3.189.65-4.356.646-.376-.001-.759-.023-1.1-.088l-.258-.062-.033.002c-.559.014-1.084 0-1.573-.037-1.895-.152-3.389-.713-3.692-1.843-.291-1.087.722-2.356 2.297-3.424.606-.409 1.045-.89 1.293-1.455 1.15-1.808 1.452-4.478 4.082-5.277l.506-.134c2.684-.603 4.269 1.569 6.164 2.572.433.321 1.065.522 1.863.623 1.896.15 3.393.71 3.692 1.841.301 1.133-.722 2.356-2.297 3.424-.405.275-.855.546-1.348.808l-.028.016-.197.186c-.265.223-.585.431-.908.615-1.013.579-2.461 1.152-4.107 1.587zm-.186-1.182c1.421-.36 2.476-.758 3.321-1.212.425-.229.646-.412.862-.573.194-.145.156-.275-.24-.382-.271-.073-.392-.045-.887-.04-.986.011-2.325.324-3.759.631-2.178.467-3.438 1.289-4.118 1.812-.336.261.09.514 1.117.468.985-.043 2.283-.342 3.704-.704zm-6.625.297c-.182-.688.642-1.42 1.504-1.913 1.013-.579 2.597-1.205 4.242-1.639 1.646-.435 3.184-.767 4.35-.764 1.004.004 2.265.254 2.446.939 0 0 .294-.117.542-.277 1.271-.818 1.356-1.229 1.195-1.836-.16-.606-.966-.962-2.955-1.12-1.888-.15-3.707-.241-6.378.464-2.67.706-4.552 1.908-6.121 2.967-1.635 1.102-1.854 1.836-1.776 2.313.072.433.495.94 2.485 1.099.859.067.466-.233.466-.233z"/></svg>');}
  1138.  
  1139. .y-user-menu_yablogs__link-user-add .y-user-menu_yablogs__add-user-image
  1140. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"><path d="M21 0A21 21 0 0 0 0 21a21 21 0 0 0 21 21 21 21 0 0 0 21-21A21 21 0 0 0 21 0zm-1 11h2v9h9v2h-9v9h-2v-9h-9v-2h9v-9z" fill="%23eee"/></svg>') no-repeat;}
  1141.  
  1142. .y-user-menu_yablogs__link-user-add:hover .y-user-menu_yablogs__add-user-image
  1143. {background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"><path d="M21 0A21 21 0 0 0 0 21a21 21 0 0 0 21 21 21 21 0 0 0 21-21A21 21 0 0 0 21 0zm-1 11h2v9h9v2h-9v9h-2v-9h-9v-2h9v-9z"/></svg>') no-repeat;}
  1144.  
  1145. .b-archive__arrow-left
  1146. {background: #333 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M0 5l5 5 1-1-4-4 4-4-1-1-5 5z" fill-rule="evenodd" fill="%23eee"/></svg>') 50% no-repeat; opacity: .6;}
  1147.  
  1148. .b-archive__arrow-right
  1149. {background: #333 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M6 5l-5 5-1-1 4-4-4-4 1-1 5 5z" fill-rule="evenodd" fill="%23eee"/></svg>') 50% no-repeat; opacity: .6;}
  1150.  
  1151. .y-popup_islet-archive, .b-archive__month._disabled, .b-dialog__container
  1152. {background: #222;}
  1153.  
  1154. .y-popup_islet-archive, .y-select_islet__dropdown
  1155. {box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 10px 20px -5px rgba(0,0,0,.4);}
  1156.  
  1157. .b-archive__month._disabled
  1158. {color: #666;}
  1159.  
  1160. .b-tags__link, .b-user-settings__link
  1161. {color: #3da1f8;}
  1162.  
  1163. .b-tags__link:hover
  1164. {color: #ff3838;}
  1165.  
  1166. /* ===== Feed ===== */
  1167. .b-head-blog_yablogs__description > div
  1168. {background: #222 !important; border-color: #222 !important;}
  1169.  
  1170. .b-head-blog_yablogs__description a, .b-post_yablogs-club__tag, .b-article-text_yablogs-club a[href]
  1171. {color: #3da1f8;}
  1172.  
  1173. .b-head-blog_yablogs__description a:hover
  1174. {color: #ff3838;}
  1175.  
  1176. div[style="border-bottom:2px solid #000000"]
  1177. {border-color: #ccc !important;}
  1178.  
  1179. .b-post_yablogs-club
  1180. {border-color: #444;}
  1181.  
  1182. .y-button_islet
  1183. {background: #222;}
  1184.  
  1185. .y-button_islet__text, .y-button_islet-pseudo-stretched-xlarge__text
  1186. {color: #ccc;}
  1187.  
  1188. .y-button_islet, .y-button_islet-pseudo-stretched-xlarge
  1189. {border-color: rgba(255,255,255,.2);}
  1190.  
  1191. .y-button_islet:hover, .y-button_islet-pseudo-stretched-xlarge:hover
  1192. {border-color: rgba(255,255,255,.3);}
  1193.  
  1194. .y-button_islet._pressed
  1195. {background: rgba(0,0,0,.05);}
  1196.  
  1197. /* ===== Image ===== */
  1198. p > img
  1199. {opacity: .6; transition: .2s ease-out;}
  1200.  
  1201. p > img:hover
  1202. {opacity: 1;}
  1203.  
  1204. .y-dialog_islet-image__container
  1205. {background: #222;}
  1206.  
  1207. .b-icon_yablogs-close
  1208. {opacity: .5;}
  1209.  
  1210. /* ===== Posts ===== */
  1211. .b-article_yablogs-not-draft, .b-article_yablogs-draft
  1212. {background: #222;}
  1213.  
  1214. .b-back__link, .b-article-text_yablogs a[href]
  1215. {color: #3da1f8;}
  1216.  
  1217. .b-post_yablogs-club__title-link:hover, .b-article-text_yablogs-club a[href]:hover, .b-back__link:hover, .b-article-text_yablogs a[href]:hover
  1218. {color: #ff3838;}
  1219.  
  1220. .b-post_yablogs-club__title-link, .b-post_yablogs-touch__title-link, .b-article_yablogs-not-draft__tag
  1221. {color: #eee;}
  1222.  
  1223. .b-article-text_yablogs .yablogs-marked-text
  1224. {background: #333; color: #eee;}
  1225.  
  1226. .b-article_yablogs-draft__label
  1227. {background: #333; color: #ffeba0;}
  1228.  
  1229. .b-article_yablogs-not-draft__label
  1230. {background: #333; color: #c2e5ff;}
  1231.  
  1232. /* ===== New Post ===== */
  1233. .y-input_islet-post-title
  1234. {background-color: #222; border-color: rgba(255,255,255,.2);}
  1235.  
  1236. .y-input_islet-post-title__control
  1237. {background-color: #0000; color: #eee;}
  1238.  
  1239. .y-input_islet-post-title._disabled input
  1240. {color: #aaa;}
  1241.  
  1242. .y-input_islet
  1243. {background-color: #222; border-color: rgba(255,255,255,.2);}
  1244.  
  1245. .y-input_islet__control
  1246. {background-color: #0000; color: #eee;}
  1247.  
  1248. .y-textarea_islet
  1249. {background-color: #222; border-color: rgba(255,255,255,.2); box-shadow: none;}
  1250.  
  1251. .y-textarea_islet__control
  1252. {color: #eee;}
  1253.  
  1254. .b-attach__file
  1255. {background-image: url('data:image/svg+xml;charset=utf-8,<svg width="50" height="29" xmlns="http://www.w3.org/2000/svg"><path d="M16.1 9.41c2.513 0 4.552-2.107 4.552-4.707 0-2.6-2.04-4.704-4.552-4.704-2.523 0-4.552 2.1-4.552 4.703 0 2.6 2.03 4.706 4.552 4.706zm.204 12.897l-6.522-6.692L0 23.423V29h50v-6.692l-16.305-14.5-17.39 14.5z" fill="%23333"/></svg>'); border-color: rgba(255,255,255,.3);}
  1256.  
  1257. .b-attach__tip
  1258. {color: rgba(255,255,255,.5);}
  1259.  
  1260. .b-attach__file:hover .b-attach__tip, .cke_editable
  1261. {color: #eee;}
  1262.  
  1263. .cke_chrome
  1264. {border-color: rgba(255,255,255,.2);}
  1265.  
  1266. .cke_inner, .cke_wysiwyg_frame, .cke_wysiwyg_div
  1267. {background: #222;}
  1268.  
  1269. .cke_top
  1270. {border-color: rgba(255,255,255,.2);}
  1271.  
  1272. a.cke_button, .b-icon_yablogs-button-add
  1273. {filter: invert(1);}
  1274.  
  1275. .b-input-list_yablogs__item
  1276. {border-color: #444;}
  1277.  
  1278. .y-checkbox_islet__box
  1279. {background: #222; border-color: rgba(255,255,255,.2);}
  1280.  
  1281. .y-checkbox_islet:hover .y-checkbox_islet__box
  1282. {border-color: rgba(255,255,255,.3);}
  1283.  
  1284. .y-checkbox_islet
  1285. {color: #eee;}
  1286.  
  1287. /* ===== Comments ===== */
  1288. .y-page_yablogs-post__wrapper, .y-page_yablogs-post-draft__wrapper
  1289. {background: #181818;}
  1290.  
  1291. .b-comments__subscription, .b-comment-group_yablogs__ban, .b-comment-group_yablogs__text a
  1292. {color: #3da1f8;}
  1293.  
  1294. .b-comments__subscription:hover, .b-comment-group_yablogs__ban:hover, .b-comment-group_yablogs__date:hover, .b-comment-group_yablogs__text a:hover, .b-comment-group_yablogs__replied-to:hover
  1295. {color: #ff3838;}
  1296.  
  1297. .b-comments__disable-comments, .b-comment-add_yablogs, .b-comment-group_yablogs__banned, .b-comment-group_yablogs__removed, .b-comment-group_yablogs__removed-ban
  1298. {background: #282828;}
  1299.  
  1300. .y-button_islet-pseudo-xlarge
  1301. {border-color: rgba(255,255,255,.2);}
  1302.  
  1303. .y-button_islet-pseudo-xlarge:hover
  1304. {border-color: rgba(255,255,255,.3);}
  1305.  
  1306. .y-button_islet-pseudo-xlarge__text
  1307. {color: #ccc;}
  1308.  
  1309. .b-comment-list > .b-comment-group_yablogs, .b-comment-group_yablogs, .b-comment-add_yablogs-subcomment
  1310. {background: #222;}
  1311.  
  1312. .b-comment-group_yablogs__comment._mark
  1313. {background: #333;}
  1314.  
  1315. .b-comment-group_yablogs__replied-to
  1316. {color: #eee;}
  1317.  
  1318. .b-user-name_yablogs__first-letter, .b-comment-add_yablogs-subcomment__reply-name:first-letter
  1319. {color: #e85253;}
  1320.  
  1321. .b-comment-group_yablogs__is-staff
  1322. {background: #333; color: #fff0cc;}
  1323.  
  1324. .y-textarea_yablogs, .y-dialog_islet__container
  1325. {background-color: #222;}
  1326.  
  1327. .y-textarea_yablogs
  1328. {box-shadow: none; border-color: rgba(255,255,255,.2);}
  1329.  
  1330. .y-dialog_islet__container
  1331. {box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 8px 30px -5px rgba(0,0,0,.5);}
  1332.  
  1333. .b-comment-add_yablogs-subcomment__reply-wrapper
  1334. {background: #333; border-color: #0000; color: #ffeba0;}
  1335.  
  1336. .b-icon_yablogs-icon-delete, .b-comment-group_yablogs__complain, .b-comment-group_yablogs__edit, .b-comment-group_yablogs__remove, .b-comment-group_yablogs__reply
  1337. {filter: invert(1);}
  1338.  
  1339. /* ===== Footer ===== */
  1340. .b-social-links_yablogs
  1341. {background: #333;}
  1342.  
  1343. .b-social-links_yablogs__title, .b-social-links_yablogs__social
  1344. {color: #fc0;}
  1345.  
  1346. .b-footer_yablogs__copyright-link:hover, .b-footer_yablogs__link:hover
  1347. {color: #ff3838;}
  1348.  
  1349. .b-social-icon_yablogs-vkontakte::after, .b-social-icon_yablogs-vkontakte::before
  1350. {background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="240" viewBox="0 0 48 240"><g fill="none"><g><g fill="%23fc0"><g><path d="M21 24.01H3.01c-1.656 0-2.998-1.345-2.998-3.002V3c0-1.656 1.342-3 2.998-3H21c1.658 0 3 1.344 3 3V21.01c0 1.657-1.342 3-3 3zM4.93 19.026h3.088V8.003H4.93v11.024zM6.445 3.225c-.99 0-1.79.805-1.79 1.795 0 .99.798 1.796 1.79 1.796.99 0 1.79-.805 1.79-1.796 0-.99-.803-1.795-1.79-1.795zm12.64 9.884c0-3.06-.188-5.413-3.744-5.413-1.708 0-2.807.942-3.275 1.836h-.05v-1.54H8.972v11.034h3.043V13.72c0-1.48.375-2.916 2.204-2.916 1.8 0 1.676 1.586 1.676 2.925v5.297h3.19V13.11z"/><g><path d="M21.006 24.014H3c-1.657 0-3 1.343-3 3v18.002c0 1.657 1.343 3 3 3h18.006c1.658 0 3.002-1.343 3.002-3V27.014c0-1.657-1.344-3-3.002-3zm-1.097 12.96H17.02V47.1h-4.046V36.976h-2.024V33.98h2.005v-1.79c0-2.66.914-4.243 4.2-4.243H20v3.05h-1.63c-1.28 0-1.367.67-1.367 1.52l-.005 1.464h3.267l-.363 2.995h.007z"/></g><g><path d="M21.382 48.018H2.726c-1.5 0-2.714 1.194-2.714 2.667V69.35c0 1.474 1.215 2.668 2.714 2.668h18.656c1.5 0 2.63-1.194 2.63-2.667V50.686c0-1.473-1.13-2.667-2.63-2.667zM17.99 67.042H14v-5.014h-3.98v5.014h-4.02V52.994h4.02v4.98h3.98v-4.98h3.987v14.048z"/></g><g><path d="M21.024 82.03h-2.04c.15.586.237 1.2.237 1.834 0 4.053-3.23 7.337-7.21 7.337S4.8 87.918 4.8 83.865c0-.634.09-1.248.238-1.835H3.002v10.09c0 .504.406.914.904.914h16.216c.5 0 .902-.41.902-.916V82.03zm-.002-6.208c0-.443-.36-.802-.803-.802h-2.405c-.444 0-.802.36-.802.802v2.405c0 .444.36.803.807.803h2.404c.444 0 .803-.36.803-.802v-2.4l-.005-.006zm-9.007 4.215c-2.204 0-3.99 1.786-3.99 3.99 0 2.203 1.786 3.99 3.99 3.99 2.205 0 3.992-1.787 3.992-3.99 0-2.204-1.787-3.99-3.992-3.99zm9.234 15.99H2.78c-1.53 0-2.77-1.24-2.77-2.77v-18.46c0-1.53 1.24-2.77 2.77-2.77H21.25c1.53 0 2.77 1.24 2.77 2.77v18.46c0 1.53-1.24 2.77-2.77 2.77z"/></g><g><path d="M21.012 120.036h-18c-1.657 0-3-1.343-3-3v-18c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3zm-2-18h-14v12h14v-12zm-2 2v8h-10v-8l5 4 5-4z"/></g><g><path d="M21.012 144.045h-18c-1.657 0-3-1.343-3-3v-18c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3zm-15.125-4c1.036 0 1.875-.84 1.875-1.875 0-1.036-.84-1.875-1.875-1.875-1.035 0-1.875.84-1.875 1.875 0 1.035.84 1.875 1.875 1.875zm-1.875-7.53c7.83.538 7.53 7.53 7.53 7.53h2.823c0-10.25-10.353-10.353-10.353-10.353v2.824zm0-8.47v2.824c12.925 1.075 13.176 13.175 13.176 13.175s.897.01 2.824 0c-.21-15.91-16-16-16-16z"/></g><g><path d="M21.012 144.054h-18c-1.657 0-3 1.343-3 3v18c0 1.657 1.343 3 3 3h18c1.657 0 3-1.343 3-3v-18c0-1.657-1.343-3-3-3zm-1.843 8.736c.006.162.01.325.01.49.002 5.004-3.718 10.774-10.508 10.774-2.085 0-4.026-.627-5.66-1.702.29.036.584.054.882.054 1.73 0 3.323-.606 4.586-1.622-1.616-.03-2.98-1.125-3.45-2.63.225.046.457.068.694.068.338 0 .663-.045.974-.132-1.69-.347-2.963-1.88-2.963-3.713v-.048c.498.283 1.068.454 1.673.472-.992-.677-1.644-1.837-1.644-3.15 0-.696.184-1.346.5-1.905 1.823 2.29 4.544 3.798 7.614 3.957-.064-.277-.095-.566-.095-.864 0-2.09 1.657-3.786 3.696-3.786 1.062 0 2.02.46 2.694 1.195.843-.17 1.63-.485 2.346-.92-.275.885-.862 1.626-1.623 2.097.75-.094 1.46-.296 2.12-.598-.494.76-1.12 1.426-1.842 1.96h-.006z"/></g><g><path d="M21.012 192.065h-18c-1.658 0-3-1.344-3-3V171.06c0-1.657 1.34-2.997 3-2.997h18c1.658 0 3.002 1.342 3.002 3v18c0 1.658-1.344 3.002-3 3.002h-.002zm-4.02-13.952c.327-.516.493-1.114.493-1.787 0-.582-.118-1.102-.36-1.557-.237-.45-.6-.817-1.09-1.083-.47-.26-.948-.423-1.43-.498-.48-.078-1.554-.11-2.59-.11H6.988v13.983h5.646c.932 0 1.705-.085 2.312-.263.607-.175 1.163-.47 1.67-.882.437-.352.78-.79 1.032-1.327.25-.53.373-1.133.373-1.81 0-.933-.246-1.685-.74-2.256-.49-.57-.84-.94-1.68-1.122v-.073c.6-.29 1.06-.69 1.39-1.21l.002-.007zm-6.353 6.29s-.006-3.295 0-3.38c.004-.085.172 0 .204 0h.867c.245.002.435 0 .435 0s.13-.002.247 0c.038 0 2.13-.185 2.13 1.604 0 1.71-1.762 1.762-2.033 1.766-.935.016-1.85.01-1.85.01zm.412-5.804v-2.512c-.09-.064 0 .014 0 .014s.696-.014 1.232 0c1.5.034 1.354 1.112 1.354 1.165 0 .13.193 1.234-1.328 1.31-.378.02-1.258.022-1.258.022z"/></g><g><path d="M21.357 216.072H2.69c-1.472 0-2.666-1.194-2.666-2.667V194.74c0-1.474 1.194-2.668 2.666-2.668h18.667c1.473 0 2.667 1.194 2.667 2.667v18.665c0 1.473-1.194 2.667-2.667 2.667zm-1.28-12.184c0-1.285-.238-2.574-.238-2.574s-.235-1.098-.714-1.58c-.61-.632-1.29-.642-1.603-.68-2.234-.16-5.592-.174-5.592-.174h-.005c-11.913-6.808-3.352.014-5.59.175-.313.037-.99.054-1.597.686-.478.48-.62 1.573-.62 1.573s-.134 1.285-.134 2.57v1.204c0 1.284.134 2.57.134 2.57s.13 1.094.61 1.576c.61.632 1.41.612 1.767.678 1.28.124 5.443.16 5.443.16s3.372-.003 5.61-.164c.313-.038 1.014-.04 1.622-.673.48-.482.675-1.577.675-1.577s.236-1.285.236-2.57v-1.204l-.003.006zm-10.072-1.803l4.323 2.24-4.323 2.222v-4.462z"/></g><path d="M21 240h-2.785c.14-.49.235-.958.417-1.39.08-.19.317-.36.52-.44.566-.228 1.154-.4 1.73-.6.425-.15.517-.375.34-.797-.393-.928-.782-1.856-1.183-2.778-.165-.378-.196-.75-.096-1.15.673-2.718 1.336-5.437 2.003-8.154.016-.07.046-.142.043-.21-.005-.117.006-.28-.062-.333-.07-.06-.237-.05-.34-.013-.62.227-1.236.472-1.855.71-.116.044-.23.09-.348.133-.374.136-.53.056-.633-.336-.33-1.24-.654-2.484-.99-3.724-.033-.12-.13-.22-.195-.33-.107.085-.246.15-.313.26-.675 1.082-1.337 2.175-2.005 3.263-.27.44-.367.44-.68.016l-2.485-3.39c-.037-.05-.066-.11-.113-.15-.092-.073-.194-.134-.293-.2-.065.1-.16.187-.188.294-.133.554-.247 1.113-.368 1.67-.14.648-.276 1.298-.423 1.943-.08.356-.207.405-.522.21l-3.19-1.995c-.07-.043-.14-.092-.214-.128-.25-.123-.414-.025-.397.254.05.82.11 1.637.172 2.455.025.35.067.702.09 1.054.02.284-.13.41-.434.356-1.19-.217-2.377-.444-3.564-.667-.03-.007-.06-.015-.09-.02-.496-.084-.62.055-.47.534.325 1.038.653 2.077.98 3.113L6.3 239.69l.093.308H3.01c-1.656 0-2.998-1.344-2.998-3V218.99c0-1.658 1.342-3 2.998-3H21c1.658 0 3 1.342 3 3v18.007c0 1.657-1.342 3-3 3V240zM4.37 222.977c-.662-.01-1.04.366-1.047 1.034-.006.7.327 1.05 1.004 1.054.724.003 1.06-.32 1.06-1.027 0-.683-.35-1.052-1.018-1.06zm4.9-2.624c-.664.01-1.002.37-.998 1.07 0 .66.354.998 1.034.99.68-.01.998-.336.997-1.026 0-.683-.362-1.046-1.033-1.034zm5.483-.358c-.68.01-1.01.34-1.01 1.02.002.676.343 1.03 1.004 1.04.676.01 1.05-.37 1.045-1.065-.005-.66-.36-1-1.04-.994zm5.652 1.348c-.675 0-1.04.356-1.05 1.032-.012.67.36 1.056 1.02 1.063.693.007 1.06-.356 1.06-1.05 0-.68-.36-1.044-1.03-1.045zM12.09 226.9c2.927-.026 5.543 2.526 5.463 5.66-.082 3.158-2.34 5.248-5.507 5.247-3.548-.002-5.46-2.567-5.44-5.408.015-3.082 2.43-5.47 5.485-5.5zm-1.704 5.705c0 .82-.004 1.644 0 2.465 0 .4.162.496.5.29 1.315-.807 2.628-1.617 3.94-2.433.337-.21.334-.42-.003-.63-1.304-.808-2.61-1.615-3.918-2.415-.354-.217-.52-.12-.52.29-.003.81 0 1.623 0 2.433z"/></g></g><g fill="%23fff"><g><path d="M45 24H27c-1.657 0-3-1.343-3-3V3c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3zm-16.08-4.98h3.09V8h-3.09v11.02zm1.516-15.796c-.99 0-1.792.804-1.792 1.794s.8 1.795 1.792 1.795c.99 0 1.792-.804 1.792-1.795 0-.99-.804-1.794-1.793-1.794zm12.648 9.88c0-3.058-.19-5.41-3.747-5.41-1.71 0-2.81.942-3.278 1.835h-.05V7.99h-3.046v11.03h3.045v-5.304c0-1.48.374-2.916 2.204-2.916 1.802 0 1.678 1.585 1.678 2.924v5.296h3.193v-5.915z"/><g><path d="M44.994 24.005H26.988c-1.657 0-3 1.343-3 3v18.002c0 1.657 1.343 3 3 3h18.006c1.658 0 3.002-1.343 3.002-3V27.005c0-1.657-1.344-3-3.002-3zm-1.097 12.96H41.01V47.09h-4.046V36.968H34.94v-2.996h2.005v-1.79c0-2.66.914-4.244 4.2-4.244h2.844v3.05h-1.63c-1.28 0-1.37.67-1.37 1.52l-.004 1.464h3.267l-.363 2.994h.007z"/></g><g><path d="M45.37 48H26.714C25.214 48 24 49.194 24 50.667v18.666C24 70.806 25.215 72 26.714 72H45.37c1.5 0 2.63-1.194 2.63-2.667V50.667C48 49.194 46.87 48 45.37 48zm-3.393 19.024H37.99V62.01h-3.98v5.014h-4.02V52.976h4.02v4.98h3.98v-4.98h3.987v14.048z"/></g><g><path d="M45.012 82.002h-2.04c.15.587.237 1.2.237 1.835 0 4.053-3.23 7.337-7.21 7.337s-7.21-3.284-7.21-7.337c0-.634.09-1.248.236-1.835H26.99v10.09c0 .505.406.915.904.915H44.11c.5 0 .902-.41.902-.916V82.003zm-.002-6.207c0-.443-.36-.802-.803-.802h-2.404c-.444 0-.802.36-.802.802V78.2c0 .444.36.803.808.803h2.404c.444 0 .803-.36.803-.802v-2.4l-.005-.005zm-9.007 4.215c-2.204 0-3.99 1.786-3.99 3.99 0 2.203 1.786 3.99 3.99 3.99 2.205 0 3.992-1.787 3.992-3.99 0-2.204-1.787-3.99-3.992-3.99zM45.237 96H26.77C25.24 96 24 94.76 24 93.23V74.77c0-1.53 1.24-2.77 2.77-2.77h18.467c1.53 0 2.77 1.24 2.77 2.77v18.46c0 1.53-1.24 2.77-2.77 2.77z"/></g><g><path d="M45 120H27c-1.657 0-3-1.343-3-3V99c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3zm-2-18H29v12h14v-12zm-2 2v8H31v-8l5 4 5-4z"/></g><g><path d="M45 144H27c-1.657 0-3-1.343-3-3v-18c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3zm-15.125-4c1.036 0 1.875-.84 1.875-1.875 0-1.036-.84-1.875-1.875-1.875-1.035 0-1.875.84-1.875 1.875 0 1.035.84 1.875 1.875 1.875zM28 132.47c7.83.538 7.53 7.53 7.53 7.53h2.823c0-10.25-10.353-10.353-10.353-10.353v2.824zm0-8.47v2.824C40.925 127.9 41.176 140 41.176 140s.897.01 2.824 0c-.21-15.91-16-16-16-16z"/></g><g><path d="M45 144H27c-1.657 0-3 1.343-3 3v18c0 1.657 1.343 3 3 3h18c1.657 0 3-1.343 3-3v-18c0-1.657-1.343-3-3-3zm-1.843 8.736c.007.162.012.325.012.49 0 5.004-3.72 10.774-10.51 10.774-2.085 0-4.026-.627-5.66-1.702.29.036.584.054.882.054 1.73 0 3.323-.606 4.586-1.622-1.616-.03-2.98-1.125-3.45-2.63.225.046.457.068.694.068.338 0 .663-.045.974-.132-1.69-.347-2.963-1.88-2.963-3.713v-.048c.498.284 1.068.455 1.673.473-.992-.677-1.644-1.837-1.644-3.15 0-.696.184-1.346.5-1.905 1.823 2.29 4.544 3.798 7.614 3.957-.064-.277-.095-.566-.095-.864 0-2.09 1.658-3.786 3.697-3.786 1.063 0 2.022.46 2.695 1.195.843-.17 1.63-.484 2.346-.918-.275.884-.862 1.625-1.623 2.096.75-.094 1.46-.296 2.12-.598-.494.76-1.12 1.427-1.842 1.96h-.006z"/></g><g><path d="M45 192.002H27c-1.658 0-3-1.344-3-3v-18.004c0-1.658 1.34-2.998 3-2.998h18c1.658 0 3.002 1.342 3.002 3v18c0 1.658-1.344 3.002-3 3.002H45zm-4.02-13.952c.327-.516.493-1.114.493-1.787 0-.582-.118-1.102-.36-1.557-.237-.45-.6-.816-1.09-1.082-.47-.26-.948-.423-1.43-.498-.48-.077-1.554-.11-2.59-.11h-5.027V187h5.646c.932 0 1.705-.085 2.312-.263.607-.175 1.163-.47 1.67-.882.437-.352.78-.79 1.032-1.327.25-.532.373-1.134.373-1.812 0-.932-.248-1.684-.74-2.255-.49-.57-.84-.94-1.68-1.12v-.074c.6-.29 1.06-.69 1.39-1.21v-.006zm-6.353 6.29s-.005-3.295 0-3.38c.005-.085.173 0 .205 0h.865c.245.002.435 0 .435 0s.13-.002.247 0c.038 0 2.13-.185 2.13 1.604 0 1.71-1.762 1.762-2.033 1.766-.934.016-1.85.01-1.85.01zm.413-5.804v-2.51c-.09-.065 0 .013 0 .013s.696-.015 1.232 0c1.5.033 1.354 1.11 1.354 1.164 0 .13.193 1.234-1.328 1.31-.378.02-1.258.022-1.258.022z"/></g><g><path d="M45.345 216H26.678c-1.472 0-2.666-1.194-2.666-2.667v-18.666c0-1.473 1.194-2.667 2.666-2.667h18.667c1.473 0 2.667 1.194 2.667 2.667v18.666c0 1.473-1.194 2.667-2.667 2.667zm-1.28-12.184c0-1.285-.238-2.574-.238-2.574s-.234-1.098-.713-1.58c-.61-.632-1.29-.642-1.603-.68-2.233-.16-5.59-.174-5.59-.174h-.007c-11.913-6.808-3.352.014-5.59.175-.313.037-.99.054-1.597.686-.478.48-.62 1.57-.62 1.57s-.134 1.286-.134 2.57v1.205c0 1.284.134 2.57.134 2.57s.13 1.094.61 1.576c.61.633 1.41.613 1.767.68 1.28.122 5.443.16 5.443.16s3.372-.005 5.61-.166c.313-.038 1.014-.04 1.622-.673.48-.48.675-1.576.675-1.576s.236-1.285.236-2.57v-1.204l-.005.006zm-10.072-1.803l4.323 2.24-4.323 2.222v-4.462z"/></g><path d="M45 239.91h-2.788c.14-.49.235-.958.417-1.388.08-.19.316-.36.52-.442.566-.227 1.154-.4 1.73-.6.426-.15.518-.374.34-.796-.393-.927-.782-1.855-1.183-2.777-.164-.378-.195-.75-.095-1.15.673-2.716 1.337-5.434 2.004-8.15.016-.07.046-.143.043-.212-.006-.116.005-.278-.063-.332-.07-.06-.237-.05-.34-.013-.622.227-1.237.472-1.856.71-.115.044-.23.09-.347.133-.374.136-.53.056-.634-.336-.33-1.24-.655-2.484-.99-3.724-.034-.12-.13-.22-.196-.33-.107.085-.246.15-.313.26-.675 1.082-1.337 2.174-2.005 3.262-.27.44-.367.442-.68.017l-2.486-3.39c-.038-.05-.067-.11-.114-.15-.092-.072-.194-.133-.293-.2-.064.1-.16.188-.187.295-.133.554-.247 1.113-.368 1.67-.14.647-.277 1.297-.424 1.942-.08.355-.208.404-.523.21l-3.192-1.995c-.07-.043-.138-.092-.213-.128-.25-.123-.414-.025-.397.254.05.82.11 1.637.172 2.455.026.35.068.702.09 1.054.02.283-.128.41-.433.355-1.19-.217-2.378-.444-3.566-.667-.03-.007-.06-.015-.09-.02-.495-.084-.62.055-.47.534l.98 3.112 3.24 10.227.094.308H27c-1.657 0-3-1.343-3-3v-18c0-1.657 1.343-3 3-3h18c1.657 0 3 1.343 3 3v18c0 1.657-1.343 3-3 3v.002zm-16.64-17.017c-.662-.01-1.04.366-1.047 1.034-.006.7.327 1.05 1.004 1.053.725.003 1.06-.32 1.06-1.027.002-.683-.35-1.052-1.018-1.06zm4.904-2.623c-.666.01-1.004.37-1 1.07 0 .66.354.998 1.035.99.68-.01.997-.336.996-1.026 0-.683-.362-1.046-1.033-1.034zm5.484-.357c-.68.01-1.01.34-1.01 1.018.002.678.343 1.03 1.004 1.043.677.01 1.05-.37 1.046-1.066-.005-.66-.36-1-1.04-.993zm5.655 1.347c-.675 0-1.04.356-1.05 1.032-.012.67.36 1.055 1.02 1.062.694.007 1.06-.356 1.06-1.048 0-.682-.358-1.045-1.03-1.046zm-8.318 5.556c2.928-.027 5.545 2.524 5.465 5.657-.082 3.157-2.34 5.246-5.51 5.245-3.55-.002-5.463-2.566-5.442-5.406.014-3.08 2.43-5.466 5.487-5.496zm-1.706 5.702c0 .82-.005 1.643 0 2.464 0 .4.16.496.5.29 1.315-.807 2.63-1.617 3.942-2.432.337-.21.334-.42-.004-.63-1.304-.808-2.61-1.614-3.92-2.414-.354-.217-.52-.12-.52.29-.003.81 0 1.622 0 2.432z"/></g></g></g></g></svg>');}
  1351.  
  1352. .b-footer_yablogs
  1353. {background: #222;}
  1354.  
  1355. .b-footer_yablogs__copyright-link, .b-footer_yablogs__link
  1356. {color: #eee;}
  1357. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement