Mudanças entre as edições de "Predefinição:MainPage/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
 
(15 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
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 {
.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;
}
}
 
.menu-col .home-card:last-child {
  margin-bottom: 0 !important;
}
.menu-col {
.menu-col {
   flex: 1;
   flex: 1;
Linha 24: Linha 18:
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
}
@media (max-width: 1024px) {
  .menu-col,
  .side-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
}


.home-card {
.home-card {
   background-color: #121a26;
   border: 1px solid #e0e0e0;
   border: 1px solid #2b2f38;
   border-radius: 8px;
   border-radius: 4px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
   margin-bottom: 20px;
   margin-bottom: 20px;
  background: #fff;
}
.home-index {
  flex: 1 1 0;
  min-width: 300px;
}
}


Linha 47: Linha 37:
   text-align: center;
   text-align: center;
   display: block;
   display: block;
   font-size: 1.8em;
   font-size: 1.75em;
   font-weight: 600;
   font-weight: bold;
   background: linear-gradient(to right, #1e2a38, #192430);
   background: linear-gradient(to bottom, #459cca, #5684c8);
   color: #ccc;
   color: white;
   font-family: 'Inter', sans-serif;
   border-radius: 8px 8px 0 0;
   border-bottom: 1px solid #2b2f38;
  margin: 0;
   padding: 2px;
  position: relative;
   border-radius: 4px 4px 0 0;
}
 
@media (max-width: 1024px) {
   .menu-col .home-card:last-child {
    margin-bottom: 0;
  }
}
 
#contentSub, #contentSub2 {
  margin: 0 !important;
   padding: 0 !important;
   display: none;
}
 
#firstHeading,
#contentSub,
#contentSub2 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
}

Edição atual tal como às 01h57min de 2 de junho de 2025

.homepage-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.menu-col .home-card:last-child {
  margin-bottom: 0 !important;
}
.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-index {
  flex: 1 1 0;
  min-width: 300px;
}

.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;
}

@media (max-width: 1024px) {
  .menu-col .home-card:last-child {
    margin-bottom: 0;
  }
}

#contentSub, #contentSub2 {
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}

#firstHeading,
#contentSub,
#contentSub2 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}