Advertisement
maxwellfarrrr

Wolvden Css Sage

Aug 18th, 2021
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. /*
  2. Template provided by Tetra #202
  3. Tetra's CSS Guide: https://www.wolvden.com/chatter/topic/15463
  4. Free for personal and commercial use.
  5. */
  6. body {
  7. background: #6B705C
  8. }
  9. body {
  10. color: #001524!important
  11. }
  12. .navbar-main {
  13. background: #001524!important
  14. }
  15. .navbar-main .nav-link {
  16. color: #B7B7A4!important
  17. }
  18. .navbar-status {
  19. background: #B7B7A4!important
  20. }
  21. .navbar-status {
  22. color: #001524!important
  23. }
  24. .navbar-status .nav-link {
  25. color: #001524!important
  26. }
  27. .breadcrumb-nav {
  28. color: #001524!important
  29. }
  30. .breadcrumb-nav{
  31. background:#A5A58D!important
  32. }
  33. #sidebar {
  34. background: #A5A58D
  35. }
  36. #sidebar .card .nav-link {
  37. color: #001524
  38. }
  39. #sidebar .card {
  40. background: #DDBEA9
  41. }
  42. #main {
  43. background: #FFE8D6
  44. }
  45. #main .nav-link {
  46. color: #001524
  47. }
  48. #main {
  49. color: #001524
  50. }
  51. h1 {
  52. color: #001524
  53. }
  54. .nav-tabs {
  55. background: #DDBEA9
  56. }
  57. .nav-tabs .nav-link.active {
  58. background: #FFE8D6
  59. }
  60. .table {
  61. background: #DDBEA9
  62. }
  63. .table {
  64. color: #001524
  65. }
  66. .table th {
  67. background: #001524
  68. }
  69. .table th {
  70. color: #B7B7A4
  71. }
  72. .subheader {
  73. background: #B7B7A4!important
  74. }
  75. .subheader {
  76. color: #001524
  77. }
  78. .border-none .card {
  79. background: #B7B7A4!important
  80. }
  81. .border-none .card {
  82. color: #001524!important
  83. }
  84. .border-none .striped {
  85. background: #A5A58D
  86. }
  87. .featured-wolf {
  88. color: #001524!important
  89. }
  90. .col-6 .card.text-center {
  91. background: #DDBEA9!important
  92. }
  93. .col-6 .card.text-center {
  94. color: #001524
  95. }
  96. .bottom {
  97. background: #B7B7A4!important
  98. }
  99. .left {
  100. background: #A5A58D!important
  101. }
  102. .left {
  103. color: #001524!important
  104. }
  105. .right {
  106. background: #959c81
  107. }
  108. .right {
  109. color: #001524!important
  110. }
  111. .alert {
  112. color: #001524!important
  113. }
  114. .progress {
  115. background: #F1F7EE!important
  116. }
  117. .bg-info {
  118. background: #92AA83!important
  119. }
  120. .bg-danger {
  121. background: #664E4C!important
  122. }
  123. .bg-warning {
  124. background: #7C6354!important
  125. }
  126. .bg-success {
  127. background: #6B705C!important
  128. }
  129. #footer {
  130. background: #001524
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement