Advertisement
voskhodart

Steel

Jun 16th, 2025
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.98 KB | None | 0 0
  1. #wrapper {
  2.   background: #444;
  3. }
  4.  
  5.  
  6. .banner {
  7.   height: 0px !important;
  8. }
  9.  
  10. .navbar-brand img {
  11.   display: none;
  12. }
  13.  
  14. .artfight-nav .navbar-brand {
  15.   background-image: url("https://i.imgur.com/30543j4.png");
  16.   background-size: cover;
  17.   background-repeat: no-repeat;
  18.   padding-left: 162px !important;
  19.   height: 20px;
  20.   font-size: 0;
  21. }
  22. .nav-link {
  23.   font-weight: bolder;
  24.   color: #84817e !important;
  25.   text-transform: lowercase;
  26.   letter-spacing: -0.2px;
  27. }
  28. .profile-header-background.panel-heading.bg-light.p-2.border.rounded.position-relative {
  29. }
  30. .profile-header-background.panel-heading.bg-light.p-2.border.rounded.position-relative {
  31.   border-radius: 0px !important;
  32.   background: #303030 !important;
  33.   border-width: 0px !important;
  34. }
  35. a {
  36. }
  37. .h2.profile-header-name {
  38.   text-transform: uppercase;
  39.   letter-spacing: 1px;
  40. }
  41. .profile-description.mb-4.clearfix {
  42.   height: 200px;
  43.   overflow: scroll;
  44.   background-color: #303030;
  45.   color: #858585;
  46.   padding: 20px;
  47.   margin-top: -18px;
  48. }
  49. .nav-link.active {
  50.   border-radius: 0px;
  51.   background-color: #303030 !important;
  52.   border-width: 0px;
  53. }
  54. .nav-link:hover {
  55.   border-width: 0px;
  56.   background-color: #3a3939;
  57.   border-radius: 0px;
  58. }
  59. .card.panel.float-left.d-none.d-md-block.profile-avatar-wrapper {
  60.   background-color: #3d3d3d;
  61.   border-radius: 0px;
  62.   border-width: 6px;
  63.   padding: 0px;
  64.   border-color: #303030;
  65.   border-style: solid;
  66.   margin-left: -8px;
  67. }
  68. .d-none.d-md-block.mt-3.profile-header-normal-status {
  69.   color: #858585;
  70.   background: #303030;
  71.   padding: 10px;
  72. }
  73. #content:hover {
  74. }
  75. #content {
  76.   max-width: 860px;
  77.   margin: auto;
  78. }
  79. .btn.btn-primary {
  80. }
  81. .btn {
  82.   background: #444 !important;
  83.   border-radius: 0px;
  84.   border-color: #303030;
  85.   text-transform: uppercase;
  86.   color: #858585;
  87.   font-weight: bold;
  88. }
  89. .card {
  90.   border-radius: 0px;
  91.   border-width: 3px;
  92.   background: #303030;
  93.   border-color: #303030;
  94. }
  95. .card-header {
  96.   background: #303030;
  97.   text-transform: uppercase;
  98.   font-weight: bolder;
  99.   font-style: italic;
  100.   color: #858585;
  101. }
  102. .profile-links.col-md-6 {
  103. }
  104. .col-6.col-md-4.col-lg-2.profile-gallery-attack.mt-3 {
  105. }
  106. .card.p-1.m-1.thumb-attack.attack-thumb.thumbnail {
  107.   border-style: solid;
  108.   border-width: 5px;
  109. }
  110. .nametag.thumbnail {
  111. }
  112. .nametag.thumbnail-width.h5.p-1.my-auto.bg-light.border.rounded.text-center.text-truncate {
  113.   border-radius: 0px !important;
  114.   background-color: #303030 !important;
  115. }
  116. a {
  117.   color: #9a9fa3;
  118. }
  119. h2 {
  120. }
  121. .comments.mt-3 {
  122.   background-image: url(https://i.imgur.com/d2tdnGw.png);
  123.   background-repeat: no-repeat;
  124.   background-size: contain;
  125.   margin-top: 50px !important;
  126.   color: transparent;
  127.   padding-top: 70px !important;
  128. }
  129. .card-body.panel-body {
  130.   color: #bfbbb6 !important;
  131.   background: #303030;
  132. }
  133. .dropdown-menu.show {
  134.   border-radius: 0px;
  135.   background: #8e8e8e;
  136.   font-weight: bold;
  137. }
  138. .dropdown-item {
  139.   font-weight: bold;
  140.   color: #bfbdbd;
  141. }
  142. .dropdown-header {
  143.   color: #dadada;
  144.   letter-spacing: 2px;
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement