App.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. .App {
  2. @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
  3. 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
  4. 'Noto Color Emoji';
  5. }
  6. body {
  7. font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  8. font-size: 20px;
  9. }
  10. @import '~antd/dist/antd.css';
  11. .Dropzone {
  12. flex: 1;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. padding: 20px;
  17. border-width: 2px;
  18. border-radius: 2px;
  19. background-color: #74d2e7;
  20. color: #1d5b78;
  21. outline: none;
  22. transition: border 0.24s ease-in-out;
  23. font-size: medium;
  24. font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  25. transition: 0.3s;
  26. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  27. font-size: 20px;
  28. }
  29. .Header {
  30. display: flex;
  31. position: fixed;
  32. align-items: center;
  33. justify-content: center;
  34. padding-top: 10px;
  35. z-index: 4;
  36. width: 100%;
  37. background: #74d2e7;
  38. top: 0;
  39. transition: 0.3s;
  40. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  41. }
  42. .Recomendations {
  43. margin-left: 20px;
  44. }
  45. .Likes {
  46. margin-left: 20px;
  47. }
  48. .User {
  49. }
  50. .Feed {
  51. margin-right: 20px;
  52. padding: 10px;
  53. border-radius: 25px;
  54. display: 'flex';
  55. align-items: 'center';
  56. justify-content: 'center';
  57. }
  58. .Post {
  59. max-width: 600px;
  60. margin: 0 auto;
  61. background-color: white;
  62. border: 6px solid #dbebfa;
  63. padding: 10px;
  64. border-radius: 25px;
  65. display: 'flex';
  66. align-items: 'center';
  67. justify-content: 'center';
  68. transition: 0.3s;
  69. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  70. box-shadow: inset 2px 2px 5px rgba(128, 125, 125, 0.9);
  71. }
  72. ul {
  73. margin: 0;
  74. padding: 4px;
  75. }
  76. li {
  77. display: inline;
  78. margin-right: 5px;
  79. padding: 3px;
  80. list-style-type: none;
  81. }
  82. main {
  83. margin-top: 130px;
  84. }
  85. .Title {
  86. text-align: left;
  87. margin: 20px;
  88. }
  89. .Input {
  90. display: flex;
  91. width: 90%;
  92. padding: 5px;
  93. margin: 20px;
  94. border-radius: 10px;
  95. font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  96. font-size: 20px;
  97. }
  98. .container {
  99. padding: 20px;
  100. margin: 20px;
  101. }
  102. .AboutMe {
  103. margin-top: 20px;
  104. display: flex;
  105. justify-content: center;
  106. }
  107. .Info {
  108. justify-content: center;
  109. display: flex;
  110. flex-direction: column;
  111. }
  112. .Card {
  113. padding: 10px;
  114. margin: 40px;
  115. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  116. }
  117. .MyCarousel {
  118. display: block;
  119. min-width: 80%;
  120. min-height: 80%;
  121. background: #c6cece87;
  122. box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  123. box-shadow: inset 2px 2px 5px rgba(128, 125, 125, 0.9);
  124. background-color: white;
  125. border: 6px solid #dbebfa;
  126. margin: 0 10%;
  127. border-radius: 5px;
  128. }
  129. .Modal {
  130. font-size: medium;
  131. display: flex;
  132. flex-direction: column;
  133. margin-bottom: 20px;
  134. // justify-content: center;
  135. }
  136. .PostFeed {
  137. border-width: 20;
  138. border-color: #74d2e7;
  139. background: #edf8f89e;
  140. border-radius: 5px;
  141. border-style: solid;
  142. margin-bottom: 40px;
  143. transition: 0.3s;
  144. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  145. padding: 20px;
  146. }
  147. .InputForm {
  148. position: fixed;
  149. color: black;
  150. flex-direction: column;
  151. width: 800px;
  152. height: 400px;
  153. justify-content: center;
  154. align-items: center;
  155. border-radius: 30px;
  156. padding-top: 10px;
  157. background: #74d2e7;
  158. padding: 50px;
  159. transition: 0.3s;
  160. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  161. top: 0;
  162. right: 0;
  163. bottom: 0;
  164. left: 0;
  165. margin: auto;
  166. }
  167. .PostImage {
  168. display: flex;
  169. align-items: center;
  170. width: 700px;
  171. margin: 20px;
  172. height: 500px;
  173. object-fit: cover;
  174. margin-left: auto;
  175. margin-right: auto;
  176. }
  177. .Form {
  178. padding: 300px;
  179. box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
  180. background: #74d2e7;
  181. }
  182. .Comments {
  183. position: fixed;
  184. margin: 20px;
  185. width: 30%;
  186. padding: 10px;
  187. }
  188. .Scroll {
  189. display: block;
  190. flex-direction: column;
  191. height: 300px;
  192. overflow-y: scroll;
  193. }
  194. .ScrollForFeed {
  195. display: block;
  196. flex-direction: column;
  197. height: 150px;
  198. overflow-y: scroll;
  199. }
  200. .button {
  201. background-color: #dbebfa;
  202. color: rgb(0, 0, 0);
  203. -webkit-transition-duration: 0.4s;
  204. transition-duration: 0.4s;
  205. padding: 15px;
  206. font-size: 15px;
  207. border-radius: 5px;
  208. margin: 15px;
  209. font-weight: 600;
  210. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  211. font-size: 15px;
  212. transition: 0.3s;
  213. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  214. }
  215. .button:hover {
  216. background-color: #fffff7;
  217. color: black;
  218. }
  219. .PostsFeed {
  220. margin: 20px;
  221. padding: 40px;
  222. }
  223. .SpoilerButton {
  224. right: 30px;
  225. margin: 20px;
  226. }
  227. Link {
  228. display: flex;
  229. align-items: center;
  230. justify-content: center;
  231. text-decoration: none;
  232. font-family: serif;
  233. background-color: rgb(174, 172, 240);
  234. border: 2px solid rgb(37, 140, 184);
  235. border-radius: 10px;
  236. margin: 10px;
  237. padding: 10px;
  238. font-weight: bold;
  239. color: rgb(10, 9, 58);
  240. }
  241. .Link {
  242. display: flex;
  243. align-items: center;
  244. justify-content: center;
  245. text-decoration: none;
  246. font-family: serif;
  247. background-color: rgb(174, 172, 240);
  248. border: 2px solid rgb(37, 140, 184);
  249. border-radius: 10px;
  250. margin: 10px;
  251. padding: 10px;
  252. font-weight: bold;
  253. color: rgb(10, 9, 58);
  254. }
  255. .Avatar {
  256. margin-left: 20px;
  257. width: 100px;
  258. border: 3px solid #fffff7;
  259. height: 55px;
  260. transition: 0.3s;
  261. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  262. }
  263. .Avatar:hover {
  264. box-shadow: 0 5px 10px rgba(77, 141, 168, 0.25),
  265. 0 10px 10px rgba(22, 93, 129, 0.22);
  266. }
  267. .Link:hover {
  268. text-decoration: underline;
  269. background-color: rgb(123, 119, 228);
  270. }
  271. .ResultUserFind {
  272. max-width: 500px;
  273. min-width: 320px;
  274. max-height: 500px;
  275. padding: 15px 0;
  276. overflow: auto;
  277. }