project.css 5.3 KB

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