You are here

slick.theme--fullwidth.css in Slick Carousel 7.2

Detailed stylings are all yours, get yourself dirty.

File

css/theme/slick.theme--fullwidth.css
View source
  1. /**
  2. * @file
  3. * Detailed stylings are all yours, get yourself dirty.
  4. */
  5. .slick--skin--fullwidth .slide__caption {
  6. font-size: 22px;
  7. font-size: 1.375rem;
  8. }
  9. .slick--skin--fullwidth .slide__media img {
  10. width: 100%;
  11. }
  12. .slick--skin--fullwidth .slide__title {
  13. font-size: 48px;
  14. font-size: 3rem;
  15. line-height: 1;
  16. text-transform: uppercase;
  17. }
  18. .slick--skin--fullwidth .slide__link a {
  19. border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  20. border-top: 2px solid rgba(255, 255, 255, 0.8);
  21. text-decoration: none;
  22. }
  23. .slick--skin--fullwidth .slide__link a:hover {
  24. border-color: #fff;
  25. text-decoration: none;
  26. }
  27. .slick--skin--fullwidth .slide__constrained {
  28. min-height: 210px;
  29. }
  30. .slick--skin--fullwidth .slide__constrained::after {
  31. content: "";
  32. display: table;
  33. clear: both;
  34. }
  35. @media (min-width: 64em) {
  36. .slick--skin--fullwidth .slide__constrained {
  37. left: 50%;
  38. margin-left: -49%;
  39. position: absolute;
  40. top: 15%;
  41. width: 98%;
  42. z-index: 2;
  43. }
  44. }
  45. @media (min-width: 90em) {
  46. .slick--skin--fullwidth .slide__constrained {
  47. margin-left: -585px;
  48. width: 1170px;
  49. }
  50. }