Advertisement
Guest User

Untitled

a guest
Apr 10th, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. /*ranit css*/
  2. ul#navmenu-membership{
  3.     display: flex;
  4. }
  5. ul#navmenu-membership li a{
  6.     display: block;
  7. }
  8. ul#navmenu-membership li:first-child a:hover{
  9.     color: #fff !important;
  10. }
  11. ul#navmenu-membership li:first-child a {
  12.     color: #00C0FF !important;
  13.     font-weight: bolder;
  14. }
  15. ul#navmenu-membership li:first-child a i{
  16.     color: #fff !important;
  17. }
  18. ul#navmenu-membership li:not(:first-child) {
  19.     padding-left: 0.6rem;
  20. }
  21.  
  22. ul#navmenu-database{
  23.     display: flex;
  24. }
  25. ul#navmenu-database li a{
  26.     display: block;
  27. }
  28. ul#navmenu-database li:first-child a:hover{
  29.     color: #fff !important;
  30. }
  31. ul#navmenu-database li:first-child a {
  32.     color: #00C0FF !important;
  33.     font-weight: bolder;
  34. }
  35. ul#navmenu-database li:first-child a i{
  36.     color: #fff !important;
  37. }
  38. ul#navmenu-database li:not(:first-child) {
  39.     padding-left: 0.6rem;
  40. }
  41.  
  42.  
  43. body ul#navmenu-database li.spl-blue a{
  44. color: #00C0FF !important;
  45. font-weight: bolder;
  46. }
  47. body ul#navmenu-database li.spl-blue a:hover{
  48. color: #fff !important;
  49. }
  50.  
  51. body ul#navmenu-guides li.spl-blue a{
  52. color: #00C0FF !important;
  53. font-weight: bolder;
  54. }
  55. body ul#navmenu-guides li.spl-blue a:hover{
  56. color: #fff !important;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement