backend.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. .is_debug {
  2. font-size: 0;
  3. }
  4. tr td {
  5. word-break: break-word;
  6. }
  7. .footer.purple-back{
  8. height:auto;
  9. position: relative;
  10. }
  11. .tab-link {
  12. }
  13. .tab-link li {
  14. display:inline-block;
  15. border-top-left-radius: 5px;
  16. border-top-right-radius: 5px;
  17. }
  18. .tab-link li:hover {
  19. background: rgba(0,150,225,.6);
  20. }
  21. .tab-link li:hover a {
  22. color:#ffffff;
  23. }
  24. .tab-link li a {
  25. display: block;
  26. position: relative;
  27. height:100%;
  28. padding:10px 15px;
  29. color:#212121;
  30. text-decoration: none;
  31. font-size: 16px;
  32. }
  33. .tab-link li.active {
  34. background: #313B4D;
  35. }
  36. .tab-link li.active a {
  37. color:#ffffff;
  38. }
  39. .menu ul li:nth-child(7):hover ul {
  40. display: -ms-flexbox !important;
  41. display: flex !important;
  42. }
  43. .menu ul li:nth-child(4):hover ul {
  44. display: -ms-flexbox !important;
  45. display: flex !important;
  46. }
  47. .menu ul li .drpdwn-menu {
  48. -ms-flex-direction: column;
  49. flex-direction: column;
  50. display: none !important;
  51. position: absolute;
  52. min-width: 300px;
  53. width: 60vw;
  54. max-width:200px;
  55. top: 19.4px;
  56. }
  57. .drpdwn-menu li {
  58. width: 100%;
  59. }
  60. .panel-primary > .panel-heading {
  61. color: #fff;
  62. background-color: #313B4D;
  63. border-color: #313B4D;
  64. }
  65. .auctions-index>h1 {
  66. border-bottom-left-radius: 20px;
  67. border-top-right-radius: 20px;
  68. text-align: center;
  69. margin-bottom: 10px;
  70. color: #ffffff;
  71. background-color: #313B4D;
  72. }
  73. .auctions-view>h1 {
  74. border-bottom-left-radius: 20px;
  75. border-top-right-radius: 20px;
  76. text-align: center;
  77. margin-bottom: 10px;
  78. color: #ffffff;
  79. background-color: #313B4D;
  80. }
  81. .action-view {
  82. padding: 30px;
  83. }
  84. #w0 {
  85. overflow-x: scroll;
  86. overflow-y: hidden;
  87. }
  88. #w0 > tbody{
  89. background-color: rgba(0,150,255,.2);
  90. }
  91. /*Added custom styles */
  92. .grid-view {
  93. padding:30px;
  94. }
  95. .grid-view table {
  96. box-shadow:6px 6px 20px rgba(0,0,0,.2);
  97. }
  98. ul.pagination {
  99. background-color: #313B4D;
  100. width: 100%;
  101. text-align: center;
  102. border-radius:0;
  103. border-bottom-left-radius: 20px;
  104. border-top-right-radius: 20px;
  105. }
  106. ul.pagination li {
  107. display: inline-block;
  108. height: auto;
  109. padding-top:6px;
  110. padding-bottom:0;
  111. }
  112. table > tbody{
  113. background-color: rgba(0,150,255,.2);
  114. }
  115. tbody{
  116. background-color: rgba(0,150,255,.2);
  117. }
  118. table > thead{
  119. background-color: rgba(0,150,255,.1);
  120. }
  121. button.a.button {
  122. padding: 10px 20px;
  123. }
  124. .count{
  125. background: #000;
  126. }
  127. .tab-is-first{
  128. /*background: #000;*/
  129. }
  130. .auctions-view {
  131. background: #fff;
  132. }
  133. #tab-1 > div > div:nth-child(3) > div.text-text-t.col-md-12.text-left{
  134. color: #fff;
  135. }
  136. /* Custom syles by Stas */
  137. .menu {
  138. padding-left: 12vw;
  139. }
  140. .menu ul {
  141. min-width: 360px;
  142. }
  143. .drpdwn-menu {
  144. width: 100px;
  145. }
  146. .drpdwn-menu-right {
  147. right: 0;
  148. }
  149. .news>.text-left {
  150. overflow-x: auto;
  151. overflow-y: hidden;
  152. }
  153. .content--zero {
  154. margin-top: 60px;
  155. margin-bottom: 60px;
  156. }
  157. .footer {
  158. margin-top: 60px;
  159. }
  160. @media screen and (max-width:700px) {
  161. .trinity__block {
  162. width: 48%;
  163. }
  164. }
  165. @media screen and (max-width:490px) {
  166. .menu {
  167. padding-left: 3vw;
  168. }
  169. .menu ul li a {
  170. padding:20px;
  171. }
  172. .trinity {
  173. justify-content: center;
  174. }
  175. .trinity__block {
  176. width: 75%;
  177. }
  178. }
  179. @media screen and (max-width:360px) {
  180. .menu ul {
  181. min-width: 300px;
  182. }
  183. .menu ul li a {
  184. padding:25px 15px;
  185. }
  186. .contacts {
  187. display: none;
  188. }
  189. .trinity__block {
  190. width: 100%;
  191. }
  192. }
  193. /* Changes added 06.03.2017 by Stas */
  194. .info-block__list {
  195. text-align:justify;
  196. margin: 0;
  197. }
  198. .info-block__list li {
  199. padding-right:20px;
  200. }
  201. /* Changes added 17.03.2017 by Ivakhnov */
  202. .menu{
  203. padding-left: 0;
  204. }
  205. .price_type-input {
  206. margin-top: 30px;
  207. }