mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
new images update manager online pandora_enterprise#9192
This commit is contained in:
parent
7798e0cd63
commit
962f223670
BIN
pandora_console/images/Cube.png
Normal file
BIN
pandora_console/images/Cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
pandora_console/images/Engranaje.png
Normal file
BIN
pandora_console/images/Engranaje.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
pandora_console/images/Warp-Update-bg.png
Normal file
BIN
pandora_console/images/Warp-Update-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
pandora_console/update_manager_client/resources/images/Cube.png
Normal file
BIN
pandora_console/update_manager_client/resources/images/Cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
@ -40,15 +40,68 @@ a.update_manager_button:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#box_online {
|
#box_online {
|
||||||
background-image: url("../images/update_manager_background.jpg");
|
|
||||||
background-position: top right;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-color: #fff;
|
|
||||||
padding: 40px 50px;
|
padding: 40px 50px;
|
||||||
border: 1px solid #f3f3f3;
|
border: 1px solid #f3f3f3;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
background-size: contain;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_online .wu-bg {
|
||||||
|
position: relative;
|
||||||
|
width: 720px;
|
||||||
|
height: 684px;
|
||||||
|
background-image: url("../images/Warp-Update-bg.png");
|
||||||
|
background-position: center center;
|
||||||
|
background-size: auto;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
margin: 0px !important;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
#box_online .wu-gear {
|
||||||
|
animation-timing-function: linear;
|
||||||
|
animation-duration: 5s;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
width: 202px;
|
||||||
|
margin: auto;
|
||||||
|
animation-name: ani;
|
||||||
|
}
|
||||||
|
@keyframes ani {
|
||||||
|
to {
|
||||||
|
transform: rotateZ(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#box_online .wu-box {
|
||||||
|
animation-timing-function: linear;
|
||||||
|
animation-duration: 1s;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
width: 69px;
|
||||||
|
left: 325px;
|
||||||
|
z-index: 2;
|
||||||
|
position: absolute;
|
||||||
|
animation-name: ani2;
|
||||||
|
}
|
||||||
|
@keyframes ani2 {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-250px) translateX(0px);
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0px) translateX(0px);
|
||||||
|
}
|
||||||
|
90% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#box_online #pkg_version {
|
#box_online #pkg_version {
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="box_online">
|
<div id="box_online">
|
||||||
|
<div>
|
||||||
<span class="loading" style="font-size: 18pt; display: none;">
|
<span class="loading" style="font-size: 18pt; display: none;">
|
||||||
<img src="images/wait.gif">
|
<img src="images/wait.gif">
|
||||||
</span>
|
</span>
|
||||||
@ -202,5 +203,11 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="wu-bg">
|
||||||
|
<img class="wu-box" src="images/Cube.png">
|
||||||
|
<img class="wu-gear" src="images/Engranaje.png">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user