projects.css 7.3 KB

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