Default style with support for the latest features
All windows built from the latest-generation components (5) require this stylesheet:
@import url('https://www.mlcdn.eu/tpx/css5/?last_version');this stylesheet always contains the newest version and is continuously upgraded
fixed versions can be switched via the GET parameter ?v=5.0.0
Content from 2024 and older
Content created before 2025 may contain a stylesheet from an older version:
@import url('https://www.mlcdn.eu/tpx/4.9.0.css');Keep this stylesheet if the window code has not been modernized. Mailocator can display older content without issues, but it may not be fully compatible with the current editor version.
Preformatted content for default windows
At the same time, we recommend using this optional stylesheet that includes default values:
@import url('https://www.mlcdn.eu/tpx/mailocator-defaults.css');Overriding default styles
via inline declarations using the editor
by correctly defining the element, e.g.
button.my-button { color:red }