Diferencia entre revisiones de «MediaWiki:Common.css»
De Botanipedia
(Página creada con «→Los estilos CSS colocados aquí se aplicarán a todas las apariencias: a img:hover{ cursor: zoom-in; }») |
Sin resumen de edición |
||
(No se muestran 16 ediciones intermedias del mismo usuario) | |||
Línea 3: | Línea 3: | ||
a img:hover{ | a img:hover{ | ||
cursor: zoom-in; | 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; | |||
} | |||
div.mw-lingo-definition-text{ | |||
font-size: 11px; | |||
font-family: arial; | |||
} | |||
div.mw-lingo-tooltip{ | |||
background-color: #f2f2f2; | |||
color: black; | |||
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5); | |||
} | |||
div.mw-lingo-tooltip p{ | |||
text-align: justify; | |||
} | |||
.mw-editsection { | |||
display:none!important; | |||
} | } |
Revisión actual - 23:42 10 feb 2023
/* 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;
}
div.mw-lingo-definition-text{
font-size: 11px;
font-family: arial;
}
div.mw-lingo-tooltip{
background-color: #f2f2f2;
color: black;
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
}
div.mw-lingo-tooltip p{
text-align: justify;
}
.mw-editsection {
display:none!important;
}