MediaWiki

Diferencia entre revisiones de «Common.css»

(Página reemplazada por «El CSS colocado en esta página será aplicado a todas las apariencias: div.centered, table.centered, ul.centered, .centered { margin-left: auto; margin-right: au...»)
Línea 7: Línea 7:
 
margin-right: auto;
 
margin-right: auto;
 
}
 
}
 +
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Revisión del 15:53 1 may 2020

/* El CSS colocado en esta página será aplicado a todas las apariencias */
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }