LeafJelly

Easter Egg Blither CSS

Jun 25th, 2026
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. /* Easter Egg Blither CSS
  2. * Code by @cyxxie, @leafjelly, and @fuzzyfuture
  3. * Assets by @leafjelly
  4. * This code is free-to-use! You may modify as you see fit
  5. */
  6.  
  7.  
  8.  
  9. #wrapper {
  10. background: url(https://images.artfight.net/resources/Bloom%20Wither%20Assets/blither%20bg.png) fixed;
  11. background-color: #FCFEF7;
  12. }
  13. .banner-container.mb-3 {
  14. width: 76%;
  15. margin: auto;
  16. border: 13px groove #C6D5BD;
  17. }
  18. .artfight-nav.navbar.navbar-dark.navbar-static-top.navbar-expand-md.mb-0 {
  19. margin-bottom: 1rem !important;
  20. border-bottom: 7px #DDEBD4 solid;
  21. background: #C6D5BD !important;
  22. }
  23. .dropdown-menu {
  24. background: #C6D5BD;
  25. }
  26. .dropdown-divider {
  27. border-color: #D9E3D3;
  28. }
  29. .dropdown-menu a {
  30. color: #46554B;
  31. }
  32. .dropdown-header {
  33. color: #8ba57b;
  34. }
  35. .badge.badge-info {
  36. background: #a3ba95;
  37. }
  38. .dropdown-item:hover {
  39. background: #D9E3D3;
  40. }
  41. .badge.badge-primary {
  42. background: #a3ba95;
  43. }
  44. .badge.badge-danger {
  45. background: #61913c;
  46. }
  47. .alert.alert-info {
  48. background: #61913c !important;
  49. border: groove #FCFEF7 3px;
  50. }
  51. a {
  52. color: #464d21;
  53. }
  54. a:hover {
  55. color: black;
  56. }
  57. .profile-description.mb-4.clearfix {
  58. float: left;
  59. width: 50%;
  60. margin-right: 1rem;
  61. background: rgba(216, 222, 199, .6);
  62. height: auto;
  63. margin-top: 1%;
  64. border: #61913c groove 7px;
  65. overflow: auto;
  66. padding: 5%;
  67. }
  68.  
  69. .nav-tabs .nav-item {
  70. width: 20%;
  71. text-align: center;
  72. border: solid #DDEBD4;
  73. background: rgba(198, 213, 189, .5) !important;
  74. }
  75.  
  76. .nav-link.active {
  77. background: #C6D5BD !important;
  78. }
  79. .nav-tabs .nav-item:hover {
  80. background: rgba(198, 213, 189) !important;
  81. border:none;
  82. }
  83.  
  84. .nav-link:hover {
  85. border: none;
  86. }
  87.  
  88. .profile-header-background.panel-heading.bg-light.p-2.border.rounded.position-relative {
  89. background: #61913c !important;
  90. padding-left: 0 !important;
  91. border: none !important;
  92. }
  93. .icon-user {
  94. border: none;
  95. }
  96. .card-body.panel-body.profile-avatar-panel {
  97. background: #61913c;
  98. margin-top: 2.5rem;
  99. margin-left: -1px;
  100. }
  101. .card.panel.float-left.d-none.d-md-block.profile-avatar-wrapper {
  102. border: none;
  103. }
  104. .profile-header-wrapper.clearfix {
  105. background: rgba(216, 222, 199, .6);
  106. border: #FCFEF7 3px solid !important;
  107. }
  108. .card.panel.float-left.d-none.d-md-block.profile-avatar-wrapper {
  109. background: none;
  110. }
  111. .h2.profile-header-name {
  112. margin-left: -6.7%;
  113. }
  114. .profile-body {
  115. min-height: 70rem;
  116. height: auto;
  117. }
  118. .panel-heading{
  119. background: url(https://images.artfight.net/resources/Bloom%20Wither%20Assets/blither%20header.png) top;
  120. background-color: #CDD3CA !important;
  121. border: none;
  122. color: black !important;
  123. }
  124. .username-navbar span {
  125. color: #464d21 !important;
  126. }
  127. .h2.profile-header-name {
  128. }
  129. .profile-header-name a {
  130. color: #464d21 !important;
  131. font-weight: lighter;
  132. }
  133. .element-disabled.text-muted.h5 {
  134. color: #464d21 !important;
  135. opacity: 1;
  136. }
  137. .profile-links.col-md-6 {
  138. min-width: 100%;
  139. }
  140. .profile-followers.col-md-6 {
  141. min-width: 100%;
  142. }
  143. .w-25.text-right.bg-light.active {
  144. background: url(https://images.artfight.net/resources/Bloom%20Wither%20Assets/blither%20header.png) top;
  145. border: none;
  146. background-color: #CDD3CA !important;
  147. color: #464d21;
  148. }
  149. .table.table-bordered.table-card {
  150. background: rgba(205, 211, 202, .5);
  151. }
  152. .table-bordered td {
  153. border: none;
  154. }
  155. .card-body.panel-body {
  156. background: rgba(205, 211, 202, .5);
  157. }
  158. .card-footer.panel-footer.text-right {
  159. background-color: #CDD3CA !important;
  160. background: url(https://images.artfight.net/resources/Bloom%20Wither%20Assets/blither%20header.png);
  161. }
  162. .btn.btn-primary.form-control.btn-submit-once {
  163. background: #e3e2d8;
  164. border: none;
  165. }
  166. .btn.btn-primary {
  167. background: #FCFEF7;
  168. border: none;
  169. color: #464d21;
  170. }
  171. #profile-dropdown {
  172. background: #FCFEF7;
  173. border: none;
  174. color: #464d21;
  175. }
  176. .card.panel.panel-default.mt-3 {
  177. background: none;
  178. }
  179. .col-6.col-md-4.col-lg-2.profile-gallery-attack.mt-3 {
  180. }
  181. .card.p-1.m-1.thumb-attack.attack-thumb.thumbnail {
  182. border: rgb(28, 29, 39) solid !important;
  183. background: #CDD3CA;
  184. }
  185. .card.p-1.m-1.thumb-attack.character-thumb.thumbnail {
  186. border: rgb(28, 29, 39) solid !important;
  187. background: #CDD3CA;
  188. }
  189. .nametag.thumbnail-width.h5.p-1.my-auto.bg-light.border.rounded.text-center.text-truncate {
  190. background: #e2e1d7 !important;
  191. border: none !important;
  192. }
  193. .text-break i {
  194. color: #254011 !important;
  195. }
  196. .d-flex.align-items-center.mb-0 {
  197. color: #243f10;
  198. }
  199. .card.panel {
  200. background: none;
  201. }
  202. .navbar-nav .nav-link {
  203. color: #464d21 !important;
  204. }
  205.  
  206. .footer .contain {
  207. background: #C6D5BD !important;
  208. border-top: #DDEBD4 solid 9px;
  209. }
  210. .page-item.disabled .page-link {
  211. background: #DDEBD4 !important;
  212. border: none;
  213. }
  214. .page-link {
  215. background: #C6D5BD;
  216. border: none;
  217. }
  218. .page-link:hover {
  219. background: #DDEBD4;
  220. }
  221.  
  222. .card {
  223. background: #61913c;
  224. }
  225.  
  226. .nametag .bookmark-character{
  227. background: #e2e1d7 !important;
  228. border: none !important;
  229. }
  230.  
  231. .btn-warning{
  232. background: #FCFEF7;
  233. border: none;
  234. color: #464d21;
  235. }
  236.  
  237. .btn-danger{
  238. background: #FCFEF7;
  239. border: none;
  240. color: #464d21;
  241. }
  242.  
  243. .btn-success{
  244. background: #FCFEF7;
  245. border: none;
  246. color: #464d21;
  247. }
  248.  
  249. .modal-header{
  250. background: url(https://media.discordapp.net/attachments/719667401221996604/989910863651684362/witther_bg_final_white_mush.png) top;
  251. background-color: #CDD3CA !important;
  252. border: none;
  253. color: black !important;
  254. }
  255. .modal-content{
  256. background: rgba(205, 211, 202, .5);
  257. }
  258.  
  259. .table-striped tbody tr:nth-of-type(2n+1) {
  260. background: rgba(205, 211, 202, .5);
  261. }
  262.  
  263.  
  264. .d-none.d-md-block.mt-3.profile-header-normal-status {
  265. color: black;
  266. }
  267.  
  268. p{
  269. color: black !important;
  270. }
  271. div{
  272. color: black !important;
  273. }
  274.  
  275.  
  276. @media (min-width: 767px) {
  277. .row .col-md-6 {
  278. padding: 0px;
  279. }
  280. .profile-gallery-header, .profile-body .row {
  281. margin-right: 15px;
  282. margin-left: 53%;
  283. }
  284. .card-body.panel-body .row {
  285. margin-right: -15px !important;
  286. margin-left: -15px !important;
  287. }
  288. }
  289.  
  290. @media screen and (max-width: 766px){
  291. .nav-tabs .nav-item {
  292. width: 100%;
  293. }
  294.  
  295. .profile-description.mb-4.clearfix {
  296. float: none !important;
  297. width: 100% !important;
  298. }
  299. .profile-body {
  300. max-height: none!important;
  301. min-height: auto !important;
  302. }
  303. }
  304.  
Advertisement
Add Comment
Please, Sign In to add comment