MediaWiki:Common.css: mudanças entre as edições

Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiqueta: Revertido
Linha 17: Linha 17:


/* Layout full com conteúdo em bloco */
/* Layout full com conteúdo em bloco */
 
/* Reset básico contra overflow horizontal */
.section-full {
html, body {
   width: 100vw;
   max-width: 100%;
   margin-left: calc(50% - 50vw);
   overflow-x: hidden;
  padding: 70px 0;
}
}


Linha 28: Linha 27:
   margin: 0 auto;
   margin: 0 auto;
   padding: 0 20px;
   padding: 0 20px;
}
.section-full {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 70px 0;
}
}


Linha 33: Linha 40:


.section-light {
.section-light {
   background: var(--wiki-bg-light, #f5f5f5);
   background: #f5f5f5;
}
}


.section-dark {
.section-dark {
   background: var(--wiki-bg-dark, #111);
   background: #111;
   color: white;
   color: white;
}
}
Linha 75: Linha 82:
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   gap: 20px;
   max-width: 1400px;
   max-width: 1400px;
   margin: 0 auto;
   margin: 0 auto;
  padding: 0 20px;
}
}


Linha 98: Linha 107:
   .split {
   .split {
     flex-direction: column;
     flex-direction: column;
  }
.hero-content {
  bottom: 10px;
   }
   }
}
}