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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Etiqueta: Revertido
Linha 1: Linha 1:
.infobox-boss-wide {
.infobox-boss-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
   width: 100%;
   width: 100%;
  max-width: 900px;
  margin: 0 auto;
   font-family: sans-serif;
   font-family: sans-serif;
   color: #222;
   color: #222;
   border-radius: 12px;
  border: 1px solid #ccc;
   overflow: hidden;
   border-collapse: collapse;
   background: #f9f9f9;
}
}


.infobox-boss-right {
.infobox-skill-info-area {
  width: 100%;
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
  align-items: center;
}
.infobox-skill-info-area {
   width: 100%;
   width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px auto 0;
  padding: 0 16px;
  gap: 10px;
}
}


.infobox-skill-tabs {
.infobox-skill-tabs {
   display: flex;
   display: flex;
  justify-content: flex-start;
  background: white;
  border-bottom: 2px solid #a2a9b1;
  padding: 4px 8px 0;
  gap: 8px;
   flex-wrap: wrap;
   flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
}


.infobox-skill-tab {
.infobox-skill-tab {
   cursor: pointer;
   cursor: pointer;
   background: #fff;
   padding: 6px 12px;
   color: #222;
   background: none;
   border: 2px solid #ffc107;
   border: none;
   border-radius: 10px;
   border-bottom: 3px solid transparent;
  padding: 10px 20px;
  font-size: 1em;
   font-weight: bold;
   font-weight: bold;
   transition: all 0.2s ease-in-out;
   color: #0645ad;
   box-shadow: 0 2px 6px rgba(0,0,0,0.08);
   font-size: 0.95em;
  opacity: 0.75;
}
}


.infobox-skill-tab.active,
.infobox-skill-tab.active {
.infobox-skill-tab:hover {
   border-bottom: 3px solid #36c;
   opacity: 1;
   color: black;
  background: #ffc107;
   color: #181f2a;
  border-color: #ffc107;
}
}


.skill-desc {
.skill-desc {
  width: 100%;
   background: #f6f6f6;
  max-width: 700px;
   padding: 8px 12px;
   background: #fff;
   font-size: 0.95em;
  border-left: 4px solid #ffc107;
   padding: 10px 14px;
   font-size: 1em;
  font-weight: 500;
   line-height: 1.5;
   line-height: 1.5;
   color: #222;
   border-top: 1px solid #ddd;
  box-sizing: border-box;
   border-bottom: 1px solid #ddd;
  overflow-y: auto;
  max-height: 100px;
   border-radius: 6px;
  margin-top: 6px;
}
}


.infobox-skill-video-area {
.infobox-skill-video-area {
   width: 100%;
   background: #fbfbfb;
   max-width: 900px;
   padding: 16px;
   display: flex;
   display: flex;
  justify-content: center;
   align-items: center;
   align-items: center;
  justify-content: center;
  padding: 16px 0 24px;
}
}


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


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


.skill-video video {
.skill-video video {
   width: 100%;
   width: 100%;
   height: auto;
   max-width: 640px;
   max-width: 700px;
   border: 1px solid #aaa;
   border-radius: 10px;
   border-radius: 4px;
   background: #000;
   background: #000;
  display: block;
  margin: 0 auto;
}
/* Responsividade mobile */
@media (max-width: 768px) {
  .infobox-skill-info-area,
  .infobox-skill-video-area {
    padding: 0 6vw;
    max-width: 100%;
    margin: 16px 0;
  }
  .infobox-skill-tab {
    font-size: 0.9em;
    padding: 8px 14px;
  }
  .skill-desc {
    font-size: 0.95em;
    max-height: 90px;
  }
  .skill-video video {
    max-width: 100%;
    min-height: 220px;
  }
}
}

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

.infobox-boss-wide {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #222;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #f9f9f9;
}

.infobox-skill-info-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.infobox-skill-tabs {
  display: flex;
  justify-content: flex-start;
  background: white;
  border-bottom: 2px solid #a2a9b1;
  padding: 4px 8px 0;
  gap: 8px;
  flex-wrap: wrap;
}

.infobox-skill-tab {
  cursor: pointer;
  padding: 6px 12px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  color: #0645ad;
  font-size: 0.95em;
}

.infobox-skill-tab.active {
  border-bottom: 3px solid #36c;
  color: black;
}

.skill-desc {
  background: #f6f6f6;
  padding: 8px 12px;
  font-size: 0.95em;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.infobox-skill-video-area {
  background: #fbfbfb;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-video {
  display: none;
}

.skill-video.active {
  display: block;
}

.skill-video video {
  width: 100%;
  max-width: 640px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #000;
}