MediaWiki:Print.css

De Wikipedia, la enciclopedia libre

Nota: Después de guardar, debes refrescar la caché de tu navegador para ver los cambios. Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar. Firefox: mientras presionas Mayús pulsas el botón Actualizar, (o presiona Ctrl-Shift-R). Los usuarios de Google Chrome y Safari pueden simplemente pulsar el botón Recargar. Para más detalles e instrucciones acerca de otros exploradores, véase Ayuda:Cómo limpiar la caché.

/* CSS placed here will affect the print output */
.ns-0 .ambox, .ns-104 .ambox,
.ns-0 .navbox,.ns-104 .navbox,
.ns-0 .vertical-navbox,
.ns-0 .infobox.sisterproject, .ns-104 .infobox.sisterproject,
.ns-0 .dablink, .ns-104 .dablink,
.ns-0 .metadata,.ns-104 .metadata,
#filetoc,#footer-places,#mobileview,
.mw-jump-link, /* enlaces "ir a navegación/búsqueda" */
.mw-empty-elt, /* elementos de listas vacíos */
.editlink,
a.NavToggle,
span.collapseButton,
span.mw-collapsible-toggle,
.noprint {
   display:none!important;
}

/* Add formatting to make sure that "external references" from templates
   like [[Template:Ref]] do not get URL expansion, not even when printed.
   The anchor itself has class "external autonumber" and the url expansion
   is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/w/skins/common/commonPrint.css) using the
   ":after" pseudo-element of CSS. Also hide in <cite> elements.
*/
#content cite a.external.text:after,
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after 
{
   display:none!important;
}

/* On websites with siteSub visible, the margin on the firstHeading is not needed. */
#firstHeading {
   margin:0;
}

#contentSub {
   display:block;
}