Usuari:Vriullop/vector.css

La revisió el 11:43, 2 maig 2013 per Vriullop (discussió | contribucions) (Seccions de nivell 2 i superiors sense l'enllaç)

Nota: Després de publicar, possiblement necessitareu refrescar la memòria cau del vostre navegador per a veure'n els canvis.

  • Firefox / Safari: Premeu Majús i alhora cliqueu el botó Actualitzar, o pressioneu Ctrl+F5 o Ctrl+R (⌘+R en un Mac)
  • Google Chrome: Premeu Ctrl+Majús+R (⌘+Shift+R en un Mac)
  • Internet Explorer / Edge: Premeu Ctrl i alhora cliqueu a Actualitza o pressioneu Ctrl+F5
  • Opera: Premeu Ctrl-F5.
/* display redirects in Special:Allpages in black */
 
.allpagesredirect a, .watchlistredir a, .redirect-in-category {
        color:#000;
        font-style:italic;
}


/* [[Special:Statistics]] */
 
/* Suppressió del grup "boardvote" */
.statistics-group-boardvote {
 display: none;
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* Enlargen diffs. Annoyed by the small letters when viewing diffs in page histories? */

td.diff-addedline { font-size: 100%; }
td.diff-deletedline { font-size: 100%; }
td.diff-context { font-size: 100%; }

/* Seccions de nivell 2 i superiors sense l'enllaç [modifica] */
.ns-0 h3 span.mw-editsection,
.ns-0 h4 span.mw-editsection,
.ns-0 h5 span.mw-editsection,
.ns-0 h6 span.mw-editsection { display:none; }