Diferencia entre revisiones de «MediaWiki:Common.css»

sin resumen de edición
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Reversión manual
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 484: Línea 533:




/* Change the external link icon to an Adobe icon for all PDF files */
/* Change the external link icon to an Adobe icon for all PDF files
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
  in browsers that support these CSS selectors, like Mozilla and Opera */
#bodyContent a[href$=".pdf"].external,  
#content a[href$=".pdf"].external,  
#bodyContent a[href*=".pdf?"].external,  
#content a[href*=".pdf?"].external,  
#bodyContent a[href*=".pdf#"].external,
#content a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,  
#content a[href$=".PDF"].external,  
#bodyContent a[href*=".PDF?"].external,  
#content a[href*=".PDF?"].external,  
#bodyContent a[href*=".PDF#"].external {
#content a[href*=".PDF#"].external,
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
#mw_content a[href$=".pdf"].external,
    padding-right: 16px;
#mw_content a[href*=".pdf?"].external,
}
#mw_content a[href*=".pdf#"].external,
 
#mw_content a[href$=".PDF"].external,
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
#mw_content a[href*=".PDF?"].external,
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
#mw_content a[href*=".PDF#"].external {
span.PDFlink a {
    /* @embed */
     background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
     padding-right: 17px !important;
    /* @noflip */
     padding-right: 18px;
}
}


/* CSS relacionado con el uso de coordenadas
/* CSS relacionado con el uso de coordenadas
MediaWiki spam blocked by CleanTalk.