Predefinição:MainPage/styles.css

De Wiki Gla
Revisão de 18h09min de 5 de maio de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar
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-basis: calc(57% - 10px);
  max-width: calc(57% - 10px);
  min-width: 400px;
}

.side-col {
  flex-basis: calc(43% - 10px);
  max-width: calc(43% - 10px);
  min-width: 300px;
}

@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: 'Verdana', sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  padding: 8px 12px;
  border-bottom: 1px solid #2a2a2a;
}