Guest User

Untitled

a guest
Mar 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. .is-sticky a.cs-sticky-item {
  2. -webkit-transition: all .2s ease;
  3. -moz-transition: all .2s ease;
  4. -ms-transition: all .2s ease;
  5. -o-transition: all .2s ease;
  6. transition: all .2s ease;
  7. }
  8.  
  9. .is-sticky .phone-numbers {
  10. padding-top: 5px;
  11. -webkit-transition: all .2s ease;
  12. -moz-transition: all .2s ease;
  13. -ms-transition: all .2s ease;
  14. -o-transition: all .2s ease;
  15. transition: all .2s ease;
  16. }
  17.  
  18. .is-sticky ul#menu-menu {
  19. margin-top: 5px !important;
  20. -webkit-transition: all .2s ease;
  21. -moz-transition: all .2s ease;
  22. -ms-transition: all .2s ease;
  23. -o-transition: all .2s ease;
  24. transition: all .2s ease;
  25. }
  26.  
  27. .is-sticky .contact-header {
  28. margin-top: 36px;
  29. -webkit-transition: all .2s ease;
  30. -moz-transition: all .2s ease;
  31. -ms-transition: all .2s ease;
  32. -o-transition: all .2s ease;
  33. transition: all .2s ease;
  34. }
  35.  
  36. .cs-header-default .is-sticky #site-logo {
  37. height: 90px !important;
  38. -webkit-transition: all .2s ease;
  39. -moz-transition: all .2s ease;
  40. -ms-transition: all .2s ease;
  41. -o-transition: all .2s ease;
  42. transition: all .2s ease;
  43. }
  44.  
  45. .is-sticky .cs-column-text.theme-list {
  46. }
  47.  
  48. .cs-column-text.theme-list {
  49. margin-top: -150px;
  50. }
  51.  
  52. .cs-column-text.theme-list > p {
  53. margin: 5px 20px;
  54. }
  55.  
  56. .cs-column-text.theme-list {
  57. height: 540px;
  58. }
Add Comment
Please, Sign In to add comment