Advertisement
Guest User

НЯК (Dark) Build 2.8 (test 5)

a guest
Aug 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.64 KB | None | 0 0
  1. /* ===== Logo ===== */
  2. .page__app-logo > svg > g
  3. {stroke: #ccc;}
  4.  
  5. .page__app-name > svg > path
  6. {fill: #ccc;}
  7.  
  8. /* ===== Scroll ===== */
  9. ::-webkit-scrollbar
  10. {width: 12px; height: 12px;}
  11.  
  12. ::-webkit-scrollbar-button
  13. {width: 0px; height: 0px;}
  14.  
  15. ::-webkit-scrollbar-thumb
  16. {background: #111; border-radius: 6px; border: 2px solid #222;}
  17.  
  18. ::-webkit-scrollbar-track
  19. {background: #222;}
  20.  
  21. ::-webkit-scrollbar-corner
  22. {background: transparent;}
  23.  
  24. /* ===== Page ===== */
  25. .page_theme_islands
  26. {background: #111;}
  27.  
  28. .nk-popup_theme_islands
  29. {background: #222; border-radius: 3px; box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.1), 0 10px 20px -5px rgba(0, 0, 0, .4);}
  30.  
  31. /* ===== Welcome ===== */
  32. .nk-welcome-screen-view__text
  33. {color: #ccc;}
  34.  
  35. /* ===== Bottom Bar ===== */
  36. .ymaps-2-1-61-copyright
  37. {top: -21px;}
  38.  
  39. .ymaps-2-1-61-copyright__content
  40. {background: rgba(0, 0, 0, .5); color: #eee;}
  41.  
  42. .ymaps-2-1-61-map ymaps::after
  43. {background: rgba(0, 0, 0, .5);}
  44.  
  45. .ymaps-2-1-61-copyright__link
  46. {color: #eee !important;}
  47.  
  48. .ymaps-2-1-61-copyright__link:hover
  49. {color: #e85253 !important;}
  50.  
  51. .nk-map-region-view__coords, .ymaps-2-1-61-scaleline__label
  52. {background: rgba(0, 0, 0, .5); color: #eee;}
  53.  
  54. /* ===== Search ===== */
  55. .nk-text-input_theme_on-map .nk-text-input__box
  56. {background: #222; border-radius: 3px;}
  57.  
  58. .nk-text-input_theme_on-map .nk-text-input__control
  59. {color: #eee;}
  60.  
  61. .nk-text-input_theme_on-map .nk-text-input__clear_visible, .nk-text-input_theme_islands .nk-text-input__clear_visible, .ymaps-2-1-61-balloon__close-button
  62. {opacity: .6;}
  63.  
  64. .nk-text-input_theme_on-map.nk-text-input_size_xl .nk-text-input__clear
  65. {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="rgb(238, 238, 238)"/></svg>') 50% no-repeat;}
  66.  
  67. .nk-popup__content
  68. {background: #222; border-radius: 3px; overflow: hidden;}
  69.  
  70. .nk-suggest__items
  71. {background: #222;}
  72.  
  73. .nk-suggest__items_theme_islands .nk-suggest__item_hovered
  74. {background-color: #333;}
  75.  
  76. /* ===== Pop-up ===== */
  77. .nk-menu_theme_islands
  78. {background: #222;}
  79.  
  80. .menu-item_theme_islands.menu-item_hovered
  81. {color: #111;}
  82.  
  83. .menu-item_theme_islands.menu-item_checked
  84. {background-image: none;}
  85.  
  86. .menu-item_theme_islands.menu-item_checked::before
  87. {content: '✓'; position: absolute; left: 13px; font-size: 18px;}
  88.  
  89. .nk-layer-manager-view__layers-settings::before
  90. {background: #444;}
  91.  
  92. .nk-popup_theme_islands.nk-popup_view_tooltip
  93. {background: rgba(51, 51, 51, 0.9);}
  94.  
  95. .nk-popup_view_tooltip > .nk-popup__content
  96. {background: #0000;}
  97.  
  98. .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
  99. {opacity: 1;}
  100.  
  101. .nk-popup_theme_islands.nk-popup_view_tooltip.nk-popup_with-tail.nk-popup_direction_bottom-center::after
  102. {border-bottom-color: rgba(51, 51, 51, 0.9);}
  103.  
  104. .nk-popup_theme_islands.nk-popup_view_error
  105. {background: none;}
  106.  
  107. .nk-popup_theme_islands.nk-popup_view_error > div
  108. {background: red;}
  109.  
  110. /* ===== Ruler ===== */
  111. .ymaps-2-1-61-balloon__content, .ymaps-2-1-61-balloon__layout
  112. {background: #222;}
  113.  
  114. .ymaps-2-1-61-ruler__dist
  115. {color: #eee;}
  116.  
  117. .ymaps-2-1-61-balloon_size_mini .ymaps-2-1-61-balloon__close-button
  118. {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="rgb(238, 238, 238)"/></svg>') 50% no-repeat;}
  119.  
  120. .ymaps-2-1-61-balloon__tail::after
  121. {background: #222 !important;}
  122.  
  123. .ymaps-2-1-61-hint__text
  124. {background: #222; color: #eee;}
  125.  
  126. /* ===== Vertex Menu ===== */
  127. .ymaps-2-1-61-islets_editor-vertex-menu
  128. {background-color: #222; color: #eee; box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.1), 0 2px 3px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.1), 0 2px 3px 2px rgba(0,0,0,.1);}
  129.  
  130. .ymaps-2-1-61-islets_editor-vertex-menu__item:hover
  131. {color: #111;}
  132.  
  133. /* ===== Create ===== */
  134. .nk-button_theme_on-map.nk-button_view_action
  135. {background: #222; box-shadow: inset 0 0 0 2px #fbd553, 0 2px 3px 1px rgba(0, 0, 0, .2); color: #fbd553; transition: .2s cubic-bezier(.455,.03,.515,.955);}
  136.  
  137. .nk-button_theme_on-map.nk-button_view_action.nk-button_hovered
  138. {background: #222; box-shadow: inset 0 0 0 2px #ffeba0, 0 3px 4px 1px rgba(0, 0, 0, .3); color: #ffeba0;}
  139.  
  140. .nk-button_theme_on-map.nk-button_view_action.nk-button.nk-button_pressed
  141. {box-shadow: inset 0 0 0 2px #fff; color: #eee;}
  142.  
  143. .nk-category-selector-view__group-label
  144. {color: #bbb;}
  145.  
  146. .nk-category-selector-view__group:hover .nk-category-selector-view__group-label
  147. {color: #eee;}
  148.  
  149. /* ===== Buttons ===== */
  150. .nk-button_theme_on-map
  151. {background: #222;}
  152.  
  153. .nk-button_theme_on-map.nk-button_size_xl > span > svg, .nk-button_theme_on-map.nk-button_size_xl.nk-button_disabled > span > svg, .nk-button_theme_on-map.nk-button_size_xl > span > svg > path, .nk-button_theme_on-map.nk-button_size_xl > span > svg > g, .nk-button_theme_on-map.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_on-map.nk-button_size_xl.nk-button_disabled > span > svg > path, .nk-button_theme_on-map.nk-button_size_xl.nk-button_disabled > span > svg > g > path, .nk-button_theme_on-map.nk-button_size_xl.nk-button_disabled > span > svg > g > rect
  154. {fill: #ccc;}
  155.  
  156. .nk-button_theme_on-map.nk-button_size_xl > .nk-icon2_id_contour-edit-content-drawing-mode > svg > path
  157. {fill: #ccc; stroke: #ccc;}
  158.  
  159. .nk-map-controls-view__ruler.nk-button_theme_on-map.nk-button_checked
  160. {background: #222;}
  161.  
  162. .nk-button_theme_on-map.nk-button_checked
  163. {background: #222; box-shadow: 0 0 0 2px #ffeba0, 0 2px 3px 3px rgba(0, 0 , 0, .2);}
  164.  
  165. .nk-button_theme_on-map.nk-button_checked > span > svg, .nk-button_theme_on-map.nk-button_checked > span > svg > path, .nk-button_theme_on-map.nk-button_checked > span > svg > g, .nk-button_theme_on-map.nk-button_checked > span > svg > g > path, .nk-button_theme_on-map.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
  166. {fill: #ffeba0;}
  167.  
  168. .nk-button_theme_on-map.nk-button_checked > .nk-icon2_id_contour-edit-content-drawing-mode > svg > path
  169. {fill: #ffeba0; stroke: #ffeba0;}
  170.  
  171. .nk-icon2_id_contour-edit-add-internal-contour > svg > g > rect, .nk-icon2_id_round-angles > svg > path:first-child
  172. {fill: none !important; stroke: #ccc;}
  173.  
  174. .nk-icon2_id_settings > svg > g > path, .nk-icon2_id_snapping-to-right-angle > svg > g > path, .nk-icon2_id_lasso > svg > rect, .nk-icon2_id_cross-out > svg > path:last-child
  175. {fill: #ccc;}
  176.  
  177. .nk-icon2_id_cross-out > svg > path:first-child
  178. {fill: #333;}
  179.  
  180. .nk-icon2_id_contour-edit-center-mode > svg > g > path
  181. {fill: #ccc; stroke-width: 0;}
  182.  
  183. .nk-icon2_id_contour-edit-selector-mode > svg > g
  184. {stroke: #ffeba0;}
  185.  
  186. .nk-button_disabled > .nk-icon2_id_contour-edit-selector-mode > svg > g, .nk-button_theme_on-map.nk-button_checked.nk-button_disabled > .nk-icon2_id_contour-edit-content-drawing-mode > svg > path
  187. {stroke: #ccc;}
  188.  
  189. .nk-icon2_id_contour-edit-selector-mode > svg > g > rect
  190. {fill: none !important;}
  191.  
  192. .nk-button_checked > .nk-icon2_id_lasso > svg > rect
  193. {fill: #ffeba0;}
  194.  
  195. .nk-menu-item_theme_islands.nk-menu-item_hovered
  196. {color: #111;}
  197.  
  198. .nk-menu-item_theme_islands .nk-menu-item__shortcut
  199. {color: #888;}
  200.  
  201. .nk-menu-item_hovered.nk-menu-item_theme_islands .nk-menu-item__shortcut
  202. {color: #b28e00;}
  203.  
  204. .nk-menu-item_theme_islands.nk-menu-item_checked
  205. {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="rgb(238, 238, 238)"/></svg>') center no-repeat; color: #eee;}
  206.  
  207. .nk-menu-item_theme_islands.nk-menu-item_checked:hover
  208. {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="black"/></svg>') center no-repeat; color: #111;}
  209.  
  210. .nk-menu_size_s .nk-menu-item_theme_islands
  211. {background-size: 14px 14px; background-position: 10px 50% !important;}
  212.  
  213. .nk-menu_size_m .nk-menu-item_theme_islands
  214. {background-size: 14px 14px; background-position: 13px 50% !important;}
  215.  
  216. .nk-menu_size_xl .nk-menu-item_theme_islands
  217. {background-size: 15px 15px; background-position: 10px 50% !important;}
  218.  
  219. .nk-menu_size_l .nk-menu-item_theme_islands
  220. {background-position: 15px 50% !important;}
  221.  
  222. .nk-menu-item_size_xl.nk-menu-item > span > svg > g > path
  223. {fill: #eee;}
  224.  
  225. .nk-menu-item_size_xl.nk-menu-item_hovered > span > svg > g > path
  226. {fill: #111;}
  227.  
  228. .nk-button_checked.nk-map-region-view__button > span > svg > path
  229. {fill: #ffeba0;}
  230.  
  231. /* Nav Buttons */
  232. .nk-map-controls-view__zoom-in::after, .nk-map-controls-view__zoom-out::after
  233. {background: #333; border-color: #222;}
  234.  
  235. .nk-map-controls-view__map-type
  236. {border-color: #222; border-radius: 50%; width: 38px;}
  237.  
  238. .nk-map-region-view__actions-and-path
  239. {left: 68px;}
  240.  
  241. .nk-map-region-view .nk-map-region-view__button
  242. {top: 0;}
  243.  
  244. .nk-map-region-view__path
  245. {color: #eee; position: absolute;}
  246.  
  247. /* ===== Help ===== */
  248. .nk-help-view__primary-link::before
  249. {filter: invert(1);}
  250.  
  251. .nk-help-view__section-text
  252. {color: #bbb;}
  253.  
  254. .nk-onboarding-view
  255. {background: #222;}
  256.  
  257. .nk-onboarding-page-view h2
  258. {background: #333; color: #eee;}
  259.  
  260. .nk-onboarding-page-view p
  261. {color: #eee;}
  262.  
  263. .nk-onboarding-page-view__image
  264. {border-color: #555;}
  265.  
  266. .nk-onboarding-page-view__hint
  267. {background-color: #383837; border-color: #444;}
  268.  
  269. .nk-link_theme_islands.nk-link_view_text:hover
  270. {color: #e85253;}
  271.  
  272. /* Avatar & Profile */
  273. .nk-button_theme_on-map, .nk-user-profile-view__group-title, .nk-user-profile-view__login, .nk-user-profile-view__registration-date, .nk-user-profile-view__uid, .nk-user-profile-view__email-hint
  274. {color: #bbb;}
  275.  
  276. .nk-table__header-cell
  277. {border-bottom: 1px solid #444;}
  278.  
  279. .nk-user-bar-view__user-icon
  280. {background: #222;}
  281.  
  282. .nk-user-bar-view__user-icon .nk-user-icon
  283. {box-shadow: inset 0 0 1px #222;}
  284.  
  285. .nk-menu_theme_islands .nk-menu__group
  286. {border: 1px solid rgba(238, 238, 238, 0.1); border-width: 1px 0;}
  287.  
  288. .nk-user-profile-view__ban-info .nk-scrollable__container::before, .nk-user-profile-view__ban-info .nk-scrollable__container::after
  289. {background: none;}
  290.  
  291. .nk-user-profile-view__ban-info-content
  292. {background-color: #333; box-shadow: inset 5px 0 red;}
  293.  
  294. .nk-user-profile-view__ban-info-content
  295. {color: #ff6464;}
  296.  
  297. .nk-user-profile-view__ban-info .nk-user-link-view
  298. {color: #ff6464 !important; font-weight: bold;}
  299.  
  300. .nk-ban-form-view
  301. {background: #333;}
  302.  
  303. /* ===== Top Rates =====*/
  304. .nk-modal_theme_islands .nk-modal__content
  305. {background: #222; border-radius: 3px;}
  306.  
  307. .nk-rating-view__content > div > .nk-scrollable
  308. {border-radius: 0 0 3px 3px;}
  309.  
  310. .nk-rating-view__list-item
  311. {border-bottom: 1px solid #282828;}
  312.  
  313. .nk-button_theme_islands.nk-button_checked
  314. {background: #333; box-shadow: inset 0 -2px #ffeba0, 0 2px rgba(0, 0, 0, .1);}
  315.  
  316. .nk-button_theme_islands.nk-button_checked.nk-button_disabled
  317. {background: rgba(0, 0, 0, .08); box-shadow: inset 0 -1px #625c46, 0 1px #625c46;}
  318.  
  319. .nk-button_theme_islands.nk-button_focused_hard
  320. {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;}
  321.  
  322. .nk-button_theme_islands.nk-button_checked.nk-button_hovered
  323. {background: rgba(255, 255, 255, 0.1);}
  324.  
  325. .nk-button_theme_islands.nk-button_checked::before, .nk-button_pressed.nk-button_theme_islands.nk-button_checked::before
  326. {background: none;}
  327.  
  328. .nk-button_theme_islands.nk-button_disabled.nk-button_checked::before
  329. {background: none;}
  330.  
  331. .nk-button_checked > span
  332. {color: #ffeba0;}
  333.  
  334. .nk-button_pressed.nk-button_checked:active > span
  335. {color: #eee;}
  336.  
  337. .nk-rating-view__list-item:hover
  338. {background: #333 !important;}
  339.  
  340. /* ===== Blocks ===== */
  341. .page_theme_islands
  342. {color: #eee;}
  343.  
  344. .nk-island
  345. {background: #222; border-radius: 3px; overflow: hidden;}
  346.  
  347. .nk-link-panel-view
  348. {background: #333;}
  349.  
  350. .nk-tracker-point-viewer-view__photo
  351. {background-color: #222;}
  352.  
  353. /* ===== Block Content ===== */
  354. .nk-section:not(:empty) ~ .nk-section_level_2:not(:empty)::before
  355. {background: #444;}
  356.  
  357. .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-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
  358. {color: #bbb;}
  359.  
  360. .nk-bitmask-control__icon
  361. {fill: #bbb;}
  362.  
  363. /* ===== Share, Feedback etc =====*/
  364. .nk-share-view
  365. {background: #333; color: #bbb;}
  366.  
  367. .nk-comment-form-view, .nk-confirmation-view, .nk-feedback-task-view__action-pane
  368. {background: #333;}
  369.  
  370. /* ===== Notification ===== */
  371. .nk-app-bar-view__notifier_visible
  372. {animation: nk-list-item-view2_flashing .7s; background: none; border-color: #ff3838; border-radius: 50%; width: 36px; height: 36px; top: -1px; left: -1px;}
  373.  
  374. /* ===== Edit Notification ===== */
  375. .nk-notification-view_type_progress
  376. {background: rgba(34, 34, 34, .9); color: #eee;}
  377.  
  378. .nk-notification-view_type_suggest
  379. {background: rgba(34, 34, 34, .9); color: #fdebad;}
  380.  
  381. .nk-notification-view_type_success
  382. {background: rgba(34, 34, 34, .9); color: #8fcb69;}
  383.  
  384. .nk-notification-view_type_error
  385. {background: rgba(34, 34, 34, .9); color: #ff6464;}
  386.  
  387. /* ===== Status Icon ===== */
  388. .nk-icon2_id_commit-approved > svg > g > circle, .nk-icon2_id_commit-published > svg > g > circle
  389. {fill: #222; stroke: #8fcb69;}
  390.  
  391. .nk-icon2_id_commit-approved > svg > g > path, .nk-icon2_id_commit-published > svg > g > path
  392. {fill: #8fcb69;}
  393.  
  394. .nk-icon2_id_commit-pending > svg > g > circle
  395. {fill: #222; stroke: #fc5;}
  396.  
  397. .nk-icon2_id_commit-pending > svg > g > path
  398. {fill: #fc5;}
  399.  
  400. .nk-icon2_id_warning > svg > path:first-child
  401. {fill: #222; stroke: #ffb000;}
  402.  
  403. .nk-icon2_id_warning > svg > path:last-child
  404. {fill: #ffb000;}
  405.  
  406. .nk-icon2_id_commit-rejected > svg > g > circle
  407. {fill: #222; stroke: #ff6464;}
  408.  
  409. .nk-icon2_id_commit-rejected > svg > g > path
  410. {fill: #ff6464;}
  411.  
  412. .nk-icon2_id_alert > svg > path:first-child
  413. {fill: #222; stroke: #fb6261;}
  414.  
  415. .nk-icon2_id_alert > svg > path:last-child
  416. {fill: #fb6261;}
  417.  
  418. .nk-icon2_id_yandex.nk-user-link-view__icon > svg > g > path:first-child, .nk-icon2_id_moderator.nk-user-link-view__icon > svg > path:first-child
  419. {fill: #222; stroke: #fc0;}
  420.  
  421. .nk-icon2_id_yandex.nk-user-link-view__icon > svg > g > path:last-child, .nk-icon2_id_moderator.nk-user-link-view__icon > svg > path:last-child
  422. {fill: #fc0;}
  423.  
  424. .nk-icon2_id_commit-approved.nk-event-view__commit-state_not-last::before, .nk-icon2_id_commit-published.nk-event-view__commit-state_not-last::before
  425. {background: #8fcb69;}
  426.  
  427. .nk-icon2_id_commit-pending.nk-event-view__commit-state_not-last::before
  428. {background: #fc5;}
  429.  
  430. .nk-icon2_id_commit-rejected.nk-event-view__commit-state_not-last::before
  431. {background: #ff6464;}
  432.  
  433. /* Edit */
  434. .nk-icon, .nk-commit-diff-view__attr-val > .nk-icon2, .nk-icon2_interactive, .nk-icon2_colored, .nk-icon2_id_close, .nk-icon2_interactive > svg > circle:nth-child(3), .nk-icon2_interactive > svg > path:nth-child(5), .nk-icon2_id_closed-envelope > svg > g > path, .nk-icon2_id_permalink > svg > path
  435. {fill: #bbb;}
  436.  
  437. .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-icon2_id_untrusted > svg > g > path:first-child
  438. {fill: #eee;}
  439.  
  440. .nk-icon2_interactive > svg > circle:first-child, .nk-icon2_disabled > svg > circle:first-child
  441. {fill: #444;}
  442.  
  443. .nk-icon2_interactive > svg > circle:nth-child(2), .nk-icon2_interactive > svg > circle:nth-child(4), .nk-icon2_disabled > svg > circle:nth-child(2), .nk-icon2_disabled > svg > circle:nth-child(4)
  444. {fill: #333;}
  445.  
  446. .nk-icon2_disabled > svg > circle:nth-child(3), .nk-icon2_disabled > svg > path:nth-child(5), .nk-icon2_id_opened-envelope > svg > g > path
  447. {fill: #555;}
  448.  
  449. .nk-geoobject-viewer-view__notice_type_blocked
  450. {background: #333; color: #bbb;}
  451.  
  452. .nk-geoobject-organizations-summary-viewer-view__badge
  453. {background: none; border: 1px solid #bbb; color: #bbb;}
  454.  
  455. .button_theme_islands
  456. {background: rgba(255, 255, 255, .078); color: #eee;}
  457.  
  458. .button_theme_islands.button_focused-hard
  459. {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;}
  460.  
  461. .button_theme_islands.button_size_m
  462. {box-shadow: 0 2px rgba(0, 0, 0, .1);}
  463.  
  464. .button_theme_islands.button_size_m.button_pressed
  465. {opacity: .9;}
  466.  
  467. .button_size_m.button_theme_islands.button_hovered
  468. {background: rgba(255, 255, 255, 0.1);}
  469.  
  470. .button_disabled.button_theme_islands.button_checked::before
  471. {background: #1f1f1f;}
  472.  
  473. .button_disabled.button_theme_islands.button_checked
  474. {background: #1f1f1f; box-shadow: inset 0 -1px #625c46, 0 1px #625c46;}
  475.  
  476. .input_theme_islands, .nk-text-input_theme_islands
  477. {background: rgba(255, 255, 255, .078); border-radius: 3px; box-shadow: 0 2px rgba(0, 0, 0, .1);}
  478.  
  479. .input_theme_islands.input_focused, .nk-text-input_theme_islands.nk-text-input_focused
  480. {box-shadow: inset 0 0 0 1px #fc0, 0 0 0 1px #fc0;}
  481.  
  482. .input_theme_islands.input_invalid, .nk-text-input_theme_islands.nk-text-input_invalid
  483. {background: #333 !important; box-shadow: inset 0px -1px red, 0px 1px red;}
  484.  
  485. .input_theme_islands.input_invalid.input_focused
  486. {box-shadow: inset 0 0 0 1px red, 0 0 0 1px red !important;}
  487.  
  488. .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
  489. {color: #a2add0;}
  490.  
  491. .nk-link_theme_islands.nk-link_view_action .nk-icon2_colored, .link_theme_islands.link_view_action .nk-icon_interactive
  492. {fill: #a2add0;}
  493.  
  494. .nk-icon2_colored.nk-icon2_interactive:hover, .nk-link:hover .nk-icon2_colored
  495. {fill: #e85253;}
  496.  
  497. .nk-link_theme_islands:hover, .link_theme_islands:hover
  498. {color: #e85253;}
  499.  
  500. .input_theme_islands::before
  501. {background: none;}
  502.  
  503. .input_theme_islands .input__control
  504. {color: #eee;}
  505.  
  506. .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
  507. {color: #aaa;}
  508.  
  509. .nk-tag-view
  510. {background-color: #333; border-color: #ffeba0; color: #ffeba0;}
  511.  
  512. .nk-tag-view > .nk-icon2_interactive
  513. {fill: #ffeba0;}
  514.  
  515. .nk-transport-routes-viewer-view__item
  516. {background-color: #333; border: 1px solid #ffeba0; color: #ffeba0;}
  517.  
  518. .nk-transport-routes-viewer-view__item_not-operating
  519. {background-color: #333; border: 1px solid #191919; color: #eee;}
  520.  
  521. .button_theme_islands.button_checked > span > svg
  522. {fill: #ffeba0;}
  523.  
  524. .button_theme_islands.button_checked:hover
  525. {background: rgba(255, 255, 255, 0.1); box-shadow: inset 0 -1px #eee, 0 1px #eee;}
  526.  
  527. .button_theme_islands.button_checked:hover > span > svg
  528. {fill: #eee;}
  529.  
  530. .button_theme_islands.button_checked
  531. {background: #333; box-shadow: inset 0 -2px #ffeba0, 0 2px rgba(0, 0, 0, .1)}
  532.  
  533. .button_theme_islands.button_checked::before, .button_theme_islands.button_checked.button_pressed::before
  534. {background: none;}
  535.  
  536. .button_checked > span
  537. {color: #ffeba0;}
  538.  
  539. .button_checked:hover > span
  540. {color: #eee;}
  541.  
  542. .button_theme_islands::before, .button_theme_islands.button_pressed::before
  543. {background: none;}
  544.  
  545. .checkbox_theme_islands .checkbox__box, .nk-checkbox_theme_islands .nk-checkbox__box
  546. {background: rgba(255, 255, 255, .078) !important; box-shadow: 0 2px rgba(0, 0, 0, .1);}
  547.  
  548. .checkbox_theme_islands .checkbox__box::before, .nk-checkbox_theme_islands .nk-checkbox__box::before
  549. {background: none;}
  550.  
  551. .checkbox_theme_islands.checkbox_checked .checkbox__box, .nk-checkbox_theme_islands.nk-checkbox_checked .nk-checkbox__box
  552. {background: #ffeba0 !important;}
  553.  
  554. .nk-checkbox_theme_islands .nk-checkbox__box::after
  555. {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="rgb(34, 34, 34)" 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;}
  556.  
  557. .checkbox_theme_islands.checkbox_checked .checkbox__box::before,
  558. .nk-checkbox_theme_islands.nk-checkbox_checked .nk-checkbox__box::before
  559. {background: none;}
  560.  
  561. .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, .select_theme_islands .select__tick, .input_theme_islands.input_size_m .input__clear, .input_theme_islands.input_size_s .input__clear
  562. {filter: invert(1);}
  563.  
  564. .menu_theme_islands
  565. {background: #222;}
  566.  
  567. .nk-editing-hint-view
  568. {background: #383837;}
  569.  
  570. .nk-selection-item-view__action > span > svg > path, .nk-selection-item-view__action > span > svg > polygon
  571. {fill: #bbb;}
  572.  
  573. .nk-button_theme_islands
  574. {background: rgba(255, 255, 255, .078); box-shadow: 0 2px rgba(0, 0, 0, .1); color: #eee;}
  575.  
  576. .nk-button_theme_islands.nk-button_pressed
  577. {opacity: .9;}
  578.  
  579. .nk-button_theme_islands::before, .nk-button_theme_islands.nk-button_pressed::before
  580. {background: none; top: 2px; right: 2px; bottom: 2px; left: 2px;}
  581.  
  582. .nk-button_theme_islands.nk-button_hovered
  583. {background: rgba(255, 255, 255, 0.1);}
  584.  
  585. .nk-button_theme_islands.nk-button_view_plain.nk-button_hovered
  586. {background: none;}
  587.  
  588. .nk-button_theme_islands.nk-button_view_action
  589. {background: rgba(255, 255, 255, .078); box-shadow: inset 0 0 0 1px #ffdb4d, 0 0 0 1px #ffdb4d, 0 2px rgba(0, 0, 0, .1);}
  590.  
  591. .nk-button_theme_islands.nk-button_view_action.nk-button_hovered
  592. {background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px #ffeba0, 0 0 0 1px #ffeba0, 0 2px rgba(0, 0, 0, .1);}
  593.  
  594. .nk-button_view_action.nk-button_disabled
  595. {background: rgba(0, 0, 0, 0.1) !important; box-shadow: none;}
  596.  
  597. .nk-button_theme_islands.nk-button_view_action::before,
  598. .nk-button_pressed.nk-button_theme_islands.nk-button_view_action::before
  599. {background: none;}
  600.  
  601. .nk-form-submit-view__submit > span
  602. {color: #ffdb4d;}
  603.  
  604. .nk-form-submit-view__submit:hover > span
  605. {color: #ffeba0;}
  606.  
  607. .nk-button_theme_islands.nk-button_focused_hard
  608. {box-shadow: none;}
  609.  
  610. /* ===== Feedback & Deleted ===== */
  611. .nk-geoobject-viewer-view__notice_type_deleted
  612. {background: #333; box-shadow: inset 5px 0 #e85253; color: #e85253;}
  613.  
  614. .nk-modal_theme_islands .nk-modal__content
  615. {border-color: #444;}
  616.  
  617. .nk-feedback-reminder-view__description
  618. {background: #333;}
  619.  
  620. .nk-button_theme_islands.nk-button_view_feedback
  621. {background: rgba(255, 255, 255, .078); box-shadow: inset 0 0 0 2px #3da1f8, 0 2px rgba(0, 0, 0, .1);}
  622.  
  623. .nk-button_theme_islands.nk-button_view_feedback.nk-button_hovered
  624. {background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 2px #70bafa, 0 2px rgba(0, 0, 0, .1);}
  625.  
  626. .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
  627. {background: none;}
  628.  
  629. .nk-button_theme_islands.nk-button_view_feedback.nk-button_pressed
  630. {opacity: .9;}
  631.  
  632. .nk-button_view_feedback > span
  633. {color: #3da1f8;}
  634.  
  635. .nk-button_view_feedback:hover > span
  636. {color: #70bafa;}
  637.  
  638. .nk-button_theme_on-map.nk-button_view_feedback
  639. {background: #222; box-shadow: inset 0px 0px 0px 2px #3da1f8;}
  640.  
  641. .nk-button_theme_on-map.nk-button_view_feedback > span > svg > g > path
  642. {fill: #3da1f8;}
  643.  
  644. .nk-button_view_feedback .nk-app-bar-view__counter
  645. {animation: nk-list-item-view2_flashing .7s; background: #3da1f8; color: #111;}
  646.  
  647. .nk-feedback-task-view__info-pane_status_acquired-by-me
  648. {background: #333; box-shadow: inset 5px 0 #3da1f8;}
  649.  
  650. .nk-feedback-task-view__info-pane
  651. {color: #3da1f8;}
  652.  
  653. .nk-feedback-task-view__info-pane_status_accepted, .nk-feedback-task-view__info-pane_status_accepted-and-closed
  654. {background: #333; box-shadow: inset 5px 0 #7fcf3a;}
  655.  
  656. .nk-feedback-task-view__duplicate-pane
  657. {background: #333;}
  658.  
  659. .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
  660. {color: #7fcf3a !important;}
  661.  
  662. /* ===== Comments ===== */
  663. .nk-object-add-comment-form-view
  664. {background: #333;}
  665.  
  666. /* †⛧666⛧† */
  667. .nk-text-area_theme_islands
  668. {background: rgba(255, 255, 255, .078); border: none; border-radius: 3px; box-shadow: 0 2px rgba(0, 0, 0, .1); color: #eee;}
  669.  
  670. .nk-text-area_theme_islands.nk-text-area_focused
  671. {box-shadow: inset 0 0 0 1px #fc0, 0 0 0 1px #fc0;}
  672.  
  673. .nk-text-area_theme_islands.nk-text-area_invalid
  674. {box-shadow: inset 0px -1px red, 0px 1px red;}
  675.  
  676. .nk-text-area_theme_islands.nk-text-area_invalid.nk-text-area_focused
  677. {box-shadow: inset 0 0 0 1px red, 0 0 0 1px red}
  678.  
  679. /* ===== Tabs ===== */
  680. .nk-tabs-bar
  681. {background: #333; border: none !important; box-shadow: 0 2px rgba(0, 0, 0, .1); margin-bottom: -1px; z-index: 2;}
  682.  
  683. .nk-tabs-bar__tab
  684. {color: #bbb;}
  685.  
  686. .nk-section:not(:empty) ~ .nk-section_level_1:not(:empty)
  687. {border-top: 1px solid #444;}
  688.  
  689. .nk-tabs-bar__tab:hover, .nk-tabs-bar__tab_selected
  690. {color: #eee;}
  691.  
  692. .nk-tabs-bar_animated-selection .nk-tabs-bar__selection
  693. {border-color: #ccc;}
  694.  
  695. .nk-select_theme_islands .nk-select__tick
  696. {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="rgb(238, 238, 238)"/></svg>') 50% no-repeat;}
  697.  
  698. .nk-text-input_theme_islands:hover
  699. {background: rgba(255, 255, 255, 0.1);}
  700.  
  701. .nk-text-input_theme_islands.nk-text-input_disabled
  702. {background: rgba(0, 0, 0, .08);}
  703.  
  704. .nk-text-input_theme_islands::before
  705. {background: none;}
  706.  
  707. .nk-text-input_theme_islands .nk-text-input__control
  708. {color: #eee;}
  709.  
  710. /* ===== User-name ===== */
  711. .nk-link_theme_islands.nk-link_view_text, .nk-link_theme_islands.nk-link_view_text.nk-link_disabled, .nk-user-link-view_colored
  712. {color: #eee;}
  713.  
  714. .nk-user-link-view_disabled
  715. {color: #eee !important;}
  716.  
  717. /* ===== List ===== */
  718. .nk-scrollable__container::before
  719. {background: linear-gradient(#222,rgba(0, 0, 0, 0));}
  720.  
  721. .nk-scrollable__container::after
  722. {background: linear-gradient(rgba(0, 0, 0, 0),#222);}
  723.  
  724. .nk-list-item-view_expanded
  725. {box-shadow: inset 5px 0 #fbd553,inset 0 1px #444,inset 0 0 0 1px #444;}
  726.  
  727. .nk-list-item-view_interactive:hover, .nk-list-item-view_expanded
  728. {background: #333;}
  729.  
  730. .nk-list-item-view__progress
  731. {background-color: rgba(255, 255, 255, .08);}
  732.  
  733. .nk-comment-view__annotated-username, .nk-event-view__edit-notes, .nk-event-view__date, .nk-comment-view__date, .nk-comment-view_deleted .nk-comment-view__text
  734. {color: #bbb;}
  735.  
  736. .nk-badge
  737. {padding: 2px 4px 4px;}
  738.  
  739. .nk-badge_color_green
  740. {background: none; border: 1px solid #8fcb69; color: #8fcb69;}
  741.  
  742. .nk-badge_color_yellow
  743. {background: none; border: 1px solid #fc5; color: #fc5;}
  744.  
  745. .nk-badge_color_orange
  746. {background: none; border: 1px solid #fa945f; color: #fa945f;}
  747.  
  748. .nk-badge_color_red
  749. {background: none; border: 1px solid #ff6464; color: #ff6464;}
  750.  
  751. .nk-list-view__loading-before
  752. {background: linear-gradient(#222,rgba(255,255,255,0));}
  753.  
  754. .nk-list-view__loading-after
  755. {background: linear-gradient(rgba(255,255,255,0),#222);}
  756.  
  757. /* o_O А я не зразумеў, што вы робіце ў маім кодзе? Вы хочаце кодзіць? */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement