wok rev 1013

syslinux: new splash screen
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 08 18:03:06 2008 +0000 (2008-07-08)
parents 2201a1fac45e
children 2fd6b4c9cd4e
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	Tue Jul 08 01:18:51 2008 +0200
     2.2 +++ b/syslinux/stuff/tools/slitaz.css	Tue Jul 08 18:03:06 2008 +0000
     2.3 @@ -38,8 +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: #DF8F06 repeat-x top;
     2.9 +	background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;
    2.10 +	/*background: #DF5F06 repeat-x top;*/
    2.11  	color: black;
    2.12  	width: 100%;
    2.13  	height: 50px ;
    2.14 @@ -120,7 +120,7 @@
    2.15  }
    2.16  
    2.17  #nav i {
    2.18 -	color: #DF8F06;
    2.19 +	color: #DF5F06;
    2.20  }
    2.21  
    2.22  /* Page content */
    2.23 @@ -230,6 +230,18 @@
    2.24  	float: right;
    2.25  }
    2.26  
    2.27 +.buttons {
    2.28 +	background: inherit;
    2.29 +	color: white;
    2.30 +        float: right;
    2.31 +        position: absolute;
    2.32 +        right: 0px;
    2.33 +        top: 52px;
    2.34 +        padding: 2px 16px 2px 16px;
    2.35 +        font-size: 12px;
    2.36 +        font-weight: bold;
    2.37 +}
    2.38 +
    2.39  /* HTML styles */
    2.40  
    2.41  h1 {
     3.1 --- a/syslinux/stuff/tools/slitaz.html	Tue Jul 08 01:18:51 2008 +0200
     3.2 +++ b/syslinux/stuff/tools/slitaz.html	Tue Jul 08 18:03:06 2008 +0000
     3.3 @@ -23,25 +23,30 @@
     3.4      <a name="top"></a>
     3.5  <!-- Access -->
     3.6  <div id="access">
     3.7 -<i>Simple Light Incredible Temporary Autonomous Zone</i>
     3.8 -<br>
     3.9 -Copyright &copy; 2008 SliTaz - http://www.slitaz.org/
    3.10 +<i>Copyright &copy; 2008 SliTaz</i> - <u>http://www.slitaz.org/</u>
    3.11  </div>
    3.12 -    <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=350')"><img id="logo"
    3.13 +    <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=344')"><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 +<div class="buttons">
    3.22 +<i>Simple Light Incredible Temporary Autonomous Zone</i>
    3.23 +</div>
    3.24  
    3.25  <!-- Navigation menu -->
    3.26  <div id="nav">
    3.27  <div id="nav_top"></div>
    3.28 -<p>
    3.29 +<!--p>
    3.30  Hit <i>ENTER</i> to start,<br>
    3.31  <i>F5</i> for help, or <i>web</i> to<br>
    3.32  boot the last version.
    3.33 +</p-->
    3.34 +<p>
    3.35 +Hit <i>ENTER</i> to start or<br>
    3.36 +<i>F5</i> for help.
    3.37  </p>
    3.38  <p>
    3.39  You can preselect your keyboard and locale : <i>be</i>, <i>br</i>, 
    3.40 @@ -71,10 +76,9 @@
    3.41  <h2><font color="#DF8F06">Comment démarrer ?</font></h2>
    3.42  
    3.43  <p>
    3.44 -<b>ENTER</b> pour booter, <b>F1</b> pour afficher la page d'aide,
    3.45 -<br>
    3.46 -ou <b>web</b> pour lancer la dernière version sur Internet. 
    3.47 -<br>
    3.48 +<!--b>ENTER</b> pour booter, <b>F1</b> pour afficher la page d'aide, <br>
    3.49 +ou <b>web</b> pour lancer la dernière version sur Internet. <br-->
    3.50 +<b>ENTER</b> pour booter, <b>F1</b> pour afficher la page d'aide. <br>
    3.51  [login] <b><i>tux</i></b> ou <b><i>root</i></b> avec le mot de
    3.52  passe <b><i>root</i></b>.
    3.53  </p>
     4.1 Binary file syslinux/stuff/tools/splash-web.lss has changed