Updates to pu-check-website to mirror /usr/local/nagios/libexec/check_http
Backcopied /home/nagios/local/...css to here as well2021
parent
ad1306d80b
commit
26d0efdc44
@ -0,0 +1,8 @@
|
||||
/* Primary CSS */
|
||||
#header {
|
||||
background: rgb(0,255,0);
|
||||
background: -moz-linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%);
|
||||
background: -webkit-linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%);
|
||||
background: linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,0,0,1) 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#000000",GradientType=1);
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
/* Secondary CSS */
|
||||
#header {
|
||||
background: rgb(0,0,255);
|
||||
background: -moz-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%);
|
||||
background: -webkit-linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%);
|
||||
background: linear-gradient(90deg, rgba(0,0,255,1) 0%, rgba(0,0,0,1) 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#000000",GradientType=1);
|
||||
}
|
||||
Loading…
Reference in New Issue