Sin resumen de edición |
Sin resumen de edición |
||
| (No se muestran 3 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
/* Ajustes visuales de las fichas de especies */ | |||
body:has(.species-template) #mw-content-text { max-width: 1200px; margin: 0 auto; } | body:has(.species-template) #mw-content-text { max-width:1200px; margin:0 auto; } | ||
#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; } | |||
.species-template .species-facts | #tabs-mararg .tab-link-mararg:hover, #tabs-mararg .tab-link-mararg.is-active { color:#5146d8 !important; border-bottom-color:#5146d8 !important; background:transparent !important; } | ||
.species-template .species-fact { background: #f8f7fd !important; border: 1px solid #e8e5f4 !important; border-radius: 14px !important; box-shadow: none !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; } | |||
.species-template .species- | #tabs-mararg .tab-panel-mararg.is-active { display:block !important; } | ||
.species-template .species- | |||
.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-layout-mararg .species-taxonomy-panel { order:2 !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:08 11 sep 2026
/* Ajustes visuales de las fichas de especies */
body:has(.species-template) #mw-content-text { max-width:1200px; margin:0 auto; }
#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-layout-mararg .species-taxonomy-panel { order:2 !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; } }