store-index.css 942 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .main-carousel {
  2. background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 23%, rgba(255,255,255,1) 100%);
  3. }
  4. .carousel-3d-container {
  5. overflow: visible !important;
  6. }
  7. .carousel-3d-slide {
  8. box-shadow: 30px 30px 50px #00000088;
  9. border-radius: 4px !important;
  10. }
  11. .carousel-3d-container rating {
  12. position: absolute;
  13. top: 10px;
  14. right: 10px;
  15. margin: 0px;
  16. background-color: rgba(0, 0, 0, 0.5);
  17. border-radius: 1em;
  18. padding: 5px 10px;
  19. }
  20. .carousel-3d-container figtitle {
  21. position: absolute;
  22. top: 10px;
  23. left: 10px;
  24. margin: 0px;
  25. color: #ffd700;
  26. text-shadow: 1px 1px 3px black;
  27. }
  28. .carousel-3d-container figcaption {
  29. position: absolute;
  30. background-color: rgba(0, 0, 0, 0.5);
  31. color: #fff;
  32. bottom: 0;
  33. position: absolute;
  34. bottom: 0;
  35. padding: 15px;
  36. min-width: 100%;
  37. box-sizing: border-box;
  38. }
  39. .prev, .next {
  40. color: #ffd700 !important;
  41. text-shadow: 0px 0px 3px black;
  42. }
  43. .ui.header.title {
  44. color: #ffd700;
  45. }