Advertisement
Guest User

НЯК (Dark) RC14

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