Advertisement
maxwellfarrrr

simple calming

Dec 31st, 2021
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. body {
  2. background-image: url("https://i.pinimg.com/originals/16/c9/0c/16c90c65ff593a4092cfd095c121f1d1.png");}
  3.  
  4. /* links */
  5. a{
  6. color: #585359;
  7. font-weight: bold;}
  8.  
  9. a:hover {
  10. color: #847577;}
  11.  
  12. /* MAIN NAVBAR */
  13. #header .navbar-main, #footer {
  14. background-color: #847577;}
  15.  
  16. #header .navbar-main .nav-link, #header .navbar-main .nav-link .fa {
  17. color: #fbfbf2;}
  18.  
  19. #header .navbar-main .nav-link:hover, #header .navbar-main .nav-link:hover .fa, #footer a:hover, #footer nav .nav-item .nav-link:hover {
  20. color: #D5EBEA;}
  21.  
  22. /* STATUS NAVBAR */
  23. #header .navbar-status {
  24. background-color: #A6A2A2;
  25. color: #fbfbf2;}
  26.  
  27. #header .navbar-status a:hover {
  28. color: #D5EBEA}
  29.  
  30. /* BREADCRUMB NAVBAR */
  31. #header .breadcrumb-nav {
  32. background-color: #BBBAB8;}
  33.  
  34. .breadcrumb-item.active {
  35. color: #585359;}
  36.  
  37. /* MAIN CONTAINER ON THE RIGHT */
  38. #main{
  39. background-color: #E5E6E4;}
  40.  
  41. h1, h2, label.b {
  42. color: #585359;
  43. font-weight: bold;}
  44.  
  45. .nav-tabs .nav-link.active {
  46. background-color: #CFD2CD;
  47. color: #585359;
  48. border: 2px solid #BBBAB8;
  49. border-radius: 0px;}
  50.  
  51. .nav-tabs .nav-link {
  52. background-color: #E5E6E4;
  53. border: 2px dotted #BBBAB8;
  54. margin-right: 0.5rem;
  55. border-radius: 0px;}
  56.  
  57. #main .card {
  58. background: #FBFBF2;
  59. border-radius: 10px;}
  60.  
  61. .card-header {
  62. background: #BBBAB8;
  63. color: #585359;
  64. border: 2px solid #BBBAB8;
  65. border-radius: 0px}
  66.  
  67. /* TABLES */
  68. .table {
  69. background-color: #FBFBF2;
  70. border: 4px solid #A6A2A2;
  71. border-radius: 0px;}
  72.  
  73. .table th {
  74. background-color: #A6A2A2;}
  75.  
  76. .table th a {
  77. color: #FBFBF2;}
  78.  
  79. .table th a:hover {
  80. color: #D5EBEA;}
  81.  
  82. .table .subheader {
  83. background-color: #E5E6E4;}
  84.  
  85. .table .left {
  86. background-color: #CFD2CD;}
  87.  
  88. .table-striped tbody tr:nth-of-type(odd) {
  89. background-color: #FBFBF2;}
  90.  
  91. .table tr.pup, .table tr.pup:nth-of-type(odd) {
  92. background-color: #FBFBF2;}
  93.  
  94. .table td.bottom {
  95. background-color: #E5E6E4;}
  96.  
  97. /* dropdown selectors */
  98. .form-control, .s-chat-sidebar #label_currentChannel, .note-toolbar .note-btn {
  99. background-color: #FBFBF2;}
  100.  
  101. /* SIDEBAR */
  102. #sidebar {
  103. background-color: #CFD2CD;}
  104.  
  105. #sidebar .multi-column {
  106. padding-top: 20px;}
  107.  
  108. #sidebar .card {
  109. background-color: #E5E6E4;
  110. border: 2px solid #BBBAB8}
  111.  
  112. .progress {
  113. background: #FBFBF2 !important;}
  114.  
  115. /* first bar */
  116. .bg-warning, #main .bg-success {
  117. background-color: #DCD4DE !important;}
  118.  
  119. /* 2nd bar */
  120. #sidebar .bg-danger, .bg-primary {
  121. background-color: #C7B9C8 !important;}
  122.  
  123. /* 3rd bar */
  124. #sidebar .bg-info, #main .bg-danger {
  125. background-color: #B39EB2 !important;}
  126.  
  127. /* 4th bar */
  128. #sidebar .bg-success, #main .bg-info {
  129. background-color: #9E829C !important;}
  130.  
  131. /* chatbox */
  132. #chatMessagePinned.s-chat-message__pinned {
  133. background-color: #D5EBEA;
  134. color: #585359;
  135. padding: 5px;}
  136.  
  137. .s-chat-sidebar #chatMessageList {
  138. height: 400px;}
  139.  
  140. .s-chat-message:nth-child(odd) {
  141. background: #fbfbf2a3;}
  142.  
  143. .s-chat-message:nth-child(even) {
  144. background: #FBFBF2 ;}
  145.  
  146. /* BUTTONS */
  147.  
  148. /* save changes */
  149. .btn-primary, .btn-success {
  150. background-color: #847577;}
  151.  
  152. .btn-primary:hover, .btn-primary:focus, .btn-success:hover, .btn-success:focus {
  153. background-color: #958C8D !important;}
  154.  
  155. /* expand territory */
  156. .btn-warning {
  157. background-color: #DCD4DE;
  158. border: 2px solid #B0A5AB;}
  159.  
  160. .btn-warning:hover, .btn-warning:focus {
  161. background-color: #DCD4DE !important;
  162. border: 2px dotted #B0A5AB}
  163.  
  164. /* report a bug */
  165. .btn-danger {
  166. background-color: #847577;
  167. border: 2px solid #A6A2A2}
  168.  
  169. .btn-danger:hover {
  170. background-color: #847577 !important;
  171. border: 2px dotted #A6A2A2;}
  172.  
  173. /* OTHER */
  174.  
  175. /* information alerts */
  176. .alert-info, .alert-success, .alert-danger {
  177. background-color: #DCD4DE;
  178. color: #585359;
  179. border: 2px solid #B39EB2;}
  180.  
  181. /* tooltips */
  182. .tooltip-inner {
  183. background-color: #DCD4DE;
  184. color: #B39EB2;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement