|
@@ -7,31 +7,7 @@ body {
|
|
|
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
-// ::-webkit-scrollbar { /* 1 - скроллбар */
|
|
|
-// width: 10px;
|
|
|
-// height: 10px;
|
|
|
-// background-color: #8e1919;
|
|
|
-// background-color: darkgrey;
|
|
|
-// }
|
|
|
-// ::-webkit-scrollbar-thumb {
|
|
|
-// box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
|
-// }
|
|
|
-/* width */
|
|
|
-// ::-webkit-scrollbar {
|
|
|
-// width: 20px;
|
|
|
-// // height: 20px;
|
|
|
-// }
|
|
|
|
|
|
-// ::-webkit-scrollbar-track {
|
|
|
-// box-shadow: inset 0 0 5px #32373b;
|
|
|
-// // border-radius: 2px;
|
|
|
-// }
|
|
|
-
|
|
|
-// /* Handle */
|
|
|
-// ::-webkit-scrollbar-thumb {
|
|
|
-// background: #1d5b78;
|
|
|
-// border-radius: 3px;
|
|
|
-// }
|
|
|
@import '~antd/dist/antd.css';
|
|
|
|
|
|
.Dropzone {
|
|
@@ -62,22 +38,31 @@ body {
|
|
|
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
+.Link{
|
|
|
+ color: white;
|
|
|
+ margin-left: 5px;
|
|
|
+
|
|
|
+}
|
|
|
+.Link:hover{
|
|
|
+ text-decoration: underline;
|
|
|
+ color:rgb(241, 69, 155);
|
|
|
+}
|
|
|
|
|
|
.Links:active {
|
|
|
- transform: scale(1.1); /* Увеличение картинки */
|
|
|
+ transform: scale(1.1);
|
|
|
}
|
|
|
.Header {
|
|
|
display: flex;
|
|
|
position: fixed;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
padding: 10px;
|
|
|
z-index: 4;
|
|
|
width: 100%;
|
|
|
- background: #74d2e7;
|
|
|
+ background-color: rgb(206, 227, 255);
|
|
|
top: 0;
|
|
|
transition: 0.3s;
|
|
|
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
+ box-shadow: 0 5px 10px rgba(73, 80, 83, 0.25),
|
|
|
+ 0 10px 5px rgba(191, 194, 196, 0.22);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.Recomendations {
|
|
@@ -138,7 +123,6 @@ main {
|
|
|
display: flex;
|
|
|
width: 90%;
|
|
|
padding: 5px;
|
|
|
- // margin: 5px;
|
|
|
border-radius: 20px;
|
|
|
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
|
|
font-size: 30px;
|
|
@@ -146,7 +130,6 @@ main {
|
|
|
.container {
|
|
|
padding: 10px;
|
|
|
margin-top: 20px;
|
|
|
- // margin: 20px;
|
|
|
}
|
|
|
.AboutMe {
|
|
|
margin-top: 100px;
|
|
@@ -159,35 +142,14 @@ main {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.Card {
|
|
|
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
- // animation: fade .5s linear forwards;
|
|
|
-}
|
|
|
-// @keyframes fade {
|
|
|
-// 0% {
|
|
|
-// opacity: 0;
|
|
|
-// }
|
|
|
-// 100% {
|
|
|
-// opacity: 1;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// .Card:hover {
|
|
|
-// display: block;
|
|
|
-// background: rgba(0, 0, 0, 0.5);
|
|
|
-// cursor: pointer;
|
|
|
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25),
|
|
|
+ 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
+}
|
|
|
|
|
|
-// }
|
|
|
.Wrapper {
|
|
|
- // background: rgba(0, 0, 0, 0.5);
|
|
|
- // opacity: 0;
|
|
|
- // padding: 10px;
|
|
|
margin: 40px;
|
|
|
- // background: rgb(0, 0, 0);
|
|
|
-
|
|
|
- // opacity: 1;
|
|
|
+
|
|
|
transition: filter 0.5s;
|
|
|
- // background: #000; /* У блока, оборачивающего картинку при наведении будет просвечивать черный фон */
|
|
|
- // overflow: hidden; /* Ограничиваем видиую область */
|
|
|
}
|
|
|
.Wrapper:hover {
|
|
|
-webkit-filter: brightness(40%);
|
|
@@ -198,8 +160,6 @@ main {
|
|
|
cursor: pointer;
|
|
|
font-size: xx-large;
|
|
|
color: red;
|
|
|
-
|
|
|
- // background-color: red;
|
|
|
}
|
|
|
.Like:active {
|
|
|
transform: scale(1.1);
|
|
@@ -207,7 +167,6 @@ main {
|
|
|
.UnLike {
|
|
|
cursor: pointer;
|
|
|
font-size: xx-large;
|
|
|
- // opacity: 1;
|
|
|
color: white;
|
|
|
transition: filter 0.3s;
|
|
|
}
|
|
@@ -217,8 +176,6 @@ main {
|
|
|
|
|
|
.MyCarousel {
|
|
|
display: block;
|
|
|
- // min-width: 60%;
|
|
|
- // min-height: 60%;
|
|
|
object-fit: cover;
|
|
|
background: #84898987;
|
|
|
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
@@ -233,7 +190,6 @@ main {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin-bottom: 20px;
|
|
|
- // justify-content: center;
|
|
|
}
|
|
|
.PostFeed {
|
|
|
border-width: 20;
|
|
@@ -245,7 +201,6 @@ main {
|
|
|
transition: 0.3s;
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25),
|
|
|
0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
- // padding: 20px;
|
|
|
}
|
|
|
.InputForm {
|
|
|
position: fixed;
|
|
@@ -299,7 +254,6 @@ main {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 700px;
|
|
|
- // margin: 20px;
|
|
|
height: 500px;
|
|
|
object-fit: cover;
|
|
|
margin-left: auto;
|
|
@@ -375,11 +329,12 @@ main {
|
|
|
border: 3px solid #fffff7;
|
|
|
height: 55px;
|
|
|
transition: 0.3s;
|
|
|
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
+ // box-shadow: 0 5px 10px rgba(77, 141, 168, 0.25),
|
|
|
+ // 0 10px 10px rgba(22, 93, 129, 0.22);
|
|
|
}
|
|
|
.Avatar:hover {
|
|
|
- box-shadow: 0 5px 10px rgba(77, 141, 168, 0.25),
|
|
|
- 0 10px 10px rgba(22, 93, 129, 0.22);
|
|
|
+ box-shadow: 0 5px 10px rgba(21, 46, 57, 0.25),
|
|
|
+ 0 10px 10px rgba(12, 43, 58, 0.22);
|
|
|
}
|
|
|
|
|
|
.ResultUserFind {
|
|
@@ -392,7 +347,6 @@ main {
|
|
|
.InputOnePost{
|
|
|
display: flex;
|
|
|
width: 40%;
|
|
|
-// margin: 10px 0;
|
|
|
margin-left: 10px;
|
|
|
margin-right: 10px;
|
|
|
}
|