Mudanças entre as edições de "Predefinição:MainPage/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 46: | Linha 46: | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: #cccccc; | color: #cccccc; | ||
font-family: ' | font-family: 'Inter', sans-serif; | ||
font-weight: | font-weight: 600; | ||
text-align: left; | text-align: left; | ||
font-size: 1. | font-size: 1.35em; | ||
padding: | padding: 10px 14px; | ||
border-bottom: 1px solid #2a2a2a; | border-bottom: 1px solid #2a2a2a; | ||
} | } | ||
Edição das 18h14min 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: #121212;
border: 1px solid #2a2a2a;
box-shadow: none;
border-radius: 4px;
overflow: hidden;
}
.home-title {
background-color: #1a1a1a;
color: #cccccc;
font-family: 'Inter', sans-serif;
font-weight: 600;
text-align: left;
font-size: 1.35em;
padding: 10px 14px;
border-bottom: 1px solid #2a2a2a;
}