Diferencia entre revisiones de «MediaWiki:Common.css»
De Botanipedia
Sin resumen de edición |
Sin resumen de edición |
||
| (No se muestran 12 ediciones intermedias del mismo usuario) | |||
| Línea 14: | Línea 14: | ||
} | } | ||
/* Extensión:Lingo | /* Extensión:Lingo */ | ||
span.mw-lingo-term{ | span.mw-lingo-term{ | ||
| Línea 26: | Línea 26: | ||
div.mw-lingo-definition-text{ | div.mw-lingo-definition-text{ | ||
font-size: | font-size: 11px; | ||
font-family: arial; | |||
} | } | ||
div.mw-lingo-tooltip{ | div.mw-lingo-tooltip{ | ||
background-color: | background-color: #f2f2f2; | ||
color: black; | color: black; | ||
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5) | 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; | |||
} | |||
// Navegación por artículos al pie | |||
.nav-box { | |||
text-align: center; | |||
margin-top: 2em; | |||
} | |||
.nav-box a { | |||
display: inline-block; | |||
margin: 4px; | |||
padding: 8px 12px; | |||
border: 1px solid #777; | |||
border-radius: 5px; | |||
background: #f7f7f7; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
.nav-box a:hover { | |||
background: #e0e0e0; | |||
} | } | ||
Revisión actual - 11:12 31 dic 2025
/* 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;
}
// Navegación por artículos al pie
.nav-box {
text-align: center;
margin-top: 2em;
}
.nav-box a {
display: inline-block;
margin: 4px;
padding: 8px 12px;
border: 1px solid #777;
border-radius: 5px;
background: #f7f7f7;
text-decoration: none;
font-weight: bold;
}
.nav-box a:hover {
background: #e0e0e0;
}