MediaWiki

Diferencia entre revisiones de «Common.css»

Línea 9: Línea 9:
 
margin-left: auto;
 
margin-left: auto;
 
margin-right: auto;
 
margin-right: auto;
}
 
 
 
/* Hide Main Page titles */
 
body.page-Main_Page h2.title,
 
body.page-Main_Page h3#tagline,
 
body.page-Main_Page_de h2.title,
 
body.page-Main_Page_de h3#tagline,
 
body.page-Main_Page_de-formal h2.title,
 
body.page-Main_Page_de-formal h3#tagline,
 
body.page-Main_Page_zh-hans h2.title,
 
body.page-Main_Page_zh-hans h3#tagline {
 
    display:none;
 
}
 
 
h3#tagline {
 
    display: inline;
 
    font-size: 0.85em;
 
    font-weight: normal;
 
    font-style: normal;
 
 
}
 
}

Revisión del 20:19 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;
}