Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. .zara-grappig {
  2. position: absolute !important;
  3. }
  4.  
  5. .zara-serieus {
  6. opacity: 1;
  7. transition: all 0.4s;
  8. }
  9.  
  10. .hardi-grappig {
  11. position: absolute !important;
  12. }
  13.  
  14. .hardi-serieus {
  15. opacity: 1;
  16. transition: all 0.4s;
  17. }
  18.  
  19. .bente-grappig {
  20. position: absolute !important;
  21. }
  22.  
  23. .bente-serieus {
  24. opacity: 1;
  25. transition: all 0.4s;
  26. }
  27.  
  28. .roza-grappig {
  29. position: absolute !important;
  30. }
  31.  
  32. .roza-serieus {
  33. opacity: 1;
  34. transition: all 0.4s;
  35. }
  36.  
  37. .personeel-image-swap .et_pb_column {
  38. background: white;
  39. overflow: hidden;
  40. box-shadow: 0px 4px 14px rgba(98,118,140,.05);
  41. transition: all 0.4s;
  42. }
  43.  
  44. .personeel-image-swap .et_pb_image {
  45. margin-bottom: 0 !important;
  46. }
  47.  
  48. .personeel-image-swap .et_pb_team_member {
  49. padding: 30px 20px;
  50. }
  51.  
  52. body:not(.et_pb_mobile_device) .personeel-image-swap .et_pb_column:hover .zara-serieus {
  53. opacity: 0;
  54. }
  55.  
  56. body:not(.et_pb_mobile_device) .personeel-image-swap .et_pb_column:hover .hardi-serieus {
  57. opacity: 0;
  58. }
  59.  
  60. body:not(.et_pb_mobile_device) .personeel-image-swap .et_pb_column:hover .bente-serieus {
  61. opacity: 0;
  62. }
  63.  
  64. body:not(.et_pb_mobile_device) .personeel-image-swap .et_pb_column:hover .roza-serieus {
  65. opacity: 0;
  66. }
  67.  
  68. body.et_pb_mobile_device .personeel-image-swap .et_pb_column:active .zara-serieus {
  69. opacity: 0;
  70. }
  71.  
  72. body.et_pb_mobile_device .personeel-image-swap .et_pb_column:active .hardi-serieus {
  73. opacity: 0;
  74. }
  75.  
  76. body.et_pb_mobile_device .personeel-image-swap .et_pb_column:active .bente-serieus {
  77. opacity: 0;
  78. }
  79.  
  80. body.et_pb_mobile_device .personeel-image-swap .et_pb_column:active .roza-serieus {
  81. opacity: 0;
  82. }
  83.  
  84.  
  85. .personeel-image-swap .et_pb_column:hover {
  86. box-shadow: 0px 4px 14px rgba(98,118,140,.1);
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement