Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1.  
  2.  
  3. .card-img-top {
  4. padding-top: 1.5rem;
  5. width: 190px !important;
  6. height: 165px !important;
  7. margin: 0 auto;
  8. }
  9.  
  10. .cart-sidebar {
  11. top: 5.0rem;
  12. position: relative;
  13. background-color: #eeeffa00;
  14. color: var(--color5);
  15. }
  16.  
  17. .discord-sidebar {
  18. position: relative;
  19. top: 10rem;
  20. }
  21.  
  22. .twitter-sidebar {
  23. position: relative;
  24. top: 12rem;
  25. }
  26.  
  27. body {
  28. background-color: #eeeffa;
  29. background-image: url(https://imgur.com/TdCwkSF.png);
  30. color: var(--color1);
  31. font-family: 'Nunito Sans', sans-serif;
  32. }
  33.  
  34. .btn-warning {
  35. color: #ffffff;
  36. background: linear-gradient(to right, #ff4b4b , #ff4200);
  37. border-color: #ff0018;
  38. border-bottom: 5px solid #a20615;
  39. border-radius: 3px;
  40. height: 53px;
  41. box-shadow: 0px 10px 65px 0px #ccd4e0;
  42. text-decoration: none;
  43. font-size: 13px;
  44. font-weight: 600;
  45. transition: .5s;
  46. }
  47. .btn-primary {
  48. color: #ffffff;
  49. background: linear-gradient(to right, #ff4b4b , #ff4200);
  50. border-color: #ff0018;
  51. border-radius: 3px;
  52. height: 53px;
  53. border-bottom: 5px solid #a20615;
  54. box-shadow: 0px 10px 65px 0px #ccd4e0;
  55. text-decoration: none;
  56. font-size: 13px;
  57. font-weight: 600;
  58. transition: .5s;
  59. }
  60. .btn-secondary {
  61. color: #ffffff;
  62. background: linear-gradient(to right, #ff4b4b , #ff4200);
  63. border-color: #ff0018;
  64. border-radius: 3px;
  65. height: 53px;
  66. border-bottom: 5px solid #a20615;
  67. box-shadow: 0px 10px 65px 0px #ccd4e0;
  68. text-decoration: none;
  69. font-size: 13px;
  70. font-weight: 600;
  71. transition: .5s;
  72. }
  73.  
  74. .btn-success {
  75. color: #ffffff;
  76. background: linear-gradient(to right, #ffd000, #ffa900);
  77. border-color: #ffc107;
  78. border-radius: 2px;
  79. border-bottom: 5px solid #ffa900;
  80. box-shadow: 0px 10px 65px 0px #0000008c;
  81. text-decoration: none;
  82. font-weight: 600;
  83. transition: .5s;
  84. }
  85.  
  86. .form-control {
  87. display: block;
  88. width: 100%;
  89. height: 53px;
  90. padding: .375rem .75rem;
  91. font-size: 1rem;
  92. line-height: 1.5;
  93. color: #495057;
  94. background-color: #fff;
  95. background-clip: padding-box;
  96. border: 1px solid #ced4da;
  97. border-radius: .25rem;
  98. transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  99. }
  100.  
  101. .cart-footer {
  102. position: absolute;
  103. left: 0;
  104. bottom: 0;
  105. width: 100%;
  106. color: #ffffff;
  107. background: linear-gradient(to right, #ff4b4b , #ff4200);
  108. border-color: #a20615;
  109. border-radius: 3px;
  110. border-bottom: 5px solid #a20615;
  111. box-shadow: 0px 10px 65px 0px #ccd4e0;
  112. transition: .5s;
  113. }
  114. .pg-title {
  115. background: linear-gradient(to right, #ff4b4b , #ff4200);
  116. border-color: #ff0018;
  117. border-bottom: 5px solid #a20615;
  118. border-radius: 3px;
  119. box-shadow: 0px 10px 65px 0px #ccd4e0;
  120. text-decoration: none;
  121. transition: .5s;
  122. color: #ffffff;
  123. font-weight: 600;
  124. }
  125. .popover {
  126. background: linear-gradient(to right, #ff4b4b , #ff4200);
  127. border-color: #ff0018;
  128. border-bottom: 5px solid #a20615;
  129. border-radius: 3px;
  130. box-shadow: 0px 10px 65px 0px #ccd4e0;
  131. text-decoration: none;
  132. transition: .5s;
  133. color: #ffffff;
  134. font-weight: 600;
  135. }
  136. .popover-body {
  137. padding: .5rem .75rem;
  138. color: #ffffff;
  139. }
  140. .pg-title h2 {
  141. font-weight: 900;
  142. text-transform: uppercase;
  143. font-size: -webkit-xxx-large;
  144. }
  145. .navlist ul li a:hover, .navlist ul li .active {
  146. color: #ffffff;
  147. background: linear-gradient(to right, #ff4b4b , #ff4200);
  148. border-color: #ff0018;
  149. border-bottom: 5px solid #a20615;
  150. border-radius: 3px;
  151. text-decoration: none;
  152. transition: .5s;
  153. }
  154. .navlist ul li a {
  155. display: inline-block;
  156. padding: 1.5rem 1rem;
  157. color: #808080;
  158. }
  159.  
  160. .fixed-top {
  161. position: absolute;
  162. top: 0;
  163. right: 0;
  164. left: 0;
  165. z-index: 1030;
  166. }
  167.  
  168. .nav {
  169. padding: 1.2rem 0;
  170. background-color: #f0f8ff00;
  171. color: var(--color5);
  172. }
  173. .carousel-indicators .active {
  174. background: linear-gradient(to right, #ff4b4b , #ff4200);
  175. opacity: 1;
  176. box-shadow: 0px 10px 45px 0px rgba(153, 153, 153, 0.45);
  177. }
  178. .carousel-indicators li {
  179. position: relative;
  180. -ms-flex: 0 1 auto;
  181. flex: 0 1 auto;
  182. width: 24px;
  183. height: 24px;
  184. margin-right: 3px;
  185. margin-left: 3px;
  186. text-indent: -999px;
  187. cursor: pointer;
  188. background: #c4d3ea;
  189. display: inline-block;
  190. border-radius: 100%;
  191. }
  192. .card {
  193. position: relative;
  194. flex-direction: column;
  195. min-width: 0;
  196. word-wrap: break-word;
  197. background-color: #fff;
  198. background-clip: border-box;
  199. border: 1px solid rgba(0,0,0,.125);
  200. border-radius: 6px;
  201. border-bottom: 5px solid #eee;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement