source: extensions/AntiAspi/antiaspi.css @ 31953

Last change on this file since 31953 was 31953, checked in by plg, 5 years ago

Simpler user interface, display banned IP current status, regroup IP management

File size: 627 bytes
Line 
1input:required{
2  background:url(aste.jpg) 98% center no-repeat;
3}
4input:focus:invalid{
5  border-color:#FF0000;
6  background-image:none;
7}
8
9input:focus:valid{
10  border-color:#56C93F;
11}
12
13input:valid{
14  background-image:none;
15}
16table.lban td{
17  padding-right:20px;
18  padding-bottom: 5px;
19}
20
21.lignebis {
22  background-color:green;
23}
24
25.add-ip-allowed-form {
26        display:none;
27}
28
29span.badge {
30        padding:2px 5px;
31        border-radius:5px;
32}
33span.badge.badge-deprecated {
34    background-color:#ddd;
35    color:#999;
36}
37span.badge.badge-active {
38    background-color:#caebff;
39    color:#0080c6;
40}
41
42.antiaspi-whitelist form {
43        margin-bottom: 20px;
44}
Note: See TracBrowser for help on using the repository browser.