Advertisement
Guest User

ads

a guest
Jun 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. .nav-main{
  2. background-color: #656565 !important;
  3. color: white !important;
  4. }
  5. .uk-navbar-dropdown{
  6. background-color: #656565 !important;
  7. border: black solid 1px;
  8. }
  9. .navigation-a{
  10. color:white !important;
  11. }
  12. .navigation-a:hover{
  13. padding:6px !important;
  14. font-size: 1.1rem;
  15. }
  16. .navigation-a:hover{
  17. color:black !important;
  18. background-color:white !important;
  19. border-radius:2px;
  20. opacity:0.6;
  21. }
  22. .navigation-image{
  23. height:100%;
  24. }
  25. .overflow-hidden{
  26. overflow:hidden !important;
  27. }
  28. .ng-table-img{
  29. width:64px;
  30. height:64px;
  31. }
  32. .ng-text-center{
  33. text-align: center!important;
  34. }
  35. .ng-box-shadow-medium{
  36. box-shadow: 0 5px 15px rgba(0,0,0,.08);
  37. }
  38. .ng-padding-2{
  39. padding:2px;
  40. }
  41. .sidebar-left{
  42. width:14vw;
  43. }
  44. .sidebar-list{
  45. padding-top:10px;
  46. text-align: center !important;
  47. }
  48. .sidebar-list-link{
  49. color:black;
  50. text-decoration: none !important;
  51. }
  52. .sidebar-list-link:hover{
  53. color:white;
  54. background-color:black;
  55. border-radius:2px;
  56. opacity:0.4;
  57. padding:4px !important;
  58. font-size: 1rem;
  59. }
  60. .ng-padding-top-10{
  61. padding-top:10px;
  62. }
  63. .color-block {
  64. display: block;
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .article-filter-color-list{
  69. float: left;
  70. width: 1.5rem;
  71. height: 1.5rem;
  72. list-style-type: none;
  73. }
  74. .article-filter-color{
  75. width: 100%;
  76. height: 100%;
  77. display: block;
  78. border: 2px solid #fff;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement