MediaWiki

Diferencia entre revisiones de «Common.css»

Línea 1: Línea 1:
 +
 +
 
/* El CSS colocado en esta página será aplicado a todas las apariencias */
 
/* El CSS colocado en esta página será aplicado a todas las apariencias */
 +
 
div.centered,
 
div.centered,
 
table.centered,
 
table.centered,
Línea 6: 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:17 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;
}


/* 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;
}