projects.css 5.5 KB

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