Diferencia entre revisiones de «MediaWiki:Common.css»

De CEJ Wiki
Sin resumen de edición
Sin resumen de edición
 
Línea 23: Línea 23:
.bordes h2{
.bordes h2{
  margin-top: 0px !important;
  margin-top: 0px !important;
border-bottom: 0px;
}
}


.bordes-blanco h2{
.bordes-blanco h2{
  margin-top: 0px !important;
  margin-top: 0px !important;
}
.bordes h1, h2{
border-bottom: 0px;
}
.bordes-blanco h1, h2 {
  border-bottom: 0px;
  border-bottom: 0px;
}
}

Revisión actual - 21:07 9 jul 2024

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

.bordes{
 background-color: #f8f9fa;
 border: 1px solid #c8ccd1;
 border-radius: 2px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
 padding: 15px;
 margin-top:7px;
 margin-bottom:7px;
}

.bordes-blanco{
 background-color: #ffffff;
 border: 1px solid #c8ccd1;
 border-radius: 2px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
 padding: 15px;
 margin-top:7px;
 margin-bottom:7px;
}

.bordes h2{
 margin-top: 0px !important;
 border-bottom: 0px;
}

.bordes-blanco h2{
 margin-top: 0px !important;
 border-bottom: 0px;
}

.contenedor{
 display: flex;
 margin: 0 0;
}

.categorias-bordes{
 background-color: #ffffff;
 border: 1px solid #c8ccd1;
 border-radius: 2px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
 padding: 15px;
 margin-top:7px;
 margin-bottom:0px;
}

.categorias{
 width:50%;
}

@media (max-width: 600px) {
 .categorias{
   width:100%;
 }
}