showcase.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .showscale_page {
  2. height: 120vw;
  3. background-color: #dcb495;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .header_block {
  9. width: 100%;
  10. height: 20vw;
  11. background-position: center;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. justify-content: center;
  16. background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/showcase.jpg);background-repeat: repeat; background-position: center;
  17. }
  18. .header_title {
  19. color: #ffffff;
  20. font-size: 7vw;
  21. }
  22. .header_title_2 {
  23. color: #ffffff;
  24. text-align: center;
  25. font-size: 1.5vw;
  26. width: 50vw;
  27. }
  28. .templates_block {
  29. width: 95%;
  30. margin-top: 5vw;
  31. }
  32. .templates_title, .links_title {
  33. display: flex;
  34. justify-content: center;
  35. font-size: 3.5vw;
  36. }
  37. .templates_list {
  38. height: 30vw;
  39. margin-top: 2vw;
  40. border: 0.2vw solid #694a2d;
  41. border-radius: 2vw;
  42. overflow-x: auto;
  43. overflow-y: hidden;
  44. display: flex;
  45. align-items: center;
  46. justify-content: flex-start;
  47. }
  48. .templates_list::-webkit-scrollbar {
  49. height: 1vw; /* ширина scrollbar */
  50. }
  51. .templates_list::-webkit-scrollbar-thumb {
  52. background-color: #d49d51; /* цвет плашки */
  53. border-radius: 5vw; /* закругления плашки */
  54. border: 0.25vw solid #ffffff;
  55. }
  56. .template {
  57. display: flex;
  58. justify-content: start;
  59. flex-direction: column;
  60. align-items: center;
  61. min-height: 28vw;
  62. min-width: 25vw;
  63. max-width: 25vw;
  64. background-color: #9E795A;
  65. margin: 1vw;
  66. border-radius: 2vw;
  67. }
  68. .template_title {
  69. margin-top: 1vw;
  70. max-width: 90%;
  71. text-align: center;
  72. color: #ffffff;
  73. font-size: 2vw;
  74. font-weight: 500;
  75. overflow-y: hidden;
  76. overflow-x: auto;
  77. white-space: nowrap
  78. }
  79. .template_title::-webkit-scrollbar {
  80. height: 0.8vw; /* ширина scrollbar */
  81. }
  82. .template_title::-webkit-scrollbar-thumb {
  83. background-color: #d49d51; /* цвет плашки */
  84. border-radius: 5vw; /* закругления плашки */
  85. border: 0.25vw solid #ffffff;
  86. }
  87. .description {
  88. background-color: #EDCBB0;
  89. max-width: 90;
  90. height: auto;
  91. height: 15vw;
  92. min-width: 85%;
  93. max-width: 85%;
  94. border-radius: 0.5vw;
  95. }
  96. .description_text {
  97. margin: 0.8vw;
  98. overflow-wrap: normal; /* не поддерживает IE, Firefox; является копией word-wrap */
  99. word-wrap: normal;
  100. word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  101. line-break: auto; /* нет поддержки для русского языка */
  102. hyphens: manual;
  103. }
  104. .description {
  105. overflow-y: auto;
  106. }
  107. .description::-webkit-scrollbar {
  108. width: 0.8vw; /* ширина scrollbar */
  109. }
  110. .description::-webkit-scrollbar-thumb {
  111. background-color: #d49d51; /* цвет плашки */
  112. border-radius: 5vw; /* закругления плашки */
  113. border: 0.25vw solid #ffffff;
  114. }
  115. .open_button {
  116. margin-top: 1vw;
  117. background-color: #ffffff;
  118. color: #000000;
  119. width: 15vw;
  120. height: 4.5vw;
  121. vertical-align: middle;
  122. border-radius: 5vw;
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. }
  127. .open_button:hover {
  128. text-decoration: none;
  129. color: #000000;
  130. }
  131. .open_button_text {
  132. font-size: 1.5vw;
  133. margin-top: 15px;
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. }
  138. .open_button, .open_button_link {
  139. display: flex;
  140. align-items: center;
  141. justify-content: center;
  142. width: 15vw;
  143. height: 4.5vw;
  144. color: #000000;
  145. }
  146. .open_button_link:hover {
  147. text-decoration: none;
  148. color: #000000;
  149. }
  150. .links_block {
  151. margin-top: 4vw;
  152. height: 17vw;
  153. display: flex;
  154. flex-direction: column;
  155. align-items: center;
  156. width: 100%;
  157. }
  158. .link_list {
  159. width: 95%;
  160. background-color: #EDCBB0;
  161. height: 16vw;
  162. border-radius: 1.5vw;
  163. display: flex;
  164. align-items: center;
  165. overflow-x: auto;
  166. overflow-y: hidden;
  167. }
  168. .link_list::-webkit-scrollbar {
  169. height: 0.8vw; /* ширина scrollbar */
  170. }
  171. .link_list::-webkit-scrollbar-thumb {
  172. background-color: #d49d51; /* цвет плашки */
  173. border-radius: 5vw; /* закругления плашки */
  174. border: 0.25vw solid #ffffff;
  175. }
  176. .link_block {
  177. margin: 1vw;
  178. width: 25vw;
  179. height: 6vw;
  180. background-color: #9E795A;
  181. display: flex;
  182. flex-direction: row;
  183. align-items: center;
  184. justify-content: center;
  185. border-radius: 1vw;
  186. }
  187. .link {
  188. width: auto;
  189. min-width: 15vw;
  190. max-width: 20vw;
  191. height: 6vw;
  192. display: flex;
  193. flex-direction: row;
  194. align-items: center;
  195. justify-content: center;
  196. }
  197. .link:hover {
  198. text-decoration: none;
  199. color: #ffffff;
  200. }
  201. .link_text {
  202. margin-top: 1vw;
  203. width: 13vw;
  204. height: 3.5vw;
  205. color: #ffffff;
  206. font-size: 2vw;
  207. overflow-x: auto;
  208. overflow-y: hidden;
  209. overflow-wrap: normal; /* не поддерживает IE, Firefox; является копией word-wrap */
  210. word-wrap: normal;
  211. word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  212. line-break: auto; /* нет поддержки для русского языка */
  213. hyphens: manual;
  214. white-space: nowrap
  215. }
  216. .link_text::-webkit-scrollbar {
  217. height: 0.8vw; /* ширина scrollbar */
  218. }
  219. .link_text::-webkit-scrollbar-thumb {
  220. background-color: #d49d51; /* цвет плашки */
  221. border-radius: 5vw; /* закругления плашки */
  222. border: 0.25vw solid #ffffff;
  223. }
  224. .add_button, .link_delete, .repeal_button, .submit_button {
  225. border-radius: 1vw !important;
  226. margin: 1vw;
  227. width: 8vw;
  228. height: 3vw;
  229. }
  230. .link_delete, .repeal_button {
  231. background-color: hsla(0, 100%, 62%, 0.785) !important;
  232. border-color: hsla(0, 100%, 62%, 0.785) !important;
  233. }
  234. .delete_text {
  235. font-size: 1.3vw;
  236. }
  237. .header_link {
  238. display: flex;
  239. flex-direction: column;
  240. align-items: center;
  241. }
  242. .form_link, .file_form {
  243. width: 90%;
  244. }
  245. .link_form {
  246. display: flex;
  247. align-items: center;
  248. flex-direction: row;
  249. justify-content: center;
  250. }
  251. .form_data {
  252. margin: 0.5vw;
  253. }