Mudanças entre as edições de "Predefinição:MainPage/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 53: | Linha 53: | ||
font-family: 'Inter', sans-serif; | font-family: 'Inter', sans-serif; | ||
border-bottom: 1px solid #2b2f38; | border-bottom: 1px solid #2b2f38; | ||
padding: 2px; | |||
padding: | |||
border-radius: 4px 4px 0 0; | border-radius: 4px 4px 0 0; | ||
} | } | ||
Edição das 22h05min de 5 de maio de 2025
body.page-Usuário_Discussão_Gurren1 #content,
body.page-Wiki_MainPage #content,
body.page-Main_Page #content {
max-width: none;
width: 100%;
padding: 0;
}
.homepage-content {
display: flex;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
gap: 20px;
}
.menu-col {
flex: 1;
min-width: 400px;
}
.side-col {
flex: 0 0 300px;
display: flex;
flex-direction: column;
}
@media (max-width: 1024px) {
.menu-col,
.side-col {
flex-basis: 100%;
max-width: 100%;
}
}
.home-card {
background-color: #121a26;
border: 1px solid #2b2f38;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}
.home-title {
text-align: center;
display: block;
font-size: 1.8em;
font-weight: 600;
background: linear-gradient(to right, #1e2a38, #192430);
color: #ccc;
font-family: 'Inter', sans-serif;
border-bottom: 1px solid #2b2f38;
padding: 2px;
border-radius: 4px 4px 0 0;
}