Advertisement
voskhodart

ArtFight Profile Code - Myrtle

Jun 16th, 2024
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.88 KB | None | 0 0
  1. /* Code by Voskhod || Header image by Anastasiia Balandina */
  2.  
  3. .navbar {
  4.   background: #372f2a !important;
  5.   border-bottom: 2px solid #a28e84;
  6.   font-family: Georgia, serif;
  7. }
  8.  
  9. .banner-container {
  10.   %height: 0px;
  11. }
  12.  
  13. .banner {
  14.   %height: 0px !important;
  15. background-image: url(https://images.unsplash.com/photo-1598107604711-21c6d4b83041?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) !important;
  16. }
  17.  
  18.  
  19. .w-25 {
  20.   width: 20% !important;
  21.   opacity: 50%;
  22. }
  23.  
  24. .w-75 {
  25.   width: 80% !important;
  26.   font-size: 25px;
  27.   margin: 5px;
  28.   color: #bfa292;
  29. }
  30.  
  31. .username-navbar {
  32.   color: white !important;
  33. }
  34.  
  35. .nav-link {
  36.   font-style: italic;
  37.   font-size: 15px;
  38.   text-transform: lowercase;
  39. }
  40.  
  41. .badge-primary {
  42.   color: #ffd9ce;
  43.   background-color: #2a2420;
  44. }
  45.  
  46. .badge-danger {
  47.   color: #4b3f3f;
  48.   background-color: #fff;
  49.   border: 2px solid #372f2a;
  50. }
  51.  
  52. .dropdown-menu {
  53.   background: #96928f;
  54.   border: 2px solid #2a2420;
  55. }
  56.  
  57. .dropdown-item {
  58.   color: #372f2a;
  59.   font-style: italic;
  60. }
  61.  
  62. .dropdown-header {
  63.   color: white;
  64.   font-weight: bold;
  65.   font-size: 15px;
  66.   background: #827a76;
  67. }
  68.  
  69. span {
  70.   color: #372f2a;
  71. }
  72.  
  73. .badge-info {
  74.   color: #fff;
  75.   background-color: #827a76;
  76. }
  77.  
  78. #content {
  79.   padding-bottom: 120px;
  80.   padding-right: 0;
  81.   width: 96%;
  82.   max-width: 1260px;
  83.   margin: auto !important;
  84.   padding-top: 20px;
  85. }
  86.  
  87. .alert-success {
  88.   color: #dce0d8;
  89.   background-color: #372f2a;
  90.   border-color: #9b9795;
  91. }
  92.  
  93. #wrapper {
  94.   min-height: 100%;
  95.   position: relative;
  96.   background-color: #26201d;
  97.   font-family: Georgia, serif;
  98. }
  99.  
  100. .profile-header-background {
  101.   background-color: #2d2723 !important;
  102.   border: 3px dotted #2e2824 !important;
  103. }
  104.  
  105. .timestamp {
  106.   border-bottom: 1px dotted #9d9b9a;
  107.   color: #9d9b9a !important;
  108. }
  109.  
  110. .profile-description {
  111.   background: #372f2a;
  112.   margin: 0px !important;
  113.   padding: 20px;
  114.   border-top: 2px groove #a28e84;
  115.   border-bottom: 2px groove #a28e84;
  116.   color: #9b9795;
  117.   border-left: 0px;
  118.   border-right: 0px;
  119. }
  120.  
  121. .btn-primary {
  122.   color: #605c5a;
  123.   background-color: #9b9795;
  124.   border-color: #9b9795;
  125. }
  126.  
  127. .btn {
  128.   color: #605c5a;
  129.   background-color: #9b9795;
  130.   border-color: #9b9795;
  131. }
  132.  
  133. .my-3 {
  134.   margin-bottom: 0px !important;
  135.   background: #2d2723;
  136. }
  137.  
  138. .nav-tabs .nav-link.active {
  139.   color: #fff;
  140.   background-color: #372f2a;
  141.   border: 3px #605c5a dotted !important;
  142. }
  143.  
  144. .nav-link {
  145.   color: #9b9795;
  146. }
  147.  
  148. .profile-header-normal-status {
  149.   line-height: 1px;
  150.   font-size: 10px;
  151.   letter-spacing: 3px;
  152.   font-weight: 100;
  153.   color: #9b9795;
  154. }
  155.  
  156. .card-header {
  157.   background: #372f2a;
  158.   border-bottom: 2px #908c89 solid;
  159.   font-size: 18px;
  160.   text-transform: uppercase;
  161.   letter-spacing: 2px;
  162.   font-style: italic;
  163.   color: #9b887e;
  164. }
  165.  
  166. .table {
  167.   color: #26201d;
  168.   background: #2d2723;
  169. }
  170.  
  171. .card {
  172.   position: relative;
  173.   display: flex;
  174.   flex-direction: column;
  175.   min-width: 0;
  176.   word-wrap: break-word;
  177.   background-color: #2d2723;
  178.   background-clip: border-box;
  179.   border: 1px solid rgb(150, 146, 143);
  180.   border-radius: .25rem;
  181.   color: #9b9795;
  182. }
  183.  
  184. .bg-light {
  185.   background: #2d2723 !important;
  186.   color: white !important;
  187. }
  188.  
  189. .card-footer:last-child {
  190.   border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  191.   background: #372f2a;
  192.   border-top: 0px;
  193.   font-style: italic;
  194.   text-transform: lowercase;
  195.   letter-spacing: 3px;
  196.   color: white !important;
  197. }
  198.  
  199. a {
  200.   color: #918d8a;
  201.   text-decoration: none;
  202.   background-color: transparent;
  203. }
  204.  
  205. .nametag {
  206.   padding: 10px !important;
  207.   letter-spacing: 0px;
  208.   font-weight: 700;
  209. }
  210.  
  211. .sceditor-container {
  212.   background: #2d2723 !important;
  213.   border: 1px solid #9b9795 !important;
  214.   color: #e3e3e3 !important;
  215. }
  216.  
  217. div.sceditor-toolbar {
  218.   background: #372f2a !important;
  219.   border-bottom: 3px solid #9b9795 !important;
  220. }
  221.  
  222. .footer {
  223.   background: #2d2723 !important;
  224.   border-top: 2px solid #7a7572;
  225. }
  226.  
  227. .donate-wormston {
  228.   max-height: 100px;
  229.   transition: all .5s;
  230.   opacity: 50%;
  231. }
  232.  
  233. .table-card td:last-child {
  234.   border-right: 0;
  235.   color: #98857b !important;
  236. }
  237.  
  238. .profile-stats-title {
  239.   margin-top: 20px;
  240.   text-transform: lowercase;
  241.   color: #9b9795;
  242.   letter-spacing: 3px;
  243.   font-style: italic;
  244.   font-weight: 700;
  245. }
  246.  
  247. .profile-characters-title {
  248.   margin-top: 20px;
  249.   text-transform: lowercase;
  250.   color: #9b9795;
  251.   letter-spacing: 3px;
  252.   font-style: italic;
  253.   font-weight: 700;
  254. }
  255.  
  256. .profile-attacks-title {
  257.   margin-top: 20px;
  258.   text-transform: lowercase;
  259.   color: #9b9795;
  260.   letter-spacing: 3px;
  261.   font-style: italic;
  262.   font-weight: 700;
  263. }
  264.  
  265. .profile-defense-title {
  266.   margin-top: 20px;
  267.   text-transform: lowercase;color: #9b9795;
  268.   color: #9b9795;
  269.   letter-spacing: 3px;
  270.   font-style: italic;
  271.   font-weight: 700;
  272. }
  273.  
  274. .element-disabled {
  275.   opacity: .5;
  276.   color: white;
  277. }
  278.  
  279. h2 {
  280.   font-size: 1.8rem;
  281.   color: #bfa292;
  282. }
  283.  
  284.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement