MediaWiki:Common.css: mudanças entre as edições

De Wiki@DCOM
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(15 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado a todos os temas */
/** o código CSS colocado aqui será aplicado a todos os temas */
.sombra {
  box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2)
}
.caixa {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius:10px
}
.caixa div {
  margin-left: 0.5em
}
.info {
  background:#bae4ff
}


.tabs-container {
.tabs-container {
Linha 12: Linha 34:
.tabs-tabbox > .tabs-input:checked + .tabs-label {
.tabs-tabbox > .tabs-input:checked + .tabs-label {
   font-weight: bold;
   font-weight: bold;
   color: red
   color: rgb(0,56,147)
}
 
.tabs-input-0:checked + .tabs-input-1 + .tabs-label {
  font-weight: bold;
  color: rgb(0,56,147)
}
 
.tabs-label {
  background-color: rgb(0,56,147);
  color: white
}
}


.tabs-label:hover {
.tabs-label:hover {
   font-weight: bold
   font-weight: bold;
  color: rgb(0,56,147);
  background-color: white
}
 
.tabs-content {
  width: 100%
}
 
@media screen {
hr {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right,white,#ccc,white) 1;
  margin: 15px auto;
  width: 90%;
  height: 0;
}
}
}

Edição atual tal como às 00h52min de 15 de março de 2024

/** o código CSS colocado aqui será aplicado a todos os temas */

.sombra {
  box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2)
}

.caixa {
  display: flex; 
  align-items: center; 
  overflow: hidden; 
  padding-left: 0.5em; 
  margin-top: 0.5em; 
  margin-bottom: 0.5em; 
  border-radius:10px
}

.caixa div {
  margin-left: 0.5em
}

.info {
  background:#bae4ff
}

.tabs-container {
  display: flex; 
  align-items: center; 
  overflow: hidden; 
  padding-left: 0.5em; 
  box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2); 
  border-radius:10px
}

.tabs-tabbox > .tabs-input:checked + .tabs-label {
  font-weight: bold;
  color: rgb(0,56,147)
}

.tabs-input-0:checked + .tabs-input-1 + .tabs-label {
  font-weight: bold;
  color: rgb(0,56,147)
}

.tabs-label {
  background-color: rgb(0,56,147);
  color: white
}

.tabs-label:hover {
  font-weight: bold;
  color: rgb(0,56,147);
  background-color: white
}

.tabs-content {
  width: 100%
}

@media screen {
hr {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right,white,#ccc,white) 1;
  margin: 15px auto;
  width: 90%;
  height: 0;
}
}