template_project.css 5.1 KB

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