Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. /* витрина туров */
  2.  
  3. .showcase.country:hover {
  4. border-color: #b8b8b8;
  5. }
  6. .showcase.country { display: inline-block;
  7. width:16%;
  8. border-width: 1px;
  9. border-color: white;
  10. border-style: solid;
  11. border-radius: 1px;
  12. max-height: 277px;
  13. min-width: 184px;
  14. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  15. .showcase.country.one { padding-left: 0px; margin-left: 0px; }
  16. .showcase.country.six { padding-right: 0px; margin-right: 0px; }
  17. .showcase.region { display: block;
  18. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:bold; }
  19. .showcase.date { display: block; font-size: 0.83em;
  20. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  21. .showcase.hotel, .showcase.hotel a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color:#2db7e0; }
  22. .showcase.price { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  23. .showcase.button { display: block; background-color: #00abe3;
  24. margin-top: 26px;
  25. width: 40%;
  26. border-radius: 1px;
  27. border-style: solid;
  28. border-width: 1px;
  29. border-color: white;
  30. color: white;
  31. text-align: center; }
  32. .showcase.button:hover { background-color: #013274; }
  33. .showcase.country > a { text-decoration: none; }
  34. .showcase-main { padding: 1px; margin: 1px; margin-bottom: 40px; }
  35. .showcase-main.mdv > .showcase.country {margin-left: 20px;}
  36. .showcase { padding: 1px; margin: 1px; }
  37. .showcase.price { text-align: right;
  38. padding-right: 20px;
  39. background-color: white;
  40. width: 70%;
  41. float: right;
  42. border-radius: 1px;
  43. color: red; font-weight:bold;
  44. margin-right: 5px;
  45. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  46. .showcase.picture { display: block; width: 176px; height: 129px; overflow: hidden; }
  47. .showcase.star { display: block;
  48. height:20px;
  49. background-repeat: repeat;
  50. background-image: url(star1.png); }
  51. .showcase.star.star1 { width: 20px; }
  52. .showcase.star.star2 { width: 40px; }
  53. .showcase.star.star3 { width: 60px; }
  54. .showcase.star.star4 { width: 80px; }
  55. .showcase.star.star5 { width: 100px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement