Guest User

Untitled

a guest
Jul 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. /* SUCCESS STORIES */
  2.  
  3. #content_wrapper .widget_success_stories_wrapper .success_stories_holder {
  4. overflow:hidden;
  5.  
  6. }
  7. #content_wrapper .widget_success_stories_wrapper .success_stories_overflow {
  8. }
  9.  
  10.  
  11. #content_wrapper .widget_success_stories_wrapper .one_success_story {
  12. float:left;
  13. }
  14.  
  15. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_slider {
  16. margin: 0 0 24px 0;
  17. position: relative;
  18. border-radius: 3px;
  19. -webkit-border-radius: 3px;
  20. -moz-border-radius: 3px;
  21. overflow: hidden;
  22. }
  23.  
  24. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_slider_photo {
  25. position: absolute;
  26. }
  27.  
  28. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_slider_inner_shadow {
  29. position: absolute;
  30. -webkit-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  31. -moz-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  32. box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  33. }
  34.  
  35. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_meta {
  36. margin: 0 0 12px 0;
  37. }
  38.  
  39. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_author_name {
  40. font-family: 'Shadows Into Light Two';
  41. font-size: 16px;
  42. color: #3a588a;
  43. }
  44.  
  45. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_author_company {
  46. color: #999999;
  47. font-size: 11px;
  48. margin: -3px 0 0 0;
  49. }
  50.  
  51. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_content {
  52. color: #494949;
  53. }
  54.  
  55. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_arrows {
  56. float: right;
  57. margin: 7px 0 0 0;
  58. }
  59.  
  60. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_arrow_left {
  61. width: 13px;
  62. height: 15px;
  63. background-image: url('images/success_stories_arrows.png');
  64. cursor: pointer;
  65. float: left;
  66. margin: 0 5px 0 0;
  67.  
  68. }
  69.  
  70. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_arrow_left:hover {
  71. background-position: 0 -200px;
  72. }
  73.  
  74. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_arrow_right {
  75. width: 13px;
  76. height: 15px;
  77. background-image: url('images/success_stories_arrows.png');
  78. background-position: -200px 0;
  79. cursor: pointer;
  80. float: left;
  81.  
  82. }
  83.  
  84. #content_wrapper .widget_success_stories_wrapper .widget_success_stories_arrow_right:hover {
  85. background-position: -200px -200px;
  86. }
Add Comment
Please, Sign In to add comment