app/template/plugin/CustomerReview42/Block/customer_review4_recommend_css.twig line 1

Open in your IDE?
  1. {% block stylesheet %}
  2. <style>
  3. #plg_customer_review_detail.review_detail_default {
  4.   padding-left: 20px;
  5.   padding-right: 20px;
  6. }
  7. .review-productLayout {
  8.     border: solid 2px #ddd;
  9. }
  10. .review-sortLayout {
  11.     margin: 10px 0px 0px 0px;
  12.     border: solid 2px #ddd;
  13. }
  14. .review-sortLayout .reviewSort {
  15.     vertical-align: middle;
  16.     margin: auto auto auto 0;
  17. }
  18. .review-sortLayout .reviewPost {
  19.     padding-top: 12px;
  20.     margin: 0 0 0 auto;
  21. }
  22. .review-sortLayout .reviewPost a{
  23.     margin: 0 0 0 auto;
  24. }
  25. .review-sortLayout span{
  26.     margin-left: 10px;
  27. }
  28. .review-commentLayout {
  29.     margin: 10px 0px;
  30.     padding: 10px;
  31.     border: solid 2px #ddd;
  32. }
  33. .review-commentLayout .reviewTitle {
  34.     font-size: 14px;
  35. }
  36. .review-commentLayout .reviewAuthor {
  37.     font-weight: 500;
  38.     border-bottom: solid 1px #ccc;
  39.     background: #fff;
  40.     padding-bottom: 4px;
  41.     margin: 2px 0px 8px 0px;
  42.     font-size: 14px;
  43. }
  44. .review-commentLayout .reviewTitle .star {
  45.     color: #ffbb00;
  46. }
  47. .review-commentLayout .reviewAuthor span {
  48.     margin-left: 10px;
  49. }
  50. .review-commentLayout .reviewComment {
  51.     margin-left: 10px;
  52.     font-size: 14px;
  53. }
  54. .review-layoutRole {
  55.     padding-bottom: 10px;
  56. }
  57. .review-layoutRole.list {
  58.     padding: 5px 0px 5px 10px;
  59.     width:320px;
  60. }
  61. .review-layoutRole.product_list {
  62.     text-align: center;
  63.     width:100%;
  64.     padding-bottom:0px;
  65. }
  66. .review-layoutRole.product_detail {
  67.     text-align: left;
  68.     width:100%;
  69.     padding-bottom:0px;
  70. }
  71. .review-layoutRole .reviewAvarage {
  72.     border: solid 2px #FFD040;
  73.     width:280px;
  74.     text-align:center;
  75.     background-color:#FFFFE8;
  76.     padding: 3px;
  77.     margin-top:10px;
  78.     margin-bottom: 10px;
  79.     font-size:16px;
  80.     font-weight: 500;
  81.     color:#643300;
  82. }
  83. .review-layoutRole .reviewAvarage .reviewList {
  84.     color:#f00;
  85. }
  86. .review-layoutRole .reviewAllView {
  87.     margin-left: 35px;
  88.     margin-bottom: 10px;
  89. }
  90. .review-layoutRole .reviewAllView.list {
  91.     margin-bottom: 0px;
  92. }
  93. .review-layoutRole .reviewPost {
  94.     margin-left: 63px;
  95. }
  96. .review-layoutRole .reviewSimplePost {
  97.     padding: 3px 12px;
  98. }
  99. .review-layoutRole .review-detail_inlineBtn {
  100.     padding: 3px 12px;
  101.     line-height: 1.42857;
  102. }
  103. .review-layoutRole .reviewList {
  104.     font-size: 16px;
  105. }
  106. .review-layoutRole .reviewList a,
  107. .review-layoutRole .reviewList a,
  108. .review-layoutRole .review-layoutGauge a,
  109. .review-layoutRole .review-layoutGauge a,
  110. .review-layoutRole .reviewAllView a,
  111. .review-layoutRole .reviewAllView a {
  112.     color: #337ab7;
  113.     text-decoration: underline;
  114. }
  115. .review-layoutRole .reviewList a:active,
  116. .review-layoutRole .reviewList a:hover,
  117. .review-layoutRole .review-layoutGauge a:active,
  118. .review-layoutRole .review-layoutGauge a:hover,
  119. .review-layoutRole .reviewAllView a:active,
  120. .review-layoutRole .reviewAllView a:hover {
  121.     color: #23527c;
  122.     text-decoration: none;
  123. }
  124. .review-layoutRole .reviewList.star {
  125.     color: #ffbb00;
  126. }
  127. .review-layoutRole .reviewList.star_disabled {
  128.     color: #808080;
  129. }
  130. .review-layoutRole .reviewReccomendLevel {
  131.     margin-right: 5px;
  132. }
  133. .review-layoutRole .reviewReccomendReviewer {
  134.     margin-left: 5px;
  135. }
  136. .review-layoutRole .review-layoutGauge {
  137.     display: flex;
  138. }
  139. .review-layoutRole .review-gaugeWrap {
  140.     background: -moz-linear-gradient(top, #c3c3c3, #e9e9e9);
  141.     background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#e9e9e9));
  142.     background: linear-gradient(to bottom, #c3c3c3, #e9e9e9);
  143.     border: solid 1px #646464;
  144.     width: 200px;
  145.     height: 18px;
  146. }
  147.  
  148. .review-layoutRole .review-gaugeWrap .gaugeMain {
  149.     background: -moz-linear-gradient(top, #0887fc, #066cca);
  150.     background: -webkit-gradient(linear, left top, left bottom, from(#0887fc), to(#066cca));
  151.     background: linear-gradient(to bottom, #0887fc, #066cca);
  152.     border: solid 1px #bf9900;
  153.     height: 16px;
  154. }
  155. .review-layoutRole .review-gaugeWrap .gaugeMainNone {
  156.     background: -moz-linear-gradient(top, #0887fc, #066cca);
  157.     background: -webkit-gradient(linear, left top, left bottom, from(#0887fc), to(#066cca));
  158.     background: linear-gradient(to bottom, #0887fc, #066cca);
  159.     height: 16px;
  160. }
  161. @media only screen and (min-width: 768px){
  162. .review-sortLayout {
  163.     display: flex;
  164. }
  165. .review-sortLayout .reviewPost {
  166.     padding-top: 0px;
  167. }
  168. </style>
  169. {% endblock %}