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 5: Linha 5:
   font-family: sans-serif;
   font-family: sans-serif;
   color: #222;
   color: #222;
   border: 1px solid #ccc;
   background: #fff;
   background: #f9f9f9;
   border-radius: 8px;
   box-shadow: 0 0 4px rgba(0,0,0,0.05);
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
   padding: 24px;
}
 
.infobox-boss-right {
  width: 100%;
   padding: 16px;
   box-sizing: border-box;
   box-sizing: border-box;
}
.infobox-skill-info-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
}


.infobox-skill-tabs {
.infobox-skill-tabs {
   display: flex;
   display: flex;
   gap: 8px;
  justify-content: center;
   gap: 12px;
   flex-wrap: wrap;
   flex-wrap: wrap;
  margin-bottom: 16px;
}
}


.infobox-skill-tab {
.infobox-skill-tab {
   cursor: pointer;
   cursor: pointer;
   padding: 6px 12px;
   background: #f0f0f0;
   background: none;
   color: #222;
   border: none;
   border: none;
   border-bottom: 3px solid transparent;
   border-radius: 6px;
  padding: 10px 18px;
  font-size: 1em;
   font-weight: bold;
   font-weight: bold;
   color: #0645ad;
   transition: background 0.2s ease;
  font-size: 0.95em;
}
}


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


.skill-desc {
.skill-desc {
   background: #f6f6f6;
   font-size: 1em;
   padding: 10px 12px;
   text-align: center;
   font-size: 0.95em;
   max-width: 720px;
   line-height: 1.5;
  margin: 0 auto 24px auto;
   color: #222;
   line-height: 1.6;
   width: 100%;
   padding: 12px 16px;
   box-sizing: border-box;
   background: #f9f9f9;
   border-radius: 3px;
   border-radius: 6px;
   box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}
}


Linha 65: Linha 55:
   justify-content: center;
   justify-content: center;
   align-items: center;
   align-items: center;
  padding: 16px 0 24px;
}
}


Linha 71: Linha 60:
   display: none;
   display: none;
   width: 100%;
   width: 100%;
  max-width: 720px;
}
}


Linha 79: Linha 69:
.skill-video video {
.skill-video video {
   width: 100%;
   width: 100%;
   max-width: 700px;
   height: auto;
  border: 1px solid #aaa;
   border-radius: 6px;
   border-radius: 4px;
   background: #000;
   background: #000;
   display: block;
   border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
 
/* Mobile first */
@media (max-width: 768px) {
  .infobox-boss-wide {
    padding: 16px;
  }
 
  .infobox-skill-tab {
    padding: 8px 14px;
    font-size: 0.95em;
  }
 
  .skill-desc {
    font-size: 0.95em;
    padding: 10px 12px;
  }
}
}

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

.infobox-boss-wide {
  width: 100%;
  max-width: 900px;
  margin: 32px auto;
  font-family: sans-serif;
  color: #222;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  box-sizing: border-box;
}

.infobox-skill-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.infobox-skill-tab {
  cursor: pointer;
  background: #f0f0f0;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 1em;
  font-weight: bold;
  transition: background 0.2s ease;
}

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

.skill-desc {
  font-size: 1em;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 24px auto;
  line-height: 1.6;
  padding: 12px 16px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}

.infobox-skill-video-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-video {
  display: none;
  width: 100%;
  max-width: 720px;
}

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

.skill-video video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #000;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

/* Mobile first */
@media (max-width: 768px) {
  .infobox-boss-wide {
    padding: 16px;
  }

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

  .skill-desc {
    font-size: 0.95em;
    padding: 10px 12px;
  }
}