Advertisement
Guest User

НЯК (Dark) RC34

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