(Página blanqueada)
Etiqueta: Vaciado
Sin resumen de edición
Etiqueta: Revertido
Línea 1: Línea 1:
@media print {
body {
        background: #000 !important;
    }
.ficha {
width: 90%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 15px;
margin-bottom: 12px;
clear: both;
min-height: 150px;
overflow: hidden;
background: #33659d3d;
border-radius: 15px;
padding-top: 15px;
}


.unidadciesas {
text-align:right;
font-size:0.95em;
font-weight:500;
}
.content a > img {
width:150px;
float:left;
}
a {
pointer-events: none;
}
}

Revisión del 19:38 20 ago 2024

@media print {
body {
        background: #000 !important;
    }
.ficha {
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	clear: both;
	min-height: 150px;
	overflow: hidden;
	background: #33659d3d;
	border-radius: 15px;
	padding-top: 15px;
}

.unidadciesas {
	text-align:right;
	font-size:0.95em;
	font-weight:500;
}

.content a > img {
	width:150px;
	float:left;
}

a {
	pointer-events: none;
}
}