MediaWiki:Print.css
Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.
- Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
- Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
- Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
/* Los estilos CSS colocados aquí afectarán la impresión */
.grid:after {
top: -2px;
right: -2px;
}
.grid:before {
bottom: -2px;
left: -2px;
}
.grid:before, .grid:after {
content: "";
position: absolute;
background-color: #8B8B8B;
height: 2px;
width: 2px;
pointer-events: none;
}
elemento {
}
.pixel-image, .grid, .sprite {
image-rendering: -moz-crisp-edges;
}
.grid {
position: relative;
display: inline-block;
font-size: 16px;
text-align: center !important;
background-color: #8B8B8B;
border-width: 2px;
border-style: solid;
border-color: #373737 #FFF #FFF #373737;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 2em;
height: 2em;
vertical-align: bottom;
}
.grid > .item, .grid > .default-item {
position: absolute;
margin: -18px 0px 0px -18px;
top: 1em;
left: 1em;
}
*
{
-moz-tab-size: 4;
}
.infobox-imagearea > div:not(:first-child) {
padding-top: 1em;
}
* {
-moz-tab-size: 4;
}
.infobox-imagearea {
text-align: center;
}
.notaninfobox {
font-size: 90%;
}
.mw-content-ltr {
direction: ltr;
}