This is only a TEST WIKI! The live FINA Website and Wiki can be found here: https://fina.oeaw.ac.at

Common.css

From Fina Wiki
No edit summary
No edit summary
Line 2: Line 2:
.page-FINA_Wiki .firstHeading { display: none }
.page-FINA_Wiki .firstHeading { display: none }
.page-FINA .firstHeading { display: none }
.page-FINA .firstHeading { display: none }
    .ext-mermaid > rect{
        fill:#FF0000;
        stroke:#FFFF00;
        stroke-width:4px;
    }

Revision as of 12:39, 21 October 2022

/* CSS placed here will be applied to all skins */
.page-FINA_Wiki .firstHeading { display: none }
.page-FINA .firstHeading { display: none }
    .ext-mermaid > rect{
        fill:#FF0000;
        stroke:#FFFF00;
        stroke-width:4px;
    }