template_project.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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: 1.5vw;
  121. font-size: 1.5vw;
  122. display: flex;
  123. align-items: center;
  124. margin-top: 0.7vw;
  125. margin-left: 1.8vw;
  126. }
  127. .quest_body_block {
  128. background-color: #9E795A;
  129. width: 100%;
  130. height: 20vw;
  131. border-radius: 2vw;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. }
  136. .quest_body {
  137. width: 94%;
  138. height: 94%;
  139. display: flex;
  140. align-items: center;
  141. justify-content: space-around;
  142. }
  143. .quest_description_block {
  144. width: 100%;
  145. height: 90%;
  146. display: flex;
  147. flex-direction: column;
  148. align-items: center;
  149. justify-content: center;
  150. }
  151. .quest_description {
  152. width: 100%;
  153. height: 100%;
  154. background-color: #dcb495;
  155. border-radius: 2vw;
  156. overflow-y: auto;
  157. }
  158. .quest_description::-webkit-scrollbar, .task_block::-webkit-scrollbar-thumb {
  159. width: 0.8vw !important;
  160. }
  161. .quest_description::-webkit-scrollbar-thumb, .task_block::-webkit-scrollbar-thumb {
  162. background-color: #d49d51 !important; /* цвет плашки */
  163. border-radius: 5vw !important; /* закругления плашки */
  164. border: 0.25vw solid #ffffff !important;
  165. }
  166. .quest_description_text {
  167. margin: 20px;
  168. }
  169. .files_block {
  170. display: flex;
  171. flex-direction: column;
  172. align-items: center;
  173. width: 100%;
  174. height: 35vw;
  175. }
  176. .list_files {
  177. margin: 2vw;
  178. }
  179. .files_title {
  180. text-align: center;
  181. color: #000000;
  182. font-size: 4vw;
  183. }
  184. .file {
  185. width: 98%;
  186. display: flex;
  187. background-color: #9E795A;
  188. margin: 0.5vw;
  189. align-items: center;
  190. justify-content: space-between;
  191. flex-direction: row;
  192. height: 4.5vw;
  193. border-radius: 2vw;
  194. }
  195. .file_head {
  196. width: 30vw;
  197. margin-left: 1vw;
  198. height: 4vw;
  199. background-color: #9E795A !important;
  200. overflow-y: hidden;
  201. overflow-x: auto;
  202. }
  203. .file_head_path, .file_path {
  204. font-size: 1.5vw;
  205. color: #ffffff !important;
  206. font-weight: bold;
  207. height: 3vw;
  208. display: flex;
  209. align-items: flex-start;
  210. background-color: #9E795A !important;
  211. }
  212. .file_buttons {
  213. margin-right: 2vw;
  214. }
  215. .file_delete, .file_download, .upload_button {
  216. border-radius: 1vw !important;
  217. margin: 1vw;
  218. width: 8vw;
  219. height: 3vw;
  220. }
  221. .file_delete {
  222. background-color: hsla(0, 100%, 62%, 0.785) !important;
  223. border-color: hsla(0, 100%, 62%, 0.785) !important;
  224. }
  225. .button_text {
  226. font-size: 1.3vw;
  227. }
  228. .create_project_block {
  229. width: 13vw;
  230. height: 5vw;
  231. background-color: #000000;
  232. border: 2px solid #ffffff;
  233. border-radius: 3vw;
  234. margin-left: 2vw;
  235. }
  236. .create_link:hover {
  237. text-decoration: none;
  238. color: #000000;
  239. }
  240. .create_text {
  241. width: 13vw;
  242. height: 5vw;
  243. text-align: center;
  244. font-size: 1.5vw;
  245. color: #ffffff;
  246. display: flex;
  247. align-items: center;
  248. justify-content: center;
  249. }