You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.8 KiB

  1. button {
  2. font-family: inherit;
  3. }
  4. .accsoffer-wrapper {
  5. background: #fff;
  6. border-bottom: 1px solid #d3d3d3;
  7. -webkit-box-sizing: border-box;
  8. -moz-box-sizing: border-box;
  9. box-sizing: border-box;
  10. overflow: hidden;
  11. position: relative;
  12. width: 100%;
  13. z-index: 99;
  14. }
  15. .blurry-wrapper, .blurry-wrapper--bg {
  16. left: 0;
  17. height: 100%;
  18. position: absolute;
  19. top: 0;
  20. width: 100%;
  21. }
  22. .blurry-wrapper {
  23. z-index: -1;
  24. }
  25. #accs_survey_offer {
  26. background: -webkit-linear-gradient(#FDEFCA 0%, #EFCA6C 90%) 0 0;
  27. background: -webkit-gradient(linear, top left, bottom left, from(#FDEFCA), to(#EFCA6C)) 0 0;
  28. background: linear-gradient(#FDEFCA 0%, #EFCA6C 90%) 0 0;
  29. background-color: #F3D991;
  30. border: 1px solid #ccc;
  31. border-radius: 8px;
  32. -webkit-box-sizing: border-box;
  33. -moz-box-sizing: border-box;
  34. box-sizing: border-box;
  35. color: #333;
  36. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FDEFCA, endColorstr=#EFCA6C);
  37. margin: 20px auto;
  38. max-width: 735px;
  39. overflow: hidden;
  40. padding: 10px 25px 20px;
  41. position: relative;
  42. width: 75%;
  43. }
  44. #accs_survey_offer:lang(ar) {
  45. direction: rtl;
  46. }
  47. #accs_survey_offer_text {
  48. display: block;
  49. font-size: 1.05em;
  50. line-height: 1.4em;
  51. text-align: left;
  52. }
  53. #accs_survey_offer_buttons {
  54. display: block;
  55. overflow: hidden;
  56. padding-top: 20px;
  57. text-align: center;
  58. }
  59. .accs_survey_offer--button {
  60. background-color: #F4B442;
  61. border: 1px solid #D17D33;
  62. border-radius: 3px;
  63. color: #fff;
  64. cursor: pointer;
  65. font-size: 1.3em;
  66. font-weight: 700;
  67. margin-right: 10px;
  68. padding: 5px 20px;
  69. text-decoration: none;
  70. }
  71. .accsoffer-wrapper.hide {
  72. display: none;
  73. }
  74. .CM ._page-main-body .page-container .page-header {
  75. height: auto;
  76. }