Diferencia entre revisiones de «MediaWiki:Common.css»

De Wikcionario, el diccionario libre
Contenido eliminado Contenido añadido
borro reglas para .wikitable (se usan las de shared.css) y .prettytable (obsoleta, solo se siguen usando en un par de cientos de descripciones de archivo transcluidas de Commons, y bajando)
.mw-empty-elt { display: none; }
Línea 353: Línea 353:
.ns-0 h2 {
.ns-0 h2 {
clear: both;
clear: both;
}

/*
Paliativo ante la presencia de asteriscos en el interior de varias plantillas
(p. ej. [[Plantilla:Wikipedia]]) que dan lugar a listas con elementos vacíos
cuando el usuario intenta añadir otro asterisco antes de la correspondiente
invocación (véase [[Especial:PermaLink/4748148]]). Parece ser que este problema
se ha hecho visible tras el reciente cambio de Tidy a Remex como parser
de wikicódigo.
*/
.mw-empty-elt {
display: none;
}
}

Revisión del 19:22 6 ago 2018

/* Common CSS para todas las pieles */

/* Fuentes para los distintos idiomas y sistemas de escritura */
@import url('/w/index.php?title=MediaWiki:Languages.css&action=raw&ctype=text/css&smaxage=21600&maxage=86400');

/* Hide main page title */
.page-Wikcionario_Portada #lastmod,
.page-Wikcionario_Portada #siteSub,
.page-Wikcionario_Portada #contentSub,
.page-Wikcionario_Portada .firstHeading {
	display: none !important;
}

/* Arregla problemas interlineado para <sup> y <sub> */
sup, sub {
    line-height: 1em;
}

/* Códigos sobre referencias */
ol.references {font-size: 100%}
.references-small {font-size: 90%}
.references-2column {font-size: 90%; -moz-column-count: 2; column-count:2}

/* Las referencias ahora no pueden ser texto en negrita o italico */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Colorea de azul al clickear referencias */
/* https://gerrit.wikimedia.org/r/#/c/196172/ */
span.citation:target, cite:target {
    background-color: #DEF;
}

/* Estilo para citacion */
span.citation, cite {
    font-style: normal;
    word-wrap: break-word;
}

/* Esto permite arreglar las duplicaciones de urls en plantillas de referencias como Plantilla:Citación. */
@media screen, handheld, projection {
    span.citation *.printonly, cite *.printonly {
        display: none;
    }
}

/* Llamadas al pie: Quitar corchetes */
.corchete-llamada {display: none}

/* [[Plantilla:Listaref]] */
@media print {
    .listaref {
	    -moz-column-count: 1 !important
	}
}

/* Estilo del lema */
 
.lemma {
  color: black;
  background: none;
  font-weight: normal;
  margin: 0;
  padding-top:0.5em;
  padding-bottom: 0.17em;
  border-bottom: 1px solid #aaaaaa;
  font-size: 188%;
}

/* CSS relacionado con el uso de coordenadas

To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
    .geo-default {display: inline} .geo-nondefault {display: none}
    .geo-dec {display: inline} .geo-dms {display: inline}
 To display coordinates using decimal notation, write this in your User:Username/monobook.css:
    .geo-default {display: inline} .geo-nondefault {display: inline}
    .geo-dec {display: inline} .geo-dms {display: none}
 To display coordinates using DMS notation, write this in your User:Username/monobook.css:
    .geo-default {display: inline} .geo-nondefault {display: inline}
    .geo-dec {display: none}    .geo-dms {display: inline}
 To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
    .geo-default {display: inline} .geo-nondefault {display: inline}
    .geo-dec {display: inline}    .geo-dms {display: inline}
    .geo-multi-punct {display: inline}
 See [[Plantilla:Coor link]] for how these are used.
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
*/

/* CSS predeterminado, puede modificarse usando las reglas de arriba */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }

/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo {}

/*******************************************************************/
/********* Estilos para diferentes funcionalidades menores *********/
/*******************************************************************/

/* Desambiguaciones */
#disambig {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
}

/* Plantilla de cita */
.citado {
    font-size: 90%;
    background-color: #F9F9F9;
    padding: 5px 10px;
}

/* Estilos para sitenotice y similares */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

/* Ocultar texto para los no bibliotecarios */
.para_biblios {display: none}

.rotate_0 {display: block}
.rotate_1, .rotate_2, .rotate_3, .rotate_4, .rotate_5, .rotate_6, .rotate_7, .rotate_8, .rotate_9 {display: none}

.mw-specialpages-table, /* [[Especial:SpecialPages]]: alinear a la izquierda, en vez de estar justificado */
body.ns-14 div#mw-pages /* Categorías con alineación a la izquierda, no justificada */
{text-align:left}


/* otros */
body.page-Especial_Registro fieldset p small {font-size:100%}

/* [[Plantilla:No firmado]], más pequeño */
span.nofirmado {font-size:smaller}

li.bueno {
    list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Art%C3%ADculo_bueno.svg/10px-Art%C3%ADculo_bueno.svg.png");
    list-style-type: square;
    margin-left: 2px;
}

/*InterProject */
.interProject {
    display:none;
    clear: both;
    border-top: 2px dotted #aaa;
    margin-top: 2em;
}

/* TABLAS */

/** Estilos para tablas.
    ** EXPERIMENTAL **
    la idea es, si se quiere que la primera columna de la tabla esté alineada
    a la derecha, la segunda centrada  y la tercera a la izquierda, usar
    {| class="col1der col2cen col3izq"
    en vez de repetir "style='text-align:right'", etc, en '''cada''' celda
**/
table.col1der TD:first-child {text-align:right}
table.col1izq TD:first-child {text-align:left}
table.col1cen TD:first-child {text-align:center}

table.col2der TD:first-child + TD {text-align:right}
table.col2izq TD:first-child + TD {text-align:left}
table.col2cen TD:first-child + TD {text-align:center}

table.col3der TD:first-child + TD + TD {text-align:right}
table.col3izq TD:first-child + TD + TD {text-align:left}
table.col3cen TD:first-child + TD + TD {text-align:center}

table.col4der TD:first-child + TD + TD + TD {text-align:right}
table.col4izq TD:first-child + TD + TD + TD {text-align:left}
table.col4cen TD:first-child + TD + TD + TD {text-align:center}

table.col5der TD:first-child + TD + TD + TD + TD {text-align:right}
table.col5izq TD:first-child + TD + TD + TD + TD {text-align:left}
table.col5cen TD:first-child + TD + TD + TD + TD {text-align:center}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {background: url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat}

/* Disponibilidad para tareas de mantenimiento/Tablas por día/semana */

table.user-availability {
    text-align:center;
    border:1px solid #333366;
}
table.user-availability th {
    font-size:110%
}
table.user-availability .toprow td+td {
    width:30px;
    height:10px;
    background-color:#eee;
    border:1px solid #aaa
}
table.user-availability .off {
    font-size:80%;
    border:1px solid #aaa;
    background-color:#fff;
}
table.user-availability .onn {
    font-size:80%;
    border:1px solid #aaa;
    background-color:#cfc;
}
table.user-availability .wrk {
    font-size:80%;
    border:1px solid #aaa;
    background-color:#ccf;
}
table.user-availability .cll {
    font-size:80%;
    border:1px solid #aaa;
    background-color:#ffd;
}
table.user-availability .key {
    font-size:90%;
    border-top:1px dashed #000;
    text-align:right
}
table.user-availability .key span {
    padding:2px
}

.border-radius4 {
    border-radius: 4px; /* CSS 3 */
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 3.0+ */
}

.border-radius6 {
    border-radius: 6px; /* CSS 3 */
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari 3.0+ */
}

.abbr {/* al estilo de la etiquieta <abbr> */
     cursor: help;
     border-bottom: 1px dotted #000;
}

/* Estilo para las etiquetas del filtro de edición
 - Añado color para poder identificarlas en la maraña que es cambios recientes. */
.mw-tag-marker {
 font-family:sans-serif;
 font-style:italic;
 font-size:90%;
background-color:#FFE599;
}

/* El vandalismo debe ser particularmente distinguible */
.mw-tag-marker-posible_vandalismo {
background-color:#FEC29C;
}

/* definiciones impropias */
.definicion-impropia {
 font-style: italic;
}

/* Enlace no resaltado para casos sin crear */
.inflections a.new { color: #000000; }

/* letras color verde */
.verde { color: #008000; }

/** Define el estilo de las tablas de flexión */
.inflection-table 
{
    /*margin: 1em 1em 1em 1em;*/
    padding: 0.5em;
    font-size: 95%;
    background-color: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

table.inflection-table th, table.inflection-table td
{
   border: 1px #aaaaaa solid;
   padding: 0.2em 0.5em 0.2em 0.5em;
}

table.inflection-table th
{
   background-color: #f0f0f0;
   text-align: left;
}

table.inflection-table th.vertical
{
   text-align: center;
}

table.inflection-table caption
{
   margin-left: inherit;
   margin-right: inherit;
   font-size: 125%;
}

table.inflection-table caption.normal
{
   margin-left: inherit;
   margin-right: inherit;
   font-size: 100%;
}

/* cabecera plegada se extiende como fila */
caption.collapsed-header {
  display:table-row-group;
}

/* cabecera plegada para tablas de flexión */
table.inflection-table caption.collapsed-header
{
   background-color: #f0f0f0;
   text-align: center;
}

/* Enlace no resaltado para casos sin crear */
.inflection-table a.new { color: #000000; }
.notas {background-color: #F5FFFF;}

/* Tipo de puntero de cabecera plegable */
table.inflection-table .collapsible-flexor {
 cursor: pointer;
}

/* Color de fondo sobre cabecera plegable cambia al pasar */
table.inflection-table .collapsible-flexor:hover {
 background-color: #fcf0f0;
}

/* Simula la antigua apariencia de la plantilla {etimología(2)} */
.lemma ~ p .etym-transition-bullet:before {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=") "\00a0\00a0 Etimología:";
	padding-left: 0.75em;
	padding-right: 0.5em;
	font-weight: bold;
}

/* Cabeceras de idioma en la nueva estructura, sin efecto para la antigua */
.ns-0 .lemma ~ h2 {
	clear: none;
}

.ns-0 h2 {
	clear: both;
}

/*
	Paliativo ante la presencia de asteriscos en el interior de varias plantillas
	(p. ej. [[Plantilla:Wikipedia]]) que dan lugar a listas con elementos vacíos
	cuando el usuario intenta añadir otro asterisco antes de la correspondiente
	invocación (véase [[Especial:PermaLink/4748148]]). Parece ser que este problema
	se ha hecho visible tras el reciente cambio de Tidy a Remex como parser
	de wikicódigo.
*/
.mw-empty-elt {
	display: none;
}