App.scss 5.9 KB

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