Commit 1658ae40 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Benoit Rat

www: adding quote about Alice In Wonderland when rebooting

- white rabbit figure added
- style.css: adding style for the image and the text
- reboot.php: adding new <div> for image and text
parent 24e08659
...@@ -394,21 +394,45 @@ height: 22px; ...@@ -394,21 +394,45 @@ height: 22px;
} }
#logo { #logo {
margin: 10px 0px; margin: 10px 0px;
} }
#bottommsg{ #bottommsg{
margin-top:300px margin-top:300px
} }
#rebootmsg{ #rebootmsg{
margin-top:100px margin-top: 60px;
text-align: center;
} }
#rebootmsg img{ #rebootmsg img{
width: 100px; width: 70px;
height: 100px; height: 70px;
margin-bottom: 10px;
}
#rebootwrlogo{
margin-top:30px;
} }
#rebootwrlogo img{
float: right;
width: 90px;
height: 180px;
opacity: 0.4;
filter: alpha(opacity=40);
}
#rebootwrlogo p{
padding-top:30px;
padding-right:5px;
float: right;
font-size: 8px;
font-style: italic;
text-align: right;
}
.center { .center {
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
......
...@@ -20,14 +20,17 @@ ...@@ -20,14 +20,17 @@
<?php session_is_started() ?> <?php session_is_started() ?>
<div id="rebootmsg"> <div id="rebootmsg">
<p align=center> <img src="./img/loader.gif">
<img src="./img/loader.gif"> <div id="rebootingtext">...Saving changes...</div>
</p>
<br>
<div id="rebootingtext" align=center>...Saving changes...</div>
</div> </div>
<div id="rebooting"></div> <div id="rebooting"></div>
<div id="rebootwrlogo">
<img alt="open clipart http://www.ryanlerch.org/" src="./img/ryanlerch_The_White_Rabbit.png">
<p>Alice: How long is forever?<br>White Rabbit: Sometimes, just a nanosecond.</p>
</div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment