Advertisement
Guest User

НЯК (Dark) RC18

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 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 #333;}
  17.  
  18. ::-webkit-scrollbar-track
  19. {background: #333;}
  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: #333;}
  30.  
  31. /* Bottom Bar */
  32. .ymaps-2-1-61-copyright__content
  33. {background: rgba(0,0,0,.5); color: #eee;}
  34.  
  35. .ymaps-2-1-61-map ymaps::after
  36. {background: rgba(0,0,0,.5);}
  37.  
  38. .ymaps-2-1-61-copyright__link
  39. {color: #eee !important;}
  40.  
  41. .ymaps-2-1-61-copyright__link:hover
  42. {color: #e85253 !important;}
  43.  
  44. .nk-map-region-view__coords, .ymaps-2-1-61-scaleline__label
  45. {background: rgba(0,0,0,.5); color: #eee;}
  46.  
  47. /* Search */
  48. .nk-text-input_theme_on-map .nk-text-input__box
  49. {background: #333;}
  50.  
  51. .nk-text-input_theme_on-map .nk-text-input__control
  52. {color: #eee;}
  53.  
  54. .nk-text-input_theme_on-map.nk-text-input_size_l .nk-text-input__clear
  55. {filter: invert(1);}
  56.  
  57. .nk-popup__content
  58. {background: #333 !important;}
  59.  
  60. .nk-suggest__items
  61. {background: #333 !important;}
  62.  
  63. .nk-suggest__items_theme_islands .nk-suggest__item_hovered
  64. {background-color: #444;}
  65.  
  66. /* Pop-up menu */
  67. .nk-menu_theme_islands
  68. {background: #333;}
  69.  
  70. .menu-item_theme_islands.menu-item_hovered
  71. {color: #111;}
  72.  
  73. .menu-item_theme_islands.menu-item_checked
  74. {background-image: none;}
  75.  
  76. .menu-item_theme_islands.menu-item_checked::before
  77. {content: '✓'; position: absolute; left: 13px; font-size: 18px;}
  78.  
  79. /* Create */
  80. .nk-button_theme_on-map.nk-button_view_action
  81. {background: #333; border: 2px solid; color: #fbd553; line-height: 34px;}
  82.  
  83. .nk-button_theme_on-map.nk-button_view_action.nk-button_hovered
  84. {background: #333; border-color: #eee; color: #eee;}
  85.  
  86. .nk-category-selector-view__group-label
  87. {color: #bbb;}
  88.  
  89. .nk-category-selector-view__group:hover .nk-category-selector-view__group-label
  90. {color: #eee;}
  91.  
  92. /* Buttons */
  93. .nk-button_theme_on-map
  94. {background: #333;}
  95.  
  96. .nk-button_theme_on-map.nk-button_size_l > span > svg,
  97. .nk-button_theme_on-map.nk-button_size_l > span > svg > path,
  98. .nk-button_theme_on-map.nk-button_size_l > span > svg > g,
  99. .nk-button_theme_on-map.nk-button_size_l.nk-button_disabled > span > svg > g > path,
  100. .nk-button_theme_on-map.nk-button_size_l.nk-button_disabled > span > svg > g > rect
  101. {fill: #ccc;}
  102.  
  103. .nk-button_theme_on-map.nk-button_size_l > .nk-icon2_id_contour-edit-content-drawing-mode > svg > path
  104. {fill: #ccc; stroke: #ccc;}
  105.  
  106. .nk-button_theme_on-map.nk-button_checked > span > svg,
  107. .nk-button_theme_on-map.nk-button_checked > span > svg > path,
  108. .nk-button_theme_on-map.nk-button_checked > span > svg > g,
  109. .nk-button_theme_on-map.nk-button_checked > span > svg > g > path,
  110. .nk-button_theme_on-map.nk-button_checked > span > svg > g > rect
  111. {fill: #111;}
  112.  
  113. .nk-button_theme_on-map.nk-button_checked > .nk-icon2_id_contour-edit-content-drawing-mode > svg > path
  114. {fill: #111; stroke: #111;}
  115.  
  116. .nk-geolocation-view > span > svg > path
  117. {fill: none !important; stroke: #ccc;}
  118.  
  119. .nk-icon2_id_settings > svg > g > path
  120. {fill: #ccc;}
  121.  
  122. .nk-icon2_id_contour-edit-center-mode > svg > g > path
  123. {fill: #ccc; stroke-width: 0;}
  124.  
  125. .nk-icon2_id_contour-edit-selector-mode > svg > g
  126. {stroke: #111;}
  127.  
  128. .nk-button_disabled > .nk-icon2_id_contour-edit-selector-mode > svg > g
  129. {stroke: #ccc;}
  130.  
  131. .nk-icon2_id_contour-edit-selector-mode > svg > g > rect
  132. {fill: none !important;}
  133.  
  134. .nk-icon2_id_lasso > svg > rect
  135. {fill: #ccc;}
  136.  
  137. .nk-button_checked > .nk-icon2_id_lasso > svg > rect
  138. {fill: #111;}
  139.  
  140. .nk-menu-item_theme_islands.nk-menu-item_hovered
  141. {color: #111;}
  142.  
  143. .nk-menu-item_theme_islands.nk-menu-item_checked
  144. {background-image: none;}
  145.  
  146. .nk-menu-item_theme_islands.nk-menu-item_checked::before
  147. {content: '✓'; position: absolute; left: 15px; font-size: 15px;}
  148.  
  149. .nk-menu-item_size_xl.nk-menu-item > span > svg > g > path
  150. {fill: #eee;}
  151.  
  152. .nk-menu-item_size_xl.nk-menu-item_hovered > span > svg > g > path
  153. {fill: #111;}
  154.  
  155. .nk-button_checked.nk-map-region-view__button > span > svg > path
  156. {fill: #ffd03f;}
  157.  
  158. /* Help */
  159. .nk-help-view__primary-link::before
  160. {filter: invert(1);}
  161.  
  162. .nk-help-view__section-text
  163. {color: #bbb;}
  164.  
  165. .nk-onboarding-view
  166. {background: #333;}
  167.  
  168. .nk-onboarding-page-view h2
  169. {background: #444; color: #eee;}
  170.  
  171. .nk-onboarding-page-view p
  172. {color: #eee;}
  173.  
  174. /* Avatar & Profile*/
  175. .nk-button_theme_on-map
  176. {color: #bbb;}
  177.  
  178. .nk-table__header-cell
  179. {border-bottom: 1px solid #555;}
  180.  
  181. .nk-user-bar-view__user-icon
  182. {background: #333;}
  183.  
  184. .nk-user-bar-view__user-icon .nk-user-icon
  185. {box-shadow: none;}
  186.  
  187. .nk-user-profile-view__group-title
  188. {color: #bbb;}
  189.  
  190. .nk-user-profile-view__login, .nk-user-profile-view__registration-date, .nk-user-profile-view__uid, .nk-user-profile-view__email-hint
  191. {color: #bbb;}
  192.  
  193. /* Top Rates*/
  194. .nk-modal_theme_islands .nk-modal__content
  195. {background: #333;}
  196.  
  197. .nk-rating-view__list-item
  198. {border-bottom: 1px solid #555;}
  199.  
  200. .nk-button_theme_islands.nk-button_checked
  201. {background: #ffeba0;}
  202.  
  203. .nk-button_theme_islands.nk-button_checked::before
  204. {background: #444;}
  205.  
  206. .nk-button_theme_islands.nk-button_checked.nk-button_hovered
  207. {background: #eee;}
  208.  
  209. .nk-button_checked > span
  210. {color: #ffeba0;}
  211.  
  212. .nk-button_checked:hover > span
  213. {color: #eee;}
  214.  
  215. .nk-button_pressed.nk-button_theme_islands.nk-button_checked:active
  216. {background: rgba(153,122,0,.5);}
  217.  
  218. .nk-button_pressed.nk-button_theme_islands.nk-button_checked::before
  219. {background: #333;}
  220.  
  221. .nk-button_pressed.nk-button_checked:active > span
  222. {color: rgba(153,122,0,.5);}
  223.  
  224. .nk-rating-view__list-item:hover
  225. {background: #444 !important;}
  226.  
  227. /* Blocks */
  228. .page_theme_islands
  229. {color: #eee;}
  230.  
  231. .nk-island
  232. {background: #333;}
  233.  
  234. .nk-link-panel-view
  235. {background: #444;}
  236.  
  237. /* Block Content */
  238. .nk-section:not(:empty) ~ .nk-section_level_2:not(:empty)::before
  239. {background: #555;}
  240.  
  241. .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
  242. {color: #bbb;}
  243.  
  244. .nk-bitmask-control__icon
  245. {fill: #bbb;}
  246.  
  247. .nk-boolean-text-control__control::before, .nk-boolean-text-control__text::before
  248. {color: #bbb;}
  249.  
  250. /* Share, Feedback etc*/
  251. .nk-share-view
  252. {background: #444; color: #bbb;}
  253.  
  254. .nk-comment-form-view, .nk-confirmation-view
  255. {background: #444;}
  256.  
  257. .nk-feedback-task-view__action-pane
  258. {background: #444;}
  259.  
  260. /* Edit */
  261. .nk-icon
  262. {fill: #bbb;}
  263.  
  264. .nk-icon_interactive:hover
  265. {fill: #eee;}
  266.  
  267. .nk-commit-diff-view__attr-val > .nk-icon2
  268. {fill: #bbb;}
  269.  
  270. .nk-icon2_interactive
  271. {fill: #bbb;}
  272.  
  273. .nk-icon2_interactive:hover
  274. {fill: #eee;}
  275.  
  276. .nk-icon2_interactive > svg > circle:first-child
  277. {fill: #555;}
  278.  
  279. .nk-icon2_interactive > svg > circle:nth-child(2),
  280. .nk-icon2_interactive > svg > circle:nth-child(4)
  281. {fill: #444;}
  282.  
  283. .nk-icon2_interactive > svg > circle:nth-child(3),
  284. .nk-icon2_interactive > svg > path:nth-child(5)
  285. {fill: #bbb;}
  286.  
  287. .nk-icon2_interactive:hover > svg > circle:nth-child(3),
  288. .nk-icon2_interactive:hover > svg > path:nth-child(5)
  289. {fill: #eee;}
  290.  
  291. .nk-icon2_id_close
  292. {fill: #bbb;}
  293.  
  294. .nk-icon2_id_close:hover
  295. {fill: #eee;}
  296.  
  297. .nk-icon2_disabled > svg > circle:first-child
  298. {fill: #555;}
  299.  
  300. .nk-icon2_disabled > svg > circle:nth-child(2),
  301. .nk-icon2_disabled > svg > circle:nth-child(4)
  302. {fill: #444;}
  303.  
  304. .nk-icon2_disabled > svg > circle:nth-child(3),
  305. .nk-icon2_disabled > svg > path:nth-child(5)
  306. {fill: #666;}
  307.  
  308. .nk-icon2_id_untrusted > svg > g > path
  309. {fill: #fff0; stroke: #ff6464;}
  310.  
  311. .nk-geoobject-viewer-view__notice_type_blocked
  312. {background: #444; color: #bbb;}
  313.  
  314. .button_theme_islands
  315. {background: #555; color: #eee;}
  316.  
  317. .button_size_m.button_theme_islands.button_hovered
  318. {background: #777;}
  319.  
  320. .button_disabled.button_theme_islands.button_checked::before
  321. {background: #2f2f2f;}
  322.  
  323. .button_disabled.button_theme_islands.button_checked
  324. {background: rgba(153,122,0,.5);}
  325.  
  326. .input_theme_islands
  327. {background: #555;}
  328.  
  329. .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
  330. {color: #a6bdd7;}
  331.  
  332. .nk-link_theme_islands.nk-link_view_action .nk-icon2_colored
  333. {fill: #a6bdd7;}
  334.  
  335. .nk-icon2_colored.nk-icon2_interactive:hover, .nk-link:hover .nk-icon2_colored
  336. {fill: #e85253;}
  337.  
  338. .nk-link_theme_islands:hover, .link_theme_islands:hover
  339. {color: #e85253;}
  340.  
  341. .input_theme_islands::before
  342. {background: #292929;}
  343.  
  344. .input_theme_islands .input__control
  345. {color: #eee;}
  346.  
  347. .nk-tag-view
  348. {background-color: #444; border-color: #ffeba0; color: #ffeba0;}
  349.  
  350. .nk-tag-view > .nk-icon2_interactive
  351. {fill: #ffeba0;}
  352.  
  353. .nk-transport-routes-viewer-view__item
  354. {background-color: #444; border: 1px solid #ffeba0; color: #ffeba0;}
  355.  
  356. .nk-transport-routes-viewer-view__item_not-operating
  357. {background-color: #444; border: 1px solid #292929; color: #eee;}
  358.  
  359. .button_theme_islands.button_checked > span > svg
  360. {fill: #ffeba0;}
  361.  
  362. .button_theme_islands.button_checked:hover
  363. {background: #eee;}
  364.  
  365. .button_theme_islands.button_checked:hover > span > svg
  366. {fill: #eee;}
  367.  
  368. .button_theme_islands.button_checked
  369. {background: #ffeba0;}
  370.  
  371. .button_theme_islands.button_checked::before
  372. {background: #444;}
  373.  
  374. .button_checked > span
  375. {color: #ffeba0;}
  376.  
  377. .button_checked:hover > span
  378. {color: #eee;}
  379.  
  380. .button_theme_islands::before
  381. {background: #393939;}
  382.  
  383. .button_theme_islands.button_pressed::before
  384. {background: #444;}
  385.  
  386. .checkbox_theme_islands .checkbox__box
  387. {background: #555 !important;}
  388.  
  389. .checkbox_theme_islands .checkbox__box::before
  390. {background: #222;}
  391.  
  392. .checkbox_theme_islands.checkbox_checked .checkbox__box
  393. {background: rgba(153,122,0,.5) !important;}
  394.  
  395. .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
  396. {filter: invert(1);}
  397.  
  398. .select_theme_islands .select__tick
  399. {filter: invert(1);}
  400.  
  401. .input_theme_islands.input_size_m .input__clear, .input_theme_islands.input_size_s .input__clear
  402. {filter: invert(1);}
  403.  
  404. .menu_theme_islands
  405. {background: #333;}
  406.  
  407. .nk-editing-hint-view
  408. {background: #444;}
  409.  
  410. .nk-button_theme_islands.nk-button_view_action
  411. {background: #ffdb4d;}
  412.  
  413. .nk-button_pressed.nk-button_theme_islands.nk-button_view_action:active
  414. {background: rgba(153,122,0,.5);}
  415.  
  416. .nk-button_pressed.nk-form-submit-view__submit:active > span
  417. {color: rgba(153,122,0,.5);}
  418.  
  419. .nk-button_pressed.nk-button_theme_islands.nk-button_view_action::before
  420. {background: #333;}
  421.  
  422. .nk-button_theme_islands.nk-button_view_action.nk-button_hovered
  423. {background: #eee;}
  424.  
  425. .nk-button_view_action.nk-button_disabled
  426. {background: #393939 !important;}
  427.  
  428. .nk-button_theme_islands.nk-button_view_action::before
  429. {background: #393939;}
  430.  
  431. .nk-form-submit-view__submit > span
  432. {color: #ffdb4d;}
  433.  
  434. .nk-form-submit-view__submit:hover > span
  435. {color: #eee;}
  436.  
  437. .nk-button_theme_islands.nk-button_focused_hard
  438. {box-shadow: none;}
  439.  
  440. /* Comments */
  441. .nk-object-add-comment-form-view
  442. {background: #444;}
  443.  
  444. .nk-text-area_theme_islands
  445. {background: #333; color: #eee;}
  446.  
  447. /* Tabs */
  448. .nk-tabs-bar
  449. {background: #444;}
  450.  
  451. .nk-tabs-bar__tab
  452. {color: #bbb;}
  453.  
  454. .nk-section:not(:empty) ~ .nk-section_level_1:not(:empty)
  455. {border-top: 1px solid #555;}
  456.  
  457. .nk-tabs-bar__tab:hover, .nk-tabs-bar__tab_selected
  458. {color: #eee;}
  459.  
  460. .nk-tabs-bar_animated-selection .nk-tabs-bar__selection
  461. {border-color: #ccc;}
  462.  
  463. .nk-button_theme_islands
  464. {background: #555; color: #eee;}
  465.  
  466. .nk-button_theme_islands::before
  467. {background: #393939;}
  468.  
  469. .nk-button_theme_islands.nk-button_pressed::before
  470. {background: #444;}
  471.  
  472. .nk-button_theme_islands.nk-button_hovered
  473. {background: #777;}
  474.  
  475. .nk-select_theme_islands .nk-select__tick
  476. {filter: invert(1);}
  477.  
  478. .nk-text-input_theme_islands
  479. {background: #555;}
  480.  
  481. .nk-text-input_theme_islands::before
  482. {background: #292929;}
  483.  
  484. .nk-text-input_theme_islands .nk-text-input__control
  485. {color: #eee;}
  486.  
  487. .nk-checkbox_theme_islands .nk-checkbox__box
  488. {background: #555;}
  489.  
  490. .nk-checkbox_theme_islands .nk-checkbox__box::before
  491. {background: #292929;}
  492.  
  493. /* User-name */
  494. .nk-link_theme_islands.nk-link_view_text, .nk-link_theme_islands.nk-link_view_text.nk-link_disabled
  495. {color: #eee;}
  496.  
  497. .nk-user-link-view_colored
  498. {color: #eee;}
  499.  
  500. .nk-user-link-view_disabled
  501. {color: #eee !important;}
  502.  
  503. /* List */
  504. .nk-scrollable__container::before
  505. {background: linear-gradient(#333,rgba(0, 0, 0, 0));}
  506.  
  507. .nk-scrollable__container::after
  508. {background: linear-gradient(rgba(0, 0, 0, 0),#333);}
  509.  
  510. .nk-list-item-view_expanded
  511. {box-shadow: inset 5px 0 #fbd553,inset 0 1px #555,inset 0 0 0 1px #555;}
  512.  
  513. .nk-list-item-view_interactive:hover
  514. {background: #444;}
  515.  
  516. .nk-list-item-view_expanded
  517. {background: #444;}
  518.  
  519. .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
  520. {color: #bbb;}
  521.  
  522. .nk-badge
  523. {padding: 2px 4px 4px;}
  524.  
  525. .nk-badge_color_green
  526. {background: #0000; border: 1px solid #8fcb69; color: #8fcb69;}
  527.  
  528. .nk-badge_color_yellow
  529. {background: #0000; border: 1px solid #fc5; color: #fc5;}
  530.  
  531. .nk-badge_color_orange
  532. {background: #0000; border: 1px solid #fa945f; color: #fa945f;}
  533.  
  534. .nk-badge_color_red
  535. {background: #0000; border: 1px solid #ff6464; color: #ff6464;}
  536.  
  537. .nk-list-view__loading-before
  538. {background: linear-gradient(#333,rgba(255,255,255,0));}
  539.  
  540. .nk-list-view__loading-after
  541. {background: linear-gradient(rgba(255,255,255,0),#333);}
  542.  
  543. /* А я не понял, что вы делаеце в моём коде? Вы хотите кодиць? */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement