Mudanças entre as edições de "Predefinição:MainPage/styles.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
.homepage-content { | .homepage-content { | ||
display: flex; | display: flex; | ||
| Linha 5: | Linha 4: | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
gap: 20px; | |||
} | } | ||
| Linha 18: | Linha 18: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
@media (max-width: 1024px) { | |||
.menu-col, | |||
.side-col { | |||
flex-basis: 100%; | |||
max-width: 100%; | |||
} | |||
} | |||
.home-card { | .home-card { | ||
background-color: # | background-color: #121212; | ||
border: | border: 1px solid #2a2a2a; | ||
box-shadow: | box-shadow: none; | ||
border-radius: 4px; | border-radius: 4px; | ||
overflow: hidden; | overflow: hidden; | ||
| Linha 28: | Linha 37: | ||
.home-title { | .home-title { | ||
background-color: # | background-color: #1a1a1a; | ||
color: # | color: #cccccc; | ||
font-family: 'Verdana', sans-serif; | font-family: 'Verdana', sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
| Linha 35: | Linha 44: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
padding: 8px 12px; | padding: 8px 12px; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #2a2a2a; | ||
} | } | ||
Edição das 17h58min de 5 de maio de 2025
.homepage-content {
display: flex;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
gap: 20px;
}
.menu-col {
flex-basis: 60%;
max-width: 60%;
}
.side-col {
flex-basis: 30%;
max-width: 30%;
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;
margin-bottom: 20px;
}
.home-title {
background-color: #1a1a1a;
color: #cccccc;
font-family: 'Verdana', sans-serif;
font-weight: bold;
text-align: left;
font-size: 1.2em;
padding: 8px 12px;
border-bottom: 1px solid #2a2a2a;
}