8 974
edições
Sem resumo de edição |
Etiqueta: Desfazer |
||
Linha 375: | Linha 375: | ||
} | } | ||
/* Página Instagram */ | |||
/* | .insta-main{ | ||
width: 100%; | |||
. | margin: 1em; | ||
background-color: | margin: auto; | ||
} | |||
.post{ | |||
width: 100%; | |||
height: auto; | |||
background: #fff; | |||
border: 1px solid #dfdfdf; | |||
margin-top: 40px; | |||
border-radius: 10px; | |||
} | |||
.info{ | |||
width: 100%; | |||
height: 60px; | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
margin: 5px 15px; | |||
} | |||
.info .username{ | |||
width: auto; | |||
font-weight: bold; | |||
color: #000; | |||
font-size: 14px; | |||
margin-left: 10px; | |||
} | |||
.info .options{ | |||
cursor: pointer; | |||
margin-right: 20px; | |||
scale: 0.8; | |||
} | |||
.info .user{ | |||
display: flex; | |||
align-items: center; | |||
} | |||
.info .profile-pic{ | |||
height: 40px; | |||
width: 40px; | |||
padding: 0; | |||
background: none; | |||
} | |||
.info .profile-pic img{ | |||
border-radius: 20px; | |||
} | |||
.post-image{ | |||
width: 100%; | |||
height: 100%; | |||
object-fit: cover; | |||
margin-top: -10px; | |||
width: 100%; | |||
height: 100%; | |||
/* object-fit: cover; */ | |||
margin-top: -10px; | |||
} | |||
.post-content{ | |||
width: 100%; | |||
padding: 20px; | |||
} | |||
.likes{ | |||
font-weight: bold; | |||
} | |||
.description{ | |||
width: 96%; | |||
font-size: 14px; | |||
line-height: 20px; | |||
} | |||
.description span{ | |||
font-weight: bold; | |||
margin-right: 10px; | |||
} | |||
.post-time{ | |||
color: rgba(0, 0, 0, 0.5); | |||
font-size: 12px; | |||
} | |||
.comment-wrapper{ | |||
width: 100%; | |||
height: 50px; | |||
border-radius: 1px solid #dfdfdf; | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
} | |||
.comment-wrapper .icon{ | |||
height: 30px; | |||
} | |||
.comment-box{ | |||
width: 80%; | |||
height: 100%; | |||
border: none; | |||
outline: none; | |||
font-size: 14px; | |||
} | |||
.comment-btn, | |||
.action-btn{ | |||
width: 70px; | |||
height: 100%; | |||
background: none; | |||
border: none; | |||
outline: none; | |||
text-transform: capitalize; | |||
font-size: 16px; | |||
color: rgb(0, 162, 255); | |||
opacity: 0.5; | |||
} | |||
.reaction-wrapper{ | |||
width: 100%; | |||
height: 50px; | |||
display: flex; | |||
margin-top: -25px; | |||
align-items: center; | |||
} | |||
.reaction-wrapper .icon{ | |||
margin-right: 15px; | |||
} | } | ||
. | |||
/* Testes */ | |||
.box{ | |||
box-shadow: | text-align: center; | ||
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5); | |||
border-radius: 10px; | |||
padding-bottom: 10px; | |||
} | } | ||
. | |||
.box-title{ | |||
border: 1px solid #570101; | |||
color: | width: 100%; | ||
height: 54px; | |||
margin-top: 2rem; | |||
background-color: #0562ae; | |||
border-radius: 10px 10px 0px 0px; | |||
} | } | ||
. | |||
.box-title p{ | |||
font-size: 22px; | |||
color: white; | color: white; | ||
position: relative; | |||
top: 35%; | |||
transform: translateY(-50%); | |||
} | } | ||
.update-box{ | |||
margin-bottom: 20px | |||
} | } | ||
text- | .update-box, .update-box-2{ | ||
width: 90%; | |||
text-align: center; | |||
position: relative; | |||
margin: 20px auto; | |||
transition: 1s; | |||
border-radius: 20px; | |||
display: flex; | |||
justify-content: center; | |||
font-weight: bold; | |||
} | } | ||
.update-box-2:hover, .update-box:hover{ | |||
transition: 1s; | |||
transform: scale(1.05); | |||
} | } | ||
.update-box img, .update-box-2 img{ | |||
border: 0; | border: 0; | ||
vertical-align: middle; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
.update-box-2 a, .update-box a{ | |||
width: 100%; | |||
} | |||
.update-title{ | |||
width: 100%; | |||
height: 42px; | |||
position: absolute; | |||
top: 0; | |||
font-size: 15px; | |||
border-radius: 20px 20px 0px 0px; | |||
} | |||
.update-title a{ | |||
color: white; | color: white; | ||
} | } | ||
. | |||
.update-subtitle{ | |||
width: 100%; | |||
height: 50px; | |||
position: absolute; | |||
bottom: 0; | |||
font-size: 15px; | |||
border-radius: 0px 0px 20px 20px; | |||
} | } | ||
. | |||
.update-box-subtitle{ | |||
position: relative; | |||
top: 50%; | |||
color: white; | |||
font-size: 1.2em; | |||
transform: translateY(-50%); | |||
} | } | ||
. | |||
background: # | .patch-notes{ | ||
padding: 20px; | |||
background-color: #ffffff; | |||
border-radius: 30px; | |||
border: 1px solid #cccccc; | |||
margin-bottom: 20px; | |||
} | } | ||
.patch-notes img{ | |||
float: right; | |||
width: 100px; | |||
height: 100px; | |||
border-radius: 50px; | |||
} | } | ||
/* DarkMode */ |