summaryrefslogtreecommitdiff
path: root/docs/_static/css/custom.css
AgeCommit message (Collapse)Author
2026-06-17Fix Cookiebot consent dialog rendering unstyled and breaking the page ↵mergify[bot]
(#2108) (#2109) On a fresh (no-consent) load the consent banner could render completely unstyled and expand to full page height. Cookiebot delivers its dialog CSS as a constructed stylesheet on document.adoptedStyleSheets; ReadTheDocs' readthedocs-addons.js reassigns that whole-array property with a destructive replace, and when that lands after Cookiebot's network-gated adoption it drops Cookiebot's sheet, leaving #CybotCookiebotDialog at position:static expanded to ~6700px. It is a race, so it is intermittent and clears once consent is given (the dialog then never renders). - layout.html: a small adoptedStyleSheets shim, installed before any page script, that preserves Cookiebot's sheet so another library cannot drop it. - custom.css: a leak-safe safety net that keeps the dialog contained even if its adopted sheet is ever absent. It uses only properties Cookiebot itself sets, so it has verifiably no effect on the normal, styled banner. 🤖 Generated by [robots](https://vyos.io) (cherry picked from commit dce7bb521e3947af59fe18895b609ec353e0450e) Co-authored-by: Yuriy Andamasov <yuriy@vyos.io>
2024-02-19Styles refactoring (#1278)bogdankol
2022-08-16add :defaultvalue: optionrebortg
(cherry picked from commit b09f2222ed6181ba377a41de37a3997559a234c8) (cherry picked from commit 1205c1e7806d4e84e03aafc94831248cbfa9b1c8)
2022-04-01add sphinx panels and create 6 panels on index.rstrebortg
2022-03-28coverage: fix cssrebortg
2022-03-24improve coverage layoutrebortg
2021-05-10Template: correct mobil version template designrebortg
2021-05-10Template: add version warning bannerrebortg
2020-11-27CSS: refresh desginrebortg
2020-02-18VyOS Extension: fix comandlist margin in pdf and apply custom css in htmlRobert Göhler
2019-12-29Sphinx: prepare tex layoutRobert Göhler
2019-12-22CSS: custom css for new directivesRobert Göhler
2018-10-07Reformat TOC and overall document styleChristian Poessinger