Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| (No se muestran 7 ediciones intermedias del mismo usuario) | |||
| Línea 6: | Línea 6: | ||
background-color: #312f38; | background-color: #312f38; | ||
border-radius: 97px; | border-radius: 97px; | ||
| + | } | ||
| + | |||
| + | #p-tb-label { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-whatlinkshere { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-recentchangeslinked { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-upload { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-specialpages { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-info { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-print { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #t-permalink { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #contentSub { | ||
| + | display: none; | ||
} | } | ||
Revisión actual - 11:53 27 nov 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.mw-wiki-logo {
background-size: contain;
/*filter: invert(1);*/
background-color: #312f38;
border-radius: 97px;
}
#p-tb-label {
display: none;
}
#t-whatlinkshere {
display: none;
}
#t-recentchangeslinked {
display: none;
}
#t-upload {
display: none;
}
#t-specialpages {
display: none;
}
#t-info {
display: none;
}
#t-print {
display: none;
}
#t-permalink {
display: none;
}
#contentSub {
display: none;
}