Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. /*hotel hating*/
  2. .new_t-container .new_r-item-rating-container {
  3. font-size: inherit;
  4. height: auto;
  5. width: 70px;
  6. }
  7. .new_t-container .new_r-item-rating-container {
  8. background-color: transparent;
  9. border-radius: 0;
  10. }
  11. .new_t-container .new_r-item-rating-container * {
  12. position: static !important;
  13. }
  14. .new_t-container .new_r-item-rating-container::after {
  15. display: none;
  16. }
  17. .new_t-container .new_r-item-rating-rev,
  18. .new_r-item-rating-value {
  19. font-size: 11px;
  20. }
  21. .new_t-container .new_r-item-rating-value strong {
  22. display: inline;
  23. font-size: 14px;
  24. }
  25. .new_t-container .new_r-item-rating-container::before {
  26. content: '';
  27. display: block;
  28. height: 6px !important;
  29. position: absolute;
  30. top: 24px !important;
  31. left: 50% !important;
  32. transform: translate(-50%,0);
  33. border-radius: 0;
  34. width: 70px;
  35. background: url(https://export.otpusk.com/images/onsite/rate_icons.svg) no-repeat center;
  36. }
  37. .new_t-container .new_r-item-rating-container.big-rating::before {
  38. top: 45px !important;
  39. }
  40. .new_t-container .new_r-item-rating-container.new_r-p0::before {
  41. display: none;
  42. }
  43. .new_t-container .new_r-item-rating-container.new_r-p1::before {
  44. background-position: center 0;
  45. }
  46. .new_t-container .new_r-item-rating-container.new_r-p2::before {
  47. background-position: 0 -7px;
  48. }
  49. .new_t-container .new_r-item-rating-container.new_r-p3::before {
  50. background-position: 0 -14px;
  51. }
  52. .new_t-container .new_r-item-rating-container.new_r-p4::before {
  53. background-position: 0 -21px;
  54. }
  55. .new_t-container .new_r-item-rating-container.new_r-p5::before {
  56. background-position: 0 -28px;
  57. }
  58. .new_t-container .new_r-item-rating-container.new_r-p6::before {
  59. background-position: 0 -35px;
  60. }
  61. .new_t-container .new_r-item-rating-container.new_r-p7::before {
  62. background-position: 0 -42px;
  63. }
  64. .new_t-container .new_r-item-rating-container.new_r-p8::before {
  65. background-position: 0 -49px;
  66. }
  67. .new_t-container .new_r-item-rating-container.new_r-p9::before {
  68. background-position: 0 -56px;
  69. }
  70. .new_t-container .new_r-item-rating-container.new_r-p10::before {
  71. background-position: 0 -63px;
  72. }
  73. .new_t-container .new_r-item-rating-rev {
  74. white-space: nowrap;
  75. margin-top: 11px;
  76. color: #00a8cc;
  77. text-align: center;
  78. }
  79. .new_t-container .new_r-item-rating-container.new_r-p0 .new_r-item-rating-rev {
  80. margin-top: 15px;
  81. }
  82. .new_t-container .new_r-item-rating-rev span {
  83. display: inline !important;
  84. margin-right: 3px;
  85. }
  86. .new_t-container .new_r-item-rating-container .slice {
  87. display: none;
  88. }
  89. .new_t-container .new_t-rating-tab-container .new_r-item-rating-container.big-rating {
  90. top: -21px;
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement