Regen FAQ & Advanced Stamps Howto with CSS & other tweaks

This commit is contained in:
Bill Kendrick 2024-05-14 23:54:08 -07:00
parent 4a79060f26
commit 073c4f422b
28 changed files with 1106 additions and 399 deletions

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Advanced Stamps 'How-To'
version 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/
February 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+
| Table of Contents |
|----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Frequently Asked Questions
version 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 27, 2024
May 14, 2024
-------------------------------------------------------------------------------
+------------------------------+
| Table of Contents |
|------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Advanced Stamps 'How-To' </h1>
version 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
February 28, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
<li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Frequently Asked Questions </h1>
version 0.9.33<br/>
Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
April 27, 2024 </p>
May 14, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
<li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,12 +1,12 @@
Tux Paint
versión 0.9.33 Advanced Stamps 'How-To'
versión 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/
febrero 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+
| Table of Contents |
|----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
versión 0.9.33 Frequently Asked Questions
versión 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 27, 2024
mayo 14, 2024
-------------------------------------------------------------------------------
+------------------------------+
| Table of Contents |
|------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.33 Advanced Stamps 'How-To' </h1>
versi&oacute;n 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
febrero 28, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
<li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
versi&oacute;n 0.9.33 Frequently Asked Questions </h1>
versi&oacute;n 0.9.33<br/>
Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
abril 27, 2024 </p>
mayo 14, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
<li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 'Guide pratique" pour les tampons de haute qualité
version 0.9.33
'Guide pratique" pour les tampons de haute qualité
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir AUTHORS.txt.
https://tuxpaint.org/
février 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------------------+
| Table des matières |
|----------------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Questions fréquemment posées
version 0.9.33
Questions fréquemment posées
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
avril 27, 2024
mai 14, 2024
-------------------------------------------------------------------------------
+-----------------------------------+
| Table des matières |
|-----------------------------------|

View file

@ -5,6 +5,76 @@
'Guide pratique' pour des tampons de haute qualité pour Tux Paint </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 'Guide pratique" pour les tampons de haute qualité </h1>
version 0.9.33<br/>
'Guide pratique" pour les tampons de haute qualité </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
février 28, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table des matières">
summary="Table des matières"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table des matières </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">À propos de ce 'guide pratique'</a>
</li>
<li>
<a href="#choice">Le choix de l'image est crucial</a>
</li>
<li>
<a href="#prepare_mask">Préparez le masque</a>
</li>
<li>
<a href="#replace_fringe">Remplacer la frange et les pixels indésirables</a>
</li>
<li>
<a href="#save">Sauvegarder l'image pour Tux Paint</a>
</li>
</ul>
<li><a href="#about">À propos de ce 'guide pratique'</a></li> <li><a href="#choice">Le choix de l'image est crucial</a></li> <li><a href="#prepare_mask">Préparez le masque</a></li> <li><a href="#replace_fringe">Remplacer la frange et les pixels indésirables</a></li> <li><a href="#save">Sauvegarder l'image pour Tux Paint</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Questions fréquemment posées au sujet de Tux Paint </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Questions fréquemment posées </h1>
version 0.9.33<br/>
Questions fréquemment posées </h1>
<p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
avril 27, 2024 </p>
mai 14, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table des matières">
summary="Table des matières"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table des matières </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Liées au dessin</a>
</li>
<li>
<a href="#interface">Problèmes d'interface</a>
</li>
<li>
<a href="#printing">Impression</a>
</li>
<li>
<a href="#saving">Sauvegarde</a>
</li>
<li>
<a href="#audio">Problèmes audio</a>
</li>
<li>
<a href="#fullscreen">Problèmes en mode plein écran</a>
</li>
<li>
<a href="#other">Autres problèmes</a>
</li>
<li>
<a href="#contact">Aide / Contact</a>
</li>
</ul>
<li><a href="#drawing">Liées au dessin</a></li> <li><a href="#interface">Problèmes d'interface</a></li> <li><a href="#printing">Impression</a></li> <li><a href="#saving">Sauvegarde</a></li> <li><a href="#audio">Problèmes audio</a></li> <li><a href="#fullscreen">Problèmes en mode plein écran</a></li> <li><a href="#other">Autres problèmes</a></li> <li><a href="#contact">Aide / Contact</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,12 +1,12 @@
Tux Paint
versión 0.9.33 «Como facer» os selos avanzados
versión 0.9.33
«Como facer» os selos avanzados
Copyright © 2006-2024 by Albert Cahalan e outros; see AUTHORS.txt.
https://tuxpaint.org/
28 de Febreiro de 2024
-------------------------------------------------------------------------------
+-------------------------------------------+
| Índice |
|-------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
versión 0.9.33 Preguntas máis frecuentes
versión 0.9.33
Preguntas máis frecuentes
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
27 de Abril de 2024
14 de Maio de 2024
-------------------------------------------------------------------------------
+--------------------------------------------+
| Índice |
|--------------------------------------------|

View file

@ -5,6 +5,76 @@
«Como facer» os selos avanzados de Tux Paint </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.33 «Como facer» os selos avanzados </h1>
versión 0.9.33<br/>
«Como facer» os selos avanzados </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
28 de Febreiro de 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Índice">
summary="Índice"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Índice </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">Sobre este «Como facelo»</a>
</li>
<li>
<a href="#choice">A elección da imaxe é crucial</a>
</li>
<li>
<a href="#prepare_mask">Preparar a máscara</a>
</li>
<li>
<a href="#replace_fringe">Substituír a franxa e os píxeles lixo</a>
</li>
<li>
<a href="#save">Gardar a imaxe para Tux Paint</a>
</li>
</ul>
<li><a href="#about">Sobre este «Como facelo»</a></li> <li><a href="#choice">A elección da imaxe é crucial</a></li> <li><a href="#prepare_mask">Preparar a máscara</a></li> <li><a href="#replace_fringe">Substituír a franxa e os píxeles lixo</a></li> <li><a href="#save">Gardar a imaxe para Tux Paint</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Preguntas máis frecuentes sobre Tux Paint </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
versión 0.9.33 Preguntas máis frecuentes </h1>
versión 0.9.33<br/>
Preguntas máis frecuentes </h1>
<p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
27 de Abril de 2024 </p>
14 de Maio de 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Índice">
summary="Índice"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Índice </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Relacionado co debuxo</a>
</li>
<li>
<a href="#interface">Problemas de interface</a>
</li>
<li>
<a href="#printing">Impresión</a>
</li>
<li>
<a href="#saving">Gardar</a>
</li>
<li>
<a href="#audio">Problemas de son</a>
</li>
<li>
<a href="#fullscreen">Problemas no modo de pantalla completa</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Axuda / Contacto</a>
</li>
</ul>
<li><a href="#drawing">Relacionado co debuxo</a></li> <li><a href="#interface">Problemas de interface</a></li> <li><a href="#printing">Impresión</a></li> <li><a href="#saving">Gardar</a></li> <li><a href="#audio">Problemas de son</a></li> <li><a href="#fullscreen">Problemas no modo de pantalla completa</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Axuda / Contacto</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Advanced Stamps 'How-To'
version 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/
febrúar 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+
| Table of Contents |
|----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Frequently Asked Questions
version 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
apríl 27, 2024
maí 14, 2024
-------------------------------------------------------------------------------
+------------------------------+
| Table of Contents |
|------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Advanced Stamps 'How-To' </h1>
version 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
febrúar 28, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
<li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Frequently Asked Questions </h1>
version 0.9.33<br/>
Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
apríl 27, 2024 </p>
maí 14, 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Table of Contents">
summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Table of Contents </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
<li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,12 +1,12 @@
Tux Paint
バージョン 0.9.33 スタンプ作成の詳細について
バージョン 0.9.33
スタンプ作成の詳細について
Copyright © 2006-2024 by Albert Cahalan ほか; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年2月28日
-------------------------------------------------------------------------------
+----------------------------------+
| 目次 |
|----------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
バージョン 0.9.33 Frequently Asked Questions
バージョン 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年4月27
2024年5月14
-------------------------------------------------------------------------------
+------------------------------+
| 目次 |
|------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint 用のスタンプを作成する方法 </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
バージョン 0.9.33 スタンプ作成の詳細について </h1>
バージョン 0.9.33<br/>
スタンプ作成の詳細について </h1>
<p>
Copyright &copy; 2006-2024 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
@ -28,13 +99,12 @@
2024年2月28日 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="目次">
summary="目次"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
目次 </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">この解説について</a>
</li>
<li>
<a href="#choice">使用する画像の選択</a>
</li>
<li>
<a href="#prepare_mask">マスクの設定</a>
</li>
<li>
<a href="#replace_fringe">縁取りと不要なピクセルの除去</a>
</li>
<li>
<a href="#save">Tux Paint 用の画像の保存</a>
</li>
</ul>
<li><a href="#about">この解説について</a></li> <li><a href="#choice">使用する画像の選択</a></li> <li><a href="#prepare_mask">マスクの設定</a></li> <li><a href="#replace_fringe">縁取りと不要なピクセルの除去</a></li> <li><a href="#save">Tux Paint 用の画像の保存</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
バージョン 0.9.33 Frequently Asked Questions </h1>
バージョン 0.9.33<br/>
Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
@ -25,16 +96,15 @@
</p>
<p>
2024年4月27</p>
2024年5月14</p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="目次">
summary="目次"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
目次 </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">印刷</a>
</li>
<li>
<a href="#saving">保存</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
<li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">印刷</a></li> <li><a href="#saving">保存</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
</td>
</tr>
</table>

View file

@ -1,5 +1,6 @@
Tux Paint
version 0.9.33 “Si-të” të Thelluara rreth Stampash
version 0.9.33
“Si-të” të Thelluara rreth Stampash
Të drejta kopjimi © 2006-2024 nga Albert Cahalan dhe të tjerë; shihni
AUTHORS.txt.
@ -7,7 +8,6 @@
28 shkurt 2024
-------------------------------------------------------------------------------
+---------------------------------------------+
| Pasqyrë e Lëndës |
|---------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint
version 0.9.33 Pyetje të Bëra Rëndom
version 0.9.33
Pyetje të Bëra Rëndom
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
27 prill 2024
14 maj 2024
-------------------------------------------------------------------------------
+-------------------------------------------+
| Pasqyrë e Lëndës |
|-------------------------------------------|

View file

@ -5,6 +5,76 @@
“Si-të” e Thelluar për Stampa Tux Paint-i </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 “Si-të” të Thelluara rreth Stampash </h1>
version 0.9.33<br/>
“Si-të” të Thelluara rreth Stampash </h1>
<p>
Të drejta kopjimi &copy; 2006-2024 nga Albert Cahalan dhe të tjerë; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
28 shkurt 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Pasqyrë e Lëndës">
summary="Pasqyrë e Lëndës"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Pasqyrë e Lëndës </th>
@ -43,22 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#about">Rreth kësaj “Si-të”-je</a>
</li>
<li>
<a href="#choice">Zgjedhja e figurës është kyçe</a>
</li>
<li>
<a href="#prepare_mask">Përgatitni maskën</a>
</li>
<li>
<a href="#replace_fringe">Zëvendësoni thekë dhe piksela hedhurinë</a>
</li>
<li>
<a href="#save">Ruajeni figurën për Tux Paint-int</a>
</li>
</ul>
<li><a href="#about">Rreth kësaj “Si-të”-je</a></li> <li><a href="#choice">Zgjedhja e figurës është kyçe</a></li> <li><a href="#prepare_mask">Përgatitni maskën</a></li> <li><a href="#replace_fringe">Zëvendësoni thekë dhe piksela hedhurinë</a></li> <li><a href="#save">Ruajeni figurën për Tux Paint-int</a></li> </ul>
</td>
</tr>
</table>

View file

@ -5,6 +5,76 @@
Pyetje të Bëra Rëndom rreth Tux Paint-it </title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head>
<body bgcolor="#FFFFFF"
text="#000000"
@ -17,7 +87,8 @@
width="205"
height="210"
alt="Tux Paint"><br>
version 0.9.33 Pyetje të Bëra Rëndom </h1>
version 0.9.33<br/>
Pyetje të Bëra Rëndom </h1>
<p>
Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p>
<p>
27 prill 2024 </p>
14 maj 2024 </p>
</center>
<hr size="2"
noshade>
<table border="2"
cellspacing="0"
cellpadding="2"
summary="Pasqyrë e Lëndës">
summary="Pasqyrë e Lëndës"
align="center"
style="page-break-inside: avoid;">
<tr>
<th>
Pasqyrë e Lëndës </th>
@ -43,31 +113,7 @@
<tr>
<td>
<ul>
<li>
<a href="#drawing">Të lidhura me të vizatuarit</a>
</li>
<li>
<a href="#interface">Probleme Ndërfaqeje</a>
</li>
<li>
<a href="#printing">Shtypje</a>
</li>
<li>
<a href="#saving">Ruajtje</a>
</li>
<li>
<a href="#audio">Probleme Audio</a>
</li>
<li>
<a href="#fullscreen">Probleme me Mënyrën “Sa Krejt Ekrani”</a>
</li>
<li>
<a href="#other">Probleme të Tjera</a>
</li>
<li>
<a href="#contact">Ndihmë / Lidhuni Me Ne</a>
</li>
</ul>
<li><a href="#drawing">Të lidhura me të vizatuarit</a></li> <li><a href="#interface">Probleme Ndërfaqeje</a></li> <li><a href="#printing">Shtypje</a></li> <li><a href="#saving">Ruajtje</a></li> <li><a href="#audio">Probleme Audio</a></li> <li><a href="#fullscreen">Probleme me Mënyrën “Sa Krejt Ekrani”</a></li> <li><a href="#other">Probleme të Tjera</a></li> <li><a href="#contact">Ndihmë / Lidhuni Me Ne</a></li> </ul>
</td>
</tr>
</table>