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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Linha 3: Linha 3:
   flex-direction: column;
   flex-direction: column;
   align-items: center;
   align-items: center;
  justify-content: center;
   width: 100%;
   width: 100%;
   background: none;
   background: none;
  border: none;
   border-radius: 12px;
   border-radius: 12px;
  box-shadow: none;
   font-family: sans-serif;
   font-family: sans-serif;
   color: #222;
   color: #222;
Linha 19: Linha 16:
   flex-direction: column;
   flex-direction: column;
   align-items: center;
   align-items: center;
  justify-content: center;
}
}


Linha 28: Linha 24:
   flex-direction: column;
   flex-direction: column;
   align-items: center;
   align-items: center;
   justify-content: center;
   margin-top: 24px;
   margin-top: 16px;
   margin-bottom: 16px;
   gap: 8px;
   gap: 12px;
}
}


Linha 36: Linha 32:
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 8px;
   gap: 10px;
   justify-content: center;
   justify-content: center;
   width: 100%;
   width: 100%;
Linha 46: Linha 42:
   color: #222;
   color: #222;
   border: 2px solid #ffc107;
   border: 2px solid #ffc107;
   border-radius: 8px;
   border-radius: 10px;
   padding: 8px 16px;
   padding: 10px 18px;
   font-size: 1em;
   font-size: 1em;
   font-weight: bold;
   font-weight: bold;
   transition: 0.2s;
   transition: 0.2s ease-in-out;
   box-shadow: 0 2px 6px rgba(0,0,0,0.08);
   box-shadow: 0 2px 6px rgba(0,0,0,0.08);
   opacity: 0.7;
   opacity: 0.7;
Linha 69: Linha 65:
   font-weight: 500;
   font-weight: 500;
   line-height: 1.5;
   line-height: 1.5;
   margin: 0;
   padding: 8px 12px;
   color: #222;
  min-height: 60px;
   background: none;
   max-width: 800px;
   padding: 4px 0;
   box-sizing: border-box;
   transition: all 0.2s ease;
}
}


Linha 81: Linha 78:
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   background: transparent;
   padding: 8px 0 24px 0;
  border-radius: 8px;
  padding: 16px 0;
   margin: 0 auto;
   margin: 0 auto;
}
}


.skill-video {
.skill-video {
    width: 100%;
  width: 100%;
    max-width: 900px;
  max-width: 900px;
    min-height: 270px;
  min-height: 270px;
    display: flex;
  display: flex;
    align-items: center;
  align-items: center;
    justify-content: center;
  justify-content: center;
    background: transparent;
  padding: 16px 0;
    border-radius: 8px;
  opacity: 0;
    margin-top: 0;
  visibility: hidden;
    margin-bottom: 0;
  position: absolute;
    box-shadow: none;
  height: 0;
    padding: 16px 0;
  overflow: hidden;
    margin-left: auto;
}
    margin-right: auto;
 
.skill-video.active {
  position: static;
  opacity: 1;
  visibility: visible;
  height: auto;
}
}


.skill-video video {
.skill-video video {
    width: 100%;
  width: 100%;
    height: auto;
  height: auto;
    max-width: 700px;
  max-width: 700px;
    border-radius: 8px;
  border-radius: 8px;
    background: #000;
  background: #000;
    display: block;
  display: block;
    margin: 0 auto;
  margin: 0 auto;
}
}


/* Responsivo */
@media (max-width: 900px) {
@media (max-width: 900px) {
   .infobox-skill-info-area,
   .infobox-skill-info-area,
   .infobox-skill-video-area {
   .infobox-skill-video-area {
     max-width: 100vw;
     max-width: 100vw;
    width: 100%;
     padding: 0 4vw;
     padding: 0 4vw;
     margin: 12px 0;
     margin: 12px 0;
     gap: 6px;
     gap: 8px;
  }
 
  .skill-video video {
    min-width: 100%;
    min-height: 240px;
   }
   }


   .infobox-skill-tab {
   .infobox-skill-tab {
     padding: 6px 12px;
     padding: 8px 14px;
     font-size: 0.9em;
     font-size: 0.95em;
   }
   }


   .skill-desc {
   .skill-desc {
     font-size: 0.95em;
     font-size: 0.95em;
     padding: 2px 0;
     min-height: 50px;
  }
 
  .skill-video video {
    min-width: 100%;
    min-height: 240px;
   }
   }
}
}

Edição das 22h35min de 23 de maio de 2025

.infobox-boss-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: none;
  border-radius: 12px;
  font-family: sans-serif;
  color: #222;
  overflow: hidden;
}

.infobox-boss-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infobox-skill-info-area {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  gap: 12px;
}

.infobox-skill-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.infobox-skill-tab {
  cursor: pointer;
  background: #fff;
  color: #222;
  border: 2px solid #ffc107;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 1em;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  opacity: 0.7;
}

.infobox-skill-tab.active,
.infobox-skill-tab:hover {
  opacity: 1;
  background: #ffc107;
  color: #181f2a;
  border-color: #ffc107;
}

.skill-desc {
  font-size: 1em;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 12px;
  min-height: 60px;
  max-width: 800px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.infobox-skill-video-area {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 24px 0;
  margin: 0 auto;
}

.skill-video {
  width: 100%;
  max-width: 900px;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.skill-video.active {
  position: static;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.skill-video video {
  width: 100%;
  height: auto;
  max-width: 700px;
  border-radius: 8px;
  background: #000;
  display: block;
  margin: 0 auto;
}

/* Responsivo */
@media (max-width: 900px) {
  .infobox-skill-info-area,
  .infobox-skill-video-area {
    max-width: 100vw;
    padding: 0 4vw;
    margin: 12px 0;
    gap: 8px;
  }

  .infobox-skill-tab {
    padding: 8px 14px;
    font-size: 0.95em;
  }

  .skill-desc {
    font-size: 0.95em;
    min-height: 50px;
  }

  .skill-video video {
    min-width: 100%;
    min-height: 240px;
  }
}