11 908
edições
Sem resumo de edição Etiquetas: Edição móvel Edição feita através do site móvel |
Sem resumo de edição |
||
| (40 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
| Linha 23: | Linha 23: | ||
width: 100%; | width: 100%; | ||
color: white; | color: white; | ||
background: linear-gradient(60deg, | background: linear-gradient(60deg,#0562ae 0%, #007ee5 46%,#289eff 100%); | ||
background-size: 300% 300%; | background-size: 300% 300%; | ||
background-position: 0 50%; | background-position: 0 50%; | ||
| Linha 59: | Linha 52: | ||
height: auto; | height: auto; | ||
padding: 5px 0px; | padding: 5px 0px; | ||
background: linear-gradient( | background: linear-gradient(60deg,#0562af,#0273cf,#0380e7,#1992f5,#5fb6ff,#1864c7,#034d89); | ||
} | } | ||
| Linha 76: | Linha 69: | ||
.ma-item { | .ma-item { | ||
height: 100%; | height: 100%; | ||
transition: 1s; | transition: 1s; | ||
} | } | ||
| Linha 99: | Linha 90: | ||
.column { | .column { | ||
text-align: center; | text-align: center; | ||
margin: 1em; | |||
} | } | ||
| Linha 105: | Linha 97: | ||
top: -60px; | top: -60px; | ||
text-align: center; | text-align: center; | ||
height: 50px; | height: 50px; | ||
} | } | ||
| Linha 151: | Linha 142: | ||
.update-image { | .update-image { | ||
box-shadow: 0 0 0.6 3em #BBB; | box-shadow: 0 0 0.6 3em #BBB; | ||
} | |||
.destaque-box { | |||
width: 100%; | |||
text-align: center; | |||
position: relative; | |||
transition: 1s; | |||
border-radius: 20px; | |||
display: flex; | |||
justify-content: center; | |||
font-weight: bold; | |||
} | |||
.destaque-box:hover{ | |||
transition: 1s; | |||
transform: scale(1.01); | |||
} | |||
.destaque-box img{ | |||
vertical-align: middle; | |||
width: 100%; | |||
border-radius: 6px; | |||
border-top: 10px solid #3498db; | |||
object-fit: cover; | |||
} | |||
.destaque-box a{ | |||
width: 100%; | |||
} | } | ||
| Linha 186: | Linha 205: | ||
padding: 0; */ | padding: 0; */ | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
} | } | ||
| Linha 225: | Linha 220: | ||
font-size: 1rem; | font-size: 1rem; | ||
color: white; | color: white; | ||
background: linear-gradient( | background: linear-gradient(90deg,#0562af,#0273cf,#0380e7,#1992f5,#5fb6ff,#1864c7,#034d89); | ||
background-size: 300% 300%; | background-size: 300% 300%; | ||
background-position: 0 50%; | background-position: 0 50%; | ||
| Linha 238: | Linha 233: | ||
.sc-icon { | .sc-icon { | ||
display: inline-block; | display: inline-block; | ||
width: 12 | width: 12%; | ||
margin: -1px; | margin: -1px; | ||
height: auto; | height: auto; | ||
| Linha 518: | Linha 513: | ||
/* Testes */ | /* Testes */ | ||
.box{ | |||
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; | |||
width: 100%; | |||
height: 54px; | |||
margin-top: 2rem; | |||
background-color: #0562ae; | |||
border-radius: 10px 10px 0px 0px; | |||
} | |||
.box-title p{ | |||
font-size: 22px; | |||
color: white; | |||
position: relative; | |||
top: 35%; | |||
transform: translateY(-50%); | |||
} | |||
.update-box{ | .update-box{ | ||
margin-bottom: 20px | margin-bottom: 20px | ||
} | } | ||
.update-box-2{ | .update-box, .update-box-2{ | ||
width: 90%; | width: 90%; | ||
text-align: center; | text-align: center; | ||
position: relative; | position: relative; | ||
margin: 20px auto; | |||
transition: 1s; | |||
border-radius: 20px; | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
font-weight: bold; | font-weight: bold; | ||
border- | } | ||
.update-box-2:hover, .update-box:hover{ | |||
transition: 1s; | |||
transform: scale(1.05); | |||
} | |||
.update-box img, .update-box-2 img{ | |||
border: 0; | |||
vertical-align: middle; | |||
width: 100%; | |||
height: 100%; | |||
} | } | ||
.update-box-2 a, .update-box a{ | |||
width: 100%; | |||
} | |||
.update-title{ | .update-title{ | ||
width: 100%; | width: 100%; | ||
| Linha 559: | Linha 574: | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
font-size: 15px; | font-size: 15px; | ||
border-radius: 20px 20px 0px 0px; | border-radius: 20px 20px 0px 0px; | ||
} | } | ||
.update-title a{ | .update-title a{ | ||
color: white; | color: white; | ||
} | } | ||
.update-subtitle{ | .update-subtitle{ | ||
width: 100%; | width: 100%; | ||
| Linha 571: | Linha 587: | ||
position: absolute; | position: absolute; | ||
bottom: 0; | bottom: 0; | ||
font-size: 15px; | font-size: 15px; | ||
border-radius: 0px 0px 20px 20px; | border-radius: 0px 0px 20px 20px; | ||
} | } | ||
.update-box-subtitle{position: relative; | |||
.update-box-subtitle{ | |||
position: relative; | |||
top: 50%; | top: 50%; | ||
color: white; | |||
font-size: 1.2em; | |||
transform: translateY(-50%); | transform: translateY(-50%); | ||
} | } | ||
.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; | |||
} | |||
.container-tab table{ | |||
text-align: center; | |||
width: 100%; | |||
border-collapse: collapse; | |||
display: inline-table; | |||
overflow: hidden; | |||
box-shadow: 0 0 20px rgba(0,0,0,0.1); | |||
border: 1px solid gray; | |||
} | |||
.container-tab th, | |||
.container-tab td { | |||
padding: 15px 5px; | |||
background-color: rgba(255,255,255,0.2); | |||
border: 1px solid gray; | |||
text-align: center; | |||
} | |||
.container-tab th { | |||
text-align: center; | |||
border: 1px solid gray; | |||
} | |||
.container-tab tbody { | |||
tr { | |||
&:hover { | |||
background-color: rgb(10 234 58 / 20%); | |||
} | |||
} | |||
td { | |||
position: relative; | |||
&:hover { | |||
&:before { | |||
content: ""; | |||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
top: -9999px; | |||
bottom: -9999px; | |||
background-color: rgb(234 10 10 / 20%); | |||
z-index: -1; | |||
} | |||
} | |||
} | |||
} | |||
.celula-neutra { | |||
backdrop-filter: invert(30%); | |||
} | |||
table { | |||
border-collapse: separate; | |||
} | |||
/* DarkMode */ | |||