projects.css 6.0 KB

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