Diferencia entre revisiones de «MediaWiki:Common.css»

De Botanipedia
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 44: Línea 44:
}
}


/* IMAGELEFT emulado para módulos Lua */
// Navegación por artículos al pie
.lua-imageleft {
.nav-box {
  overflow: hidden;
    text-align: center;
  margin: 1em 0;
    margin-top: 2em;
}
}


.lua-imageleft-img {
.nav-box a {
  float: left;
    display: inline-block;
  width: 120px;
    margin: 4px;
  height: 120px;
    padding: 8px 12px;
  margin: 0 1em 1em 0;
    border: 1px solid #777;
  background-size: cover;
    border-radius: 5px;
  background-position: center;
    background: #f7f7f7;
  background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
}
}


.lua-imageleft-text {
.nav-box a:hover {
  overflow: hidden;
    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;
}