Advertisement
voskhodart

For traumatizedmilk

Jun 17th, 2024
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.11 KB | None | 0 0
  1. .profile-avatar-panel .icon-user {
  2. display:none !important;
  3. }
  4.  
  5. .profile-avatar-wrapper {
  6. background:url(https://i.imgur.com/gfueKAq.png) no-repeat !important;
  7. border: none;
  8. height:264px;
  9. width:180px;
  10. margin-top:-128px !important;
  11. margin-bottom: 20px !important;
  12. }
  13.  
  14. .profile-mobile-header .profile-avatar-wrapper {
  15. background: #758B72 !important;
  16. height:100% !important;
  17. width:100% !important;
  18. margin-top: 0px !important;
  19. margin-bottom: 20px !important;
  20. }
  21.  
  22.  
  23. /*
  24. CODE BY B//EIDOLONENTROPY, https://artfight.net/~Battalia. Credit me maybe?
  25.  
  26. This code was designed without many layout changes, so you can copy in the ones you want from this document: https://docs.google.com/document/d/16kgp1jjPUDCQoAzhALCx2xNpbJPqWQTXzO3RvKws7Sw/edit?usp=sharing
  27. Note that if you use anything that relocates the bio, you must remove the chunk notated below!
  28.  
  29. See the top entries for customisable pieces.
  30. */
  31.  
  32. /*BANNER - change this link to change the banner*/
  33. .banner {
  34.   background-image: url(https://file.garden/ZdoQg-gxzVCR-9h7/AFassets/stardusticon.png) !important;
  35.   background-position: center !important;
  36.   background-size: contain !important;
  37.   background-repeat: no-repeat !important;
  38. }
  39. /*BIO OPTIONS - If you use a snippet that changes the bio, delete (or comment out) this chunk*/
  40. .profile-description {
  41.   padding: 1rem;
  42.   max-width: 1200px;
  43.   margin-left: auto;
  44.   margin-right: auto;
  45. }
  46.  
  47. .banner-container {
  48.   background: url(https://file.garden/ZdoQg-gxzVCR-9h7/AFassets/stardustbg.png);
  49.   background-position: bottom;
  50.   margin-bottom: 0 !important;
  51. }
  52. #wrapper {
  53.   background: url(https://file.garden/ZdoQg-gxzVCR-9h7/AFassets/stardustgradvert2.svg);
  54. }
  55. #content {
  56.   background: url(https://file.garden/ZdoQg-gxzVCR-9h7/AFassets/stardustbg.png);
  57.   padding-top: 1rem !important;
  58.   background-position: center top;
  59. }
  60. .artfight-nav, .footer .contain {
  61.   background: url(https://file.garden/ZdoQg-gxzVCR-9h7/AFassets/stardustgradvert.svg);
  62. }
  63.  
  64.  
  65. .card-header, .panel-footer, .profile-header-background {
  66.   background: #33156C !important;
  67.   color: #2208F0;
  68. }
  69. .comments h2, .profile-attacks-title, .profile-defenses-title, .profile-characters-title, .profile-stats-title {
  70.   background: #33156C !important;
  71.   color: #2208F0 !important;
  72.   padding: 0.75rem 1rem;
  73.   font-weight: 600;
  74. }
  75. .comments h2 {
  76.   padding:10px 0 !important;
  77.   text-indent: 16px;
  78. }
  79.  
  80. .card {
  81.   background: #14193A;
  82. }
  83. .table .bg-light {
  84.   background: #5A43AD !important;
  85. }
  86. table .active, .table .bg-light *, .fa-question-circle {
  87.   color: #C8D9E5 !important;
  88.   font-weight: 600;
  89. }
  90. table td, .profile-header-mobile-status {
  91.   color: #DAD4FF;
  92. }
  93.  
  94. .profile-description {
  95.   background: rgba(20, 25, 58, 0.6);
  96. }
  97. blockquote, .profile-header-normal-status, .comment .card, .profile-character-permissions, .thumbnail, .achievement-panel .card {
  98.   background: rgba(20, 25, 58, 0.6);
  99.   border: none !important;
  100.   color: #C8D9E5;
  101. }
  102. .profile-header-normal-status {
  103.   margin: 0 !important;
  104.   padding-top: 1rem;
  105.   padding-bottom: 1rem;
  106. }
  107. .nametag {
  108.   background: rgba(20, 25, 58, 0.6) !important;
  109.   border: none !important;
  110.   color: #F2E3FE;
  111.   font-weight: bold;
  112. }
  113. .nametag a:hover, .profile-follower a:hover {
  114.   opacity: 0.7;
  115. }
  116.  
  117. .profile-header-name .element-disabled {
  118.   color: #8079D1 !important;
  119.   opacity: 1 !important;
  120. }
  121. .table .bg-light .strong {
  122.   color: #F2E3FE !important;
  123. }
  124.  
  125. .profile-header-background, .profile-gallery-header, .profile-gallery-header .card-header, .card, .card-header, .card-footer, td, .dropdown-menu {
  126.   border: none !important;
  127. }
  128.  
  129. .footer a, .artfight-nav .nav-link, .navbar-brand {
  130.   color: #8079D1 !important;
  131.   opacity: 1;
  132. }
  133. .footer a:hover, .footer .social a:hover, .artfight-nav .nav-link:hover, .navbar-brand:hover {
  134.   text-decoration: none;
  135.   color: #DAD4FF !important;
  136. }
  137.  
  138. a {
  139.   color: #5D17E8;
  140. }
  141. a:hover {
  142.   text-decoration: none;
  143.   color: #5A43AD;
  144. }
  145. .footer div {
  146.   color: #14193A !important;
  147.   opacity: 1;
  148. }
  149. progress::-moz-progress-bar,
  150. progress::-webkit-progress-value,
  151. .progress-bar {
  152.   background-color: #8079D1 !important;
  153.   color: #14193A;
  154. }
  155. .footer .mt-0, .progress {
  156.   background:#1D2265;
  157. }
  158.  
  159. .thumbnail {
  160.   border: groove 5px !important;
  161.   border-color: inherit !important;
  162. }
  163. .thumbnail:hover {
  164.   border-style: ridge !important;
  165. }
  166.  
  167. .dropdown-menu {
  168.   background: #8079D1;
  169. }
  170. .dropdown-item {
  171.   color: #F2E3FE
  172. }
  173. .dropdown-header {
  174.   color: #1D2265
  175. }
  176. .dropdown-item:hover {
  177.   color: #DAD4FF;
  178.   background: #1D2265
  179. }
  180. .dropdown-divider {
  181.   border-color: #1D2265;
  182.   border-style: dotted;
  183.   border-width: 1px;
  184. }
  185.  
  186. .badge {
  187.   background: #A771CD;
  188.   color: #33156C
  189. }
  190.  
  191. .profile-gallery-header h2, .card-header {
  192.   font-weight: 600;
  193. }
  194.  
  195. .sceditor-container, div.sceditor-group {
  196.   border: none !important;
  197.   background: #33156C;
  198. }
  199. div.sceditor-toolbar  {
  200.   background: #8079D1 !important;
  201. }
  202. .sceditor-button.active, .sceditor-button:hover, div.sceditor-dropdown .button:hover {
  203.   background: #5A43AD
  204. }
  205.  
  206. .nav-tabs {
  207.   background: #33156C;
  208.   border: none !important;
  209. }
  210. .nav-tabs .nav-item {
  211.   width: 20%;
  212.   text-align: center;
  213.   font-weight: 600;
  214. }
  215. .nav-tabs .active {
  216.   background: #8079D1 !important;
  217.   color: #5D17E8 !important;
  218. }
  219. .nav-tabs .nav-link {
  220.   border: none !important;
  221. }
  222. .nav-tabs .nav-link:hover {
  223.   color: #5A43AD;
  224.   background: #A771CD;
  225. }
  226.  
  227. .btn {
  228.   background: #8079D1 !important;
  229.   border-color: #8079D1 !important;
  230.   color: #5D17E8 !important;
  231.   font-weight: 600;
  232. }
  233. .btn:hover, .btn.active, .btn:active, .btn:focus {
  234.   background: #A771CD !important;
  235.   border-color: #5A43AD !important;
  236.   color: #5A43AD !important;
  237.   border-style: dotted;
  238. }
  239.  
  240. @media only screen and (max-width: 600px) {
  241.   .nav-tabs .nav-item {
  242.   width: 100% !important;
  243.   }
  244. }
  245.  
  246. .sitewide-notice, .alert-info {
  247. display:none !important;
  248. }
  249. .alert-success {
  250. background-color: rgba(0,0,0,0.6) !important;
  251. color:white !important
  252. }
  253. .achievement-panel img {
  254.     width: 200px;
  255. }
  256. .footer .contain .row {
  257.   background-image: url(https://i.imgur.com/3XikEwO.png) !important;
  258.   background-repeat: no-repeat !important;
  259.   background-position: 0% 100% !important;
  260. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement