project.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. justify-content: space-between;
  29. color: #dcb495;
  30. }
  31. .name_project {
  32. font-size: 3vw !important;
  33. margin-right: 4vw;
  34. }
  35. .edit_block {
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. }
  40. .edit_button {
  41. width: 4.5vw;
  42. height: 4.5vw;
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. }
  47. .edit_button_image {
  48. height: 3vw;
  49. width: 3vw;
  50. }
  51. .collaborator_block {
  52. width: 95%;
  53. height: 25vw;
  54. background-color: #EDCBB0;
  55. border-radius: 2vw;
  56. overflow-y: auto;
  57. }
  58. .staff_block {
  59. margin: 20px;
  60. }
  61. .user {
  62. width: 24vw;
  63. height: 3.5vw;
  64. background-color: #ffffff;
  65. border: 2px solid #9E795A;
  66. border-radius: 3vw;
  67. margin-top: 5px;
  68. display: flex;
  69. align-items: center;
  70. justify-content: flex-start;
  71. flex-direction: row;
  72. flex-wrap: no-wrap;
  73. }
  74. .user_logo {
  75. margin-left: 3px;
  76. width: 3vw;
  77. height: 3vw;
  78. border-radius: 5vw;
  79. background-color: #000000;
  80. }
  81. .user_names {
  82. margin-left: 9px;
  83. margin-top: 10px;
  84. overflow-x: auto;
  85. color: #000000 !important;
  86. }
  87. .link_to_user {
  88. width: 26vw;
  89. height: 3.5vw;
  90. display: flex;
  91. align-items: center;
  92. justify-content: flex-start;
  93. flex-direction: row;
  94. flex-wrap: no-wrap;
  95. text-decoration: none;
  96. }
  97. .link_to_user:hover {
  98. text-decoration: none;
  99. }
  100. .head_staff_block {
  101. display: flex;
  102. width: 30vw;
  103. flex-direction: column;
  104. align-items: center;
  105. }
  106. .header_title, .header_title_2 {
  107. text-align: center;
  108. color: #000000;
  109. font-size: 3vw;
  110. margin-bottom: 15px;
  111. }
  112. .header_title_2 {
  113. width: 51vw !important;
  114. }
  115. .header_title {
  116. width: 100%;
  117. }
  118. .header_task_block {
  119. width: 60vw;
  120. height: 30vw;
  121. display: flex;
  122. flex-direction: column;
  123. align-items: center;
  124. }
  125. .task_block {
  126. background-color: #EDCBB0;
  127. width: 95%;
  128. height: 25vw;
  129. border-radius: 2vw;
  130. overflow-y: auto;
  131. }
  132. .task {
  133. margin: 20px;
  134. }
  135. .body_block {
  136. display: flex;
  137. justify-content: space-evenly;
  138. align-items: flex-start;
  139. flex-direction: row;
  140. }
  141. .new_task_block {
  142. width: 4.5vw;
  143. height: 4.5vw;
  144. }
  145. .new_task_link {
  146. width: 4.5vw;
  147. height: 4.5vw;
  148. }
  149. .new_task_image {
  150. width: 4.5vw;
  151. height: 4.5vw;
  152. }
  153. .head_task {
  154. display: flex;
  155. flex-direction: row;
  156. flex-wrap: nowrap;
  157. width: 60vw;
  158. justify-content: center;
  159. align-items: flex-start;
  160. }
  161. .list_quests {
  162. width: 95%;
  163. margin-left: 2.5%;
  164. margin-top: 0.5vw;
  165. overflow-y: hidden;
  166. overflow-x: hidden;
  167. }
  168. .quest_header_button {
  169. height: 4.5vw;
  170. width: 100%;
  171. text-align: left;
  172. border-radius: 5vw;
  173. background-color: #9E795A;
  174. border-color: #9E795A;
  175. border-bottom-color: #9E795A;
  176. color: #ffffff;
  177. display: flex;
  178. align-items: center;
  179. }
  180. .quest_button_block_one {
  181. width: 50%;
  182. display: flex;
  183. justify-content: space-between;
  184. align-items: flex-start;
  185. }
  186. .quest_title_block {
  187. width: 90%;
  188. height: 4vw;
  189. display: flex;
  190. align-items: center;
  191. }
  192. .quest_title {
  193. overflow-y: hidden;
  194. overflow-x: hidden;
  195. max-height: 1.5vw;
  196. font-size: 1.5vw;
  197. display: flex;
  198. align-items: center;
  199. margin-top: 0.7vw;
  200. margin-left: 1.8vw;
  201. }
  202. .deadline_block {
  203. border-radius: 5vw !important;
  204. width: 15vw;
  205. height: 70%;
  206. margin-top: 2%;
  207. font-size: 1vw;
  208. display: flex;
  209. color: #000000 !important;
  210. align-items: center;
  211. justify-content: center;
  212. flex-direction: row;
  213. }
  214. .quest_body_block {
  215. background-color: #9E795A;
  216. width: 100%;
  217. height: 20vw;
  218. border-radius: 2vw;
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. }
  223. .quest_body {
  224. width: 94%;
  225. height: 94%;
  226. display: flex;
  227. align-items: center;
  228. justify-content: space-around;
  229. }
  230. .quest_description_block {
  231. width: 70%;
  232. height: 90%;
  233. display: flex;
  234. flex-direction: column;
  235. align-items: center;
  236. justify-content: center;
  237. }
  238. .quest_description {
  239. width: 100%;
  240. height: 100%;
  241. background-color: #dcb495;
  242. border-radius: 2vw;
  243. overflow-y: auto;
  244. }
  245. .quest_description::-webkit-scrollbar, .task_block::-webkit-scrollbar-thumb {
  246. width: 0.8vw !important;
  247. }
  248. .quest_description::-webkit-scrollbar-thumb, .task_block::-webkit-scrollbar-thumb {
  249. background-color: #d49d51 !important; /* цвет плашки */
  250. border-radius: 5vw !important; /* закругления плашки */
  251. border: 0.25vw solid #ffffff !important;
  252. }
  253. .quest_description_text {
  254. margin: 20px;
  255. }
  256. .quest_solve_button {
  257. width: 13vw;
  258. height: 5vw;
  259. background-color: #000000;
  260. border: 2px solid #ffffff;
  261. border-radius: 3vw;
  262. margin-left: 2vw;
  263. }
  264. .quest_solve_link:hover {
  265. text-decoration: none;
  266. color: #000000;
  267. }
  268. .quest_solve_text {
  269. width: 13vw;
  270. height: 5vw;
  271. text-align: center;
  272. font-size: 1.5vw;
  273. color: #ffffff;
  274. display: flex;
  275. align-items: center;
  276. justify-content: center;
  277. }
  278. #quest_solve_link_id {
  279. display: none;
  280. }
  281. .link_back_block {
  282. display: flex;
  283. align-items: center;
  284. justify-content: center;
  285. flex-direction: column;
  286. flex-wrap: nowrap;
  287. }
  288. .link_back {
  289. background-color: #ffffff;
  290. color: #000000;
  291. width: 15vw;
  292. height: 4.5vw;
  293. vertical-align: middle;
  294. border-radius: 5vw;
  295. display: flex;
  296. align-items: center;
  297. justify-content: center;
  298. }
  299. .link_back:hover {
  300. text-decoration: none;
  301. color: #000000;
  302. }
  303. .link_back_text {
  304. font-size: 1.5vw;
  305. margin-top: 15px;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. }