Advertisement
maxwellfarrrr

wolvden css Trans Pride

Aug 20th, 2021
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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: #ffffff
  8. }
  9. body {
  10. color: #011029!important
  11. }
  12. .alert-info{
  13. background:#779be7
  14. }
  15. .alert-success{
  16. background:#a480cf
  17. }
  18. .alert-danger{
  19. background:#d264b6
  20. }
  21. .navbar-main {
  22. background: #9bc7eb!important
  23. }
  24. .navbar-main .nav-link {
  25. color: #011029!important
  26. }
  27. .navbar-status {
  28. background: #c8e5f5!important
  29. }
  30. .navbar-status {
  31. color: #011029!important
  32. }
  33. .navbar-status .nav-link {
  34. color: #011029!important
  35. }
  36. .breadcrumb-nav {
  37. color: #011029!important
  38. }
  39. .breadcrumb-nav {
  40. background: #c8e5f5!important
  41. }
  42. .breadcrumb-item::before{
  43. color: #f26298!important
  44. }
  45. #sidebar {
  46. background: #c8e5f5
  47. }
  48. #sidebar .card .nav-link {
  49. color: #004d93
  50. }
  51. #sidebar .card {
  52. background: #ffdbeb
  53. }
  54. #main {
  55. background: #ffedf5
  56. }
  57. #main .nav-link {
  58. color: #011029
  59. }
  60. #main {
  61. color: #011029
  62. }
  63. h1 {
  64. color: #011029
  65. }
  66. .nav-tabs {
  67. background: #ffdbeb
  68. }
  69. .nav-tabs .nav-link.active {
  70. background: #ffedf5
  71. }
  72. .table {
  73. background: #ffdbeb!important
  74. }
  75. .table {
  76. color: #011029
  77. }
  78. .table th{
  79. background: #011029
  80. }
  81. .table th {
  82. color: #c8e5f5
  83. }
  84. .subheader {
  85. background: #c8e5f5!important
  86. }
  87. .subheader {
  88. color: #011029
  89. }
  90. .border-none .card {
  91. background: #c8e5f5!important
  92. }
  93. .border-none .card {
  94. color: #011029!important
  95. }
  96. .border-none .striped {
  97. background: #c8e5f5
  98. }
  99. .featured-wolf {
  100. color: #011029!important
  101. }
  102. .col-6 .card.text-center {
  103. background: #ffdbeb!important
  104. }
  105. .col-6 .card.text-center {
  106. color: #011029
  107. }
  108. .bottom {
  109. background: #c8e5f5!important
  110. }
  111. .left {
  112. background: #c8e5f5!important
  113. }
  114. .left {
  115. color: #011029!important
  116. }
  117. .right {
  118. background: #c8e5f5
  119. }
  120. .right {
  121. color: #011029!important
  122. }
  123. .alert {
  124. color: #011029!important
  125. }
  126. .progress {
  127. background: #ffffff!important
  128. }
  129. .bg-info {
  130. background: #7bdff2!important
  131. }
  132. .bg-danger {
  133. background: #b2f7ef!important
  134. }
  135. .bg-warning {
  136. background: #c8e5f5!important
  137. }
  138. .bg-success {
  139. background: #c8e5f5!important
  140. }
  141. .bg-primary{
  142. background:#f2b5d4!important
  143. }
  144. #chatMessagePinned{
  145. background:#fefefe
  146. }
  147. .s-chat__username{
  148. color: #94008f
  149. }
  150. .s-chat-message:nth-child(odd){
  151. background:#eef4ff
  152. }
  153. .s-chat-message:nth-child(odd){
  154. color:#011029
  155. }
  156. .s-chat-message:nth-child(even){
  157. background:#ffedf5
  158. }
  159. .s-chat-message:nth-child(even){
  160. color:#011029
  161. }
  162.  
  163. #footer {
  164. background: #eda8cc
  165. }
  166. #footer{
  167. color:#004d93
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement