Jump to content

Main Page

From ATRONIA Wiki


Welcome to the ATRONIA´s Wiki

This is where tech makes sense.

Here you will find our product´s datasheets, manuals, integration architectures, firmware releases, and engineering insights that will help you better understand what we do.

We document with purpose. We design with clarity.

Gateways & Single Board Computers

SENSBLUE ATLAS Gateways

Probes

               Variations keyboard_arrow_down
               Variations keyboard_arrow_down
               Variations keyboard_arrow_down
               Variations keyboard_arrow_down
               Variations keyboard_arrow_down

```

---

      1. 2. O CSS Final (Common.css)

Para que a seta rode em todos os itens e o fundo cinzento desapareça de vez, usa este bloco:

```css /* Limpeza de estilos padrão do MediaWiki */ .product-item .mw-collapsible, .product-item .mw-collapsible-content {

   background: transparent !important;
   border: none !important;

}

/* Estilo da Seta */ .arrow-icon {

   transition: transform 0.3s ease;
   display: inline-block;
   vertical-align: middle;

}

/* Rotação da seta baseada no estado do toggle */ /* Este seletor atinge o toggle quando ele está "ativo" */ .variations-toggle.mw-collapsible-toggle-expanded .arrow-icon, [aria-expanded="true"] .arrow-icon {

   transform: rotate(180deg);

}

/* Estilo opcional para os links da lista */ .variations-list {

   padding-top: 5px;
   font-size: 0.95em;
   line-height: 1.6em;

}

Accessories