Advertisement
Guest User

НЯК (Dark) RC47

a guest
Jul 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 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;}
  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-icon2_id_commit-pending > svg > g > circle
  379. {fill: #222; stroke: #fc5;}
  380.  
  381. .nk-icon2_id_commit-pending > svg > g > path
  382. {fill: #fc5;}
  383.  
  384. .nk-icon2_id_commit-rejected > svg > g > circle
  385. {fill: #222; stroke: #ff6464;}
  386.  
  387. .nk-icon2_id_commit-rejected > svg > g > path
  388. {fill: #ff6464;}
  389.  
  390. .nk-icon2_id_yandex.nk-user-link-view__icon > svg > g > path:first-child,
  391. .nk-icon2_id_moderator.nk-user-link-view__icon > svg > path:first-child
  392. {fill: #222; stroke: #ffcc00;}
  393.  
  394. .nk-icon2_id_yandex.nk-user-link-view__icon > svg > g > path:last-child,
  395. .nk-icon2_id_moderator.nk-user-link-view__icon > svg > path:last-child
  396. {fill: #ffcc00;}
  397.  
  398. .nk-icon2_id_commit-approved.nk-event-view__commit-state_not-last::before,
  399. .nk-icon2_id_commit-published.nk-event-view__commit-state_not-last::before
  400. {background: #8fcb69;}
  401.  
  402. .nk-icon2_id_commit-pending.nk-event-view__commit-state_not-last::before
  403. {background: #fc5;}
  404.  
  405. .nk-icon2_id_commit-rejected.nk-event-view__commit-state_not-last::before
  406. {background: #ff6464;}
  407.  
  408. /* Edit */
  409. .nk-icon
  410. {fill: #bbb;}
  411.  
  412. .nk-icon_interactive:hover
  413. {fill: #eee;}
  414.  
  415. .nk-commit-diff-view__attr-val > .nk-icon2
  416. {fill: #bbb;}
  417.  
  418. .nk-icon2_interactive
  419. {fill: #bbb;}
  420.  
  421. .nk-icon2_interactive:hover
  422. {fill: #eee;}
  423.  
  424. .nk-icon2_interactive > svg > circle:first-child
  425. {fill: #444;}
  426.  
  427. .nk-icon2_interactive > svg > circle:nth-child(2),
  428. .nk-icon2_interactive > svg > circle:nth-child(4)
  429. {fill: #333;}
  430.  
  431. .nk-icon2_interactive > svg > circle:nth-child(3),
  432. .nk-icon2_interactive > svg > path:nth-child(5)
  433. {fill: #bbb;}
  434.  
  435. .nk-icon2_interactive:hover > svg > circle:nth-child(3),
  436. .nk-icon2_interactive:hover > svg > path:nth-child(5)
  437. {fill: #eee;}
  438.  
  439. .nk-icon2_id_close
  440. {fill: #bbb;}
  441.  
  442. .nk-icon2_id_close:hover
  443. {fill: #eee;}
  444.  
  445. .nk-icon2_disabled > svg > circle:first-child
  446. {fill: #444;}
  447.  
  448. .nk-icon2_disabled > svg > circle:nth-child(2),
  449. .nk-icon2_disabled > svg > circle:nth-child(4)
  450. {fill: #333;}
  451.  
  452. .nk-icon2_disabled > svg > circle:nth-child(3),
  453. .nk-icon2_disabled > svg > path:nth-child(5)
  454. {fill: #555;}
  455.  
  456. .nk-icon2_id_untrusted > svg > g > path
  457. {fill: #fff0; stroke: #ff6464;}
  458.  
  459. .nk-icon2_id_opened-envelope > svg > g > path
  460. {fill: #555;}
  461.  
  462. .nk-icon2_id_closed-envelope > svg > g > path
  463. {fill: #bbb;}
  464.  
  465. .nk-geoobject-viewer-view__notice_type_blocked
  466. {background: #333; color: #bbb;}
  467.  
  468. .button_theme_islands
  469. {background: #444; color: #eee;}
  470.  
  471. .button_size_m.button_theme_islands.button_hovered
  472. {background: #444;}
  473.  
  474. .button_disabled.button_theme_islands.button_checked::before
  475. {background: #1f1f1f;}
  476.  
  477. .button_disabled.button_theme_islands.button_checked
  478. {background: rgba(153,122,0,.5);}
  479.  
  480. .input_theme_islands
  481. {background: #444;}
  482.  
  483. .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
  484. {color: #a6bdd7;}
  485.  
  486. .nk-link_theme_islands.nk-link_view_action .nk-icon2_colored, .link_theme_islands.link_view_action .nk-icon_interactive
  487. {fill: #a6bdd7;}
  488.  
  489. .nk-icon2_colored.nk-icon2_interactive:hover, .nk-link:hover .nk-icon2_colored
  490. {fill: #e85253;}
  491.  
  492. .nk-link_theme_islands:hover, .link_theme_islands:hover
  493. {color: #e85253;}
  494.  
  495. .input_theme_islands::before
  496. {background: #191919;}
  497.  
  498. .input_theme_islands .input__control
  499. {color: #eee;}
  500.  
  501. .nk-tag-view
  502. {background-color: #333; border-color: #ffeba0; color: #ffeba0;}
  503.  
  504. .nk-tag-view > .nk-icon2_interactive
  505. {fill: #ffeba0;}
  506.  
  507. .nk-transport-routes-viewer-view__item
  508. {background-color: #333; border: 1px solid #ffeba0; color: #ffeba0;}
  509.  
  510. .nk-transport-routes-viewer-view__item_not-operating
  511. {background-color: #333; border: 1px solid #191919; color: #eee;}
  512.  
  513. .button_theme_islands.button_checked > span > svg
  514. {fill: #ffeba0;}
  515.  
  516. .button_theme_islands.button_checked:hover
  517. {background: #eee;}
  518.  
  519. .button_theme_islands.button_checked:hover > span > svg
  520. {fill: #eee;}
  521.  
  522. .button_theme_islands.button_checked
  523. {background: #ffeba0;}
  524.  
  525. .button_theme_islands.button_checked::before
  526. {background: #333;}
  527.  
  528. .button_checked > span
  529. {color: #ffeba0;}
  530.  
  531. .button_checked:hover > span
  532. {color: #eee;}
  533.  
  534. .button_theme_islands::before
  535. {background: #292929;}
  536.  
  537. .button_theme_islands.button_pressed::before
  538. {background: #333;}
  539.  
  540. .checkbox_theme_islands .checkbox__box
  541. {background: #444 !important;}
  542.  
  543. .checkbox_theme_islands .checkbox__box::before
  544. {background: #111;}
  545.  
  546. .checkbox_theme_islands.checkbox_checked .checkbox__box
  547. {background: rgba(153,122,0,.5) !important;}
  548.  
  549. .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
  550. {filter: invert(1);}
  551.  
  552. .select_theme_islands .select__tick
  553. {filter: invert(1);}
  554.  
  555. .input_theme_islands.input_size_m .input__clear, .input_theme_islands.input_size_s .input__clear
  556. {filter: invert(1);}
  557.  
  558. .menu_theme_islands
  559. {background: #222;}
  560.  
  561. .nk-editing-hint-view
  562. {background: #333;}
  563.  
  564. .nk-selection-item-view__action > span > svg > path
  565. {fill: #bbb;}
  566.  
  567. .nk-button_theme_islands
  568. {background: #444; color: #eee;}
  569.  
  570. .nk-button_theme_islands::before
  571. {background: #292929;}
  572.  
  573. .nk-button_theme_islands.nk-button_pressed::before
  574. {background: #333;}
  575.  
  576. .nk-button_theme_islands.nk-button_hovered
  577. {background: #444;}
  578.  
  579. .nk-button_theme_islands.nk-button_view_action
  580. {background: #ffdb4d;}
  581.  
  582. .nk-button_theme_islands.nk-button_view_action.nk-button_hovered
  583. {background: #ffeba0;}
  584.  
  585. .nk-button_pressed.nk-button_theme_islands.nk-button_view_action:active
  586. {background: #eee;}
  587.  
  588. .nk-button_pressed.nk-form-submit-view__submit:active > span
  589. {color: #eee;}
  590.  
  591. .nk-button_view_action.nk-button_disabled
  592. {background: #292929 !important;}
  593.  
  594. .nk-button_theme_islands.nk-button_view_action::before,
  595. .nk-button_pressed.nk-button_theme_islands.nk-button_view_action::before
  596. {background: #292929;}
  597.  
  598. .nk-form-submit-view__submit > span
  599. {color: #ffdb4d;}
  600.  
  601. .nk-form-submit-view__submit:hover > span
  602. {color: #ffeba0;}
  603.  
  604. .nk-button_theme_islands.nk-button_focused_hard
  605. {box-shadow: none;}
  606.  
  607. /* Feedback */
  608. .nk-modal_theme_islands .nk-modal__content
  609. {border-color: #444;}
  610.  
  611. .nk-feedback-reminder-view__description
  612. {background: #333;}
  613.  
  614. .nk-button_theme_islands.nk-button_view_feedback,
  615. .nk-button_theme_islands.nk-button_view_feedback.nk-button_hovered
  616. {background: #3da1f8}
  617.  
  618. .nk-button_theme_islands.nk-button_view_feedback.nk-button_disabled
  619. {background: #292929;}
  620.  
  621. .nk-button_theme_islands.nk-button_view_feedback.nk-button_pressed
  622. {background: #eee;}
  623.  
  624. .nk-button_theme_islands.nk-button_view_feedback::before, .nk-button_theme_islands.nk-button_view_feedback.nk-button_pressed::before
  625. {background: #292929;}
  626.  
  627. .nk-button_view_feedback > span,
  628. .nk-button_view_feedback:hover > span
  629. {color: #3da1f8;}
  630.  
  631. .nk-button_view_feedback.nk-button_pressed > span
  632. {color: #eee;}
  633.  
  634. .nk-button_theme_on-map.nk-button_view_feedback
  635. {background: #222; box-shadow: 0px 0px 0px 2px #3da1f8;}
  636.  
  637. .nk-button_theme_on-map.nk-button_view_feedback > span > svg > g > path
  638. {fill: #3da1f8;}
  639.  
  640. .nk-button_view_feedback .nk-app-bar-view__counter
  641. {background: #3da1f8; color: #111;}
  642.  
  643. /* Comments */
  644. .nk-object-add-comment-form-view
  645. {background: #333;}
  646.  
  647. .nk-text-area_theme_islands
  648. {background: #222; color: #eee;}
  649.  
  650. /* Tabs */
  651. .nk-tabs-bar
  652. {background: #333;}
  653.  
  654. .nk-tabs-bar__tab
  655. {color: #bbb;}
  656.  
  657. .nk-section:not(:empty) ~ .nk-section_level_1:not(:empty)
  658. {border-top: 1px solid #444;}
  659.  
  660. .nk-tabs-bar__tab:hover, .nk-tabs-bar__tab_selected
  661. {color: #eee;}
  662.  
  663. .nk-tabs-bar_animated-selection .nk-tabs-bar__selection
  664. {border-color: #ccc;}
  665.  
  666. /* ⛧666⛧ */
  667. .nk-select_theme_islands .nk-select__tick
  668. {filter: invert(1);}
  669.  
  670. .nk-text-input_theme_islands
  671. {background: #444;}
  672.  
  673. .nk-text-input_theme_islands::before
  674. {background: #191919;}
  675.  
  676. .nk-text-input_theme_islands .nk-text-input__control
  677. {color: #eee;}
  678.  
  679. .nk-checkbox_theme_islands .nk-checkbox__box
  680. {background: #444;}
  681.  
  682. .nk-checkbox_theme_islands .nk-checkbox__box::before
  683. {background: #191919;}
  684.  
  685. /* User-name */
  686. .nk-link_theme_islands.nk-link_view_text, .nk-link_theme_islands.nk-link_view_text.nk-link_disabled
  687. {color: #eee;}
  688.  
  689. .nk-user-link-view_colored
  690. {color: #eee;}
  691.  
  692. .nk-user-link-view_disabled
  693. {color: #eee !important;}
  694.  
  695. /* List */
  696. .nk-scrollable__container::before
  697. {background: linear-gradient(#222,rgba(0, 0, 0, 0));}
  698.  
  699. .nk-scrollable__container::after
  700. {background: linear-gradient(rgba(0, 0, 0, 0),#222);}
  701.  
  702. .nk-list-item-view_expanded
  703. {box-shadow: inset 5px 0 #fbd553,inset 0 1px #444,inset 0 0 0 1px #444;}
  704.  
  705. .nk-list-item-view_interactive:hover
  706. {background: #333;}
  707.  
  708. .nk-list-item-view_expanded
  709. {background: #333;}
  710.  
  711. .nk-list-item-view__progress
  712. {background-color: rgba(255,255,255,.08);}
  713.  
  714. .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
  715. {color: #bbb;}
  716.  
  717. .nk-badge
  718. {padding: 2px 4px 4px;}
  719.  
  720. .nk-badge_color_green
  721. {background: #0000; border: 1px solid #8fcb69; color: #8fcb69;}
  722.  
  723. .nk-badge_color_yellow
  724. {background: #0000; border: 1px solid #fc5; color: #fc5;}
  725.  
  726. .nk-badge_color_orange
  727. {background: #0000; border: 1px solid #fa945f; color: #fa945f;}
  728.  
  729. .nk-badge_color_red
  730. {background: #0000; border: 1px solid #ff6464; color: #ff6464;}
  731.  
  732. .nk-list-view__loading-before
  733. {background: linear-gradient(#222,rgba(255,255,255,0));}
  734.  
  735. .nk-list-view__loading-after
  736. {background: linear-gradient(rgba(255,255,255,0),#222);}
  737.  
  738. /* o_O А я не понял, что вы делаеце в моём коде? Вы хотите кодиць? */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement