item_info_page.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. #item-info {
  2. font-family: 'Raleway', sans-serif;
  3. }
  4. #item-info.wrapper {
  5. padding-top: 50px;
  6. max-width: 600px;
  7. margin: auto;
  8. padding-bottom: 130px;
  9. }
  10. #item-info .container {
  11. box-shadow: 0 3px 8px 0 rgba(150, 150, 150, 0.2), 0 5px 15px 0 rgba(150, 150, 150, 0.19);
  12. border: 1px solid rgba(150, 150, 150, 0.3);
  13. margin-bottom: 15px;
  14. }
  15. #item-info .info-header {
  16. padding: 5px;
  17. padding-top: 15px;
  18. }
  19. #item-info .info-header h2 {
  20. border-bottom: 1px solid lightgray;
  21. padding-bottom: 10px;
  22. color: #4e555b;
  23. font-size: 25px;
  24. }
  25. #item-info .info-header span {
  26. font-size: 1.1em;
  27. }
  28. #item-info .info-header span.date {
  29. float: left;
  30. margin-right: 10px;
  31. }
  32. #item-info .info-header span.category {
  33. float: left;
  34. }
  35. #item-info .info-body {
  36. padding: 5px;
  37. margin-top: 5px;
  38. }
  39. #info-carousel img {
  40. max-height: 400px;
  41. min-height: 400px;
  42. }
  43. #info-carousel a.carousel-control {
  44. position: absolute;
  45. top: 48%;
  46. margin: auto;
  47. color: navajowhite;
  48. font-size: 1.8em;
  49. }
  50. #info-carousel a.left.carousel-control {
  51. left: 5%;
  52. }
  53. #info-carousel a.right.carousel-control {
  54. right: 5%;
  55. }
  56. .carousel-item {
  57. position: relative;
  58. margin: auto;
  59. }
  60. #item-info .info-footer {
  61. min-height: 120px;
  62. margin-top: 25px;
  63. font-size: 15px;
  64. padding-bottom: 25px;
  65. }
  66. #item-info .info-footer h3 {
  67. color: #5a6268;
  68. margin-top: 25px;
  69. margin-left: 5px;
  70. /*font-size: 20px;*/
  71. border-bottom: 1px solid lightgrey;
  72. padding-bottom: 7px;
  73. text-align: left;
  74. }
  75. #info-comments .card-header {
  76. padding-left: 5px;
  77. color: #5a6268;
  78. background-color: transparent;
  79. text-align: left;
  80. }
  81. #info-comments .card-header h3 {
  82. margin-bottom: 0;
  83. }
  84. #info-comments .card-body {
  85. min-height: 70px;
  86. font-size: 14px !important;
  87. }
  88. #info-comments .card-body textarea {
  89. width: 100%;
  90. }
  91. #leave-message {
  92. float: left;
  93. vertical-align: top;
  94. }
  95. #leave-message textarea {
  96. color: #4e555b;
  97. content: '';
  98. }
  99. #leave-message input[type="submit"] {
  100. top: 0;
  101. }
  102. #exchenger a {
  103. margin-top: 15px;
  104. font-size: 18px;
  105. }
  106. /*-------- MODAL -------------------------------*/
  107. #itemListModal .modal.fade.show .modal-dialog.modal-dialog-slideout {
  108. -webkit-animation-name: bounce;
  109. animation-name: bounce;
  110. -webkit-animation-duration: 1s;
  111. animation-duration: 1s;
  112. }
  113. @keyframes bounce {
  114. 0% {transform: translateY(-25%);}
  115. 20% {transform: translateY(15%);}
  116. 40% {transform: translateY(-15%);}
  117. 60% {transform: translateY(5%);}
  118. 80% {transform: translateY(-5%);}
  119. 100% {transform: translateY(0%);}
  120. }
  121. #alert.modal .modal-dialog .modal-content {
  122. border-radius: 2px !important;
  123. }
  124. #alert.modal .modal-dialog .modal-content .modal-header {
  125. padding-top: 5px;
  126. padding-bottom: 5px;
  127. }
  128. #alert .modal-dialog .modal.content .modal-body {
  129. }
  130. .offer.card {
  131. max-width: 500px;
  132. position:relative;
  133. overflow: visible !important;
  134. }
  135. .offer.card .card-header {
  136. position: relative;
  137. padding-left: 30px;
  138. padding-top: 10px;
  139. min-height: 50px;
  140. }
  141. .offer.card .card-header h5 {
  142. color: #5e5e5e;
  143. font-size: 1.1em;
  144. }
  145. .offer.card .card-header i.fas {
  146. position: absolute;
  147. left: -12px;
  148. top:12px;
  149. }
  150. .offer.card .card-header i.glyphicon-eye-open {
  151. display: inline-block;
  152. border: 2px dashed #9d9d9d;
  153. color: #7d7d7d;
  154. padding: 6px;
  155. border-radius: .3em;
  156. position: absolute;
  157. right: 5px;
  158. top:8px;
  159. font-size: 1.2em;
  160. }
  161. .offer.card .card-header i.glyphicon-eye-open.active {
  162. color: #195C9D;
  163. border: 2px solid #c15d22;
  164. box-shadow: 0 0 0.3em #c15d22;
  165. }
  166. .offer.card .card-header i.glyphicon-eye-open:hover {
  167. color: #195C9D;
  168. border: 2px solid #c15d22;
  169. box-shadow: 0 0 0.3em #c15d22;
  170. }
  171. @media screen and (max-width: 991px) {
  172. .offer.card .card-header {
  173. padding-right: 40px;
  174. font-size: 0.9em;
  175. }
  176. }
  177. .modal.fade .modal-body {
  178. position: relative;
  179. }
  180. .modal.fade .modal-body .offer.card {
  181. position: relative;
  182. left: 50px
  183. }
  184. .offer.card i.glyphicon-transfer{
  185. display: inline-block;
  186. border: 2px dashed #9d9d9d;
  187. color: #7d7d7d;
  188. padding: 6px;
  189. border-radius: .3em;
  190. position: absolute;
  191. right: 45px;
  192. top:8px;
  193. font-size: 1.2em;
  194. }
  195. .offer.card i.glyphicon-transfer:hover {
  196. background-color: #ca5354;
  197. color: #eee;
  198. border: 2px solid #ff7277;
  199. }
  200. @media screen and (min-width: 700px) {
  201. #itemModify .modal-content {
  202. width: 600px !important;
  203. }
  204. }