Diferencia entre revisiones de «Usuario:King of Herdaz/common.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m
m
Línea 1: Línea 1:
/* Highlight disambig links in green so that they stand out */
 
.mw-disambig {
 
background-color: #90EE90
 
}
 
 
 
/* Highlight redirect links in a color */
 
/* Highlight redirect links in a color */
 
.mw-redirect {
 
.mw-redirect {
 
background-color: #FFE8DC
 
background-color: #FFE8DC
 
}
  +
 
/* Highlight disambig links in green so that they stand out */
 
.mw-disambig {
 
background-color: #90EE90
 
}
 
}

Revisión del 02:00 31 ago 2021

/* Highlight redirect links in a color */
.mw-redirect {
    background-color: #FFE8DC
}

/* Highlight disambig links in green so that they stand out */
.mw-disambig {
    background-color: #90EE90
}