Diferencia entre revisiones de «MediaWiki:Common.css»

sin resumen de edición
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
 
(No se muestran 10 ediciones intermedias de 2 usuarios)
Línea 32: Línea 32:
     display:none;
     display:none;
}
}
/*Evitar que el botón "Responder" aparezca en las solicitudes de los tablones y en CABs y CACs*/
body[class*="page-Wikipedia_Tablón"] .ext-discussiontools-init-replylink-buttons {display: none !important;}
body[class*="page-Wikipedia_Candidaturas_a_bibliotecario"] .ext-discussiontools-init-replylink-buttons {display: none !important;}
body[class*="page-Wikipedia_Checkusers_Candidaturas"] .ext-discussiontools-init-replylink-buttons {display: none !important;}
body[class*="page-Wikipedia_Supresores"] .ext-discussiontools-init-replylink-buttons {display: none !important;}


/*
/*
Línea 107: Línea 116:


/* espacio entre llamadas a referencias */
/* espacio entre llamadas a referencias */
 
.mw-empty-elt { display: none; }
sup.reference {
sup.reference {
   margin-right: 0.6ch;
   margin-right: 0.6ch;
Línea 115: Línea 124:
}
}


/* T156351: Support for Parsoid's Cite implementation */
.mw-ref > a {
margin-left: 0.6ch; /* to undo the effect of the sup.reference:not(.separada) rule above since Parsoid HTML doesn't add the separada class */
}
.mw-ref > a::after {
  content: counter(mw-Ref,decimal);
}
.mw-ref > a[data-mw-group]::after {
  content: attr(data-mw-group) ' ' counter(mw-Ref,decimal);
}
.mw-ref > a[data-mw-group=lower-greek]::after {
    content: counter( mw-Ref, lower-greek );
}
.mw-ref > a[data-mw-group=decimal]::after {
    content: counter( mw-Ref, decimal );
}
.mw-ref > a[data-mw-group=upper-roman]::after {
    content: counter( mw-Ref, upper-roman );
}
.mw-ref > a[data-mw-group=lower-alpha]::after {
    content: counter( mw-Ref, lower-alpha );
}
.mw-ref > a[data-mw-group=upper-alpha]::after {
    content: counter( mw-Ref, upper-alpha );
}
.mw-ref > a[data-mw-group=lower-roman]::after {
    content: counter( mw-Ref, lower-roman );
}
@counter-style custom-backlink {
    system: alphabetic;
    symbols: 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'ñ' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z';
}
span[rel="mw:referencedBy"] {
    counter-reset: mw-ref-linkback 0;
}
span[rel="mw:referencedBy"] > a::before {
    font-weight: bold;
    font-style: italic;
    content: counter( mw-ref-linkback, custom-backlink );
}


/* Llamadas al pie: Quitar corchetes */
/* Llamadas al pie: Quitar corchetes */
Línea 321: Línea 370:
     content: " (" counter(listitem) " ";
     content: " (" counter(listitem) " ";
}
}
.hlist dd, .hlist dt, .hlist li {
margin: 0;
display: inline;
}
span.link-table-tvchilena a { color: white; }
   
   
/* Unbulleted lists */
/* Unbulleted lists */
Línea 909: Línea 951:
body.ns-2 #contentSub > span.subpages:before,
body.ns-2 #contentSub > span.subpages:before,
.ns-3 #contentSub > span.subpages:before {
.ns-3 #contentSub > span.subpages:before {
   content: " ¡Atención! Este no es un artículo enciclopédico, sino un espacio de trabajo personal. ";
   content: " ¡Atención! Este no es un artículo enciclopédico, sino un espacio de trabajo personal. ";
   background: #fe9;
   background: #fe9;
   border: 2px solid #f0c91f;
   border: 2px solid #f0c91f;
MediaWiki spam blocked by CleanTalk.