wok-current rev 993
syslinux: reduce splash height
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 05 14:11:03 2008 +0000 (2008-07-05) |
parents | 68ff5be4d5f9 |
children | 70aad589fa1c |
files | syslinux/stuff/splash.lss syslinux/stuff/tools/slitaz.css syslinux/stuff/tools/slitaz.html syslinux/stuff/tools/splash-web.lss |
line diff
1.1 Binary file syslinux/stuff/splash.lss has changed
2.1 --- a/syslinux/stuff/tools/slitaz.css Fri Jul 04 22:15:23 2008 +0200 2.2 +++ b/syslinux/stuff/tools/slitaz.css Sat Jul 05 14:11:03 2008 +0000 2.3 @@ -38,7 +38,8 @@ 2.4 /* Header and title */ 2.5 2.6 #header{ 2.7 - background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top; 2.8 +/* background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;*/ 2.9 + background: #DF8F06 repeat-x top; 2.10 color: black; 2.11 width: 100%; 2.12 height: 50px ;
3.1 --- a/syslinux/stuff/tools/slitaz.html Fri Jul 04 22:15:23 2008 +0200 3.2 +++ b/syslinux/stuff/tools/slitaz.html Sat Jul 05 14:11:03 2008 +0000 3.3 @@ -22,10 +22,17 @@ 3.4 <div id="header"> 3.5 <a name="top"></a> 3.6 <!-- Access --> 3.7 - <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=384')"><img id="logo" 3.8 +<div id="access"> 3.9 +<i>Simple Light Incredible Temporary Autonomous Zone</i> 3.10 +<br> 3.11 +Copyright © 2008 SliTaz - http://www.slitaz.org/ 3.12 +</div> 3.13 + <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=350')"><img id="logo" 3.14 src="http://www.slitaz.org/pics/website/logo.png" title="www.slitaz.org" alt="www.slitaz.org" 3.15 + 3.16 style="border: 0px solid ; width: 200px; height: 74px;" /></a> 3.17 - <p id="titre">#!/LiveCD/boot</p> 3.18 + <!--p id="titre">#!/LiveCD/boot</p--> 3.19 + <p id="titre">#!http://boot.slitaz.org/</p> 3.20 </div> 3.21 3.22 <!-- Navigation menu --> 3.23 @@ -89,15 +96,5 @@ 3.24 <div class="bottom_right"></div> 3.25 </div> 3.26 3.27 -<!-- Start of footer and copy notice --> 3.28 -<div id="copy" color="white"> 3.29 -<p> 3.30 -SliTaz GNU/linux - Simple Light Incredible Temporary Autonomous Zone 3.31 -<br> 3.32 -Copyright © 2008 SliTaz - http://www.slitaz.org/ 3.33 -</p> 3.34 -<!-- End of copy --> 3.35 -</div> 3.36 - 3.37 </body> 3.38 </html>
4.1 Binary file syslinux/stuff/tools/splash-web.lss has changed