Especies INIDEP
Catálogo de Especies

Explorando la
Biodiversidad del Mar Argentino

Un catálogo científico de las especies de interés comercial que habitan en el Océano Atlántico Sudoccidental.

0
Artículos
0
Ediciones
0
Usuarios
🐟
Genética
Laboratorio
Stock
Recurso
Investigación
(Página creada con «body:has(.species-template) .heroSection { display: none !important; } body:has(.species-template) #mw-content-text { max-width: 1200px; margin: 0 auto; } .species-template .species-tabs { display: block !important; width: 100% !important; max-width: none !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; } .species-template .species-tab-labels { d…»)
 
Sin resumen de edición
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
body:has(.species-template) .heroSection { display: none !important; }
/* 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-template .species-tabs { display: block !important; width: 100% !important; max-width: none !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }
 
.species-template .species-tab-labels { display: flex !important; width: 100% !important; gap: 22px !important; align-items: flex-end !important; background: transparent !important; border-bottom: 1px solid rgba(78,87,168,.14) !important; margin: 0 0 20px !important; padding: 0 !important; border-radius: 0 !important; }
#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-template .species-tab-link { display: inline-block !important; padding: 0 0 12px !important; border: 0 !important; border-bottom: 2px solid transparent !important; background: transparent !important; color: #67708f !important; font-size: 13px !important; text-decoration: none !important; cursor: pointer !important; }
#species-main-column-mararg { min-width:0 !important; width:100% !important; background:transparent !important; }
.species-template .species-tab-link:hover, .species-template .species-tab-link.is-active { color: #5146d8 !important; border-bottom-color: #5146d8 !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; }
.species-template .species-tab-panel { display: none !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; }
.species-template .species-tab-panel.is-active { display: block !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 > p { display: none !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; } }

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; } }