# HG changeset patch # User Aleksej Bobylev # Date 1453997050 -7200 # Node ID 59cec645a2c8985399580460b0baf778ab3b50db # Parent 678123ddc1eaa092d349629c05e04b99c0cdce44 Include style.css into index.html; base: update receipt sizes based on current build diff -r 678123ddc1ea -r 59cec645a2c8 base/receipt --- a/base/receipt Tue Jan 26 12:33:36 2016 +0200 +++ b/base/receipt Thu Jan 28 18:04:10 2016 +0200 @@ -6,6 +6,6 @@ MAINTAINER="pankso@slitaz.org" FRUGAL_RAM="48M" -ROOTFS_SIZE="21.0M" -INITRAMFS_SIZE="7.4M" +ROOTFS_SIZE="23.3M" +INITRAMFS_SIZE="8.3M" ISO_SIZE="12.0M" diff -r 678123ddc1ea -r 59cec645a2c8 base/rootcd/index.html --- a/base/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/base/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 base/rootcd/style.css --- a/base/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 core/rootcd/index.html --- a/core/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/core/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 core/rootcd/style.css --- a/core/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 core64/rootcd/index.html --- a/core64/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/core64/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 core64/rootcd/style.css --- a/core64/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 devel/rootcd/index.html --- a/devel/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/devel/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 devel/rootcd/style.css --- a/devel/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 dolibarr/rootcd/index.html --- a/dolibarr/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/dolibarr/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 dolibarr/rootcd/style.css --- a/dolibarr/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 dtp/rootcd/index.html --- a/dtp/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/dtp/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 dtp/rootcd/style.css --- a/dtp/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 e17/rootcd/index.html --- a/e17/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/e17/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 e17/rootcd/style.css --- a/e17/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 firefox/rootcd/index.html --- a/firefox/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/firefox/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 firefox/rootcd/style.css --- a/firefox/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 gtkonly/rootcd/index.html --- a/gtkonly/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/gtkonly/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 gtkonly/rootcd/style.css --- a/gtkonly/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 justx/rootcd/index.html --- a/justx/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/justx/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 justx/rootcd/style.css --- a/justx/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 jwm/rootcd/index.html --- a/jwm/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/jwm/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 jwm/rootcd/style.css --- a/jwm/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 kids/rootcd/index.html --- a/kids/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/kids/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 kids/rootcd/style.css --- a/kids/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 loram-cdrom-sqfs/rootcd/index.html --- a/loram-cdrom-sqfs/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/loram-cdrom-sqfs/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 loram-cdrom-sqfs/rootcd/style.css --- a/loram-cdrom-sqfs/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 loram-cdrom/rootcd/index.html --- a/loram-cdrom/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/loram-cdrom/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 loram-cdrom/rootcd/style.css --- a/loram-cdrom/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 loram-http/rootcd/index.html --- a/loram-http/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/loram-http/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 loram-http/rootcd/style.css --- a/loram-http/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 loram/rootcd/index.html --- a/loram/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/loram/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 loram/rootcd/style.css --- a/loram/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 proxy/rootcd/index.html --- a/proxy/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/proxy/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 proxy/rootcd/style.css --- a/proxy/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; } diff -r 678123ddc1ea -r 59cec645a2c8 xorg-light/rootcd/index.html --- a/xorg-light/rootcd/index.html Tue Jan 26 12:33:36 2016 +0200 +++ b/xorg-light/rootcd/index.html Thu Jan 28 18:04:10 2016 +0200 @@ -4,30 +4,48 @@ SliTaz GNU/Linux - CD - + - - + - -
+
+

Live CD information

- -
-

LiveCD information

- +

English

Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM @@ -44,7 +62,9 @@ On the system you will find documentation in /usr/share/doc and the full GPL license in /usr/share/licenses.

+
+

Français

Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. @@ -60,7 +80,9 @@ paquets et la compilation de nouvelles applications depuis les sources.

+
+

По-русски

Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. @@ -77,22 +99,19 @@ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст лицензии GPL в /usr/share/licenses.

+
- -
+
- - + diff -r 678123ddc1ea -r 59cec645a2c8 xorg-light/rootcd/style.css --- a/xorg-light/rootcd/style.css Tue Jan 26 12:33:36 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -/* CSS style for SliTaz GNU/Linux generic xHTML files. */ - -html { min-height: 102%; } - -body { - background: #eee; - color: #222; - font: 16px Verdana, Arial, sans-serif; - margin: 0; - min-width: 640px; -} - -a { text-decoration: underline; color: #215090; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; vertical-align: middle; } -h2 { color: #444; } -h3 { color: #666; font-size: 140%; } - -#header { - position: fixed; - width: 100%; - height: 40px; - background: #351a0a; - border-bottom: 8px solid #d66018; -} - -#header h1 { - margin: 0; - padding: 8px 0 0 8px; - width: 250px; - color: white; - font-size: 20px; - font-style: italic; -} - -#header h1 a { - color: white; - text-decoration: none; - font-size: 20px; - font-style: italic; -} - -#header h1 a:hover, #network a:hover { - color: #d66018; -} - -#network { - float: right; - padding: 12px 5px 0; - font-size: 12px; -} - -#network a { padding: 0 6px; } - -#network a { - color: #fff; - font-weight: bold; - text-decoration: none; -} - -#block { - min-height: 40px; - background: #d66018; - padding: 0; - border-bottom: 1px solid #f5f5f5; -} - -#content { - padding: 30px 80px; - text-align: justify; -} - -#footer { - text-align: center; - border-top: 1px solid #ccc; - padding: 40px; - background-color: #ddd; - color: #666; -} - -#footer a { color: #666; padding: 0 2px; }