Advertisement
Guest User

dominionmc

a guest
Oct 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.73 KB | None | 0 0
  1. /*Mudar o fundo do site*/
  2. body {
  3.   background:linear-gradient(to right,#8614de,#1d94e8);
  4.   color: var(--color1);
  5.   font-family: 'Nunito Sans', sans-serif;
  6. }
  7.  
  8. .pg-title{
  9. background:linear-gradient(to right,#ffd000,#ffa900);
  10. border-color:#ffc107;
  11. border-radius:3px;
  12. border-bottom:5px solid #ffa900;
  13. box-shadow:0 10px 65px 0 #ccd4e0;
  14. text-decoration:none;
  15. transition:.5s;
  16. color:#fff;font-weight:600;
  17. margin-top:2rem!important;
  18. }
  19.  
  20. .pg-title h2{
  21. font-weight:900;
  22. text-transform:uppercase;
  23. font-size:-webkit-xxx-large
  24. }
  25.  
  26. /* Posição da caixa discord */
  27. .discord-sidebar{
  28. position:relative;
  29. top:5rem
  30. }
  31.  
  32.    
  33. /* Posição da caixa discord */
  34.  .discord-sidebar {
  35.      margin-top: 60px;
  36.  }
  37.  
  38. .nav-tabs .nav-link {
  39.   display: none;
  40. }
  41.  
  42. .nav-tabs {
  43.   border-bottom: none;
  44. }
  45.  
  46. .card-text{
  47. margin-top:2rem
  48. }
  49.  
  50. .card-title{
  51. display:none
  52. }
  53.  
  54. .card{
  55. position:relative;
  56. flex-direction:column;
  57. min-width:0;
  58. word-wrap:break-word;
  59. background-color:#fff;
  60. background-clip:border-box;
  61. border:6px solid rgba(0,0,0,.125);
  62. border-radius:1px;
  63. border-bottom:2px solid #626262;
  64. }
  65.  
  66. .carousel-indicators li{
  67. position:relative;
  68. -ms-flex:0 1 auto;
  69. flex:0 1 auto;
  70. width:24px;
  71. height:24px;
  72. margin-right:3px;
  73. margin-left:3px;
  74. text-indent:-999px;
  75. cursor:pointer;
  76. background:#c4d3ea00;
  77. display:inline-block;
  78. border-radius:100%
  79. }
  80.  
  81. .carousel-indicators .active{
  82. background:linear-gradient(to right,#5167d9 ,#459df0);
  83. opacity:1;
  84. box-shadow:0 10px 45px 0 rgba(153,153,153,.45)
  85. }
  86.  
  87. .cart-footer{
  88. position:absolute;
  89. left:0;
  90. bottom:0;
  91. width:100%;
  92. color:#fff;
  93. background:linear-gradient(to right,#fabc00,#e48908);
  94. border-color:#ff076a;
  95. border-radius:5px;
  96. border-bottom:5px solid #e48908;
  97. box-shadow:0 10px 65px 0 #ccd4e0;
  98. transition:.5s
  99. }
  100.  
  101. .cart-sidebar{
  102. top:5rem;
  103. position:relative;
  104. background-color:#d24e2f00;
  105. color:var(--color5)
  106. }
  107.  
  108. body{
  109. background-color:var(--color0);
  110. background-image:url(https://i.imgur.com/06OJudd.png);
  111. color:var(--color1);
  112. font-family:'Nunito Sans',sans-serif
  113. }
  114.  
  115. .btn-warning{
  116. color:#fff;
  117. background:linear-gradient(to right,#fabc00,#e48908);
  118. border-color:#e48908;
  119. border-radius:3px;
  120. height:53px;
  121. border-bottom:5px solid #e48908;
  122. box-shadow:0 10px 65px 0 #ccd4e0;
  123. text-decoration:none;
  124. font-size:13px;
  125. font-weight:600;
  126. transition:.5s
  127. }
  128.  
  129. .btn-primary{
  130. color:#fff;
  131. background:linear-gradient(to right,#fa6c8a,#cb0b34);
  132. border-color:#ffc107;
  133. border-radius:3px;
  134. height:53px;
  135. border-bottom:5px solid #ffa900;
  136. box-shadow:0 10px 65px 0 #ccd4e0;
  137. text-decoration:none;
  138. font-size:13px;
  139. font-weight:600;
  140. transition:.5s
  141. }
  142.  
  143.  
  144.  
  145. .popover{
  146. background:linear-gradient(to right,#ffd000,#ffa900);
  147. border-color:#ffc107;
  148. border-radius:3px;
  149. border-bottom:5px solid #ffa900;
  150. box-shadow:0 10px 65px 0 #ccd4e0;
  151. text-decoration:none;
  152. transition:.5s;
  153. color:#fff;
  154. font-weight:600
  155. }
  156.  
  157. .carousel-indicators .active{
  158. background:linear-gradient(to right,#5167d9 ,#459df0);
  159. opacity:1;
  160. box-shadow:0 10px 45px 0 rgba(153,153,153,.45)
  161. }
  162.  
  163. .carousel-indicators li{
  164. position:relative;
  165. -ms-flex:0 1 auto;
  166. flex:0 1 auto;
  167. width:24px;
  168. height:24px;
  169. margin-right:3px;
  170. margin-left:3px;
  171. text-indent:-999px;
  172. cursor:pointer;
  173. background:#c4d3ea;
  174. display:inline-block;
  175. border-radius:100%
  176. }
  177.  
  178. .btn-secondary{
  179. color:#fff;
  180. background:linear-gradient(to right,#fa6c8a,#cb0b34);
  181. border-color:#ffc107;
  182. border-radius:3px;
  183. height:53px;
  184. border-bottom:5px solid #ffa900;
  185. box-shadow:0 10px 65px 0 #ccd4e0;
  186. text-decoration:none;
  187. font-size:13px;
  188. font-weight:600;
  189. transition:.5s
  190. }
  191.  
  192. .navlist ul li a:hover, .navlist ul li .active {
  193.     color: #ffffff;
  194.     background: linear-gradient(to right, #ffc000,#f2980b);/*são as cores hexadecimal*/
  195.     /* Site com codigo das cores > http://www.erikasarti.com/html/tabela-cores */
  196.     border-color: #e2b916; /*Cor da borda*/
  197.     border-radius: 5px; /*maior px arredonda a borda*/
  198.     border-bottom: 3px solid #e48908; /*Tamanho da borda*/
  199.     box-shadow: 0px 10px 65px 0px #000000800c;
  200.     text-decoration: none;
  201.     font-weight: 600;
  202.     transition: .5s; /*Efeito*/
  203. }
  204.  
  205. .navlist ul li a {
  206.     display: inline-block;
  207.     padding: 1.5rem 1rem;
  208.     color: #fff;
  209. }
  210.  
  211. .nav{
  212. padding:1.5rem 0rem;
  213. background-color:#f0f8ff00;
  214. color:var(--color5)
  215. }
  216.  
  217. .fixed-top{
  218. position:absolute;
  219. top:0;right:0;left:0;z-index:1030
  220. }
  221.  
  222. .navlist ul li a{
  223. display:inline-block;
  224. padding:1.5rem 1rem;
  225. color:white
  226. }
  227.  
  228. .form-control{
  229. display:block;
  230. width:100%;
  231. height:53px;
  232. padding:.375rem .75rem;
  233. font-size:1rem;
  234. line-height:1.5;
  235. color:#495057;
  236. background-color:#fff;
  237. background-clip:padding-box;
  238. border:1px solid #ced4da;
  239. border-radius:.25rem;
  240. transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  241. }
  242.  
  243. .card-title{
  244. display:none
  245. }
  246.  
  247. .card-text{
  248. margin-top:1rem
  249. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement