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: Reversão manual
Linha 1: Linha 1:
body.page-Usuário_Discussão_Gurren1 #content,
/** MENU/ÍNDICE/CHANGELOG/EVENTOS **/
body.page-Wiki_MainPage #content,
body.page-Main_Page #content {
  max-width: none;
  width: 100%;
  padding: 0;
}
 
.homepage-content {
.homepage-content {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
  gap: 20px;
   width: 100%;
   width: 100%;
   box-sizing: border-box;
   box-sizing: border-box;
  gap: 20px;
}
}


Linha 24: Linha 17:
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
}
.home-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
.home-title {
  text-align: center;
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  background: linear-gradient(to bottom, #459cca, #5684c8);
  color: white;
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
  padding: 3px;
}
}


Linha 30: Linha 45:
   .menu-col,
   .menu-col,
   .side-col {
   .side-col {
     flex-basis: 100%;
     flex: 1 1 100%;
     max-width: 100%;
     min-width: 100%;
   }
   }
}
.home-card {
  background-color: #1c1b1b;
  border: 2px solid #212121;
  border-radius: 0;
  margin-bottom: 1em;
  padding: 1em;
  box-sizing: border-box;
}
}

Edição das 00h02min de 8 de maio de 2025

/** MENU/ÍNDICE/CHANGELOG/EVENTOS **/
.homepage-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.menu-col {
  flex: 1;
  min-width: 400px;
}

.side-col {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
}

.home-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}

.home-title {
  text-align: center;
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  background: linear-gradient(to bottom, #459cca, #5684c8);
  color: white;
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
  padding: 3px;
}

@media (max-width: 1024px) {

  .menu-col,
  .side-col {
    flex: 1 1 100%;
    min-width: 100%;
  }
}