Diferencia entre revisiones de «MediaWiki:Common.css»

Contenido eliminado Contenido añadido
m ahora por ejemplo se puede ver debajo del titulo "De Wikiquote, la colección libre de citas y frases célebres." que ayuda a que el usuario que entra por primera vez sepa que va de citas y frases celebres (aprobado en café)
Hoo man (discusión | contribs.)
m Bot: Security fix: protocol-relative URLs per https://meta.wikimedia.org/?oldid=3197161 (questions?).
Línea 30:
#bodyContent a.external[href ^="https://"],
.link-https {
background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
padding-right: 16px;
}
Línea 189:
following the anchor A, the anchor itself now has class "external autonumber" and the
expansion is inserted when printing (see the common printing style sheet at
http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
element of CSS. We have to switch this off for links due to Template:Ref!
Línea 347:
#file img {
background: url(http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png)
repeat;
}
Línea 414:
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
padding-right: 16px;
}
Línea 421:
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
padding-right: 17px !important;
}