Cambios

Ir a la navegación Ir a la búsqueda
Busca en cnbGuatemala con Google

sin resumen de edición
Línea 1: Línea 1:  +
/*Círculos adaptivos*/
 +
.responsivecircle {
 +
  width: 30%;
 +
  height: 0;
 +
  padding: 15% 0; //padding top & bottom must equal width
 +
  border-radius: 50%;
 +
  -moz-border-radius: 50%;
 +
  -webkit-border-radius: 50%;
 +
  background: #dedede;
 +
}
 +
.responsivecontent {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 100%;
 +
  height: 100%;
 +
  text-align: center;
 +
}
 +
.responsivecontent:before {
 +
  content: '';
 +
  vertical-align: middle;
 +
  display: inline-block;
 +
  width: 0;
 +
  height: 100%;
 +
}
 +
 +
.responsivecontent span {
 +
  vertical-align: middle;
 +
  display: inline-block;
 +
}
 +
 
/*lingo bug*/
 
/*lingo bug*/
 
h1 .mw-lingo-tooltip-definition, h2 .mw-lingo-tooltip-definition, h3 .mw-lingo-tooltip-definition {
 
h1 .mw-lingo-tooltip-definition, h2 .mw-lingo-tooltip-definition, h3 .mw-lingo-tooltip-definition {

Menú de navegación