profile.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .profile_page {
  2. display: flex;
  3. flex-direction: column;
  4. height: auto;
  5. width: 100%;
  6. background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(../images/back_profile_one.jpg);background-repeat: repeat; background-position: center;
  7. }
  8. .profile_block {
  9. margin-top: 5vw;
  10. height: 65vw;
  11. width: 85%;
  12. margin-left: 7.5%;
  13. margin-bottom: 6%;
  14. background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/back_profile_two.jpg);background-repeat: repeat; background-position: center;
  15. display: flex;
  16. flex-direction: column;
  17. overflow-y: auto;
  18. }
  19. .header_profile {
  20. display: inline;
  21. flex-direction: column;
  22. width: 15vw;
  23. height: 15vw;
  24. margin-top: 50px;
  25. align-self: center;
  26. }
  27. .user_photo {
  28. width: 15vw;
  29. height: 15vw;
  30. border: 0.2vw solid #ffffff;
  31. border-radius: 2vw;
  32. }
  33. .edit_form {
  34. align-self: center;
  35. margin-top: 20px;
  36. width: 80%;
  37. }
  38. form {
  39. display: flex;
  40. flex-direction: column;
  41. }
  42. .form_data_button {
  43. align-self: center;
  44. }
  45. .form_blocks {
  46. width: 100%;
  47. margin-top: 50px;
  48. display: inline-flex;
  49. justify-content: space-evenly;
  50. }
  51. .form_data, .form_data_button {
  52. display: flex;
  53. flex-direction: column;
  54. margin-left: 2%;
  55. }
  56. .form_data_button {
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: center;
  60. align-items: center;
  61. }
  62. .input_data {
  63. color: #000000;
  64. border: 0.1vw solid #595008;
  65. height: 4.5vw;
  66. min-height: 4.5vw;
  67. width: 20vw;
  68. background-color: #dbc3af;
  69. border-radius: 5vw;
  70. font-size: 1.3vw;
  71. display: inline-flex;
  72. align-items: center;
  73. }
  74. .input_button {
  75. width: 10vw;
  76. height: 5vw;
  77. border-radius: 5vw;
  78. vertical-align: middle;
  79. }
  80. .form-label {
  81. font-size: 1.3vw;
  82. color: #ffffff;
  83. font-weight: bold;
  84. }
  85. .profile_button {
  86. margin-top: 15px;
  87. width: 20vw;
  88. height: 5vw;
  89. background-color: #000000;
  90. color: #ffffff;
  91. border-radius: 5vw;
  92. vertical-align: middle;
  93. font-size: 1.5vw;
  94. }
  95. .profile_button:hover {
  96. color: #ffffff;
  97. text-decoration: none;
  98. }
  99. #delete_button {
  100. margin-top: 45px;
  101. }
  102. .dop_data {
  103. padding-top:15px;
  104. padding-left: 15px;
  105. }
  106. #logout_button {
  107. color: #ffffff;
  108. background-color:#ff3f3f;
  109. }
  110. #logout_button:hover {
  111. text-decoration: none;
  112. color: #ffffff;
  113. }
  114. .profile_button_text {
  115. width: 100%;
  116. height: 100%;
  117. text-align: center;
  118. font-size: 1.5vw;
  119. margin-top: 6%;
  120. }
  121. .open_button_block {
  122. height: 35vw;
  123. width: 85%;
  124. margin-left: 7.5%;
  125. margin-top: 3%;
  126. margin-bottom: 6%;
  127. background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/back_profile_two.jpg);background-repeat: repeat; background-position: center;
  128. display: flex;
  129. flex-direction: column;
  130. overflow-y: auto;
  131. }
  132. .open_button_content {
  133. display: flex;
  134. flex-direction: column;
  135. width: 100%;
  136. height: 100%;
  137. justify-content: center;
  138. align-items: center;
  139. }
  140. .open_button_title {
  141. margin-bottom: 3%;
  142. color: #ffffff;
  143. font: bold;
  144. font-size: 4.5vw;
  145. }
  146. .open_button_article {
  147. margin-bottom: 5%;
  148. color: #ffffff;
  149. font: bold;
  150. font-size: 2vw;
  151. }
  152. .open_button {
  153. background-color: #ffffff;
  154. color: #000000;
  155. width: 20vw;
  156. height: 5vw;
  157. vertical-align: middle;
  158. border-radius: 5vw;
  159. }
  160. .open_button:hover {
  161. text-decoration: none;
  162. color: #000000;
  163. }
  164. .open_button_text {
  165. width: 100%;
  166. height: 100%;
  167. text-align: center;
  168. font-size: 1.5vw;
  169. margin-top: 5%;
  170. }
  171. .about {
  172. border-radius: 2vw !important;
  173. }
  174. .profile_button_text {
  175. color: #ffffff;
  176. }