mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
7bafab2c68
commit
7b50d9f89c
38
public/css/themes/Winter.less
Normal file
38
public/css/themes/Winter.less
Normal file
@ -0,0 +1,38 @@
|
||||
@icinga-blue: #001E5b;
|
||||
|
||||
#icinga-logo {
|
||||
background-image: url('../img/winter/logo_icinga_big_winter.png');
|
||||
}
|
||||
|
||||
@tr-active-color: #dadeea;
|
||||
@tr-hover-color: #c6cfe4;
|
||||
|
||||
/* Snow, from http://codepen.io/NickyCDK/pen/AIonk */
|
||||
#header, #login {
|
||||
background-image: url('../img/winter/snow1.png'), url('../img/winter/snow2.png'), url('../img/winter/snow3.png');
|
||||
-webkit-animation: snow 10s linear infinite;
|
||||
-moz-animation: snow 10s linear infinite;
|
||||
-ms-animation: snow 10s linear infinite;
|
||||
animation: snow 10s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes snow {
|
||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
||||
}
|
||||
@-moz-keyframes snow {
|
||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||
100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
|
||||
}
|
||||
@-webkit-keyframes snow {
|
||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
||||
}
|
||||
@-ms-keyframes snow {
|
||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
||||
}
|
BIN
public/img/winter/logo_icinga_big_winter.png
Normal file
BIN
public/img/winter/logo_icinga_big_winter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
BIN
public/img/winter/snow1.png
Normal file
BIN
public/img/winter/snow1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
public/img/winter/snow2.png
Normal file
BIN
public/img/winter/snow2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
public/img/winter/snow3.png
Normal file
BIN
public/img/winter/snow3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
x
Reference in New Issue
Block a user