Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. a.gmodstore-top {
  2. background-color: rgba(0, 0, 0 , 0.7);
  3. }
  4.  
  5. #gmodstore-app > div.alert.alert-danger:first-child {
  6. display: none;
  7. }
  8.  
  9. body {
  10. background-color: rgba(21, 21, 21);
  11. }
  12.  
  13. .card.border-info, .item-listing {
  14. border: none;
  15. }
  16.  
  17. .card-body, .item-listing__name, .item-listing__bottom__left, div.listing > div.search {
  18. color: white;
  19. }
  20.  
  21. .card-body > h6 {
  22. margin-bottom: 0;
  23. }
  24.  
  25. div.frontpage-addon-listing > div.row.mt-4 > div.col-md-6 > .item-listing {
  26. margin-top: 1.6em;
  27. }
  28.  
  29. .item-listing__bottom__right__price, .big-spot-price, #categories, .search-select select {
  30. transition: 100ms background;
  31. }
  32.  
  33. .item-listing__bottom__right__price {
  34. border-radius: 50vh;
  35. background-color: rgb(50, 50, 50);
  36. border: 1px solid rgba(48, 151, 209, 0.4);
  37. }
  38.  
  39. a.item-listing__link:hover ~ .item-listing__bottom > .item-listing__bottom__right > .item-listing__bottom__right__price, a.big-spot-link:hover ~ .big-spot-text-right > .big-spot-price {
  40. background: none;
  41. background-color: #346b8a;
  42. }
  43.  
  44. .index-header-bg {
  45. background-image: url(http://www.threebow.com/i/f8f5da5c8e62.png);
  46. }
  47.  
  48. div#popular > div.row:first-child > div.col-md-12 > h4 {
  49. color: white;
  50. }
  51.  
  52. .card-body, .item-listing, div.listing > div.search, .search-select select {
  53. background-color: rgb(36, 36, 36);
  54. }
  55.  
  56. .page-header {
  57. background-color: rgb(28, 28, 28);
  58. }
  59.  
  60. .page-header__heading__title > h1 {
  61. color: rgba(255, 255, 255, 0.7);
  62. }
  63.  
  64. .listing .search .search-panel:not(:last-child) {
  65. border-bottom: solid 1px rgb(100, 100, 100);
  66. }
  67.  
  68. div.listing > div.search {
  69. border: none;
  70. }
  71.  
  72. select[name="ratings"], select[name="sales"], select[name="ratings"] option, select[name="sales"] option {
  73. color: white;
  74. }
  75.  
  76. #categories:hover, .search-select select:hover, .search-select select:active {
  77. background-color: rgb(45, 45, 45);
  78. }
  79.  
  80. .card-body {
  81. border-bottom: solid 2px #346b8a;
  82. }
  83.  
  84. .item-listing__bottom__right__discount {
  85. background-color: rgb(45, 45, 45);
  86. color: rgba(255, 255, 255, 0.6);
  87. }
  88.  
  89. .item-listing__bottom__right__price:hover {
  90. border-radius: 10vh;
  91. }
  92.  
  93. .big-spots .carousel-inner .carousel-side {
  94. background-color: rgb(20, 20, 20);
  95. }
  96.  
  97. div.left-text > div.addons > .badge.badge-dark, div.left-text > div.authors > .badge.badge-dark {
  98. font-family: 'Consolas';
  99. margin-right: 8px;
  100. }
  101.  
  102. div.right-text > h1 {
  103. margin-bottom: 0;
  104. }
  105.  
  106. div.input-group-addon-search > i.fal.fa-search {
  107. color: rgba(255, 255, 255, 0.2);
  108. }
  109.  
  110. input#search_input, input#price_min, input#price_max {
  111. background-color: rgba(21, 21, 21, 1);
  112. border: solid 1px #346b8a;
  113. color: white;
  114. }
  115.  
  116. article.community-post {
  117. background-color: rgb(30, 30, 30);
  118. border: none;
  119. color: white;
  120. }
  121.  
  122. .community-post-cell--user {
  123. background-color: rgb(40, 40, 40);
  124. border: none;
  125. }
  126.  
  127. .community-post-avatar > a.avatar > img {
  128. border-radius: 50%;
  129. }
  130.  
  131. .community-post-userarrow {
  132. display: none;
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement