MediaWiki discusión:Common.css

Contenido de la página no disponible en otros idiomas.
De Wikinoticias, la fuente libre de noticias

Texto en <source> muy pequeño[editar]

Problema conocido, informado en el ticket 26204. Requiere añadir la siguiente corrección:

/* Arreglando tamaño de tipografía en bloques de texto monoespaciado <source> y páginas .css y .js.
   (https://bugzilla.wikimedia.org/show_bug.cgi?id=26204) */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace !important;
}

El comentario anterior es obra de Fitoschido (disc. · contr.), quien olvidó u omitió firmarlo.

En que parte va eso? Shooke (Discusión) 23:48 20 nov 2011 (UTC)[responder]
En donde quieras, en MediaWiki:Common.css. Deberíamos organizar las funciones de nuestro CSS por categorías, pero eso puede ser después. En eswiki colocaron este código al principio, después del primer apartado. — Fitoschido 00:02 21 nov 2011 (UTC)[responder]
Hecho --MadriCR (Discusión) 22:17 22 nov 2011 (UTC)[responder]

Eliminar unas líneas innecesarias[editar]

Y ya que estamos, otro pedido:

Cuando importé el código desde ptwikinews para poner nuestro banner wikinoticioso, no me fijé que ellos olvidaron quitar una línea sobrante del estilo que ellos usaban anteriormente para el skin MonoBook, les quedó como reminiscencia en el estilo para la skin Vector, y yo lo traje acá.

Esto es simple: simplemente hay que eliminar todas las líneas que digan:

border-left: 1px solid #ADD8E6;

Gracias. — Fitoschido 07:08 21 nov 2011 (UTC)[responder]

Hecho --MadriCR (Discusión) 22:17 22 nov 2011 (UTC)[responder]

Diff style[editar]

Hello, we have noticed that after the deployment of MediaWiki 1.20wmf1 an old local customised diff style has not been removed from this page. 1.20 brings a new, greatly improved diff style which is no longer compatible with older customisations. To prevent the new release from worsening rather than improving your diffs, a global interface editor has agreed to help you by removing the old code in a week from now unless you object. You'll then be able to see if the new style suits you or needs a new customisation. I hope this helps, Nemo bis (discusión) 20:55 5 ago 2012 (UTC)[responder]

Done - Hoo man (discusión) 20:19 18 ago 2012 (UTC)[responder]

External links icons removed[editar]

Hello! If this CSS adds or modifies icons shown after external links, you'll be interested in knowing that such icons have been removed from MediaWiki core, a change which will reach this wiki in few days. You may want to consider whether you still need them. If you have questions, please ask at bugzilla:63725. Regards, Nemo 09:45 10 abr 2014 (UTC)[responder]

@import / privacy concern[editar]

Sorry for leaving this message in English.

Hello, it was brought to my attention per phabricator:T249466 that your Commons.css contained a privacy policy concern that may be a violation.

I have taken immediate steps to remove this privacy policy concern as a precautionary measure.

As indicated by the error, "@import not allowed here" - there should not be external imports.

Thank you and please ping me or contact privacy@wikimedia.org if you have any questions. -Riley Huntley (SWMT) 08:05 8 abr 2020 (UTC)[responder]