user_view.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .user_view_page {
  2. height: 120vw;
  3. background-color: #dcb495;
  4. }
  5. .user_data_block {
  6. width: 85%;
  7. height: 65vw;
  8. margin-left: 7.5%;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. background-color:#a8886f;
  13. border-radius: 4vw;
  14. }
  15. .user_photo {
  16. margin-top: 30px;
  17. width: 15vw;
  18. height: 15vw;
  19. border: 0.2vw solid #ffffff;
  20. border-radius: 2vw;
  21. }
  22. .first_data_block {
  23. width: 100%;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-evenly;
  27. }
  28. .user_data {
  29. width: 95%;
  30. height: 30vw;
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. }
  35. .data_header {
  36. font-size: 2vw;
  37. color: #ffffff;
  38. font-weight: bold;
  39. }
  40. .data_block {
  41. background-color:#f5d3b8;
  42. width: 25vw;
  43. height: 5vw;
  44. border-radius: 5vw;
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. }
  49. .data_text {
  50. width: 100%;
  51. height: 100%;
  52. display: flex;
  53. justify-content: center;
  54. align-items: center;
  55. margin-top: 5px;
  56. font-size: 1.5vw;
  57. color: #000000;
  58. overflow-x: auto;
  59. }
  60. .surname_block, .about_block {
  61. width: 90%;
  62. }
  63. .about_bottom {
  64. border-radius: 3vw;
  65. height: 20vw !important;
  66. }
  67. .data_bottom {
  68. width: 100% !important;
  69. }
  70. .list_project {
  71. width: 95%;
  72. margin-left: 2.5%;
  73. margin-top: 2vw;
  74. overflow-y: hidden;
  75. overflow-x: hidden;
  76. }
  77. .project_header_button {
  78. height: 5.5vw;
  79. width: 100%;
  80. text-align: left;
  81. border-radius: 5vw;
  82. background-color: #9E795A;
  83. border-color: #9E795A;
  84. border-bottom-color: #9E795A;
  85. color: #ffffff;
  86. display: flex;
  87. align-items: center;
  88. }
  89. .project_description_block {
  90. background-color: #9E795A;
  91. width: 100%;
  92. height: 20vw;
  93. border-radius: 2vw;
  94. }
  95. .project_logo_block {
  96. width: 4.5vw;
  97. height: 4.5vw;
  98. border: 0.3vw solid #ffffff;
  99. background-color: #ffffff;
  100. border-radius: 2vw;
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. }
  105. .project_logo {
  106. width: 4vw;
  107. height: 4vw;
  108. border-radius: 5vw;
  109. }
  110. .project_title_block {
  111. width: 70%;
  112. height: 4vw;
  113. }
  114. .project_title {
  115. font-size: 3.5vw;
  116. overflow-y: hidden;
  117. overflow-x: auto;
  118. white-space: nowrap
  119. }
  120. .project_button_block_one {
  121. width: 50%;
  122. display: flex;
  123. justify-content: space-evenly;
  124. align-items: flex-start;
  125. }
  126. .project_description {
  127. width: 98%;
  128. height: 100%;
  129. margin-left: 1%;
  130. display: flex;
  131. flex-direction: row;
  132. flex-wrap: nowrap;
  133. align-content: center;
  134. align-items: center;
  135. justify-content: space-evenly;
  136. }
  137. .collaborator_block {
  138. width: 22%;
  139. height: 90%;
  140. background-color: #EDCBB0;
  141. border-radius: 2vw;
  142. overflow-y: auto;
  143. }
  144. .description_block {
  145. width: 48%;
  146. height: 90%;
  147. display: flex;
  148. flex-direction: column;
  149. align-items: center;
  150. flex-wrap: nowrap;
  151. }
  152. .description_header_text {
  153. font-size: 2vw;
  154. }
  155. .description_block_text {
  156. width: 90% !important;
  157. height: 80% !important;
  158. width: 50%;
  159. background-color: #dcb495;
  160. border-radius: 2vw;
  161. }
  162. .description_text {
  163. width: 100% !important;
  164. height: 100%;
  165. font-size: 1.5vw;
  166. overflow-wrap: normal; /* не поддерживает IE, Firefox; является копией word-wrap */
  167. word-wrap: normal;
  168. word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  169. line-break: auto; /* нет поддержки для русского языка */
  170. hyphens: manual; /* значение auto не поддерживается Chrome */
  171. margin: 2vw;
  172. }
  173. .user_projects_block {
  174. margin-top: 35px;
  175. margin-left: 3%;
  176. border: 0.2vw solid #694a2d;
  177. border-radius: 4.5vw;
  178. width: 94%;
  179. height: 45vw;
  180. overflow-y: auto;
  181. }
  182. .user {
  183. width: 16vw;
  184. height: 3.5vw;
  185. background-color: #ffffff;
  186. border: 2px solid #9E795A;
  187. border-radius: 3vw;
  188. margin-top: 5px;
  189. display: flex;
  190. align-items: center;
  191. justify-content: flex-start;
  192. flex-direction: row;
  193. flex-wrap: no-wrap;
  194. }
  195. .user_logo {
  196. margin-left: 3px;
  197. width: 3vw;
  198. height: 3vw;
  199. border-radius: 5vw;
  200. background-color: #000000;
  201. }
  202. .user_names {
  203. margin-left: 9px;
  204. margin-top: 10px;
  205. overflow-x: auto;
  206. color: #000000 !important;
  207. }
  208. .link_to_user {
  209. width: 16vw;
  210. height: 3.5vw;
  211. display: flex;
  212. align-items: center;
  213. justify-content: flex-start;
  214. flex-direction: row;
  215. flex-wrap: no-wrap;
  216. text-decoration: none;
  217. }
  218. .link_to_user:hover {
  219. text-decoration: none;
  220. }