Commit da75bd6a authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

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 1855a042
......@@ -399,14 +399,33 @@ margin: 10px 0px;
#bottommsg{
margin-top:300px
}
#rebootmsg{
margin-top:100px
}
#rebootmsg img{
width: 100px;
height: 100px;
element.style {
}
#rebootmsg{
margin-top:80px
}
#rebootmsg img{
width: 70px;
height: 70px;
}
#rebootwrlogo img{
float: right;
width: 90px;
height: 180px;
float:bottom;
padding-top:20px;
opacity: 0.4;
filter: alpha(opacity=40);
}
#rebootwrlogo p{
padding-top:50px;
padding-right:5px;
float: right;
font-size: 8px;
font-style: italic;
}
}
.center {
......
......@@ -28,6 +28,14 @@
</div>
<div id="rebooting"></div>
<div id="rebootwrlogo">
<br><br>
<img src="./img/ryanlerch_The_White_Rabbit.png">
<p align=right>Alice: How long is forever?
<br>White Rabbit: Sometimes, just a nanosecond.</p>
</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