Diferencia entre revisiones de «MediaWiki:Common.css»
De Botanipedia
Sin resumen de edición |
Sin resumen de edición |
||
Línea 14: | Línea 14: | ||
} | } | ||
span.mw-lingo- | span.mw-lingo-term{ | ||
color: gray; | color: gray; | ||
} | } | ||
span.mw-lingo- | span.mw-lingo-term:hover{ | ||
color: blue; | color: blue; | ||
cursor: help; | cursor: help; | ||
} | } |
Revisión del 18:47 21 may 2018
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
a img:hover{
cursor: zoom-in;
}
u {
color: gray;
}
u:hover{
color: blue;
cursor: help;
}
span.mw-lingo-term{
color: gray;
}
span.mw-lingo-term:hover{
color: blue;
cursor: help;
}