Predefinição:Teste/styles.css

De Wiki Gla
Ir para navegação Ir para pesquisar
.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;
}