Better Bot IP-Ranges/Networks detection

This commit is contained in:
Sascha Leib
2025-10-17 15:47:50 +02:00
parent bda325f4f6
commit 20997f50c5
5 changed files with 102 additions and 41 deletions

View File

@@ -37,6 +37,8 @@
&.ipaddr::before { background-image: url('img/addr.png') }
&.ip4::before { background-position-y: -20px }
&.ip6::before { background-position-y: -40px }
&.ipnet::before { background-position-y: -60px }
&.ipother::before { background-image: url('img/more.svg') }
/* Bot icons */
&.bot::before { background-image: url('img/bots.png') }
@@ -784,7 +786,7 @@
&:nth-child(even) {
background-color: #DFDFDF;
}
&.info { color: #626262; font-style: italic;}
&.skipped { color: #626262; font-style: italic;}
&.success { color: #217121; }
&.error { color: #bb2929; }
}