project.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. .projects_page {
  2. height: 120vw;
  3. background-color: #dcb495;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .project_header {
  9. height: 25vw;
  10. width: 100%;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-around;
  14. }
  15. .project_logo {
  16. margin-right: 4vw;
  17. margin-top: 30px;
  18. width: 15vw;
  19. height: 15vw;
  20. border: 0.2vw solid #ffffff;
  21. border-radius: 2vw;
  22. }
  23. .brand_block {
  24. height: 25vw;
  25. margin-left: -8vw;
  26. display: flex;
  27. flex-direction: column;
  28. align-items: center;
  29. justify-content: space-between;
  30. color: #dcb495;
  31. }
  32. .name_project {
  33. font-size: 3vw !important;
  34. margin-right: 4vw;
  35. overflow-y: hidden;
  36. overflow-x: auto;
  37. white-space: nowrap
  38. }
  39. .edit_block {
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. }
  44. .edit_button {
  45. background-color: #9E795A;
  46. border: #9E795A;
  47. width: 12vw;
  48. height: 5vw;
  49. color: #ffffff;
  50. border-radius: 5vw;
  51. vertical-align: middle;
  52. font-size: 1.5vw;
  53. }
  54. .edit_button_text {
  55. color: #ffffff;
  56. height: 5vw;
  57. margin-top: 32%;
  58. }
  59. .edit_button_link {
  60. width: 12vw;
  61. height: 5vw;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. }
  66. .edit_button_link:hover {
  67. text-decoration: none;
  68. color: #ffffff;
  69. }
  70. .collaborator_block {
  71. width: 95%;
  72. height: 25vw;
  73. background-color: #EDCBB0;
  74. border-radius: 2vw;
  75. overflow-y: auto;
  76. }
  77. .staff_block {
  78. margin: 20px;
  79. }
  80. .user {
  81. width: 24vw;
  82. height: 3.5vw;
  83. background-color: #ffffff;
  84. border: 2px solid #9E795A;
  85. border-radius: 3vw;
  86. margin-top: 5px;
  87. display: flex;
  88. align-items: center;
  89. justify-content: flex-start;
  90. flex-direction: row;
  91. flex-wrap: no-wrap;
  92. }
  93. .user_logo {
  94. margin-left: 3px;
  95. width: 3vw;
  96. height: 3vw;
  97. border-radius: 5vw;
  98. background-color: #000000;
  99. }
  100. .user_names {
  101. margin-left: 9px;
  102. margin-top: 10px;
  103. overflow-x: auto;
  104. color: #000000 !important;
  105. font-size: 1.5vw;
  106. }
  107. .link_to_user {
  108. width: 26vw;
  109. height: 3.5vw;
  110. display: flex;
  111. align-items: center;
  112. justify-content: flex-start;
  113. flex-direction: row;
  114. flex-wrap: no-wrap;
  115. text-decoration: none;
  116. }
  117. .link_to_user:hover {
  118. text-decoration: none;
  119. }
  120. .head_staff_block {
  121. display: flex;
  122. width: 30vw;
  123. flex-direction: column;
  124. align-items: center;
  125. }
  126. .header_title, .header_title_2 {
  127. text-align: center;
  128. color: #000000;
  129. font-size: 3vw;
  130. margin-bottom: 15px;
  131. }
  132. .header_title_2 {
  133. width: 51vw !important;
  134. }
  135. .header_title {
  136. width: 100%;
  137. }
  138. .header_task_block {
  139. width: 60vw;
  140. height: 30vw;
  141. display: flex;
  142. flex-direction: column;
  143. align-items: center;
  144. }
  145. .task_block, .list_files_block {
  146. background-color: #EDCBB0;
  147. width: 95%;
  148. height: 25vw;
  149. border-radius: 2vw;
  150. overflow-y: auto;
  151. }
  152. .task {
  153. margin: 20px;
  154. }
  155. .body_block {
  156. display: flex;
  157. justify-content: space-evenly;
  158. align-items: flex-start;
  159. flex-direction: row;
  160. }
  161. .new_task_block {
  162. width: 13vw;
  163. height: 5vw;
  164. background-color: #000000;
  165. border: 2px solid #ffffff;
  166. border-radius: 3vw;
  167. margin-left: 2vw;
  168. margin-bottom: 0.5vw;
  169. }
  170. .new_task_link {
  171. color: #ffffff;
  172. width: 13vw;
  173. height: 5vw;
  174. }
  175. .new_task_link:hover {
  176. text-decoration: none;
  177. color: #ffffff;
  178. }
  179. .new_task_text {
  180. width: 13vw;
  181. height: 5vw;
  182. text-align: center;
  183. font-size: 1.5vw;
  184. color: #ffffff;
  185. display: flex;
  186. align-items: center;
  187. justify-content: center;
  188. }
  189. .new_task_image {
  190. width: 4.5vw;
  191. height: 4.5vw;
  192. }
  193. .head_task {
  194. display: flex;
  195. flex-direction: row;
  196. flex-wrap: nowrap;
  197. width: 60vw;
  198. justify-content: center;
  199. align-items: flex-start;
  200. }
  201. .list_quests {
  202. width: 95%;
  203. margin-left: 2.5%;
  204. margin-top: 0.5vw;
  205. overflow-y: hidden;
  206. overflow-x: hidden;
  207. }
  208. .quest_header_button {
  209. height: 4.5vw;
  210. width: 100%;
  211. text-align: left;
  212. border-radius: 5vw;
  213. background-color: #9E795A;
  214. border-color: #9E795A;
  215. border-bottom-color: #9E795A;
  216. color: #ffffff;
  217. display: flex;
  218. align-items: center;
  219. }
  220. .quest_button_block_one {
  221. width: 90%;
  222. display: flex;
  223. justify-content: space-between;
  224. align-items: flex-start;
  225. }
  226. .quest_title_block {
  227. width: 60%;
  228. height: 4vw;
  229. display: flex;
  230. align-items: center;
  231. }
  232. .quest_title {
  233. overflow-y: hidden;
  234. overflow-x: auto;
  235. max-height: 4vw;
  236. font-size: 1.5vw;
  237. display: flex;
  238. align-items: center;
  239. margin-top: 0.7vw;
  240. margin-left: 1.8vw;
  241. font-size: 3.5vw;
  242. white-space: nowrap
  243. }
  244. .quest_title::-webkit-scrollbar {
  245. height: 0.8vw; /* ширина scrollbar */
  246. }
  247. .quest_title::-webkit-scrollbar-thumb {
  248. background-color: #d49d51; /* цвет плашки */
  249. border-radius: 5vw; /* закругления плашки */
  250. border: 0.25vw solid #ffffff;
  251. }
  252. .deadline_block {
  253. border-radius: 5vw !important;
  254. width: 15vw !important;
  255. height: 3vw !important;
  256. margin-top: 2%;
  257. font-size: 1vw;
  258. display: flex;
  259. color: #000000 !important;
  260. align-items: center;
  261. justify-content: center;
  262. flex-direction: row;
  263. }
  264. .quest_body_block {
  265. background-color: #9E795A;
  266. width: 100%;
  267. height: 20vw;
  268. border-radius: 2vw;
  269. display: flex;
  270. align-items: center;
  271. justify-content: center;
  272. }
  273. .quest_body {
  274. width: 94%;
  275. height: 94%;
  276. display: flex;
  277. align-items: center;
  278. justify-content: space-around;
  279. }
  280. .quest_description_block {
  281. width: 70%;
  282. height: 90%;
  283. display: flex;
  284. flex-direction: column;
  285. align-items: center;
  286. justify-content: center;
  287. }
  288. .quest_description {
  289. width: 100%;
  290. height: 100%;
  291. background-color: #dcb495;
  292. border-radius: 2vw;
  293. overflow-y: auto;
  294. }
  295. .quest_description::-webkit-scrollbar, .task_block::-webkit-scrollbar-thumb {
  296. width: 0.8vw !important;
  297. }
  298. .quest_description::-webkit-scrollbar-thumb, .task_block::-webkit-scrollbar-thumb {
  299. background-color: #d49d51 !important; /* цвет плашки */
  300. border-radius: 5vw !important; /* закругления плашки */
  301. border: 0.25vw solid #ffffff !important;
  302. }
  303. .quest_description_text {
  304. margin: 20px;
  305. }
  306. .quest_solve_button {
  307. width: 13vw;
  308. height: 5vw;
  309. background-color: #000000;
  310. border: 2px solid #ffffff;
  311. border-radius: 3vw;
  312. }
  313. .quest_solve_link:hover {
  314. text-decoration: none;
  315. color: #000000;
  316. }
  317. .quest_solve_text {
  318. width: 13vw;
  319. height: 5vw;
  320. text-align: center;
  321. font-size: 1.5vw;
  322. color: #ffffff;
  323. display: flex;
  324. align-items: center;
  325. justify-content: center;
  326. }
  327. #quest_solve_link_id {
  328. display: none;
  329. }
  330. .link_back_block, .link_edit_block {
  331. display: flex;
  332. align-items: center;
  333. justify-content: center;
  334. flex-direction: column;
  335. flex-wrap: nowrap;
  336. }
  337. .link_back, .link_edit {
  338. background-color: #ffffff;
  339. color: #000000;
  340. width: 15vw;
  341. height: 4.5vw;
  342. vertical-align: middle;
  343. border-radius: 5vw;
  344. display: flex;
  345. align-items: center;
  346. justify-content: center;
  347. }
  348. .link_edit {
  349. width: 13vw;
  350. }
  351. .link_back:hover, .link_edit:hover {
  352. text-decoration: none;
  353. color: #000000;
  354. }
  355. .link_back_text, .link_edit_text {
  356. font-size: 1.5vw;
  357. margin-top: 15px;
  358. display: flex;
  359. align-items: center;
  360. justify-content: center;
  361. }
  362. .files_block {
  363. display: flex;
  364. flex-direction: column;
  365. align-items: center;
  366. width: 95%;
  367. height: 50vw;
  368. }
  369. .list_files {
  370. margin: 2vw;
  371. }
  372. .files_title {
  373. text-align: center;
  374. color: #000000;
  375. font-size: 4vw;
  376. }
  377. .file {
  378. width: 98%;
  379. display: flex;
  380. background-color: #9E795A;
  381. margin: 0.5vw;
  382. align-items: center;
  383. justify-content: space-between;
  384. flex-direction: row;
  385. height: 4.5vw;
  386. border-radius: 2vw;
  387. }
  388. .file_head {
  389. width: 30vw;
  390. margin-left: 1vw;
  391. height: 4vw;
  392. background-color: #9E795A !important;
  393. overflow-y: hidden;
  394. overflow-x: auto;
  395. }
  396. .file_head_path, .file_path {
  397. font-size: 1.5vw;
  398. color: #ffffff !important;
  399. font-weight: bold;
  400. height: 3vw;
  401. display: flex;
  402. align-items: flex-start;
  403. background-color: #9E795A !important;
  404. }
  405. .file_buttons {
  406. margin-right: 2vw;
  407. }
  408. .file_delete, .file_download, .upload_button {
  409. border-radius: 1vw !important;
  410. margin: 1vw;
  411. width: 8vw;
  412. height: 3vw;
  413. }
  414. .file_delete {
  415. background-color: hsla(0, 100%, 62%, 0.785) !important;
  416. border-color: hsla(0, 100%, 62%, 0.785) !important;
  417. }
  418. .button_text {
  419. font-size: 1.3vw;
  420. }
  421. .quest_buttons_block {
  422. display: flex;
  423. flex-direction: column;
  424. justify-content: center;
  425. align-items: center;
  426. height: 15vw;
  427. margin-top: 3vw;
  428. }
  429. .link_edit_block {
  430. margin-top: 1vw;
  431. }