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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
.skillbox-container {
.skillbox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   width: 100%;
   width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  color: #222;
  margin: 0 auto;
   background: none;
   background: none;
   border: none;
   border: none;
  border-radius: 12px;
   box-shadow: none;
   box-shadow: none;
  font-family: sans-serif;
  color: #222;
  overflow: hidden;
  margin-bottom: 0;
}
}


.skillbox-inner {
.skillbox-inner {
  width: 100%;
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   align-items: center;
   align-items: stretch;
   justify-content: center;
   justify-content: flex-start;
  width: 100%;
   padding: 0;
   padding: 0;
}
}
Linha 26: Linha 21:
.skillbox-info-area {
.skillbox-info-area {
   width: 100%;
   width: 100%;
   max-width: 900px;
   max-width: 100%;
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   align-items: center;
   align-items: stretch;
   justify-content: center;
   justify-content: flex-start;
  margin: 16px 0 8px 0;
  gap: 8px;
   padding: 0;
   padding: 0;
  gap: 0;
  border-top: 2px solid #ccc;
  margin-top: 16px;
}
.skillbox-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
}


Linha 39: Linha 42:
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
   width: 100%;
   width: 100%;
   margin: 0;
   border-bottom: 1px solid #ccc;
   padding: 0;
  background: #f9f9f9;
   padding: 8px 12px;
  gap: 6px;
}
}


.skillbox-tab {
.skillbox-tab {
   background: #f0f8ff;
  cursor: pointer;
   color: #205081;
   background: #eaf3ff;
   border: 2px solid #3c8dbc;
   color: #2c4e7a;
   border-radius: 8px;
   border: 1px solid #a8c7e0;
   padding: 8px 16px;
  border-bottom: none;
   font-size: 1em;
   border-radius: 6px 6px 0 0;
   padding: 6px 12px;
   font-size: 0.95em;
   font-weight: bold;
   font-weight: bold;
   transition: 0.2s;
   transition: background 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  opacity: 0.8;
}
}


.skillbox-tab.active,
.skillbox-tab.active {
.skillbox-tab:hover {
   background: #dbeeff;
  opacity: 1;
   color: #000;
   background: #3c8dbc;
   border-bottom: 2px solid white;
   color: #fff;
   border-color: #3c8dbc;
}
}


.skillbox-desc {
.skillbox-desc {
  font-size: 1em;
   width: 100%;
   width: 100%;
   max-width: 840px;
   background: #f5f7fa;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto;
   color: #222;
   color: #222;
   background: #f5f7fa;
   font-size: 1em;
   padding: 12px 20px;
  line-height: 1.5;
   border-radius: 6px;
   padding: 12px 16px;
   box-shadow: inset 0 0 4px rgba(0,0,0,0.03);
   box-sizing: border-box;
   border-bottom: 1px solid #ccc;
}
}


.skillbox-video-area {
.skillbox-video-area {
   width: 100%;
   width: 100%;
  max-width: 900px;
   display: flex;
   display: flex;
  justify-content: center;
   align-items: center;
   align-items: center;
  justify-content: center;
   background: transparent;
   background: transparent;
  border-radius: 8px;
   padding: 16px 0 24px;
   padding: 0;
  margin: 0 auto;
}
}


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


.skillbox-wrapper {
/* Responsivo */
  background: none;
@media (max-width: 768px) {
  color: #222;
  border-radius: 12px;
  box-shadow: none;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
}
 
@media (max-width: 900px) {
  .skillbox-info-area,
  .skillbox-video-area {
    max-width: 100vw;
    width: 100%;
    padding: 0 4vw;
    margin: 12px 0;
    gap: 6px;
  }
 
  .skillbox-video video {
    min-width: 100%;
    min-height: 240px;
  }
 
   .skillbox-tab {
   .skillbox-tab {
     padding: 6px 12px;
     padding: 6px 10px;
     font-size: 0.9em;
     font-size: 0.9em;
   }
   }
Linha 143: Linha 107:
   .skillbox-desc {
   .skillbox-desc {
     font-size: 0.95em;
     font-size: 0.95em;
     padding: 2px 0;
     padding: 10px 12px;
  }
 
  .skillbox-video video {
    max-width: 100%;
    min-height: 220px;
   }
   }
}
}

Edição das 01h10min de 24 de maio de 2025

.skillbox-container {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  color: #222;
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
}

.skillbox-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

.skillbox-info-area {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
  border-top: 2px solid #ccc;
  margin-top: 16px;
}

.skillbox-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.skillbox-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
  padding: 8px 12px;
  gap: 6px;
}

.skillbox-tab {
  cursor: pointer;
  background: #eaf3ff;
  color: #2c4e7a;
  border: 1px solid #a8c7e0;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 6px 12px;
  font-size: 0.95em;
  font-weight: bold;
  transition: background 0.2s ease;
}

.skillbox-tab.active {
  background: #dbeeff;
  color: #000;
  border-bottom: 2px solid white;
}

.skillbox-desc {
  width: 100%;
  background: #f5f7fa;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  padding: 12px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.skillbox-video-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 16px 0 24px;
}

.skillbox-video video {
  width: 100%;
  max-width: 720px;
  min-height: 270px;
  background: #000;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}

/* Responsivo */
@media (max-width: 768px) {
  .skillbox-tab {
    padding: 6px 10px;
    font-size: 0.9em;
  }

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

  .skillbox-video video {
    max-width: 100%;
    min-height: 220px;
  }
}