Advertisement
Guest User

НЯК (Dark) RC19

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