Diferencia entre revisiones de «MediaWiki:Vector.css»
Apariencia
Contenido eliminado Contenido añadido
Removing obsolete diff style declarations, per previous talk page notification on Mediawiki talk:Common.css |
Ahora hay que ir a commons |
||
Línea 51: | Línea 51: | ||
#bodyContent a.external[href ^="https://"], |
#bodyContent a.external[href ^="https://"], |
||
.link-https { |
.link-https { |
||
background: url("//upload.wikimedia.org/wikipedia/ |
background: url("//upload.wikimedia.org/wikipedia/commons/0/00/Lock_icon_blue.gif") center right no-repeat; |
||
padding-right: 16px; |
padding-right: 16px; |
||
} |
} |
Revisión actual - 18:22 29 may 2017
/* <syntaxhighlight lang="css"> */
/* No mostrar cierta información en la portada */
body.page-Portada #t-cite,
body.page-Portada #lastmod,
body.page-Portada #siteSub,
body.page-Portada #contentSub,
body.page-Portada #catlinks,
body.page-Portada h1.firstHeading {
display: none !important;
}
/* Ajuste de coordenadas */
#coordinates {
position: absolute;
top: 0em;
right: 0em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* Iconos en la esquina derecha superior */
div.topicon {
position: absolute;
top: -2.2em;
margin-right: -10px;
display: block !important;
}
/* Mostrar "De Wikinoticias, la fuente de noticias libres" */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/* Candado azul en lugar de amarillo para sitios seguros */
#bodyContent a.external[href ^="https://"],
.link-https {
background: url("//upload.wikimedia.org/wikipedia/commons/0/00/Lock_icon_blue.gif") center right no-repeat;
padding-right: 16px;
}
/* 'editar' en negrita para alentar a editar */
#ca-edit a { font-weight: bold !important; }
/* Fondo/Borde gris para MediaWiki:noarticletext */
#noarticletext {
width: 100%;
border-collapse: collapse;
border: 1px solid #aaa;
background: #f9f9f9;
}
/* </syntaxhighlight> */