dolistore.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. div.divsearchfield {
  2. margin: 4px 12px 4px 2px;
  3. padding-left: 2px;
  4. }
  5. .margeCoteGauche,.margeCote{
  6. padding-right: 20px!important;
  7. }
  8. .margeCote,.margeCoteDroite{
  9. padding-left: 20px!important;
  10. }
  11. .nomargesupinf{
  12. margin-top: 0;
  13. margin-bottom: 0;
  14. }
  15. #category-tree-left{
  16. display: none;
  17. vertical-align: top;
  18. width: 24%;
  19. }
  20. #listing-content{
  21. box-sizing: border-box;
  22. display: inline-block;
  23. width: 100%;
  24. }
  25. .tree{
  26. margin: 0px 0px 0px 0px;
  27. padding:0px;
  28. list-style: none; line-height: 2em; font-family: Arial;
  29. }
  30. .tree li{
  31. font-size: 16px;
  32. position: relative;list-style: none;
  33. }
  34. .tree li:before{
  35. position: absolute;
  36. left: -15px;
  37. top: -4px;
  38. content: '';
  39. display: block;
  40. border-left: 1px solid #ddd;
  41. height: 1em;
  42. border-bottom: 1px solid #ddd;
  43. width: 10px;
  44. }
  45. .tree li:after{
  46. position: absolute;
  47. left: -15px;
  48. bottom: -7px;
  49. content: '';
  50. display: block;
  51. border-left: 1px solid #ddd;
  52. height: 100%;
  53. }
  54. .tree li.root{
  55. margin: 0px 0px 0px 0px;
  56. }
  57. .tree li.root:before{
  58. display: none;
  59. }
  60. .tree li.root:after{
  61. display: none;
  62. }
  63. .tree li:last-child:after{
  64. display: none
  65. }
  66. .newAppParent{
  67. position: relative;
  68. overflow: hidden;
  69. min-height: 100px;
  70. }
  71. .newApp, .updatedApp{
  72. background-color: orange;
  73. box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  74. box-sizing: border-box;
  75. color: white;
  76. display: block;
  77. font-size: 18px;
  78. font-weight: bold;
  79. left: -34px;
  80. padding: 5px 0;
  81. position: absolute;
  82. text-align: center;
  83. text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  84. top: 22px;
  85. transform: rotate(-45deg);
  86. width: 150px;
  87. }
  88. .updatedApp{
  89. background-color: greenyellow;
  90. }
  91. .notcompatible {
  92. color: red;
  93. }
  94. .compatibleafterupdate {
  95. color: orange;
  96. }
  97. .compatible {
  98. background-image: url("../img/compatible.png");
  99. background-position: left center;
  100. background-repeat: no-repeat;
  101. color: green;
  102. display: inline-block;
  103. height: 32px;
  104. line-height: 32px;
  105. padding-left: 35px;
  106. }
  107. tr.app {
  108. height:250px;
  109. }
  110. tr.app td {
  111. border-bottom: 1px solid #888;
  112. }
  113. div#newsDoli.tabBar {
  114. margin-top: 50px;
  115. margin-right: 30px;
  116. }
  117. .selected {
  118. text-decoration: underline!important;
  119. }
  120. .searchDolistore, .searchDolistore:hover {
  121. padding-left: 30px;
  122. padding-right: 30px;
  123. font-weight: bold;
  124. }
  125. .searchDolistore:hover {
  126. text-decoration: underline!important;
  127. }
  128. .score{
  129. font-size: 16px;
  130. font-weight: bold;
  131. }
  132. .formReviewArea{
  133. display:none;
  134. }
  135. .formReview div.divsearchfield{
  136. float: none;
  137. }
  138. .input100{
  139. box-sizing: border-box;
  140. width: 100%;
  141. }
  142. .input50{
  143. box-sizing: border-box;
  144. width: 49%;
  145. }
  146. textarea.row4{
  147. min-height: 100px;
  148. }
  149. .reviewList {
  150. max-height: 150px;
  151. overflow-y: scroll;
  152. }
  153. .reviewRow{
  154. margin-bottom: 20px;
  155. }
  156. .reviewRow .reviewMarge {
  157. float:left;
  158. width: 220px;
  159. padding: 0 20px 20px 0;
  160. }
  161. .reviewRow .score {
  162. font-size: 48px;
  163. display: block;
  164. text-align: center;
  165. }
  166. .reviewRow .reviewDate {
  167. color:grey;
  168. }
  169. .reviewRow:after{
  170. clear: both;
  171. content:'';
  172. display: block;
  173. }
  174. h2.appTitle small{
  175. font-weight: normal;
  176. }
  177. tr.NotCompatible{
  178. /* IE 8 */
  179. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  180. /* IE 5-7 */
  181. filter: alpha(opacity=25);
  182. /* Netscape */
  183. -moz-opacity: 0.25;
  184. /* Safari 1.x */
  185. -khtml-opacity: 0.25;
  186. /* Good browsers */
  187. opacity: 0.25;
  188. }
  189. tr.NotCompatible:hover{
  190. /* IE 8 */
  191. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  192. /* IE 5-7 */
  193. filter: alpha(opacity=100);
  194. /* Netscape */
  195. -moz-opacity: 1;
  196. /* Safari 1.x */
  197. -khtml-opacity: 1;
  198. /* Good browsers */
  199. opacity: 1;
  200. }
  201. @media only screen and (min-width: 1150px) {
  202. #categorieArea{
  203. display:none;
  204. }
  205. #category-tree-left{
  206. display:inline-block;
  207. }
  208. #listing-content{
  209. width: 75%;
  210. float: right;
  211. }
  212. }
  213. span.details{
  214. font-size: 12px;
  215. margin-left: 10px;
  216. vertical-align: super;
  217. }