flavors rev 240
Include style.css into index.html; base: update receipt sizes based on current build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 28 18:04:10 2016 +0200 (2016-01-28) |
parents | 678123ddc1ea |
children | 85cc3dab7b00 |
files | base/receipt base/rootcd/index.html base/rootcd/style.css core/rootcd/index.html core/rootcd/style.css core64/rootcd/index.html core64/rootcd/style.css devel/rootcd/index.html devel/rootcd/style.css dolibarr/rootcd/index.html dolibarr/rootcd/style.css dtp/rootcd/index.html dtp/rootcd/style.css e17/rootcd/index.html e17/rootcd/style.css firefox/rootcd/index.html firefox/rootcd/style.css gtkonly/rootcd/index.html gtkonly/rootcd/style.css justx/rootcd/index.html justx/rootcd/style.css jwm/rootcd/index.html jwm/rootcd/style.css kids/rootcd/index.html kids/rootcd/style.css loram-cdrom-sqfs/rootcd/index.html loram-cdrom-sqfs/rootcd/style.css loram-cdrom/rootcd/index.html loram-cdrom/rootcd/style.css loram-http/rootcd/index.html loram-http/rootcd/style.css loram/rootcd/index.html loram/rootcd/style.css proxy/rootcd/index.html proxy/rootcd/style.css xorg-light/rootcd/index.html xorg-light/rootcd/style.css |
line diff
1.1 --- a/base/receipt Tue Jan 26 12:33:36 2016 +0200 1.2 +++ b/base/receipt Thu Jan 28 18:04:10 2016 +0200 1.3 @@ -6,6 +6,6 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 1.6 FRUGAL_RAM="48M" 1.7 -ROOTFS_SIZE="21.0M" 1.8 -INITRAMFS_SIZE="7.4M" 1.9 +ROOTFS_SIZE="23.3M" 1.10 +INITRAMFS_SIZE="8.3M" 1.11 ISO_SIZE="12.0M"
2.1 --- a/base/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 2.2 +++ b/base/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 2.3 @@ -4,30 +4,48 @@ 2.4 <meta charset="UTF-8"> 2.5 <title>SliTaz GNU/Linux - CD</title> 2.6 <meta name="author" content="Christophe Lincoln"> 2.7 - <link rel="stylesheet" type="text/css" href="style.css"> 2.8 + <style> 2.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 2.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 2.11 + 2.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 2.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 2.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 2.15 +nav a{padding:6px;color:#FFF;} 2.16 + 2.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 2.18 +header,main{box-shadow:0 4px 8px #888;} 2.19 +h2{color:#444;font-size:160%;} 2.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 2.21 +h2,section{max-width:640px;margin:1ex auto;} 2.22 +h3{color:#666;font-size:140%;margin:0;} 2.23 +p{margin:1ex 0 0;text-align:justify;} 2.24 + 2.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 2.26 +footer a{color:inherit;padding:0 2px;} 2.27 + 2.28 +header,footer,main{display:block;left:0;right:0;} 2.29 +header,footer{position:fixed;} 2.30 + </style> 2.31 </head> 2.32 <body> 2.33 2.34 -<!-- Header --> 2.35 -<div id="header"> 2.36 - <div id="network"> 2.37 +<header> 2.38 + <nav> 2.39 <a href="http://www.slitaz.org/">Website</a> 2.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 2.41 <a href="http://doc.slitaz.org/">Doc</a> 2.42 <a href="http://forum.slitaz.org/">Forum</a> 2.43 <a href="http://bugs.slitaz.org/">Bugs</a> 2.44 <a href="http://hg.slitaz.org/">Hg</a> 2.45 - </div> 2.46 + </nav> 2.47 <h1>SliTaz Live</h1> 2.48 -</div> 2.49 +</header> 2.50 2.51 -<!-- Block --> 2.52 -<div id="block"></div> 2.53 +<main> 2.54 +<h2>Live CD information</h2> 2.55 2.56 -<!-- Content --> 2.57 -<div id="content"> 2.58 -<h2>LiveCD information</h2> 2.59 - 2.60 +<section> 2.61 <h3>English</h3> 2.62 <p> 2.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 2.64 @@ -44,7 +62,9 @@ 2.65 On the system you will find documentation in /usr/share/doc and the 2.66 full <a href="README">GPL license</a> in /usr/share/licenses. 2.67 </p> 2.68 +</section> 2.69 2.70 +<section> 2.71 <h3>Français</h3> 2.72 <p> 2.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 2.74 @@ -60,7 +80,9 @@ 2.75 paquets et la compilation de nouvelles applications depuis les 2.76 sources. 2.77 </p> 2.78 +</section> 2.79 2.80 +<section> 2.81 <h3>По-русски</h3> 2.82 <p> 2.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 2.84 @@ -77,22 +99,19 @@ 2.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 2.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 2.87 </p> 2.88 +</section> 2.89 2.90 -<!-- End content --> 2.91 -</div> 2.92 +</main> 2.93 2.94 -<!-- Footer --> 2.95 -<div id="footer"> 2.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 2.97 - <p> 2.98 - SliTaz @ 2.99 - <a href="https://twitter.com/slitaz">Twitter</a> 2.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 2.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 2.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 2.103 +<footer> 2.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 2.105 + SliTaz @ 2.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 2.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 2.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 2.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 2.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 2.111 - </p> 2.112 -</div> 2.113 +</footer> 2.114 2.115 </body> 2.116 </html>
3.1 --- a/base/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,81 +0,0 @@ 3.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 3.5 - 3.6 -html { min-height: 102%; } 3.7 - 3.8 -body { 3.9 - background: #eee; 3.10 - color: #222; 3.11 - font: 16px Verdana, Arial, sans-serif; 3.12 - margin: 0; 3.13 - min-width: 640px; 3.14 -} 3.15 - 3.16 -a { text-decoration: underline; color: #215090; } 3.17 -a:hover { text-decoration: none; color: blue; } 3.18 -img { border: 0pt none; vertical-align: middle; } 3.19 -h2 { color: #444; } 3.20 -h3 { color: #666; font-size: 140%; } 3.21 - 3.22 -#header { 3.23 - position: fixed; 3.24 - width: 100%; 3.25 - height: 40px; 3.26 - background: #351a0a; 3.27 - border-bottom: 8px solid #d66018; 3.28 -} 3.29 - 3.30 -#header h1 { 3.31 - margin: 0; 3.32 - padding: 8px 0 0 8px; 3.33 - width: 250px; 3.34 - color: white; 3.35 - font-size: 20px; 3.36 - font-style: italic; 3.37 -} 3.38 - 3.39 -#header h1 a { 3.40 - color: white; 3.41 - text-decoration: none; 3.42 - font-size: 20px; 3.43 - font-style: italic; 3.44 -} 3.45 - 3.46 -#header h1 a:hover, #network a:hover { 3.47 - color: #d66018; 3.48 -} 3.49 - 3.50 -#network { 3.51 - float: right; 3.52 - padding: 12px 5px 0; 3.53 - font-size: 12px; 3.54 -} 3.55 - 3.56 -#network a { padding: 0 6px; } 3.57 - 3.58 -#network a { 3.59 - color: #fff; 3.60 - font-weight: bold; 3.61 - text-decoration: none; 3.62 -} 3.63 - 3.64 -#block { 3.65 - min-height: 40px; 3.66 - background: #d66018; 3.67 - padding: 0; 3.68 - border-bottom: 1px solid #f5f5f5; 3.69 -} 3.70 - 3.71 -#content { 3.72 - padding: 30px 80px; 3.73 - text-align: justify; 3.74 -} 3.75 - 3.76 -#footer { 3.77 - text-align: center; 3.78 - border-top: 1px solid #ccc; 3.79 - padding: 40px; 3.80 - background-color: #ddd; 3.81 - color: #666; 3.82 -} 3.83 - 3.84 -#footer a { color: #666; padding: 0 2px; }
4.1 --- a/core/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 4.2 +++ b/core/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 4.3 @@ -4,30 +4,48 @@ 4.4 <meta charset="UTF-8"> 4.5 <title>SliTaz GNU/Linux - CD</title> 4.6 <meta name="author" content="Christophe Lincoln"> 4.7 - <link rel="stylesheet" type="text/css" href="style.css"> 4.8 + <style> 4.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 4.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 4.11 + 4.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 4.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 4.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 4.15 +nav a{padding:6px;color:#FFF;} 4.16 + 4.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 4.18 +header,main{box-shadow:0 4px 8px #888;} 4.19 +h2{color:#444;font-size:160%;} 4.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 4.21 +h2,section{max-width:640px;margin:1ex auto;} 4.22 +h3{color:#666;font-size:140%;margin:0;} 4.23 +p{margin:1ex 0 0;text-align:justify;} 4.24 + 4.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 4.26 +footer a{color:inherit;padding:0 2px;} 4.27 + 4.28 +header,footer,main{display:block;left:0;right:0;} 4.29 +header,footer{position:fixed;} 4.30 + </style> 4.31 </head> 4.32 <body> 4.33 4.34 -<!-- Header --> 4.35 -<div id="header"> 4.36 - <div id="network"> 4.37 +<header> 4.38 + <nav> 4.39 <a href="http://www.slitaz.org/">Website</a> 4.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 4.41 <a href="http://doc.slitaz.org/">Doc</a> 4.42 <a href="http://forum.slitaz.org/">Forum</a> 4.43 <a href="http://bugs.slitaz.org/">Bugs</a> 4.44 <a href="http://hg.slitaz.org/">Hg</a> 4.45 - </div> 4.46 + </nav> 4.47 <h1>SliTaz Live</h1> 4.48 -</div> 4.49 +</header> 4.50 4.51 -<!-- Block --> 4.52 -<div id="block"></div> 4.53 +<main> 4.54 +<h2>Live CD information</h2> 4.55 4.56 -<!-- Content --> 4.57 -<div id="content"> 4.58 -<h2>LiveCD information</h2> 4.59 - 4.60 +<section> 4.61 <h3>English</h3> 4.62 <p> 4.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 4.64 @@ -44,7 +62,9 @@ 4.65 On the system you will find documentation in /usr/share/doc and the 4.66 full <a href="README">GPL license</a> in /usr/share/licenses. 4.67 </p> 4.68 +</section> 4.69 4.70 +<section> 4.71 <h3>Français</h3> 4.72 <p> 4.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 4.74 @@ -60,7 +80,9 @@ 4.75 paquets et la compilation de nouvelles applications depuis les 4.76 sources. 4.77 </p> 4.78 +</section> 4.79 4.80 +<section> 4.81 <h3>По-русски</h3> 4.82 <p> 4.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 4.84 @@ -77,22 +99,19 @@ 4.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 4.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 4.87 </p> 4.88 +</section> 4.89 4.90 -<!-- End content --> 4.91 -</div> 4.92 +</main> 4.93 4.94 -<!-- Footer --> 4.95 -<div id="footer"> 4.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 4.97 - <p> 4.98 - SliTaz @ 4.99 - <a href="https://twitter.com/slitaz">Twitter</a> 4.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 4.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 4.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 4.103 +<footer> 4.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 4.105 + SliTaz @ 4.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 4.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 4.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 4.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 4.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 4.111 - </p> 4.112 -</div> 4.113 +</footer> 4.114 4.115 </body> 4.116 </html>
5.1 --- a/core/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,81 +0,0 @@ 5.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 5.5 - 5.6 -html { min-height: 102%; } 5.7 - 5.8 -body { 5.9 - background: #eee; 5.10 - color: #222; 5.11 - font: 16px Verdana, Arial, sans-serif; 5.12 - margin: 0; 5.13 - min-width: 640px; 5.14 -} 5.15 - 5.16 -a { text-decoration: underline; color: #215090; } 5.17 -a:hover { text-decoration: none; color: blue; } 5.18 -img { border: 0pt none; vertical-align: middle; } 5.19 -h2 { color: #444; } 5.20 -h3 { color: #666; font-size: 140%; } 5.21 - 5.22 -#header { 5.23 - position: fixed; 5.24 - width: 100%; 5.25 - height: 40px; 5.26 - background: #351a0a; 5.27 - border-bottom: 8px solid #d66018; 5.28 -} 5.29 - 5.30 -#header h1 { 5.31 - margin: 0; 5.32 - padding: 8px 0 0 8px; 5.33 - width: 250px; 5.34 - color: white; 5.35 - font-size: 20px; 5.36 - font-style: italic; 5.37 -} 5.38 - 5.39 -#header h1 a { 5.40 - color: white; 5.41 - text-decoration: none; 5.42 - font-size: 20px; 5.43 - font-style: italic; 5.44 -} 5.45 - 5.46 -#header h1 a:hover, #network a:hover { 5.47 - color: #d66018; 5.48 -} 5.49 - 5.50 -#network { 5.51 - float: right; 5.52 - padding: 12px 5px 0; 5.53 - font-size: 12px; 5.54 -} 5.55 - 5.56 -#network a { padding: 0 6px; } 5.57 - 5.58 -#network a { 5.59 - color: #fff; 5.60 - font-weight: bold; 5.61 - text-decoration: none; 5.62 -} 5.63 - 5.64 -#block { 5.65 - min-height: 40px; 5.66 - background: #d66018; 5.67 - padding: 0; 5.68 - border-bottom: 1px solid #f5f5f5; 5.69 -} 5.70 - 5.71 -#content { 5.72 - padding: 30px 80px; 5.73 - text-align: justify; 5.74 -} 5.75 - 5.76 -#footer { 5.77 - text-align: center; 5.78 - border-top: 1px solid #ccc; 5.79 - padding: 40px; 5.80 - background-color: #ddd; 5.81 - color: #666; 5.82 -} 5.83 - 5.84 -#footer a { color: #666; padding: 0 2px; }
6.1 --- a/core64/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 6.2 +++ b/core64/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 6.3 @@ -4,30 +4,48 @@ 6.4 <meta charset="UTF-8"> 6.5 <title>SliTaz GNU/Linux - CD</title> 6.6 <meta name="author" content="Christophe Lincoln"> 6.7 - <link rel="stylesheet" type="text/css" href="style.css"> 6.8 + <style> 6.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 6.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 6.11 + 6.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 6.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 6.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 6.15 +nav a{padding:6px;color:#FFF;} 6.16 + 6.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 6.18 +header,main{box-shadow:0 4px 8px #888;} 6.19 +h2{color:#444;font-size:160%;} 6.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 6.21 +h2,section{max-width:640px;margin:1ex auto;} 6.22 +h3{color:#666;font-size:140%;margin:0;} 6.23 +p{margin:1ex 0 0;text-align:justify;} 6.24 + 6.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 6.26 +footer a{color:inherit;padding:0 2px;} 6.27 + 6.28 +header,footer,main{display:block;left:0;right:0;} 6.29 +header,footer{position:fixed;} 6.30 + </style> 6.31 </head> 6.32 <body> 6.33 6.34 -<!-- Header --> 6.35 -<div id="header"> 6.36 - <div id="network"> 6.37 +<header> 6.38 + <nav> 6.39 <a href="http://www.slitaz.org/">Website</a> 6.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 6.41 <a href="http://doc.slitaz.org/">Doc</a> 6.42 <a href="http://forum.slitaz.org/">Forum</a> 6.43 <a href="http://bugs.slitaz.org/">Bugs</a> 6.44 <a href="http://hg.slitaz.org/">Hg</a> 6.45 - </div> 6.46 + </nav> 6.47 <h1>SliTaz Live</h1> 6.48 -</div> 6.49 +</header> 6.50 6.51 -<!-- Block --> 6.52 -<div id="block"></div> 6.53 +<main> 6.54 +<h2>Live CD information</h2> 6.55 6.56 -<!-- Content --> 6.57 -<div id="content"> 6.58 -<h2>LiveCD information</h2> 6.59 - 6.60 +<section> 6.61 <h3>English</h3> 6.62 <p> 6.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 6.64 @@ -44,7 +62,9 @@ 6.65 On the system you will find documentation in /usr/share/doc and the 6.66 full <a href="README">GPL license</a> in /usr/share/licenses. 6.67 </p> 6.68 +</section> 6.69 6.70 +<section> 6.71 <h3>Français</h3> 6.72 <p> 6.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 6.74 @@ -60,7 +80,9 @@ 6.75 paquets et la compilation de nouvelles applications depuis les 6.76 sources. 6.77 </p> 6.78 +</section> 6.79 6.80 +<section> 6.81 <h3>По-русски</h3> 6.82 <p> 6.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 6.84 @@ -77,22 +99,19 @@ 6.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 6.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 6.87 </p> 6.88 +</section> 6.89 6.90 -<!-- End content --> 6.91 -</div> 6.92 +</main> 6.93 6.94 -<!-- Footer --> 6.95 -<div id="footer"> 6.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 6.97 - <p> 6.98 - SliTaz @ 6.99 - <a href="https://twitter.com/slitaz">Twitter</a> 6.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 6.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 6.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 6.103 +<footer> 6.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 6.105 + SliTaz @ 6.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 6.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 6.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 6.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 6.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 6.111 - </p> 6.112 -</div> 6.113 +</footer> 6.114 6.115 </body> 6.116 </html>
7.1 --- a/core64/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,81 +0,0 @@ 7.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 7.5 - 7.6 -html { min-height: 102%; } 7.7 - 7.8 -body { 7.9 - background: #eee; 7.10 - color: #222; 7.11 - font: 16px Verdana, Arial, sans-serif; 7.12 - margin: 0; 7.13 - min-width: 640px; 7.14 -} 7.15 - 7.16 -a { text-decoration: underline; color: #215090; } 7.17 -a:hover { text-decoration: none; color: blue; } 7.18 -img { border: 0pt none; vertical-align: middle; } 7.19 -h2 { color: #444; } 7.20 -h3 { color: #666; font-size: 140%; } 7.21 - 7.22 -#header { 7.23 - position: fixed; 7.24 - width: 100%; 7.25 - height: 40px; 7.26 - background: #351a0a; 7.27 - border-bottom: 8px solid #d66018; 7.28 -} 7.29 - 7.30 -#header h1 { 7.31 - margin: 0; 7.32 - padding: 8px 0 0 8px; 7.33 - width: 250px; 7.34 - color: white; 7.35 - font-size: 20px; 7.36 - font-style: italic; 7.37 -} 7.38 - 7.39 -#header h1 a { 7.40 - color: white; 7.41 - text-decoration: none; 7.42 - font-size: 20px; 7.43 - font-style: italic; 7.44 -} 7.45 - 7.46 -#header h1 a:hover, #network a:hover { 7.47 - color: #d66018; 7.48 -} 7.49 - 7.50 -#network { 7.51 - float: right; 7.52 - padding: 12px 5px 0; 7.53 - font-size: 12px; 7.54 -} 7.55 - 7.56 -#network a { padding: 0 6px; } 7.57 - 7.58 -#network a { 7.59 - color: #fff; 7.60 - font-weight: bold; 7.61 - text-decoration: none; 7.62 -} 7.63 - 7.64 -#block { 7.65 - min-height: 40px; 7.66 - background: #d66018; 7.67 - padding: 0; 7.68 - border-bottom: 1px solid #f5f5f5; 7.69 -} 7.70 - 7.71 -#content { 7.72 - padding: 30px 80px; 7.73 - text-align: justify; 7.74 -} 7.75 - 7.76 -#footer { 7.77 - text-align: center; 7.78 - border-top: 1px solid #ccc; 7.79 - padding: 40px; 7.80 - background-color: #ddd; 7.81 - color: #666; 7.82 -} 7.83 - 7.84 -#footer a { color: #666; padding: 0 2px; }
8.1 --- a/devel/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 8.2 +++ b/devel/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 8.3 @@ -4,30 +4,48 @@ 8.4 <meta charset="UTF-8"> 8.5 <title>SliTaz GNU/Linux - CD</title> 8.6 <meta name="author" content="Christophe Lincoln"> 8.7 - <link rel="stylesheet" type="text/css" href="style.css"> 8.8 + <style> 8.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 8.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 8.11 + 8.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 8.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 8.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 8.15 +nav a{padding:6px;color:#FFF;} 8.16 + 8.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 8.18 +header,main{box-shadow:0 4px 8px #888;} 8.19 +h2{color:#444;font-size:160%;} 8.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 8.21 +h2,section{max-width:640px;margin:1ex auto;} 8.22 +h3{color:#666;font-size:140%;margin:0;} 8.23 +p{margin:1ex 0 0;text-align:justify;} 8.24 + 8.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 8.26 +footer a{color:inherit;padding:0 2px;} 8.27 + 8.28 +header,footer,main{display:block;left:0;right:0;} 8.29 +header,footer{position:fixed;} 8.30 + </style> 8.31 </head> 8.32 <body> 8.33 8.34 -<!-- Header --> 8.35 -<div id="header"> 8.36 - <div id="network"> 8.37 +<header> 8.38 + <nav> 8.39 <a href="http://www.slitaz.org/">Website</a> 8.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 8.41 <a href="http://doc.slitaz.org/">Doc</a> 8.42 <a href="http://forum.slitaz.org/">Forum</a> 8.43 <a href="http://bugs.slitaz.org/">Bugs</a> 8.44 <a href="http://hg.slitaz.org/">Hg</a> 8.45 - </div> 8.46 + </nav> 8.47 <h1>SliTaz Live</h1> 8.48 -</div> 8.49 +</header> 8.50 8.51 -<!-- Block --> 8.52 -<div id="block"></div> 8.53 +<main> 8.54 +<h2>Live CD information</h2> 8.55 8.56 -<!-- Content --> 8.57 -<div id="content"> 8.58 -<h2>LiveCD information</h2> 8.59 - 8.60 +<section> 8.61 <h3>English</h3> 8.62 <p> 8.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 8.64 @@ -44,7 +62,9 @@ 8.65 On the system you will find documentation in /usr/share/doc and the 8.66 full <a href="README">GPL license</a> in /usr/share/licenses. 8.67 </p> 8.68 +</section> 8.69 8.70 +<section> 8.71 <h3>Français</h3> 8.72 <p> 8.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 8.74 @@ -60,7 +80,9 @@ 8.75 paquets et la compilation de nouvelles applications depuis les 8.76 sources. 8.77 </p> 8.78 +</section> 8.79 8.80 +<section> 8.81 <h3>По-русски</h3> 8.82 <p> 8.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 8.84 @@ -77,22 +99,19 @@ 8.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 8.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 8.87 </p> 8.88 +</section> 8.89 8.90 -<!-- End content --> 8.91 -</div> 8.92 +</main> 8.93 8.94 -<!-- Footer --> 8.95 -<div id="footer"> 8.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 8.97 - <p> 8.98 - SliTaz @ 8.99 - <a href="https://twitter.com/slitaz">Twitter</a> 8.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 8.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 8.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 8.103 +<footer> 8.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 8.105 + SliTaz @ 8.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 8.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 8.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 8.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 8.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 8.111 - </p> 8.112 -</div> 8.113 +</footer> 8.114 8.115 </body> 8.116 </html>
9.1 --- a/devel/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,81 +0,0 @@ 9.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 9.5 - 9.6 -html { min-height: 102%; } 9.7 - 9.8 -body { 9.9 - background: #eee; 9.10 - color: #222; 9.11 - font: 16px Verdana, Arial, sans-serif; 9.12 - margin: 0; 9.13 - min-width: 640px; 9.14 -} 9.15 - 9.16 -a { text-decoration: underline; color: #215090; } 9.17 -a:hover { text-decoration: none; color: blue; } 9.18 -img { border: 0pt none; vertical-align: middle; } 9.19 -h2 { color: #444; } 9.20 -h3 { color: #666; font-size: 140%; } 9.21 - 9.22 -#header { 9.23 - position: fixed; 9.24 - width: 100%; 9.25 - height: 40px; 9.26 - background: #351a0a; 9.27 - border-bottom: 8px solid #d66018; 9.28 -} 9.29 - 9.30 -#header h1 { 9.31 - margin: 0; 9.32 - padding: 8px 0 0 8px; 9.33 - width: 250px; 9.34 - color: white; 9.35 - font-size: 20px; 9.36 - font-style: italic; 9.37 -} 9.38 - 9.39 -#header h1 a { 9.40 - color: white; 9.41 - text-decoration: none; 9.42 - font-size: 20px; 9.43 - font-style: italic; 9.44 -} 9.45 - 9.46 -#header h1 a:hover, #network a:hover { 9.47 - color: #d66018; 9.48 -} 9.49 - 9.50 -#network { 9.51 - float: right; 9.52 - padding: 12px 5px 0; 9.53 - font-size: 12px; 9.54 -} 9.55 - 9.56 -#network a { padding: 0 6px; } 9.57 - 9.58 -#network a { 9.59 - color: #fff; 9.60 - font-weight: bold; 9.61 - text-decoration: none; 9.62 -} 9.63 - 9.64 -#block { 9.65 - min-height: 40px; 9.66 - background: #d66018; 9.67 - padding: 0; 9.68 - border-bottom: 1px solid #f5f5f5; 9.69 -} 9.70 - 9.71 -#content { 9.72 - padding: 30px 80px; 9.73 - text-align: justify; 9.74 -} 9.75 - 9.76 -#footer { 9.77 - text-align: center; 9.78 - border-top: 1px solid #ccc; 9.79 - padding: 40px; 9.80 - background-color: #ddd; 9.81 - color: #666; 9.82 -} 9.83 - 9.84 -#footer a { color: #666; padding: 0 2px; }
10.1 --- a/dolibarr/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 10.2 +++ b/dolibarr/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 10.3 @@ -4,30 +4,48 @@ 10.4 <meta charset="UTF-8"> 10.5 <title>SliTaz GNU/Linux - CD</title> 10.6 <meta name="author" content="Christophe Lincoln"> 10.7 - <link rel="stylesheet" type="text/css" href="style.css"> 10.8 + <style> 10.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 10.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 10.11 + 10.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 10.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 10.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 10.15 +nav a{padding:6px;color:#FFF;} 10.16 + 10.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 10.18 +header,main{box-shadow:0 4px 8px #888;} 10.19 +h2{color:#444;font-size:160%;} 10.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 10.21 +h2,section{max-width:640px;margin:1ex auto;} 10.22 +h3{color:#666;font-size:140%;margin:0;} 10.23 +p{margin:1ex 0 0;text-align:justify;} 10.24 + 10.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 10.26 +footer a{color:inherit;padding:0 2px;} 10.27 + 10.28 +header,footer,main{display:block;left:0;right:0;} 10.29 +header,footer{position:fixed;} 10.30 + </style> 10.31 </head> 10.32 <body> 10.33 10.34 -<!-- Header --> 10.35 -<div id="header"> 10.36 - <div id="network"> 10.37 +<header> 10.38 + <nav> 10.39 <a href="http://www.slitaz.org/">Website</a> 10.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 10.41 <a href="http://doc.slitaz.org/">Doc</a> 10.42 <a href="http://forum.slitaz.org/">Forum</a> 10.43 <a href="http://bugs.slitaz.org/">Bugs</a> 10.44 <a href="http://hg.slitaz.org/">Hg</a> 10.45 - </div> 10.46 + </nav> 10.47 <h1>SliTaz Live</h1> 10.48 -</div> 10.49 +</header> 10.50 10.51 -<!-- Block --> 10.52 -<div id="block"></div> 10.53 +<main> 10.54 +<h2>Live CD information</h2> 10.55 10.56 -<!-- Content --> 10.57 -<div id="content"> 10.58 -<h2>LiveCD information</h2> 10.59 - 10.60 +<section> 10.61 <h3>English</h3> 10.62 <p> 10.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 10.64 @@ -44,7 +62,9 @@ 10.65 On the system you will find documentation in /usr/share/doc and the 10.66 full <a href="README">GPL license</a> in /usr/share/licenses. 10.67 </p> 10.68 +</section> 10.69 10.70 +<section> 10.71 <h3>Français</h3> 10.72 <p> 10.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 10.74 @@ -60,7 +80,9 @@ 10.75 paquets et la compilation de nouvelles applications depuis les 10.76 sources. 10.77 </p> 10.78 +</section> 10.79 10.80 +<section> 10.81 <h3>По-русски</h3> 10.82 <p> 10.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 10.84 @@ -77,22 +99,19 @@ 10.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 10.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 10.87 </p> 10.88 +</section> 10.89 10.90 -<!-- End content --> 10.91 -</div> 10.92 +</main> 10.93 10.94 -<!-- Footer --> 10.95 -<div id="footer"> 10.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 10.97 - <p> 10.98 - SliTaz @ 10.99 - <a href="https://twitter.com/slitaz">Twitter</a> 10.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 10.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 10.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 10.103 +<footer> 10.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 10.105 + SliTaz @ 10.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 10.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 10.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 10.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 10.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 10.111 - </p> 10.112 -</div> 10.113 +</footer> 10.114 10.115 </body> 10.116 </html>
11.1 --- a/dolibarr/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,81 +0,0 @@ 11.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 11.5 - 11.6 -html { min-height: 102%; } 11.7 - 11.8 -body { 11.9 - background: #eee; 11.10 - color: #222; 11.11 - font: 16px Verdana, Arial, sans-serif; 11.12 - margin: 0; 11.13 - min-width: 640px; 11.14 -} 11.15 - 11.16 -a { text-decoration: underline; color: #215090; } 11.17 -a:hover { text-decoration: none; color: blue; } 11.18 -img { border: 0pt none; vertical-align: middle; } 11.19 -h2 { color: #444; } 11.20 -h3 { color: #666; font-size: 140%; } 11.21 - 11.22 -#header { 11.23 - position: fixed; 11.24 - width: 100%; 11.25 - height: 40px; 11.26 - background: #351a0a; 11.27 - border-bottom: 8px solid #d66018; 11.28 -} 11.29 - 11.30 -#header h1 { 11.31 - margin: 0; 11.32 - padding: 8px 0 0 8px; 11.33 - width: 250px; 11.34 - color: white; 11.35 - font-size: 20px; 11.36 - font-style: italic; 11.37 -} 11.38 - 11.39 -#header h1 a { 11.40 - color: white; 11.41 - text-decoration: none; 11.42 - font-size: 20px; 11.43 - font-style: italic; 11.44 -} 11.45 - 11.46 -#header h1 a:hover, #network a:hover { 11.47 - color: #d66018; 11.48 -} 11.49 - 11.50 -#network { 11.51 - float: right; 11.52 - padding: 12px 5px 0; 11.53 - font-size: 12px; 11.54 -} 11.55 - 11.56 -#network a { padding: 0 6px; } 11.57 - 11.58 -#network a { 11.59 - color: #fff; 11.60 - font-weight: bold; 11.61 - text-decoration: none; 11.62 -} 11.63 - 11.64 -#block { 11.65 - min-height: 40px; 11.66 - background: #d66018; 11.67 - padding: 0; 11.68 - border-bottom: 1px solid #f5f5f5; 11.69 -} 11.70 - 11.71 -#content { 11.72 - padding: 30px 80px; 11.73 - text-align: justify; 11.74 -} 11.75 - 11.76 -#footer { 11.77 - text-align: center; 11.78 - border-top: 1px solid #ccc; 11.79 - padding: 40px; 11.80 - background-color: #ddd; 11.81 - color: #666; 11.82 -} 11.83 - 11.84 -#footer a { color: #666; padding: 0 2px; }
12.1 --- a/dtp/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 12.2 +++ b/dtp/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 12.3 @@ -4,30 +4,48 @@ 12.4 <meta charset="UTF-8"> 12.5 <title>SliTaz GNU/Linux - CD</title> 12.6 <meta name="author" content="Christophe Lincoln"> 12.7 - <link rel="stylesheet" type="text/css" href="style.css"> 12.8 + <style> 12.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 12.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 12.11 + 12.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 12.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 12.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 12.15 +nav a{padding:6px;color:#FFF;} 12.16 + 12.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 12.18 +header,main{box-shadow:0 4px 8px #888;} 12.19 +h2{color:#444;font-size:160%;} 12.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 12.21 +h2,section{max-width:640px;margin:1ex auto;} 12.22 +h3{color:#666;font-size:140%;margin:0;} 12.23 +p{margin:1ex 0 0;text-align:justify;} 12.24 + 12.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 12.26 +footer a{color:inherit;padding:0 2px;} 12.27 + 12.28 +header,footer,main{display:block;left:0;right:0;} 12.29 +header,footer{position:fixed;} 12.30 + </style> 12.31 </head> 12.32 <body> 12.33 12.34 -<!-- Header --> 12.35 -<div id="header"> 12.36 - <div id="network"> 12.37 +<header> 12.38 + <nav> 12.39 <a href="http://www.slitaz.org/">Website</a> 12.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 12.41 <a href="http://doc.slitaz.org/">Doc</a> 12.42 <a href="http://forum.slitaz.org/">Forum</a> 12.43 <a href="http://bugs.slitaz.org/">Bugs</a> 12.44 <a href="http://hg.slitaz.org/">Hg</a> 12.45 - </div> 12.46 + </nav> 12.47 <h1>SliTaz Live</h1> 12.48 -</div> 12.49 +</header> 12.50 12.51 -<!-- Block --> 12.52 -<div id="block"></div> 12.53 +<main> 12.54 +<h2>Live CD information</h2> 12.55 12.56 -<!-- Content --> 12.57 -<div id="content"> 12.58 -<h2>LiveCD information</h2> 12.59 - 12.60 +<section> 12.61 <h3>English</h3> 12.62 <p> 12.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 12.64 @@ -44,7 +62,9 @@ 12.65 On the system you will find documentation in /usr/share/doc and the 12.66 full <a href="README">GPL license</a> in /usr/share/licenses. 12.67 </p> 12.68 +</section> 12.69 12.70 +<section> 12.71 <h3>Français</h3> 12.72 <p> 12.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 12.74 @@ -60,7 +80,9 @@ 12.75 paquets et la compilation de nouvelles applications depuis les 12.76 sources. 12.77 </p> 12.78 +</section> 12.79 12.80 +<section> 12.81 <h3>По-русски</h3> 12.82 <p> 12.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 12.84 @@ -77,22 +99,19 @@ 12.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 12.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 12.87 </p> 12.88 +</section> 12.89 12.90 -<!-- End content --> 12.91 -</div> 12.92 +</main> 12.93 12.94 -<!-- Footer --> 12.95 -<div id="footer"> 12.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 12.97 - <p> 12.98 - SliTaz @ 12.99 - <a href="https://twitter.com/slitaz">Twitter</a> 12.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 12.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 12.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 12.103 +<footer> 12.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 12.105 + SliTaz @ 12.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 12.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 12.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 12.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 12.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 12.111 - </p> 12.112 -</div> 12.113 +</footer> 12.114 12.115 </body> 12.116 </html>
13.1 --- a/dtp/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 13.3 @@ -1,81 +0,0 @@ 13.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 13.5 - 13.6 -html { min-height: 102%; } 13.7 - 13.8 -body { 13.9 - background: #eee; 13.10 - color: #222; 13.11 - font: 16px Verdana, Arial, sans-serif; 13.12 - margin: 0; 13.13 - min-width: 640px; 13.14 -} 13.15 - 13.16 -a { text-decoration: underline; color: #215090; } 13.17 -a:hover { text-decoration: none; color: blue; } 13.18 -img { border: 0pt none; vertical-align: middle; } 13.19 -h2 { color: #444; } 13.20 -h3 { color: #666; font-size: 140%; } 13.21 - 13.22 -#header { 13.23 - position: fixed; 13.24 - width: 100%; 13.25 - height: 40px; 13.26 - background: #351a0a; 13.27 - border-bottom: 8px solid #d66018; 13.28 -} 13.29 - 13.30 -#header h1 { 13.31 - margin: 0; 13.32 - padding: 8px 0 0 8px; 13.33 - width: 250px; 13.34 - color: white; 13.35 - font-size: 20px; 13.36 - font-style: italic; 13.37 -} 13.38 - 13.39 -#header h1 a { 13.40 - color: white; 13.41 - text-decoration: none; 13.42 - font-size: 20px; 13.43 - font-style: italic; 13.44 -} 13.45 - 13.46 -#header h1 a:hover, #network a:hover { 13.47 - color: #d66018; 13.48 -} 13.49 - 13.50 -#network { 13.51 - float: right; 13.52 - padding: 12px 5px 0; 13.53 - font-size: 12px; 13.54 -} 13.55 - 13.56 -#network a { padding: 0 6px; } 13.57 - 13.58 -#network a { 13.59 - color: #fff; 13.60 - font-weight: bold; 13.61 - text-decoration: none; 13.62 -} 13.63 - 13.64 -#block { 13.65 - min-height: 40px; 13.66 - background: #d66018; 13.67 - padding: 0; 13.68 - border-bottom: 1px solid #f5f5f5; 13.69 -} 13.70 - 13.71 -#content { 13.72 - padding: 30px 80px; 13.73 - text-align: justify; 13.74 -} 13.75 - 13.76 -#footer { 13.77 - text-align: center; 13.78 - border-top: 1px solid #ccc; 13.79 - padding: 40px; 13.80 - background-color: #ddd; 13.81 - color: #666; 13.82 -} 13.83 - 13.84 -#footer a { color: #666; padding: 0 2px; }
14.1 --- a/e17/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 14.2 +++ b/e17/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 14.3 @@ -4,30 +4,48 @@ 14.4 <meta charset="UTF-8"> 14.5 <title>SliTaz GNU/Linux - CD</title> 14.6 <meta name="author" content="Christophe Lincoln"> 14.7 - <link rel="stylesheet" type="text/css" href="style.css"> 14.8 + <style> 14.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 14.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 14.11 + 14.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 14.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 14.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 14.15 +nav a{padding:6px;color:#FFF;} 14.16 + 14.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 14.18 +header,main{box-shadow:0 4px 8px #888;} 14.19 +h2{color:#444;font-size:160%;} 14.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 14.21 +h2,section{max-width:640px;margin:1ex auto;} 14.22 +h3{color:#666;font-size:140%;margin:0;} 14.23 +p{margin:1ex 0 0;text-align:justify;} 14.24 + 14.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 14.26 +footer a{color:inherit;padding:0 2px;} 14.27 + 14.28 +header,footer,main{display:block;left:0;right:0;} 14.29 +header,footer{position:fixed;} 14.30 + </style> 14.31 </head> 14.32 <body> 14.33 14.34 -<!-- Header --> 14.35 -<div id="header"> 14.36 - <div id="network"> 14.37 +<header> 14.38 + <nav> 14.39 <a href="http://www.slitaz.org/">Website</a> 14.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 14.41 <a href="http://doc.slitaz.org/">Doc</a> 14.42 <a href="http://forum.slitaz.org/">Forum</a> 14.43 <a href="http://bugs.slitaz.org/">Bugs</a> 14.44 <a href="http://hg.slitaz.org/">Hg</a> 14.45 - </div> 14.46 + </nav> 14.47 <h1>SliTaz Live</h1> 14.48 -</div> 14.49 +</header> 14.50 14.51 -<!-- Block --> 14.52 -<div id="block"></div> 14.53 +<main> 14.54 +<h2>Live CD information</h2> 14.55 14.56 -<!-- Content --> 14.57 -<div id="content"> 14.58 -<h2>LiveCD information</h2> 14.59 - 14.60 +<section> 14.61 <h3>English</h3> 14.62 <p> 14.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 14.64 @@ -44,7 +62,9 @@ 14.65 On the system you will find documentation in /usr/share/doc and the 14.66 full <a href="README">GPL license</a> in /usr/share/licenses. 14.67 </p> 14.68 +</section> 14.69 14.70 +<section> 14.71 <h3>Français</h3> 14.72 <p> 14.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 14.74 @@ -60,7 +80,9 @@ 14.75 paquets et la compilation de nouvelles applications depuis les 14.76 sources. 14.77 </p> 14.78 +</section> 14.79 14.80 +<section> 14.81 <h3>По-русски</h3> 14.82 <p> 14.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 14.84 @@ -77,22 +99,19 @@ 14.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 14.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 14.87 </p> 14.88 +</section> 14.89 14.90 -<!-- End content --> 14.91 -</div> 14.92 +</main> 14.93 14.94 -<!-- Footer --> 14.95 -<div id="footer"> 14.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 14.97 - <p> 14.98 - SliTaz @ 14.99 - <a href="https://twitter.com/slitaz">Twitter</a> 14.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 14.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 14.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 14.103 +<footer> 14.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 14.105 + SliTaz @ 14.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 14.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 14.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 14.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 14.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 14.111 - </p> 14.112 -</div> 14.113 +</footer> 14.114 14.115 </body> 14.116 </html>
15.1 --- a/e17/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,81 +0,0 @@ 15.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 15.5 - 15.6 -html { min-height: 102%; } 15.7 - 15.8 -body { 15.9 - background: #eee; 15.10 - color: #222; 15.11 - font: 16px Verdana, Arial, sans-serif; 15.12 - margin: 0; 15.13 - min-width: 640px; 15.14 -} 15.15 - 15.16 -a { text-decoration: underline; color: #215090; } 15.17 -a:hover { text-decoration: none; color: blue; } 15.18 -img { border: 0pt none; vertical-align: middle; } 15.19 -h2 { color: #444; } 15.20 -h3 { color: #666; font-size: 140%; } 15.21 - 15.22 -#header { 15.23 - position: fixed; 15.24 - width: 100%; 15.25 - height: 40px; 15.26 - background: #351a0a; 15.27 - border-bottom: 8px solid #d66018; 15.28 -} 15.29 - 15.30 -#header h1 { 15.31 - margin: 0; 15.32 - padding: 8px 0 0 8px; 15.33 - width: 250px; 15.34 - color: white; 15.35 - font-size: 20px; 15.36 - font-style: italic; 15.37 -} 15.38 - 15.39 -#header h1 a { 15.40 - color: white; 15.41 - text-decoration: none; 15.42 - font-size: 20px; 15.43 - font-style: italic; 15.44 -} 15.45 - 15.46 -#header h1 a:hover, #network a:hover { 15.47 - color: #d66018; 15.48 -} 15.49 - 15.50 -#network { 15.51 - float: right; 15.52 - padding: 12px 5px 0; 15.53 - font-size: 12px; 15.54 -} 15.55 - 15.56 -#network a { padding: 0 6px; } 15.57 - 15.58 -#network a { 15.59 - color: #fff; 15.60 - font-weight: bold; 15.61 - text-decoration: none; 15.62 -} 15.63 - 15.64 -#block { 15.65 - min-height: 40px; 15.66 - background: #d66018; 15.67 - padding: 0; 15.68 - border-bottom: 1px solid #f5f5f5; 15.69 -} 15.70 - 15.71 -#content { 15.72 - padding: 30px 80px; 15.73 - text-align: justify; 15.74 -} 15.75 - 15.76 -#footer { 15.77 - text-align: center; 15.78 - border-top: 1px solid #ccc; 15.79 - padding: 40px; 15.80 - background-color: #ddd; 15.81 - color: #666; 15.82 -} 15.83 - 15.84 -#footer a { color: #666; padding: 0 2px; }
16.1 --- a/firefox/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 16.2 +++ b/firefox/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 16.3 @@ -4,30 +4,48 @@ 16.4 <meta charset="UTF-8"> 16.5 <title>SliTaz GNU/Linux - CD</title> 16.6 <meta name="author" content="Christophe Lincoln"> 16.7 - <link rel="stylesheet" type="text/css" href="style.css"> 16.8 + <style> 16.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 16.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 16.11 + 16.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 16.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 16.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 16.15 +nav a{padding:6px;color:#FFF;} 16.16 + 16.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 16.18 +header,main{box-shadow:0 4px 8px #888;} 16.19 +h2{color:#444;font-size:160%;} 16.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 16.21 +h2,section{max-width:640px;margin:1ex auto;} 16.22 +h3{color:#666;font-size:140%;margin:0;} 16.23 +p{margin:1ex 0 0;text-align:justify;} 16.24 + 16.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 16.26 +footer a{color:inherit;padding:0 2px;} 16.27 + 16.28 +header,footer,main{display:block;left:0;right:0;} 16.29 +header,footer{position:fixed;} 16.30 + </style> 16.31 </head> 16.32 <body> 16.33 16.34 -<!-- Header --> 16.35 -<div id="header"> 16.36 - <div id="network"> 16.37 +<header> 16.38 + <nav> 16.39 <a href="http://www.slitaz.org/">Website</a> 16.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 16.41 <a href="http://doc.slitaz.org/">Doc</a> 16.42 <a href="http://forum.slitaz.org/">Forum</a> 16.43 <a href="http://bugs.slitaz.org/">Bugs</a> 16.44 <a href="http://hg.slitaz.org/">Hg</a> 16.45 - </div> 16.46 + </nav> 16.47 <h1>SliTaz Live</h1> 16.48 -</div> 16.49 +</header> 16.50 16.51 -<!-- Block --> 16.52 -<div id="block"></div> 16.53 +<main> 16.54 +<h2>Live CD information</h2> 16.55 16.56 -<!-- Content --> 16.57 -<div id="content"> 16.58 -<h2>LiveCD information</h2> 16.59 - 16.60 +<section> 16.61 <h3>English</h3> 16.62 <p> 16.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 16.64 @@ -44,7 +62,9 @@ 16.65 On the system you will find documentation in /usr/share/doc and the 16.66 full <a href="README">GPL license</a> in /usr/share/licenses. 16.67 </p> 16.68 +</section> 16.69 16.70 +<section> 16.71 <h3>Français</h3> 16.72 <p> 16.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 16.74 @@ -60,7 +80,9 @@ 16.75 paquets et la compilation de nouvelles applications depuis les 16.76 sources. 16.77 </p> 16.78 +</section> 16.79 16.80 +<section> 16.81 <h3>По-русски</h3> 16.82 <p> 16.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 16.84 @@ -77,22 +99,19 @@ 16.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 16.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 16.87 </p> 16.88 +</section> 16.89 16.90 -<!-- End content --> 16.91 -</div> 16.92 +</main> 16.93 16.94 -<!-- Footer --> 16.95 -<div id="footer"> 16.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 16.97 - <p> 16.98 - SliTaz @ 16.99 - <a href="https://twitter.com/slitaz">Twitter</a> 16.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 16.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 16.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 16.103 +<footer> 16.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 16.105 + SliTaz @ 16.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 16.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 16.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 16.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 16.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 16.111 - </p> 16.112 -</div> 16.113 +</footer> 16.114 16.115 </body> 16.116 </html>
17.1 --- a/firefox/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,81 +0,0 @@ 17.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 17.5 - 17.6 -html { min-height: 102%; } 17.7 - 17.8 -body { 17.9 - background: #eee; 17.10 - color: #222; 17.11 - font: 16px Verdana, Arial, sans-serif; 17.12 - margin: 0; 17.13 - min-width: 640px; 17.14 -} 17.15 - 17.16 -a { text-decoration: underline; color: #215090; } 17.17 -a:hover { text-decoration: none; color: blue; } 17.18 -img { border: 0pt none; vertical-align: middle; } 17.19 -h2 { color: #444; } 17.20 -h3 { color: #666; font-size: 140%; } 17.21 - 17.22 -#header { 17.23 - position: fixed; 17.24 - width: 100%; 17.25 - height: 40px; 17.26 - background: #351a0a; 17.27 - border-bottom: 8px solid #d66018; 17.28 -} 17.29 - 17.30 -#header h1 { 17.31 - margin: 0; 17.32 - padding: 8px 0 0 8px; 17.33 - width: 250px; 17.34 - color: white; 17.35 - font-size: 20px; 17.36 - font-style: italic; 17.37 -} 17.38 - 17.39 -#header h1 a { 17.40 - color: white; 17.41 - text-decoration: none; 17.42 - font-size: 20px; 17.43 - font-style: italic; 17.44 -} 17.45 - 17.46 -#header h1 a:hover, #network a:hover { 17.47 - color: #d66018; 17.48 -} 17.49 - 17.50 -#network { 17.51 - float: right; 17.52 - padding: 12px 5px 0; 17.53 - font-size: 12px; 17.54 -} 17.55 - 17.56 -#network a { padding: 0 6px; } 17.57 - 17.58 -#network a { 17.59 - color: #fff; 17.60 - font-weight: bold; 17.61 - text-decoration: none; 17.62 -} 17.63 - 17.64 -#block { 17.65 - min-height: 40px; 17.66 - background: #d66018; 17.67 - padding: 0; 17.68 - border-bottom: 1px solid #f5f5f5; 17.69 -} 17.70 - 17.71 -#content { 17.72 - padding: 30px 80px; 17.73 - text-align: justify; 17.74 -} 17.75 - 17.76 -#footer { 17.77 - text-align: center; 17.78 - border-top: 1px solid #ccc; 17.79 - padding: 40px; 17.80 - background-color: #ddd; 17.81 - color: #666; 17.82 -} 17.83 - 17.84 -#footer a { color: #666; padding: 0 2px; }
18.1 --- a/gtkonly/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 18.2 +++ b/gtkonly/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 18.3 @@ -4,30 +4,48 @@ 18.4 <meta charset="UTF-8"> 18.5 <title>SliTaz GNU/Linux - CD</title> 18.6 <meta name="author" content="Christophe Lincoln"> 18.7 - <link rel="stylesheet" type="text/css" href="style.css"> 18.8 + <style> 18.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 18.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 18.11 + 18.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 18.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 18.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 18.15 +nav a{padding:6px;color:#FFF;} 18.16 + 18.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 18.18 +header,main{box-shadow:0 4px 8px #888;} 18.19 +h2{color:#444;font-size:160%;} 18.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 18.21 +h2,section{max-width:640px;margin:1ex auto;} 18.22 +h3{color:#666;font-size:140%;margin:0;} 18.23 +p{margin:1ex 0 0;text-align:justify;} 18.24 + 18.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 18.26 +footer a{color:inherit;padding:0 2px;} 18.27 + 18.28 +header,footer,main{display:block;left:0;right:0;} 18.29 +header,footer{position:fixed;} 18.30 + </style> 18.31 </head> 18.32 <body> 18.33 18.34 -<!-- Header --> 18.35 -<div id="header"> 18.36 - <div id="network"> 18.37 +<header> 18.38 + <nav> 18.39 <a href="http://www.slitaz.org/">Website</a> 18.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 18.41 <a href="http://doc.slitaz.org/">Doc</a> 18.42 <a href="http://forum.slitaz.org/">Forum</a> 18.43 <a href="http://bugs.slitaz.org/">Bugs</a> 18.44 <a href="http://hg.slitaz.org/">Hg</a> 18.45 - </div> 18.46 + </nav> 18.47 <h1>SliTaz Live</h1> 18.48 -</div> 18.49 +</header> 18.50 18.51 -<!-- Block --> 18.52 -<div id="block"></div> 18.53 +<main> 18.54 +<h2>Live CD information</h2> 18.55 18.56 -<!-- Content --> 18.57 -<div id="content"> 18.58 -<h2>LiveCD information</h2> 18.59 - 18.60 +<section> 18.61 <h3>English</h3> 18.62 <p> 18.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 18.64 @@ -44,7 +62,9 @@ 18.65 On the system you will find documentation in /usr/share/doc and the 18.66 full <a href="README">GPL license</a> in /usr/share/licenses. 18.67 </p> 18.68 +</section> 18.69 18.70 +<section> 18.71 <h3>Français</h3> 18.72 <p> 18.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 18.74 @@ -60,7 +80,9 @@ 18.75 paquets et la compilation de nouvelles applications depuis les 18.76 sources. 18.77 </p> 18.78 +</section> 18.79 18.80 +<section> 18.81 <h3>По-русски</h3> 18.82 <p> 18.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 18.84 @@ -77,22 +99,19 @@ 18.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 18.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 18.87 </p> 18.88 +</section> 18.89 18.90 -<!-- End content --> 18.91 -</div> 18.92 +</main> 18.93 18.94 -<!-- Footer --> 18.95 -<div id="footer"> 18.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 18.97 - <p> 18.98 - SliTaz @ 18.99 - <a href="https://twitter.com/slitaz">Twitter</a> 18.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 18.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 18.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 18.103 +<footer> 18.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 18.105 + SliTaz @ 18.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 18.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 18.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 18.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 18.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 18.111 - </p> 18.112 -</div> 18.113 +</footer> 18.114 18.115 </body> 18.116 </html>
19.1 --- a/gtkonly/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 19.3 @@ -1,81 +0,0 @@ 19.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 19.5 - 19.6 -html { min-height: 102%; } 19.7 - 19.8 -body { 19.9 - background: #eee; 19.10 - color: #222; 19.11 - font: 16px Verdana, Arial, sans-serif; 19.12 - margin: 0; 19.13 - min-width: 640px; 19.14 -} 19.15 - 19.16 -a { text-decoration: underline; color: #215090; } 19.17 -a:hover { text-decoration: none; color: blue; } 19.18 -img { border: 0pt none; vertical-align: middle; } 19.19 -h2 { color: #444; } 19.20 -h3 { color: #666; font-size: 140%; } 19.21 - 19.22 -#header { 19.23 - position: fixed; 19.24 - width: 100%; 19.25 - height: 40px; 19.26 - background: #351a0a; 19.27 - border-bottom: 8px solid #d66018; 19.28 -} 19.29 - 19.30 -#header h1 { 19.31 - margin: 0; 19.32 - padding: 8px 0 0 8px; 19.33 - width: 250px; 19.34 - color: white; 19.35 - font-size: 20px; 19.36 - font-style: italic; 19.37 -} 19.38 - 19.39 -#header h1 a { 19.40 - color: white; 19.41 - text-decoration: none; 19.42 - font-size: 20px; 19.43 - font-style: italic; 19.44 -} 19.45 - 19.46 -#header h1 a:hover, #network a:hover { 19.47 - color: #d66018; 19.48 -} 19.49 - 19.50 -#network { 19.51 - float: right; 19.52 - padding: 12px 5px 0; 19.53 - font-size: 12px; 19.54 -} 19.55 - 19.56 -#network a { padding: 0 6px; } 19.57 - 19.58 -#network a { 19.59 - color: #fff; 19.60 - font-weight: bold; 19.61 - text-decoration: none; 19.62 -} 19.63 - 19.64 -#block { 19.65 - min-height: 40px; 19.66 - background: #d66018; 19.67 - padding: 0; 19.68 - border-bottom: 1px solid #f5f5f5; 19.69 -} 19.70 - 19.71 -#content { 19.72 - padding: 30px 80px; 19.73 - text-align: justify; 19.74 -} 19.75 - 19.76 -#footer { 19.77 - text-align: center; 19.78 - border-top: 1px solid #ccc; 19.79 - padding: 40px; 19.80 - background-color: #ddd; 19.81 - color: #666; 19.82 -} 19.83 - 19.84 -#footer a { color: #666; padding: 0 2px; }
20.1 --- a/justx/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 20.2 +++ b/justx/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 20.3 @@ -4,30 +4,48 @@ 20.4 <meta charset="UTF-8"> 20.5 <title>SliTaz GNU/Linux - CD</title> 20.6 <meta name="author" content="Christophe Lincoln"> 20.7 - <link rel="stylesheet" type="text/css" href="style.css"> 20.8 + <style> 20.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 20.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 20.11 + 20.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 20.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 20.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 20.15 +nav a{padding:6px;color:#FFF;} 20.16 + 20.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 20.18 +header,main{box-shadow:0 4px 8px #888;} 20.19 +h2{color:#444;font-size:160%;} 20.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 20.21 +h2,section{max-width:640px;margin:1ex auto;} 20.22 +h3{color:#666;font-size:140%;margin:0;} 20.23 +p{margin:1ex 0 0;text-align:justify;} 20.24 + 20.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 20.26 +footer a{color:inherit;padding:0 2px;} 20.27 + 20.28 +header,footer,main{display:block;left:0;right:0;} 20.29 +header,footer{position:fixed;} 20.30 + </style> 20.31 </head> 20.32 <body> 20.33 20.34 -<!-- Header --> 20.35 -<div id="header"> 20.36 - <div id="network"> 20.37 +<header> 20.38 + <nav> 20.39 <a href="http://www.slitaz.org/">Website</a> 20.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 20.41 <a href="http://doc.slitaz.org/">Doc</a> 20.42 <a href="http://forum.slitaz.org/">Forum</a> 20.43 <a href="http://bugs.slitaz.org/">Bugs</a> 20.44 <a href="http://hg.slitaz.org/">Hg</a> 20.45 - </div> 20.46 + </nav> 20.47 <h1>SliTaz Live</h1> 20.48 -</div> 20.49 +</header> 20.50 20.51 -<!-- Block --> 20.52 -<div id="block"></div> 20.53 +<main> 20.54 +<h2>Live CD information</h2> 20.55 20.56 -<!-- Content --> 20.57 -<div id="content"> 20.58 -<h2>LiveCD information</h2> 20.59 - 20.60 +<section> 20.61 <h3>English</h3> 20.62 <p> 20.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 20.64 @@ -44,7 +62,9 @@ 20.65 On the system you will find documentation in /usr/share/doc and the 20.66 full <a href="README">GPL license</a> in /usr/share/licenses. 20.67 </p> 20.68 +</section> 20.69 20.70 +<section> 20.71 <h3>Français</h3> 20.72 <p> 20.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 20.74 @@ -60,7 +80,9 @@ 20.75 paquets et la compilation de nouvelles applications depuis les 20.76 sources. 20.77 </p> 20.78 +</section> 20.79 20.80 +<section> 20.81 <h3>По-русски</h3> 20.82 <p> 20.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 20.84 @@ -77,22 +99,19 @@ 20.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 20.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 20.87 </p> 20.88 +</section> 20.89 20.90 -<!-- End content --> 20.91 -</div> 20.92 +</main> 20.93 20.94 -<!-- Footer --> 20.95 -<div id="footer"> 20.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 20.97 - <p> 20.98 - SliTaz @ 20.99 - <a href="https://twitter.com/slitaz">Twitter</a> 20.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 20.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 20.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 20.103 +<footer> 20.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 20.105 + SliTaz @ 20.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 20.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 20.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 20.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 20.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 20.111 - </p> 20.112 -</div> 20.113 +</footer> 20.114 20.115 </body> 20.116 </html>
21.1 --- a/justx/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 21.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 21.3 @@ -1,81 +0,0 @@ 21.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 21.5 - 21.6 -html { min-height: 102%; } 21.7 - 21.8 -body { 21.9 - background: #eee; 21.10 - color: #222; 21.11 - font: 16px Verdana, Arial, sans-serif; 21.12 - margin: 0; 21.13 - min-width: 640px; 21.14 -} 21.15 - 21.16 -a { text-decoration: underline; color: #215090; } 21.17 -a:hover { text-decoration: none; color: blue; } 21.18 -img { border: 0pt none; vertical-align: middle; } 21.19 -h2 { color: #444; } 21.20 -h3 { color: #666; font-size: 140%; } 21.21 - 21.22 -#header { 21.23 - position: fixed; 21.24 - width: 100%; 21.25 - height: 40px; 21.26 - background: #351a0a; 21.27 - border-bottom: 8px solid #d66018; 21.28 -} 21.29 - 21.30 -#header h1 { 21.31 - margin: 0; 21.32 - padding: 8px 0 0 8px; 21.33 - width: 250px; 21.34 - color: white; 21.35 - font-size: 20px; 21.36 - font-style: italic; 21.37 -} 21.38 - 21.39 -#header h1 a { 21.40 - color: white; 21.41 - text-decoration: none; 21.42 - font-size: 20px; 21.43 - font-style: italic; 21.44 -} 21.45 - 21.46 -#header h1 a:hover, #network a:hover { 21.47 - color: #d66018; 21.48 -} 21.49 - 21.50 -#network { 21.51 - float: right; 21.52 - padding: 12px 5px 0; 21.53 - font-size: 12px; 21.54 -} 21.55 - 21.56 -#network a { padding: 0 6px; } 21.57 - 21.58 -#network a { 21.59 - color: #fff; 21.60 - font-weight: bold; 21.61 - text-decoration: none; 21.62 -} 21.63 - 21.64 -#block { 21.65 - min-height: 40px; 21.66 - background: #d66018; 21.67 - padding: 0; 21.68 - border-bottom: 1px solid #f5f5f5; 21.69 -} 21.70 - 21.71 -#content { 21.72 - padding: 30px 80px; 21.73 - text-align: justify; 21.74 -} 21.75 - 21.76 -#footer { 21.77 - text-align: center; 21.78 - border-top: 1px solid #ccc; 21.79 - padding: 40px; 21.80 - background-color: #ddd; 21.81 - color: #666; 21.82 -} 21.83 - 21.84 -#footer a { color: #666; padding: 0 2px; }
22.1 --- a/jwm/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 22.2 +++ b/jwm/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 22.3 @@ -4,30 +4,48 @@ 22.4 <meta charset="UTF-8"> 22.5 <title>SliTaz GNU/Linux - CD</title> 22.6 <meta name="author" content="Christophe Lincoln"> 22.7 - <link rel="stylesheet" type="text/css" href="style.css"> 22.8 + <style> 22.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 22.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 22.11 + 22.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 22.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 22.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 22.15 +nav a{padding:6px;color:#FFF;} 22.16 + 22.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 22.18 +header,main{box-shadow:0 4px 8px #888;} 22.19 +h2{color:#444;font-size:160%;} 22.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 22.21 +h2,section{max-width:640px;margin:1ex auto;} 22.22 +h3{color:#666;font-size:140%;margin:0;} 22.23 +p{margin:1ex 0 0;text-align:justify;} 22.24 + 22.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 22.26 +footer a{color:inherit;padding:0 2px;} 22.27 + 22.28 +header,footer,main{display:block;left:0;right:0;} 22.29 +header,footer{position:fixed;} 22.30 + </style> 22.31 </head> 22.32 <body> 22.33 22.34 -<!-- Header --> 22.35 -<div id="header"> 22.36 - <div id="network"> 22.37 +<header> 22.38 + <nav> 22.39 <a href="http://www.slitaz.org/">Website</a> 22.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 22.41 <a href="http://doc.slitaz.org/">Doc</a> 22.42 <a href="http://forum.slitaz.org/">Forum</a> 22.43 <a href="http://bugs.slitaz.org/">Bugs</a> 22.44 <a href="http://hg.slitaz.org/">Hg</a> 22.45 - </div> 22.46 + </nav> 22.47 <h1>SliTaz Live</h1> 22.48 -</div> 22.49 +</header> 22.50 22.51 -<!-- Block --> 22.52 -<div id="block"></div> 22.53 +<main> 22.54 +<h2>Live CD information</h2> 22.55 22.56 -<!-- Content --> 22.57 -<div id="content"> 22.58 -<h2>LiveCD information</h2> 22.59 - 22.60 +<section> 22.61 <h3>English</h3> 22.62 <p> 22.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 22.64 @@ -44,7 +62,9 @@ 22.65 On the system you will find documentation in /usr/share/doc and the 22.66 full <a href="README">GPL license</a> in /usr/share/licenses. 22.67 </p> 22.68 +</section> 22.69 22.70 +<section> 22.71 <h3>Français</h3> 22.72 <p> 22.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 22.74 @@ -60,7 +80,9 @@ 22.75 paquets et la compilation de nouvelles applications depuis les 22.76 sources. 22.77 </p> 22.78 +</section> 22.79 22.80 +<section> 22.81 <h3>По-русски</h3> 22.82 <p> 22.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 22.84 @@ -77,22 +99,19 @@ 22.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 22.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 22.87 </p> 22.88 +</section> 22.89 22.90 -<!-- End content --> 22.91 -</div> 22.92 +</main> 22.93 22.94 -<!-- Footer --> 22.95 -<div id="footer"> 22.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 22.97 - <p> 22.98 - SliTaz @ 22.99 - <a href="https://twitter.com/slitaz">Twitter</a> 22.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 22.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 22.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 22.103 +<footer> 22.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 22.105 + SliTaz @ 22.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 22.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 22.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 22.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 22.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 22.111 - </p> 22.112 -</div> 22.113 +</footer> 22.114 22.115 </body> 22.116 </html>
23.1 --- a/jwm/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 23.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 23.3 @@ -1,81 +0,0 @@ 23.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 23.5 - 23.6 -html { min-height: 102%; } 23.7 - 23.8 -body { 23.9 - background: #eee; 23.10 - color: #222; 23.11 - font: 16px Verdana, Arial, sans-serif; 23.12 - margin: 0; 23.13 - min-width: 640px; 23.14 -} 23.15 - 23.16 -a { text-decoration: underline; color: #215090; } 23.17 -a:hover { text-decoration: none; color: blue; } 23.18 -img { border: 0pt none; vertical-align: middle; } 23.19 -h2 { color: #444; } 23.20 -h3 { color: #666; font-size: 140%; } 23.21 - 23.22 -#header { 23.23 - position: fixed; 23.24 - width: 100%; 23.25 - height: 40px; 23.26 - background: #351a0a; 23.27 - border-bottom: 8px solid #d66018; 23.28 -} 23.29 - 23.30 -#header h1 { 23.31 - margin: 0; 23.32 - padding: 8px 0 0 8px; 23.33 - width: 250px; 23.34 - color: white; 23.35 - font-size: 20px; 23.36 - font-style: italic; 23.37 -} 23.38 - 23.39 -#header h1 a { 23.40 - color: white; 23.41 - text-decoration: none; 23.42 - font-size: 20px; 23.43 - font-style: italic; 23.44 -} 23.45 - 23.46 -#header h1 a:hover, #network a:hover { 23.47 - color: #d66018; 23.48 -} 23.49 - 23.50 -#network { 23.51 - float: right; 23.52 - padding: 12px 5px 0; 23.53 - font-size: 12px; 23.54 -} 23.55 - 23.56 -#network a { padding: 0 6px; } 23.57 - 23.58 -#network a { 23.59 - color: #fff; 23.60 - font-weight: bold; 23.61 - text-decoration: none; 23.62 -} 23.63 - 23.64 -#block { 23.65 - min-height: 40px; 23.66 - background: #d66018; 23.67 - padding: 0; 23.68 - border-bottom: 1px solid #f5f5f5; 23.69 -} 23.70 - 23.71 -#content { 23.72 - padding: 30px 80px; 23.73 - text-align: justify; 23.74 -} 23.75 - 23.76 -#footer { 23.77 - text-align: center; 23.78 - border-top: 1px solid #ccc; 23.79 - padding: 40px; 23.80 - background-color: #ddd; 23.81 - color: #666; 23.82 -} 23.83 - 23.84 -#footer a { color: #666; padding: 0 2px; }
24.1 --- a/kids/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 24.2 +++ b/kids/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 24.3 @@ -4,30 +4,48 @@ 24.4 <meta charset="UTF-8"> 24.5 <title>SliTaz GNU/Linux - CD</title> 24.6 <meta name="author" content="Christophe Lincoln"> 24.7 - <link rel="stylesheet" type="text/css" href="style.css"> 24.8 + <style> 24.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 24.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 24.11 + 24.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 24.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 24.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 24.15 +nav a{padding:6px;color:#FFF;} 24.16 + 24.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 24.18 +header,main{box-shadow:0 4px 8px #888;} 24.19 +h2{color:#444;font-size:160%;} 24.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 24.21 +h2,section{max-width:640px;margin:1ex auto;} 24.22 +h3{color:#666;font-size:140%;margin:0;} 24.23 +p{margin:1ex 0 0;text-align:justify;} 24.24 + 24.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 24.26 +footer a{color:inherit;padding:0 2px;} 24.27 + 24.28 +header,footer,main{display:block;left:0;right:0;} 24.29 +header,footer{position:fixed;} 24.30 + </style> 24.31 </head> 24.32 <body> 24.33 24.34 -<!-- Header --> 24.35 -<div id="header"> 24.36 - <div id="network"> 24.37 +<header> 24.38 + <nav> 24.39 <a href="http://www.slitaz.org/">Website</a> 24.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 24.41 <a href="http://doc.slitaz.org/">Doc</a> 24.42 <a href="http://forum.slitaz.org/">Forum</a> 24.43 <a href="http://bugs.slitaz.org/">Bugs</a> 24.44 <a href="http://hg.slitaz.org/">Hg</a> 24.45 - </div> 24.46 + </nav> 24.47 <h1>SliTaz Live</h1> 24.48 -</div> 24.49 +</header> 24.50 24.51 -<!-- Block --> 24.52 -<div id="block"></div> 24.53 +<main> 24.54 +<h2>Live CD information</h2> 24.55 24.56 -<!-- Content --> 24.57 -<div id="content"> 24.58 -<h2>LiveCD information</h2> 24.59 - 24.60 +<section> 24.61 <h3>English</h3> 24.62 <p> 24.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 24.64 @@ -44,7 +62,9 @@ 24.65 On the system you will find documentation in /usr/share/doc and the 24.66 full <a href="README">GPL license</a> in /usr/share/licenses. 24.67 </p> 24.68 +</section> 24.69 24.70 +<section> 24.71 <h3>Français</h3> 24.72 <p> 24.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 24.74 @@ -60,7 +80,9 @@ 24.75 paquets et la compilation de nouvelles applications depuis les 24.76 sources. 24.77 </p> 24.78 +</section> 24.79 24.80 +<section> 24.81 <h3>По-русски</h3> 24.82 <p> 24.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 24.84 @@ -77,22 +99,19 @@ 24.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 24.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 24.87 </p> 24.88 +</section> 24.89 24.90 -<!-- End content --> 24.91 -</div> 24.92 +</main> 24.93 24.94 -<!-- Footer --> 24.95 -<div id="footer"> 24.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 24.97 - <p> 24.98 - SliTaz @ 24.99 - <a href="https://twitter.com/slitaz">Twitter</a> 24.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 24.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 24.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 24.103 +<footer> 24.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 24.105 + SliTaz @ 24.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 24.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 24.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 24.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 24.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 24.111 - </p> 24.112 -</div> 24.113 +</footer> 24.114 24.115 </body> 24.116 </html>
25.1 --- a/kids/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 25.3 @@ -1,81 +0,0 @@ 25.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 25.5 - 25.6 -html { min-height: 102%; } 25.7 - 25.8 -body { 25.9 - background: #eee; 25.10 - color: #222; 25.11 - font: 16px Verdana, Arial, sans-serif; 25.12 - margin: 0; 25.13 - min-width: 640px; 25.14 -} 25.15 - 25.16 -a { text-decoration: underline; color: #215090; } 25.17 -a:hover { text-decoration: none; color: blue; } 25.18 -img { border: 0pt none; vertical-align: middle; } 25.19 -h2 { color: #444; } 25.20 -h3 { color: #666; font-size: 140%; } 25.21 - 25.22 -#header { 25.23 - position: fixed; 25.24 - width: 100%; 25.25 - height: 40px; 25.26 - background: #351a0a; 25.27 - border-bottom: 8px solid #d66018; 25.28 -} 25.29 - 25.30 -#header h1 { 25.31 - margin: 0; 25.32 - padding: 8px 0 0 8px; 25.33 - width: 250px; 25.34 - color: white; 25.35 - font-size: 20px; 25.36 - font-style: italic; 25.37 -} 25.38 - 25.39 -#header h1 a { 25.40 - color: white; 25.41 - text-decoration: none; 25.42 - font-size: 20px; 25.43 - font-style: italic; 25.44 -} 25.45 - 25.46 -#header h1 a:hover, #network a:hover { 25.47 - color: #d66018; 25.48 -} 25.49 - 25.50 -#network { 25.51 - float: right; 25.52 - padding: 12px 5px 0; 25.53 - font-size: 12px; 25.54 -} 25.55 - 25.56 -#network a { padding: 0 6px; } 25.57 - 25.58 -#network a { 25.59 - color: #fff; 25.60 - font-weight: bold; 25.61 - text-decoration: none; 25.62 -} 25.63 - 25.64 -#block { 25.65 - min-height: 40px; 25.66 - background: #d66018; 25.67 - padding: 0; 25.68 - border-bottom: 1px solid #f5f5f5; 25.69 -} 25.70 - 25.71 -#content { 25.72 - padding: 30px 80px; 25.73 - text-align: justify; 25.74 -} 25.75 - 25.76 -#footer { 25.77 - text-align: center; 25.78 - border-top: 1px solid #ccc; 25.79 - padding: 40px; 25.80 - background-color: #ddd; 25.81 - color: #666; 25.82 -} 25.83 - 25.84 -#footer a { color: #666; padding: 0 2px; }
26.1 --- a/loram-cdrom-sqfs/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 26.2 +++ b/loram-cdrom-sqfs/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 26.3 @@ -4,30 +4,48 @@ 26.4 <meta charset="UTF-8"> 26.5 <title>SliTaz GNU/Linux - CD</title> 26.6 <meta name="author" content="Christophe Lincoln"> 26.7 - <link rel="stylesheet" type="text/css" href="style.css"> 26.8 + <style> 26.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 26.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 26.11 + 26.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 26.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 26.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 26.15 +nav a{padding:6px;color:#FFF;} 26.16 + 26.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 26.18 +header,main{box-shadow:0 4px 8px #888;} 26.19 +h2{color:#444;font-size:160%;} 26.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 26.21 +h2,section{max-width:640px;margin:1ex auto;} 26.22 +h3{color:#666;font-size:140%;margin:0;} 26.23 +p{margin:1ex 0 0;text-align:justify;} 26.24 + 26.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 26.26 +footer a{color:inherit;padding:0 2px;} 26.27 + 26.28 +header,footer,main{display:block;left:0;right:0;} 26.29 +header,footer{position:fixed;} 26.30 + </style> 26.31 </head> 26.32 <body> 26.33 26.34 -<!-- Header --> 26.35 -<div id="header"> 26.36 - <div id="network"> 26.37 +<header> 26.38 + <nav> 26.39 <a href="http://www.slitaz.org/">Website</a> 26.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 26.41 <a href="http://doc.slitaz.org/">Doc</a> 26.42 <a href="http://forum.slitaz.org/">Forum</a> 26.43 <a href="http://bugs.slitaz.org/">Bugs</a> 26.44 <a href="http://hg.slitaz.org/">Hg</a> 26.45 - </div> 26.46 + </nav> 26.47 <h1>SliTaz Live</h1> 26.48 -</div> 26.49 +</header> 26.50 26.51 -<!-- Block --> 26.52 -<div id="block"></div> 26.53 +<main> 26.54 +<h2>Live CD information</h2> 26.55 26.56 -<!-- Content --> 26.57 -<div id="content"> 26.58 -<h2>LiveCD information</h2> 26.59 - 26.60 +<section> 26.61 <h3>English</h3> 26.62 <p> 26.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 26.64 @@ -44,7 +62,9 @@ 26.65 On the system you will find documentation in /usr/share/doc and the 26.66 full <a href="README">GPL license</a> in /usr/share/licenses. 26.67 </p> 26.68 +</section> 26.69 26.70 +<section> 26.71 <h3>Français</h3> 26.72 <p> 26.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 26.74 @@ -60,7 +80,9 @@ 26.75 paquets et la compilation de nouvelles applications depuis les 26.76 sources. 26.77 </p> 26.78 +</section> 26.79 26.80 +<section> 26.81 <h3>По-русски</h3> 26.82 <p> 26.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 26.84 @@ -77,22 +99,19 @@ 26.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 26.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 26.87 </p> 26.88 +</section> 26.89 26.90 -<!-- End content --> 26.91 -</div> 26.92 +</main> 26.93 26.94 -<!-- Footer --> 26.95 -<div id="footer"> 26.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 26.97 - <p> 26.98 - SliTaz @ 26.99 - <a href="https://twitter.com/slitaz">Twitter</a> 26.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 26.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 26.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 26.103 +<footer> 26.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 26.105 + SliTaz @ 26.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 26.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 26.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 26.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 26.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 26.111 - </p> 26.112 -</div> 26.113 +</footer> 26.114 26.115 </body> 26.116 </html>
27.1 --- a/loram-cdrom-sqfs/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 27.3 @@ -1,81 +0,0 @@ 27.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 27.5 - 27.6 -html { min-height: 102%; } 27.7 - 27.8 -body { 27.9 - background: #eee; 27.10 - color: #222; 27.11 - font: 16px Verdana, Arial, sans-serif; 27.12 - margin: 0; 27.13 - min-width: 640px; 27.14 -} 27.15 - 27.16 -a { text-decoration: underline; color: #215090; } 27.17 -a:hover { text-decoration: none; color: blue; } 27.18 -img { border: 0pt none; vertical-align: middle; } 27.19 -h2 { color: #444; } 27.20 -h3 { color: #666; font-size: 140%; } 27.21 - 27.22 -#header { 27.23 - position: fixed; 27.24 - width: 100%; 27.25 - height: 40px; 27.26 - background: #351a0a; 27.27 - border-bottom: 8px solid #d66018; 27.28 -} 27.29 - 27.30 -#header h1 { 27.31 - margin: 0; 27.32 - padding: 8px 0 0 8px; 27.33 - width: 250px; 27.34 - color: white; 27.35 - font-size: 20px; 27.36 - font-style: italic; 27.37 -} 27.38 - 27.39 -#header h1 a { 27.40 - color: white; 27.41 - text-decoration: none; 27.42 - font-size: 20px; 27.43 - font-style: italic; 27.44 -} 27.45 - 27.46 -#header h1 a:hover, #network a:hover { 27.47 - color: #d66018; 27.48 -} 27.49 - 27.50 -#network { 27.51 - float: right; 27.52 - padding: 12px 5px 0; 27.53 - font-size: 12px; 27.54 -} 27.55 - 27.56 -#network a { padding: 0 6px; } 27.57 - 27.58 -#network a { 27.59 - color: #fff; 27.60 - font-weight: bold; 27.61 - text-decoration: none; 27.62 -} 27.63 - 27.64 -#block { 27.65 - min-height: 40px; 27.66 - background: #d66018; 27.67 - padding: 0; 27.68 - border-bottom: 1px solid #f5f5f5; 27.69 -} 27.70 - 27.71 -#content { 27.72 - padding: 30px 80px; 27.73 - text-align: justify; 27.74 -} 27.75 - 27.76 -#footer { 27.77 - text-align: center; 27.78 - border-top: 1px solid #ccc; 27.79 - padding: 40px; 27.80 - background-color: #ddd; 27.81 - color: #666; 27.82 -} 27.83 - 27.84 -#footer a { color: #666; padding: 0 2px; }
28.1 --- a/loram-cdrom/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 28.2 +++ b/loram-cdrom/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 28.3 @@ -4,30 +4,48 @@ 28.4 <meta charset="UTF-8"> 28.5 <title>SliTaz GNU/Linux - CD</title> 28.6 <meta name="author" content="Christophe Lincoln"> 28.7 - <link rel="stylesheet" type="text/css" href="style.css"> 28.8 + <style> 28.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 28.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 28.11 + 28.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 28.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 28.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 28.15 +nav a{padding:6px;color:#FFF;} 28.16 + 28.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 28.18 +header,main{box-shadow:0 4px 8px #888;} 28.19 +h2{color:#444;font-size:160%;} 28.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 28.21 +h2,section{max-width:640px;margin:1ex auto;} 28.22 +h3{color:#666;font-size:140%;margin:0;} 28.23 +p{margin:1ex 0 0;text-align:justify;} 28.24 + 28.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 28.26 +footer a{color:inherit;padding:0 2px;} 28.27 + 28.28 +header,footer,main{display:block;left:0;right:0;} 28.29 +header,footer{position:fixed;} 28.30 + </style> 28.31 </head> 28.32 <body> 28.33 28.34 -<!-- Header --> 28.35 -<div id="header"> 28.36 - <div id="network"> 28.37 +<header> 28.38 + <nav> 28.39 <a href="http://www.slitaz.org/">Website</a> 28.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 28.41 <a href="http://doc.slitaz.org/">Doc</a> 28.42 <a href="http://forum.slitaz.org/">Forum</a> 28.43 <a href="http://bugs.slitaz.org/">Bugs</a> 28.44 <a href="http://hg.slitaz.org/">Hg</a> 28.45 - </div> 28.46 + </nav> 28.47 <h1>SliTaz Live</h1> 28.48 -</div> 28.49 +</header> 28.50 28.51 -<!-- Block --> 28.52 -<div id="block"></div> 28.53 +<main> 28.54 +<h2>Live CD information</h2> 28.55 28.56 -<!-- Content --> 28.57 -<div id="content"> 28.58 -<h2>LiveCD information</h2> 28.59 - 28.60 +<section> 28.61 <h3>English</h3> 28.62 <p> 28.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 28.64 @@ -44,7 +62,9 @@ 28.65 On the system you will find documentation in /usr/share/doc and the 28.66 full <a href="README">GPL license</a> in /usr/share/licenses. 28.67 </p> 28.68 +</section> 28.69 28.70 +<section> 28.71 <h3>Français</h3> 28.72 <p> 28.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 28.74 @@ -60,7 +80,9 @@ 28.75 paquets et la compilation de nouvelles applications depuis les 28.76 sources. 28.77 </p> 28.78 +</section> 28.79 28.80 +<section> 28.81 <h3>По-русски</h3> 28.82 <p> 28.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 28.84 @@ -77,22 +99,19 @@ 28.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 28.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 28.87 </p> 28.88 +</section> 28.89 28.90 -<!-- End content --> 28.91 -</div> 28.92 +</main> 28.93 28.94 -<!-- Footer --> 28.95 -<div id="footer"> 28.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 28.97 - <p> 28.98 - SliTaz @ 28.99 - <a href="https://twitter.com/slitaz">Twitter</a> 28.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 28.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 28.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 28.103 +<footer> 28.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 28.105 + SliTaz @ 28.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 28.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 28.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 28.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 28.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 28.111 - </p> 28.112 -</div> 28.113 +</footer> 28.114 28.115 </body> 28.116 </html>
29.1 --- a/loram-cdrom/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 29.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 29.3 @@ -1,81 +0,0 @@ 29.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 29.5 - 29.6 -html { min-height: 102%; } 29.7 - 29.8 -body { 29.9 - background: #eee; 29.10 - color: #222; 29.11 - font: 16px Verdana, Arial, sans-serif; 29.12 - margin: 0; 29.13 - min-width: 640px; 29.14 -} 29.15 - 29.16 -a { text-decoration: underline; color: #215090; } 29.17 -a:hover { text-decoration: none; color: blue; } 29.18 -img { border: 0pt none; vertical-align: middle; } 29.19 -h2 { color: #444; } 29.20 -h3 { color: #666; font-size: 140%; } 29.21 - 29.22 -#header { 29.23 - position: fixed; 29.24 - width: 100%; 29.25 - height: 40px; 29.26 - background: #351a0a; 29.27 - border-bottom: 8px solid #d66018; 29.28 -} 29.29 - 29.30 -#header h1 { 29.31 - margin: 0; 29.32 - padding: 8px 0 0 8px; 29.33 - width: 250px; 29.34 - color: white; 29.35 - font-size: 20px; 29.36 - font-style: italic; 29.37 -} 29.38 - 29.39 -#header h1 a { 29.40 - color: white; 29.41 - text-decoration: none; 29.42 - font-size: 20px; 29.43 - font-style: italic; 29.44 -} 29.45 - 29.46 -#header h1 a:hover, #network a:hover { 29.47 - color: #d66018; 29.48 -} 29.49 - 29.50 -#network { 29.51 - float: right; 29.52 - padding: 12px 5px 0; 29.53 - font-size: 12px; 29.54 -} 29.55 - 29.56 -#network a { padding: 0 6px; } 29.57 - 29.58 -#network a { 29.59 - color: #fff; 29.60 - font-weight: bold; 29.61 - text-decoration: none; 29.62 -} 29.63 - 29.64 -#block { 29.65 - min-height: 40px; 29.66 - background: #d66018; 29.67 - padding: 0; 29.68 - border-bottom: 1px solid #f5f5f5; 29.69 -} 29.70 - 29.71 -#content { 29.72 - padding: 30px 80px; 29.73 - text-align: justify; 29.74 -} 29.75 - 29.76 -#footer { 29.77 - text-align: center; 29.78 - border-top: 1px solid #ccc; 29.79 - padding: 40px; 29.80 - background-color: #ddd; 29.81 - color: #666; 29.82 -} 29.83 - 29.84 -#footer a { color: #666; padding: 0 2px; }
30.1 --- a/loram-http/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 30.2 +++ b/loram-http/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 30.3 @@ -4,30 +4,48 @@ 30.4 <meta charset="UTF-8"> 30.5 <title>SliTaz GNU/Linux - CD</title> 30.6 <meta name="author" content="Christophe Lincoln"> 30.7 - <link rel="stylesheet" type="text/css" href="style.css"> 30.8 + <style> 30.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 30.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 30.11 + 30.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 30.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 30.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 30.15 +nav a{padding:6px;color:#FFF;} 30.16 + 30.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 30.18 +header,main{box-shadow:0 4px 8px #888;} 30.19 +h2{color:#444;font-size:160%;} 30.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 30.21 +h2,section{max-width:640px;margin:1ex auto;} 30.22 +h3{color:#666;font-size:140%;margin:0;} 30.23 +p{margin:1ex 0 0;text-align:justify;} 30.24 + 30.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 30.26 +footer a{color:inherit;padding:0 2px;} 30.27 + 30.28 +header,footer,main{display:block;left:0;right:0;} 30.29 +header,footer{position:fixed;} 30.30 + </style> 30.31 </head> 30.32 <body> 30.33 30.34 -<!-- Header --> 30.35 -<div id="header"> 30.36 - <div id="network"> 30.37 +<header> 30.38 + <nav> 30.39 <a href="http://www.slitaz.org/">Website</a> 30.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 30.41 <a href="http://doc.slitaz.org/">Doc</a> 30.42 <a href="http://forum.slitaz.org/">Forum</a> 30.43 <a href="http://bugs.slitaz.org/">Bugs</a> 30.44 <a href="http://hg.slitaz.org/">Hg</a> 30.45 - </div> 30.46 + </nav> 30.47 <h1>SliTaz Live</h1> 30.48 -</div> 30.49 +</header> 30.50 30.51 -<!-- Block --> 30.52 -<div id="block"></div> 30.53 +<main> 30.54 +<h2>Live CD information</h2> 30.55 30.56 -<!-- Content --> 30.57 -<div id="content"> 30.58 -<h2>LiveCD information</h2> 30.59 - 30.60 +<section> 30.61 <h3>English</h3> 30.62 <p> 30.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 30.64 @@ -44,7 +62,9 @@ 30.65 On the system you will find documentation in /usr/share/doc and the 30.66 full <a href="README">GPL license</a> in /usr/share/licenses. 30.67 </p> 30.68 +</section> 30.69 30.70 +<section> 30.71 <h3>Français</h3> 30.72 <p> 30.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 30.74 @@ -60,7 +80,9 @@ 30.75 paquets et la compilation de nouvelles applications depuis les 30.76 sources. 30.77 </p> 30.78 +</section> 30.79 30.80 +<section> 30.81 <h3>По-русски</h3> 30.82 <p> 30.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 30.84 @@ -77,22 +99,19 @@ 30.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 30.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 30.87 </p> 30.88 +</section> 30.89 30.90 -<!-- End content --> 30.91 -</div> 30.92 +</main> 30.93 30.94 -<!-- Footer --> 30.95 -<div id="footer"> 30.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 30.97 - <p> 30.98 - SliTaz @ 30.99 - <a href="https://twitter.com/slitaz">Twitter</a> 30.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 30.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 30.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 30.103 +<footer> 30.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 30.105 + SliTaz @ 30.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 30.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 30.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 30.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 30.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 30.111 - </p> 30.112 -</div> 30.113 +</footer> 30.114 30.115 </body> 30.116 </html>
31.1 --- a/loram-http/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 31.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 31.3 @@ -1,81 +0,0 @@ 31.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 31.5 - 31.6 -html { min-height: 102%; } 31.7 - 31.8 -body { 31.9 - background: #eee; 31.10 - color: #222; 31.11 - font: 16px Verdana, Arial, sans-serif; 31.12 - margin: 0; 31.13 - min-width: 640px; 31.14 -} 31.15 - 31.16 -a { text-decoration: underline; color: #215090; } 31.17 -a:hover { text-decoration: none; color: blue; } 31.18 -img { border: 0pt none; vertical-align: middle; } 31.19 -h2 { color: #444; } 31.20 -h3 { color: #666; font-size: 140%; } 31.21 - 31.22 -#header { 31.23 - position: fixed; 31.24 - width: 100%; 31.25 - height: 40px; 31.26 - background: #351a0a; 31.27 - border-bottom: 8px solid #d66018; 31.28 -} 31.29 - 31.30 -#header h1 { 31.31 - margin: 0; 31.32 - padding: 8px 0 0 8px; 31.33 - width: 250px; 31.34 - color: white; 31.35 - font-size: 20px; 31.36 - font-style: italic; 31.37 -} 31.38 - 31.39 -#header h1 a { 31.40 - color: white; 31.41 - text-decoration: none; 31.42 - font-size: 20px; 31.43 - font-style: italic; 31.44 -} 31.45 - 31.46 -#header h1 a:hover, #network a:hover { 31.47 - color: #d66018; 31.48 -} 31.49 - 31.50 -#network { 31.51 - float: right; 31.52 - padding: 12px 5px 0; 31.53 - font-size: 12px; 31.54 -} 31.55 - 31.56 -#network a { padding: 0 6px; } 31.57 - 31.58 -#network a { 31.59 - color: #fff; 31.60 - font-weight: bold; 31.61 - text-decoration: none; 31.62 -} 31.63 - 31.64 -#block { 31.65 - min-height: 40px; 31.66 - background: #d66018; 31.67 - padding: 0; 31.68 - border-bottom: 1px solid #f5f5f5; 31.69 -} 31.70 - 31.71 -#content { 31.72 - padding: 30px 80px; 31.73 - text-align: justify; 31.74 -} 31.75 - 31.76 -#footer { 31.77 - text-align: center; 31.78 - border-top: 1px solid #ccc; 31.79 - padding: 40px; 31.80 - background-color: #ddd; 31.81 - color: #666; 31.82 -} 31.83 - 31.84 -#footer a { color: #666; padding: 0 2px; }
32.1 --- a/loram/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 32.2 +++ b/loram/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 32.3 @@ -4,30 +4,48 @@ 32.4 <meta charset="UTF-8"> 32.5 <title>SliTaz GNU/Linux - CD</title> 32.6 <meta name="author" content="Christophe Lincoln"> 32.7 - <link rel="stylesheet" type="text/css" href="style.css"> 32.8 + <style> 32.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 32.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 32.11 + 32.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 32.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 32.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 32.15 +nav a{padding:6px;color:#FFF;} 32.16 + 32.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 32.18 +header,main{box-shadow:0 4px 8px #888;} 32.19 +h2{color:#444;font-size:160%;} 32.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 32.21 +h2,section{max-width:640px;margin:1ex auto;} 32.22 +h3{color:#666;font-size:140%;margin:0;} 32.23 +p{margin:1ex 0 0;text-align:justify;} 32.24 + 32.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 32.26 +footer a{color:inherit;padding:0 2px;} 32.27 + 32.28 +header,footer,main{display:block;left:0;right:0;} 32.29 +header,footer{position:fixed;} 32.30 + </style> 32.31 </head> 32.32 <body> 32.33 32.34 -<!-- Header --> 32.35 -<div id="header"> 32.36 - <div id="network"> 32.37 +<header> 32.38 + <nav> 32.39 <a href="http://www.slitaz.org/">Website</a> 32.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 32.41 <a href="http://doc.slitaz.org/">Doc</a> 32.42 <a href="http://forum.slitaz.org/">Forum</a> 32.43 <a href="http://bugs.slitaz.org/">Bugs</a> 32.44 <a href="http://hg.slitaz.org/">Hg</a> 32.45 - </div> 32.46 + </nav> 32.47 <h1>SliTaz Live</h1> 32.48 -</div> 32.49 +</header> 32.50 32.51 -<!-- Block --> 32.52 -<div id="block"></div> 32.53 +<main> 32.54 +<h2>Live CD information</h2> 32.55 32.56 -<!-- Content --> 32.57 -<div id="content"> 32.58 -<h2>LiveCD information</h2> 32.59 - 32.60 +<section> 32.61 <h3>English</h3> 32.62 <p> 32.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 32.64 @@ -44,7 +62,9 @@ 32.65 On the system you will find documentation in /usr/share/doc and the 32.66 full <a href="README">GPL license</a> in /usr/share/licenses. 32.67 </p> 32.68 +</section> 32.69 32.70 +<section> 32.71 <h3>Français</h3> 32.72 <p> 32.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 32.74 @@ -60,7 +80,9 @@ 32.75 paquets et la compilation de nouvelles applications depuis les 32.76 sources. 32.77 </p> 32.78 +</section> 32.79 32.80 +<section> 32.81 <h3>По-русски</h3> 32.82 <p> 32.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 32.84 @@ -77,22 +99,19 @@ 32.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 32.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 32.87 </p> 32.88 +</section> 32.89 32.90 -<!-- End content --> 32.91 -</div> 32.92 +</main> 32.93 32.94 -<!-- Footer --> 32.95 -<div id="footer"> 32.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 32.97 - <p> 32.98 - SliTaz @ 32.99 - <a href="https://twitter.com/slitaz">Twitter</a> 32.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 32.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 32.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 32.103 +<footer> 32.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 32.105 + SliTaz @ 32.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 32.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 32.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 32.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 32.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 32.111 - </p> 32.112 -</div> 32.113 +</footer> 32.114 32.115 </body> 32.116 </html>
33.1 --- a/loram/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 33.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 33.3 @@ -1,81 +0,0 @@ 33.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 33.5 - 33.6 -html { min-height: 102%; } 33.7 - 33.8 -body { 33.9 - background: #eee; 33.10 - color: #222; 33.11 - font: 16px Verdana, Arial, sans-serif; 33.12 - margin: 0; 33.13 - min-width: 640px; 33.14 -} 33.15 - 33.16 -a { text-decoration: underline; color: #215090; } 33.17 -a:hover { text-decoration: none; color: blue; } 33.18 -img { border: 0pt none; vertical-align: middle; } 33.19 -h2 { color: #444; } 33.20 -h3 { color: #666; font-size: 140%; } 33.21 - 33.22 -#header { 33.23 - position: fixed; 33.24 - width: 100%; 33.25 - height: 40px; 33.26 - background: #351a0a; 33.27 - border-bottom: 8px solid #d66018; 33.28 -} 33.29 - 33.30 -#header h1 { 33.31 - margin: 0; 33.32 - padding: 8px 0 0 8px; 33.33 - width: 250px; 33.34 - color: white; 33.35 - font-size: 20px; 33.36 - font-style: italic; 33.37 -} 33.38 - 33.39 -#header h1 a { 33.40 - color: white; 33.41 - text-decoration: none; 33.42 - font-size: 20px; 33.43 - font-style: italic; 33.44 -} 33.45 - 33.46 -#header h1 a:hover, #network a:hover { 33.47 - color: #d66018; 33.48 -} 33.49 - 33.50 -#network { 33.51 - float: right; 33.52 - padding: 12px 5px 0; 33.53 - font-size: 12px; 33.54 -} 33.55 - 33.56 -#network a { padding: 0 6px; } 33.57 - 33.58 -#network a { 33.59 - color: #fff; 33.60 - font-weight: bold; 33.61 - text-decoration: none; 33.62 -} 33.63 - 33.64 -#block { 33.65 - min-height: 40px; 33.66 - background: #d66018; 33.67 - padding: 0; 33.68 - border-bottom: 1px solid #f5f5f5; 33.69 -} 33.70 - 33.71 -#content { 33.72 - padding: 30px 80px; 33.73 - text-align: justify; 33.74 -} 33.75 - 33.76 -#footer { 33.77 - text-align: center; 33.78 - border-top: 1px solid #ccc; 33.79 - padding: 40px; 33.80 - background-color: #ddd; 33.81 - color: #666; 33.82 -} 33.83 - 33.84 -#footer a { color: #666; padding: 0 2px; }
34.1 --- a/proxy/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 34.2 +++ b/proxy/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 34.3 @@ -4,30 +4,48 @@ 34.4 <meta charset="UTF-8"> 34.5 <title>SliTaz GNU/Linux - CD</title> 34.6 <meta name="author" content="Christophe Lincoln"> 34.7 - <link rel="stylesheet" type="text/css" href="style.css"> 34.8 + <style> 34.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 34.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 34.11 + 34.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 34.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 34.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 34.15 +nav a{padding:6px;color:#FFF;} 34.16 + 34.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 34.18 +header,main{box-shadow:0 4px 8px #888;} 34.19 +h2{color:#444;font-size:160%;} 34.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 34.21 +h2,section{max-width:640px;margin:1ex auto;} 34.22 +h3{color:#666;font-size:140%;margin:0;} 34.23 +p{margin:1ex 0 0;text-align:justify;} 34.24 + 34.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 34.26 +footer a{color:inherit;padding:0 2px;} 34.27 + 34.28 +header,footer,main{display:block;left:0;right:0;} 34.29 +header,footer{position:fixed;} 34.30 + </style> 34.31 </head> 34.32 <body> 34.33 34.34 -<!-- Header --> 34.35 -<div id="header"> 34.36 - <div id="network"> 34.37 +<header> 34.38 + <nav> 34.39 <a href="http://www.slitaz.org/">Website</a> 34.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 34.41 <a href="http://doc.slitaz.org/">Doc</a> 34.42 <a href="http://forum.slitaz.org/">Forum</a> 34.43 <a href="http://bugs.slitaz.org/">Bugs</a> 34.44 <a href="http://hg.slitaz.org/">Hg</a> 34.45 - </div> 34.46 + </nav> 34.47 <h1>SliTaz Live</h1> 34.48 -</div> 34.49 +</header> 34.50 34.51 -<!-- Block --> 34.52 -<div id="block"></div> 34.53 +<main> 34.54 +<h2>Live CD information</h2> 34.55 34.56 -<!-- Content --> 34.57 -<div id="content"> 34.58 -<h2>LiveCD information</h2> 34.59 - 34.60 +<section> 34.61 <h3>English</h3> 34.62 <p> 34.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 34.64 @@ -44,7 +62,9 @@ 34.65 On the system you will find documentation in /usr/share/doc and the 34.66 full <a href="README">GPL license</a> in /usr/share/licenses. 34.67 </p> 34.68 +</section> 34.69 34.70 +<section> 34.71 <h3>Français</h3> 34.72 <p> 34.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 34.74 @@ -60,7 +80,9 @@ 34.75 paquets et la compilation de nouvelles applications depuis les 34.76 sources. 34.77 </p> 34.78 +</section> 34.79 34.80 +<section> 34.81 <h3>По-русски</h3> 34.82 <p> 34.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 34.84 @@ -77,22 +99,19 @@ 34.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 34.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 34.87 </p> 34.88 +</section> 34.89 34.90 -<!-- End content --> 34.91 -</div> 34.92 +</main> 34.93 34.94 -<!-- Footer --> 34.95 -<div id="footer"> 34.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 34.97 - <p> 34.98 - SliTaz @ 34.99 - <a href="https://twitter.com/slitaz">Twitter</a> 34.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 34.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 34.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 34.103 +<footer> 34.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 34.105 + SliTaz @ 34.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 34.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 34.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 34.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 34.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 34.111 - </p> 34.112 -</div> 34.113 +</footer> 34.114 34.115 </body> 34.116 </html>
35.1 --- a/proxy/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 35.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 35.3 @@ -1,81 +0,0 @@ 35.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 35.5 - 35.6 -html { min-height: 102%; } 35.7 - 35.8 -body { 35.9 - background: #eee; 35.10 - color: #222; 35.11 - font: 16px Verdana, Arial, sans-serif; 35.12 - margin: 0; 35.13 - min-width: 640px; 35.14 -} 35.15 - 35.16 -a { text-decoration: underline; color: #215090; } 35.17 -a:hover { text-decoration: none; color: blue; } 35.18 -img { border: 0pt none; vertical-align: middle; } 35.19 -h2 { color: #444; } 35.20 -h3 { color: #666; font-size: 140%; } 35.21 - 35.22 -#header { 35.23 - position: fixed; 35.24 - width: 100%; 35.25 - height: 40px; 35.26 - background: #351a0a; 35.27 - border-bottom: 8px solid #d66018; 35.28 -} 35.29 - 35.30 -#header h1 { 35.31 - margin: 0; 35.32 - padding: 8px 0 0 8px; 35.33 - width: 250px; 35.34 - color: white; 35.35 - font-size: 20px; 35.36 - font-style: italic; 35.37 -} 35.38 - 35.39 -#header h1 a { 35.40 - color: white; 35.41 - text-decoration: none; 35.42 - font-size: 20px; 35.43 - font-style: italic; 35.44 -} 35.45 - 35.46 -#header h1 a:hover, #network a:hover { 35.47 - color: #d66018; 35.48 -} 35.49 - 35.50 -#network { 35.51 - float: right; 35.52 - padding: 12px 5px 0; 35.53 - font-size: 12px; 35.54 -} 35.55 - 35.56 -#network a { padding: 0 6px; } 35.57 - 35.58 -#network a { 35.59 - color: #fff; 35.60 - font-weight: bold; 35.61 - text-decoration: none; 35.62 -} 35.63 - 35.64 -#block { 35.65 - min-height: 40px; 35.66 - background: #d66018; 35.67 - padding: 0; 35.68 - border-bottom: 1px solid #f5f5f5; 35.69 -} 35.70 - 35.71 -#content { 35.72 - padding: 30px 80px; 35.73 - text-align: justify; 35.74 -} 35.75 - 35.76 -#footer { 35.77 - text-align: center; 35.78 - border-top: 1px solid #ccc; 35.79 - padding: 40px; 35.80 - background-color: #ddd; 35.81 - color: #666; 35.82 -} 35.83 - 35.84 -#footer a { color: #666; padding: 0 2px; }
36.1 --- a/xorg-light/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 36.2 +++ b/xorg-light/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 36.3 @@ -4,30 +4,48 @@ 36.4 <meta charset="UTF-8"> 36.5 <title>SliTaz GNU/Linux - CD</title> 36.6 <meta name="author" content="Christophe Lincoln"> 36.7 - <link rel="stylesheet" type="text/css" href="style.css"> 36.8 + <style> 36.9 +body{min-width:460px;margin:0;background:#CCC;color:#222;font-family:sans-serif;} 36.10 +a{text-decoration:none;}a:hover{text-decoration:underline;} 36.11 + 36.12 +header{top:0;height:40px;background:#351A0A;border-bottom:8px solid #D66018;z-index:2;} 36.13 +h1{margin:0;padding:5px 0 0 8px;white-space:nowrap;color:#FFF;font-size:26px;font-style:italic;} 36.14 +nav{display:inline-block;float:right;padding:12px 5px 0;font-size:smaller;} 36.15 +nav a{padding:6px;color:#FFF;} 36.16 + 36.17 +main{display:block;position:relative;margin:48px 0 0;padding:1ex;background:#EEE;margin-bottom:120px;z-index:1;} 36.18 +header,main{box-shadow:0 4px 8px #888;} 36.19 +h2{color:#444;font-size:160%;} 36.20 +section{background:#FFF;border:1px solid #BBB;border-radius:0.5ex;padding:1ex;} 36.21 +h2,section{max-width:640px;margin:1ex auto;} 36.22 +h3{color:#666;font-size:140%;margin:0;} 36.23 +p{margin:1ex 0 0;text-align:justify;} 36.24 + 36.25 +footer{bottom:0;z-index:0;padding:30px;text-align:center;} 36.26 +footer a{color:inherit;padding:0 2px;} 36.27 + 36.28 +header,footer,main{display:block;left:0;right:0;} 36.29 +header,footer{position:fixed;} 36.30 + </style> 36.31 </head> 36.32 <body> 36.33 36.34 -<!-- Header --> 36.35 -<div id="header"> 36.36 - <div id="network"> 36.37 +<header> 36.38 + <nav> 36.39 <a href="http://www.slitaz.org/">Website</a> 36.40 <a href="http://scn.slitaz.org/?blog">Blog</a> 36.41 <a href="http://doc.slitaz.org/">Doc</a> 36.42 <a href="http://forum.slitaz.org/">Forum</a> 36.43 <a href="http://bugs.slitaz.org/">Bugs</a> 36.44 <a href="http://hg.slitaz.org/">Hg</a> 36.45 - </div> 36.46 + </nav> 36.47 <h1>SliTaz Live</h1> 36.48 -</div> 36.49 +</header> 36.50 36.51 -<!-- Block --> 36.52 -<div id="block"></div> 36.53 +<main> 36.54 +<h2>Live CD information</h2> 36.55 36.56 -<!-- Content --> 36.57 -<div id="content"> 36.58 -<h2>LiveCD information</h2> 36.59 - 36.60 +<section> 36.61 <h3>English</h3> 36.62 <p> 36.63 Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM 36.64 @@ -44,7 +62,9 @@ 36.65 On the system you will find documentation in /usr/share/doc and the 36.66 full <a href="README">GPL license</a> in /usr/share/licenses. 36.67 </p> 36.68 +</section> 36.69 36.70 +<section> 36.71 <h3>Français</h3> 36.72 <p> 36.73 Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. 36.74 @@ -60,7 +80,9 @@ 36.75 paquets et la compilation de nouvelles applications depuis les 36.76 sources. 36.77 </p> 36.78 +</section> 36.79 36.80 +<section> 36.81 <h3>По-русски</h3> 36.82 <p> 36.83 Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. 36.84 @@ -77,22 +99,19 @@ 36.85 Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст 36.86 <a href="README">лицензии GPL</a> в /usr/share/licenses. 36.87 </p> 36.88 +</section> 36.89 36.90 -<!-- End content --> 36.91 -</div> 36.92 +</main> 36.93 36.94 -<!-- Footer --> 36.95 -<div id="footer"> 36.96 - Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a> 36.97 - <p> 36.98 - SliTaz @ 36.99 - <a href="https://twitter.com/slitaz">Twitter</a> 36.100 - <a href="https://www.facebook.com/slitaz">Facebook</a> 36.101 - <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> 36.102 - <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a> 36.103 +<footer> 36.104 + Copyright © 2016 <a href="http://www.slitaz.org/">SliTaz</a><br><br> 36.105 + SliTaz @ 36.106 + <a href="https://twitter.com/slitaz">Twitter</a> · 36.107 + <a href="https://www.facebook.com/slitaz">Facebook</a> · 36.108 + <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a> · 36.109 + <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>· 36.110 <a href="https://flattr.com/profile/slitaz">Flattr</a> 36.111 - </p> 36.112 -</div> 36.113 +</footer> 36.114 36.115 </body> 36.116 </html>
37.1 --- a/xorg-light/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 37.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 37.3 @@ -1,81 +0,0 @@ 37.4 -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ 37.5 - 37.6 -html { min-height: 102%; } 37.7 - 37.8 -body { 37.9 - background: #eee; 37.10 - color: #222; 37.11 - font: 16px Verdana, Arial, sans-serif; 37.12 - margin: 0; 37.13 - min-width: 640px; 37.14 -} 37.15 - 37.16 -a { text-decoration: underline; color: #215090; } 37.17 -a:hover { text-decoration: none; color: blue; } 37.18 -img { border: 0pt none; vertical-align: middle; } 37.19 -h2 { color: #444; } 37.20 -h3 { color: #666; font-size: 140%; } 37.21 - 37.22 -#header { 37.23 - position: fixed; 37.24 - width: 100%; 37.25 - height: 40px; 37.26 - background: #351a0a; 37.27 - border-bottom: 8px solid #d66018; 37.28 -} 37.29 - 37.30 -#header h1 { 37.31 - margin: 0; 37.32 - padding: 8px 0 0 8px; 37.33 - width: 250px; 37.34 - color: white; 37.35 - font-size: 20px; 37.36 - font-style: italic; 37.37 -} 37.38 - 37.39 -#header h1 a { 37.40 - color: white; 37.41 - text-decoration: none; 37.42 - font-size: 20px; 37.43 - font-style: italic; 37.44 -} 37.45 - 37.46 -#header h1 a:hover, #network a:hover { 37.47 - color: #d66018; 37.48 -} 37.49 - 37.50 -#network { 37.51 - float: right; 37.52 - padding: 12px 5px 0; 37.53 - font-size: 12px; 37.54 -} 37.55 - 37.56 -#network a { padding: 0 6px; } 37.57 - 37.58 -#network a { 37.59 - color: #fff; 37.60 - font-weight: bold; 37.61 - text-decoration: none; 37.62 -} 37.63 - 37.64 -#block { 37.65 - min-height: 40px; 37.66 - background: #d66018; 37.67 - padding: 0; 37.68 - border-bottom: 1px solid #f5f5f5; 37.69 -} 37.70 - 37.71 -#content { 37.72 - padding: 30px 80px; 37.73 - text-align: justify; 37.74 -} 37.75 - 37.76 -#footer { 37.77 - text-align: center; 37.78 - border-top: 1px solid #ccc; 37.79 - padding: 40px; 37.80 - background-color: #ddd; 37.81 - color: #666; 37.82 -} 37.83 - 37.84 -#footer a { color: #666; padding: 0 2px; }