Advertisement
Guest User

НЯК (Dark) RC44

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