(Página creada con «→Ajustes de la ficha de especies: body:has(.species-template) .heroSection { display: none !important; } body:has(.species-template) #mw-content-text { max-width: 1200px; margin: 0 auto; } .species-template .species-tab-labels { display: flex !important; gap: 22px !important; align-items: flex-end !important; background: transparent !important; border-bottom: 1px solid rgba(78,87,168,.14) !important; margin-bottom: 20px !important; padding: 0 !important; border-ra…») |
Sin resumen de edición |
||
| (No se muestra una edición intermedia del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
/* | /* Ficha de especies: solapas horizontales y tarjetas pastel */ | ||
#species-layout-mararg { display:grid !important; grid-template-columns:minmax(0,1fr) 260px !important; gap:30px !important; align-items:start !important; width:100% !important; background:transparent !important; } | |||
#species-main-column-mararg { min-width:0 !important; width:100% !important; background:transparent !important; } | |||
#tabs-mararg { display:block !important; width:100% !important; background:transparent !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; padding:0 !important; margin:0 !important; } | |||
#tabs-mararg .tab-strip-mararg { display:flex !important; flex-direction:row !important; flex-wrap:nowrap !important; align-items:flex-end !important; gap:24px !important; width:100% !important; min-height:42px !important; overflow-x:auto !important; background:transparent !important; border:0 !important; border-bottom:1px solid #e6e3f2 !important; border-radius:0 !important; box-shadow:none !important; padding:0 !important; margin:0 0 22px !important; } | |||
#tabs-mararg .tab-link-mararg { display:inline-block !important; flex:0 0 auto !important; width:auto !important; height:auto !important; padding:0 0 11px !important; margin:0 !important; background:transparent !important; border:0 !important; border-bottom:2px solid transparent !important; border-radius:0 !important; box-shadow:none !important; color:#68718f !important; font-size:13px !important; font-weight:500 !important; line-height:1.3 !important; text-decoration:none !important; white-space:nowrap !important; cursor:pointer !important; } | |||
. | #tabs-mararg .tab-link-mararg:hover, #tabs-mararg .tab-link-mararg.is-active { color:#5146d8 !important; border-bottom-color:#5146d8 !important; background:transparent !important; } | ||
#tabs-mararg .tab-panels-mararg { display:block !important; width:100% !important; background:transparent !important; } | |||
.species-template .species-facts | #tabs-mararg .tab-panel-mararg { display:none !important; background:transparent !important; } | ||
#tabs-mararg .tab-panel-mararg.is-active { display:block !important; } | |||
.species-template .species-facts { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:12px !important; } | |||
.species-template .species-fact { background:#f8f7fd !important; border:1px solid #e8e5f4 !important; border-radius:14px !important; box-shadow:none !important; } | |||
@media (max-width:800px) { #species-layout-mararg { grid-template-columns:1fr !important; } .species-template .species-facts { grid-template-columns:repeat(2,minmax(0,1fr)) !important; } } | |||
@media (max-width:520px) { .species-template .species-facts { grid-template-columns:1fr !important; } } | |||
Revisión actual - 15:09 11 sep 2026
/* Ficha de especies: solapas horizontales y tarjetas pastel */
#species-layout-mararg { display:grid !important; grid-template-columns:minmax(0,1fr) 260px !important; gap:30px !important; align-items:start !important; width:100% !important; background:transparent !important; }
#species-main-column-mararg { min-width:0 !important; width:100% !important; background:transparent !important; }
#tabs-mararg { display:block !important; width:100% !important; background:transparent !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; padding:0 !important; margin:0 !important; }
#tabs-mararg .tab-strip-mararg { display:flex !important; flex-direction:row !important; flex-wrap:nowrap !important; align-items:flex-end !important; gap:24px !important; width:100% !important; min-height:42px !important; overflow-x:auto !important; background:transparent !important; border:0 !important; border-bottom:1px solid #e6e3f2 !important; border-radius:0 !important; box-shadow:none !important; padding:0 !important; margin:0 0 22px !important; }
#tabs-mararg .tab-link-mararg { display:inline-block !important; flex:0 0 auto !important; width:auto !important; height:auto !important; padding:0 0 11px !important; margin:0 !important; background:transparent !important; border:0 !important; border-bottom:2px solid transparent !important; border-radius:0 !important; box-shadow:none !important; color:#68718f !important; font-size:13px !important; font-weight:500 !important; line-height:1.3 !important; text-decoration:none !important; white-space:nowrap !important; cursor:pointer !important; }
#tabs-mararg .tab-link-mararg:hover, #tabs-mararg .tab-link-mararg.is-active { color:#5146d8 !important; border-bottom-color:#5146d8 !important; background:transparent !important; }
#tabs-mararg .tab-panels-mararg { display:block !important; width:100% !important; background:transparent !important; }
#tabs-mararg .tab-panel-mararg { display:none !important; background:transparent !important; }
#tabs-mararg .tab-panel-mararg.is-active { display:block !important; }
.species-template .species-facts { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:12px !important; }
.species-template .species-fact { background:#f8f7fd !important; border:1px solid #e8e5f4 !important; border-radius:14px !important; box-shadow:none !important; }
@media (max-width:800px) { #species-layout-mararg { grid-template-columns:1fr !important; } .species-template .species-facts { grid-template-columns:repeat(2,minmax(0,1fr)) !important; } }
@media (max-width:520px) { .species-template .species-facts { grid-template-columns:1fr !important; } }