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 36: Linha 36:


.home-card {
.home-card {
   background-color: #121212;
   background-color: #121a26;
   border: 1px solid #2a2a2a;
   border: 1px solid #2b2f38;
  box-shadow: none;
   border-radius: 4px;
   border-radius: 4px;
   overflow: hidden;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
}


.home-title {
.home-title {
   background-color: #1a1a1a;
  text-align: center;
   color: #cccccc;
  display: block;
  font-size: 1.8em;
  font-weight: 600;
   background: linear-gradient(to right, #1e2a38, #192430);
   color: #ccc;
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
   font-weight: 600;
   border-bottom: 1px solid #2b2f38;
   text-align: left;
   margin: 0;
  font-size: 1.8em;
   padding: 10px 12px;
   padding: 10px 14px;
   border-radius: 4px 4px 0 0;
   border-bottom: 1px solid #2a2a2a;
}
}

Edição das 22h03min 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: #121a26;
  border: 1px solid #2b2f38;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.home-title {
  text-align: center;
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  background: linear-gradient(to right, #1e2a38, #192430);
  color: #ccc;
  font-family: 'Inter', sans-serif;
  border-bottom: 1px solid #2b2f38;
  margin: 0;
  padding: 10px 12px;
  border-radius: 4px 4px 0 0;
}