Predefinição:MainPage/styles.css
Ir para navegação
Ir para pesquisar
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;
margin: 0;
padding: 10px 12px;
border-radius: 4px 4px 0 0;
}