Guest User

Untitled

a guest
May 24th, 2019
1,330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. /* Header Colors */
  2. /* Search text color */
  3. $search-text-color: #fff200
  4. /* Topbar background color*/
  5. $navpage-header-bg: #c8bd00
  6. /* Topbar text color */
  7. $navpage-header-color: #fff
  8. /* Bottom border color on topbar */
  9. $navpage-header-divider-color: #ded424
  10.  
  11. /* Left nav and navigation toolbar background color */
  12. /* Navigator hover color */
  13. $nav-highlight-main: #b7af21
  14. /* Background for expanded navigation items */
  15. $subnav-background-color: #d7d164
  16. /* Backgorund for navigator (left side only). */
  17. $navpage-nav-bg: #fff
  18. /* Background for Favorites list, history list, and Connect list background. */
  19. $navpage-nav-bg-sub: #eee
  20. /* Text color in main navigation */
  21. $navpage-nav-color-sub: #fff
  22. /* Text color when hovering over items in main nav */
  23. $navpage-nav-mod-text-hover: #eee
  24. /* Divider color in Navigator */
  25. $nav-hr-color: #ded424
  26.  
  27. /* Navigator tabs */
  28. /* Active nav item underneath search */
  29. $nav-highlight-bar-active: #ded424
  30. /* Inactive nav items underneath search */
  31. $nav-highlight-bar-inactive: #D6D6D6
  32. /* Background for currently selected navigation item underneath search */
  33. $navpage-nav-selected-bg: #d7d164
  34. /* Color of icon for currently active nav item. */
  35. $navpage-nav-selected-color: #eee
  36. /* Color of icons for non inactive nav items.*/
  37. $navpage-nav-unselected-color: #ded424
  38.  
  39. /* Navigator Application text */
  40. /* Color for latest connect messages in right bar. */
  41. $connect-latest-message: #c8bd00
  42. /* Timestamp header backgrounds in History tab*/
  43. $nav-timeago-header-color: #c8bd00
  44. /* Core content text color */
  45. $navpage-nav-app-text: #5b5704
  46. /* Cpre content text color hover*/
  47. $navpage-nav-app-text-hover: #eee
  48.  
  49. /* Color of outline for search */
  50. $navpage-nav-border: #d7d164
  51. /* Default button/icon colors */
  52. $navpage-button-color:  #ded424
  53. /* Hover color for ^^^ */
  54. $navpage-button-color-hover: #d7d164
Advertisement
Add Comment
Please, Sign In to add comment