Add the custom css map (for bot-check page so far)

This commit is contained in:
Thomas Lynch
2024-10-21 00:07:03 +11:00
parent f9a3798edb
commit 7e44a236a1
3 changed files with 19 additions and 10 deletions

1
haproxy/map/css.map Normal file
View File

@@ -0,0 +1 @@
localhost body%20%7B%0A%20%20%20%20position%3A%20relative%3B%0A%20%20%20%20font-size%3A%2020px%3B%0A%7D%0A%0Abody%3A%3Abefore%20%7B%0A%20%20%20%20content%3A%20%22%22%3B%0A%20%20%20%20position%3A%20absolute%3B%0A%20%20%20%20top%3A%200%3B%0A%20%20%20%20left%3A%200%3B%0A%20%20%20%20width%3A%20100%25%3B%0A%20%20%20%20height%3A%20100%25%3B%0A%20%20%20%20background-image%3A%20url(%22https%3A%2F%2Fbasedflare.com%2Ffavicon.ico%22)%3B%0A%20%20%20%20background-repeat%3A%20repeat%3B%0A%20%20%20%20background-size%3A%20auto%3B%0A%20%20%20%20opacity%3A%200.05%3B%0A%20%20%20%20z-index%3A%20-1%3B%0A%7D