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 49: Linha 49:
   font-weight: 600;
   font-weight: 600;
   text-align: left;
   text-align: left;
   font-size: 1.35em;
   font-size: 1.8em;
   padding: 10px 14px;
   padding: 10px 14px;
   border-bottom: 1px solid #2a2a2a;
   border-bottom: 1px solid #2a2a2a;
}
}

Edição das 18h16min de 5 de maio de 2025

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: #121212;
  border: 1px solid #2a2a2a;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
}

.home-title {
  background-color: #1a1a1a;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 1.8em;
  padding: 10px 14px;
  border-bottom: 1px solid #2a2a2a;
}