Guest User

Untitled

a guest
Dec 10th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.51 KB | None | 0 0
  1. @CHARSET "UTF-8";
  2. .page {
  3. position: relative;
  4. background-color: #ffffff;
  5. width: 1200px;
  6. margin: 0px auto;
  7. box-sizing: border-box;
  8. border-left: 1px solid #d0d0d0;
  9. border-right: 1px solid #d0d0d0;
  10. }
  11. table {
  12. border:0px;
  13. width:100%
  14. }
  15. table.reviewsouter .reviewleft{
  16. width:800px
  17. }
  18. table.reviewsouter .reviewright{
  19. width:400px
  20. }
  21. #reviewspotlight {
  22. position: relative;
  23. background-color:#000000;
  24. height:111px;
  25. z-index:19997;
  26. font-family: DinWebCond, Sans-serif;
  27. color:#ffffff;
  28. }
  29. #reviews {
  30. position: relative;
  31. background-color:#ffffff;
  32. color:#000000;
  33. border-right:1px solid #d0d0d0;
  34. }
  35. #reviews table tr.reviewuserinfo {
  36. background-color:#f0f0f0;
  37. height:60px;
  38. border-left:1px solid #d0d0d0;
  39. }
  40. #reviews table tr.reviewuserinfo img.avatar{
  41. position:relative;
  42. width:40px;
  43. height:40px;
  44. margin:10px;
  45. display: inline-block;
  46. vertical-align: middle;
  47. }
  48. #reviews table tr.reviewuserinfo div {
  49. display:block
  50. }
  51. #reviews table tr.reviewuserinfo a {
  52. color:#e85a06;
  53. font-family:DinWebCond,Sans-serif;
  54. border:none;
  55. text-decoration:none;
  56. }
  57. #reviews table tr.reviewuserdata {
  58. background-color:#ffffff;
  59. height: 315px;
  60. border-left:1px solid #ffffff;
  61. vertical-align: top;
  62. }
  63. #reviews table td h2 {
  64. position:relative;
  65. display:inline-block;
  66. white-space:nowrap;
  67. font:27px/27px DinWebCond,Sans-serif;
  68. margin:0px;
  69. text-transform:uppercase;
  70. /**padding:20px 0px 9px 15px;*/
  71. /**padding-top:20px;*/
  72. /**padding-left:20px;*/
  73. }
  74. #reviews table td h2 img.stars {
  75. position:absolute;
  76. margin-left:10px;
  77. display:inline-block;
  78. }
  79. #reviews table td h2 span.rating{
  80. position:absolute;
  81. margin-left:145px;
  82. display:inline-block;
  83. color:#e85a06;
  84. font-weight:bold;
  85. }
  86.  
  87. table.reviewchart {
  88. position:relative;
  89. display:inline-block;
  90. white-space:nowrap;
  91. border-collapse: collapse;
  92. font:14px/14px DinWebCond,Sans-serif;
  93. margin:0px;
  94. text-transform:uppercase;
  95. /**padding:20px 0px 9px 15px;*/
  96. padding-top:20px;
  97. padding-left:20px;
  98. }
  99. table.reviewchart td.reviewlabel{
  100. /**padding-top:15px;*/
  101. padding-bottom:15px;
  102. }
  103. #reviews.dl {
  104. position:relative;
  105. margin: 15px 15px 15px 15px;
  106. }
  107. #reviews dt {
  108. position:relative;
  109. display:inline-block;
  110. float:left;
  111. width:165px;
  112. /**text-align:right;*/
  113. pointer-events:none;
  114. margin:0px;
  115. padding:3px 0px 2px 0px;
  116. z-index:2;
  117. text-align:right;
  118. }
  119. #reviews dd {
  120. position:relative;
  121. display:block;
  122. margin:0px;
  123. padding:3px 0px 2px 0px;
  124. z-index:1
  125. }
  126. #reviews dd .bar {
  127. position:relative;
  128. display:inline-block;
  129. width:50px;
  130. height:15px;
  131. margin:1px 20px -1px 20px;
  132. }
  133. #reviews dd .bar div {
  134. position:absolute;
  135. left:0px;
  136. top:0px;
  137. height:100%;
  138. background-color:#4ac4f3;
  139. border-top-right-radius:3px;
  140. border-bottom-right-radius:3px;
  141. }
  142.  
  143. <div id="reviews">
  144. <xsl:for-each select="/*/clubreviews/review">
  145. <table cellpadding="0" cellspacing="0">
  146. <tr class="reviewuserinfo">
  147. <td width="1%"><img class="avatar" src="/act/avatar/35274"/></td>
  148. <td><a href="/profile/{./userid}"><xsl:value-of select="./username"/></a><br/><span style="color:#a0a0a0">posted on <xsl:value-of select="./formatteddate"/></span></td>
  149. <td align="right" style="padding-right:15px">Joined 2 years ago<br/>12 reviews and 49 comments posted</td>
  150. </tr>
  151. <tr class="reviewuserdata">
  152.  
  153. <td style="width:100%" colspan="3">
  154. <table cellpadding="0" cellspacing="0" class="reviewchart">
  155. <tr><td><h2>Overall Rating <img class="stars" src="/act/stars/{./rating}/large" /> <span class="rating"><xsl:value-of select="./rating"/></span></h2></td></tr>
  156. <tr>
  157. <td>
  158. <dl>
  159. <dt><span>QUALITY OF THE DANCERS</span></dt>
  160. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./qualitydancers"/></dd>
  161. <dt><span>PRIVATE DANCES, VALUE FOR MONEY</span></dt>
  162. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./privatedances"/></dd>
  163. <dt><span>OVERALL HOSPITALITY</span></dt>
  164. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./hospitality"/></dd>
  165. <dt><span>GUEST TO DANCER RATIO</span></dt>
  166. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./guestdancerratio"/></dd>
  167. <dt><span>VARIETY OF DANCERS</span></dt>
  168. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./varietydancers"/></dd>
  169. <dt><span>VALUE FOR MONEY, COVER CHARGE</span></dt>
  170. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./covercharge"/></dd>
  171. <dt><span>VALUE FOR MONEY, DRINKS</span></dt>
  172. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./drinks"/></dd>
  173. <dt><span>VALUE FOR MONEY, FOOD</span></dt>
  174. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./food"/></dd>
  175. <dt><span>OVERALL ATMOSPHERE</span></dt>
  176. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./atmosphere"/></dd>
  177. <dt><span>SOUND SYSTEM AND DJ</span></dt>
  178. <dd><div class="bar"><div style="width:100%"></div></div><xsl:value-of select="./sound"/></dd>
  179. </dl>
  180. </td>
  181. </tr>
  182. </table>
  183. </td>
  184. <td style="width:100%" colspan="3">
  185. A warm welcome from the time you enter the front<br/> door. The security is helpful and nice, the girls are <br/>very friendly, if not a little
  186. pushy... but hey, they <br/>gotta make a living too. Top quality....<br/><br/>
  187. A warm welcome from the time you enter the front<br/> door. The security is helpful and nice, the girls are <br/>very friendly, if not a little
  188. pushy... but hey, they <br/>gotta make a living too. Top quality....
  189. </td>
  190. </tr>
  191. </table>
  192. </xsl:for-each>
  193. </div>
  194.  
  195. <td style="width:100%" colspan="3">
  196.  
  197. <td>
  198.  
  199. <td style="width:100%" colspan="3">
  200.  
  201. <td colspan="2">
  202.  
  203. <td colspan="1">
Add Comment
Please, Sign In to add comment