Mudanças entre as edições de "Predefinição:MainPage/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Etiqueta: Revertido
Linha 1: Linha 1:
/** MENU/ÍNDICE/CHANGELOG/EVENTOS **/
.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: #1a1a1a;
   background-color: #121212;
   border: 2px solid #d9a300;
   border: 1px solid #2a2a2a;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
   box-shadow: none;
   border-radius: 4px;
   border-radius: 4px;
   overflow: hidden;
   overflow: hidden;
Linha 28: Linha 37:


.home-title {
.home-title {
   background-color: #111;
   background-color: #1a1a1a;
   color: #f0c93a;
   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 #d9a300;
   border-bottom: 1px solid #2a2a2a;
}
 
@media (max-width: 1024px) {
  .menu-col,
  .side-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
}

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;
}