Advertisement
nlozovan

Untitled

Jun 19th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1.  
  2.  
  3. @media only screen and (min-width: 768px) {
  4.  
  5. .ao_otzivi_list .ao_head > div.ao_rait_3 {
  6. float: right;
  7. position: relative;
  8. z-index: 40;
  9. background: rgba( 232, 247, 225, 1 );
  10. padding-left: 21px;
  11. }
  12.  
  13. .ao_otzivi_list .ao_head > div.ao_dopinfo {
  14. float: right;
  15. }
  16.  
  17. .ao_otzivi_list .ao_head > div.ao_rait_3:before {
  18. content:"";
  19. position: absolute;
  20. background: rgb( 232, 247, 225); /*fallback*/
  21. height: 100%;
  22. width: 30px;
  23. top: 0;
  24. left: -28px;
  25. background: linear-gradient(left, rgba( 232, 247, 225, 0 ) 0%, rgba( 232, 247, 225, 1 ) 100% );
  26. background: -moz-linear-gradient(left, rgba( 232, 247, 225, 0 ) 0%, rgba( 232, 247, 225, 1 ) 100% );
  27. background: -ms-linear-gradient(left, rgba( 232, 247, 225, 0 ) 0%, rgba( 232, 247, 225, 1 ) 100% );
  28. background: -o-linear-gradient( left, rgba( 232, 247, 225, 0 ) 0%, rgba( 232, 247, 225, 1 ) 100% );
  29. background: -webkit-linear-gradient( left, rgba( 232, 247, 225, 0 ) 0%, rgba( 232, 247, 225, 1 ) 100% );
  30. }
  31.  
  32. .ao_otzivi_list .ao_head > div.ao_turist {
  33. position: absolute;
  34. max-width: none;
  35. }
  36.  
  37. /* for the other colors*/
  38.  
  39. .ao_otzivi_list .ao_net_otziv .ao_head > div.ao_rait_3 {
  40. background-color: rgb(225, 241, 249);
  41. }
  42.  
  43. .ao_otzivi_list .ao_bad_otziv .ao_head > div.ao_rait_3 {
  44. background-color: rgb(249, 235, 235);
  45. }
  46.  
  47. .ao_otzivi_list .ao_net_otziv .ao_head > div.ao_rait_3:before {
  48. content:"";
  49. position: absolute;
  50. background: rgb( 225, 241, 249); /*fallback*/
  51. height: 100%;
  52. width: 30px;
  53. top: 0;
  54. left: -28px;
  55. background: linear-gradient(left, rgba( 225, 241, 249, 0 ) 0%, rgba( 225, 241, 249, 1 ) 100% );
  56. background: -moz-linear-gradient(left, rgba( 225, 241, 249, 0 ) 0%, rgba( 225, 241, 249, 1 ) 100% );
  57. background: -ms-linear-gradient(left, rgba( 225, 241, 249, 0 ) 0%, rgba( 225, 241, 249, 1 ) 100% );
  58. background: -o-linear-gradient( left, rgba( 225, 241, 249, 0 ) 0%, rgba( 225, 241, 249, 1 ) 100% );
  59. background: -webkit-linear-gradient( left, rgba( 225, 241, 249, 0 ) 0%, rgba( 225, 241, 249, 1 ) 100% );
  60. }
  61.  
  62. .ao_otzivi_list .ao_bad_otziv .ao_head > div.ao_rait_3:before {
  63. content:"";
  64. position: absolute;
  65. background: rgb( 249, 235, 235); /*fallback*/
  66. height: 100%;
  67. width: 30px;
  68. top: 0;
  69. left: -28px;
  70. background: linear-gradient(left, rgba( 249, 235, 235, 0 ) 0%, rgba( 249, 235, 235, 1 ) 100% );
  71. background: -moz-linear-gradient(left, rgba( 249, 235, 235, 0 ) 0%, rgba( 249, 235, 235, 1 ) 100% );
  72. background: -ms-linear-gradient(left, rgba( 249, 235, 235, 0 ) 0%, rgba( 249, 235, 235, 1 ) 100% );
  73. background: -o-linear-gradient( left, rgba( 249, 235, 235, 0 ) 0%, rgba( 249, 235, 235, 1 ) 100% );
  74. background: -webkit-linear-gradient( left, rgba( 249, 235, 235, 0 ) 0%, rgba( 249, 235, 235, 1 ) 100% );
  75. }
  76.  
  77.  
  78.  
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement