Diferencia entre revisiones de «MediaWiki:Common.css»
De Botanipedia
Sin resumen de edición |
Sin resumen de edición |
||
Línea 13: | Línea 13: | ||
cursor: help; | cursor: help; | ||
} | } | ||
//Extensión:Lingo | |||
span.mw-lingo-term{ | span.mw-lingo-term{ | ||
Línea 24: | Línea 26: | ||
.mw-lingo-definition-text{ | .mw-lingo-definition-text{ | ||
font-size: | font-size:9px; | ||
} | |||
.mw-lingo-tooltip{ | |||
background-color: lightyellow; | |||
color: black; | |||
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3) | |||
} | } |
Revisión del 19:03 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;
}
//Extensión:Lingo
span.mw-lingo-term{
color: gray;
}
span.mw-lingo-term:hover{
color: blue;
cursor: help;
}
.mw-lingo-definition-text{
font-size:9px;
}
.mw-lingo-tooltip{
background-color: lightyellow;
color: black;
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3)
}