summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/en/credits.html15
-rw-r--r--resources/en/licence.html78
-rw-r--r--resources/it/credits.html15
-rw-r--r--resources/it/licence.html78
-rw-r--r--resources/nl/credits.html15
-rw-r--r--resources/nl/licence.html78
6 files changed, 135 insertions, 144 deletions
diff --git a/resources/en/credits.html b/resources/en/credits.html
index 51139243a..3818c9c34 100644
--- a/resources/en/credits.html
+++ b/resources/en/credits.html
@@ -13,16 +13,15 @@ div#DevList ul {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>NetSurf Credits</h1>
+<h1 class="ns-border">NetSurf Credits</h1>
<p>NetSurf was brought to you by the following people:</p>
<div id="DevList">
-<h2>Code</h2>
+<h2 class="ns-border">Code</h2>
<ul>
<li>John-Mark Bell</li>
<li>Michael Drake</li>
@@ -60,7 +59,7 @@ div#DevList ul {
<li>Bo Yang</li>
</ul>
-<h2>Documentation</h2>
+<h2 class="ns-border">Documentation</h2>
<ul>
<li>John-Mark Bell</li>
<li>James Bursa</li>
@@ -70,7 +69,7 @@ div#DevList ul {
<li>Richard Wilson</li>
</ul>
-<h2>Graphics</h2>
+<h2 class="ns-border">Graphics</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
@@ -79,7 +78,7 @@ div#DevList ul {
<li>Phil Mellor</li>
</ul>
-<h2>Translations</h2>
+<h2 class="ns-border">Translations</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
@@ -92,7 +91,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/en/licence.html b/resources/en/licence.html
index afae90f2d..c0c9cbf02 100644
--- a/resources/en/licence.html
+++ b/resources/en/licence.html
@@ -6,23 +6,22 @@
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
div.licence {
- background: #ddd;
white-space: pre;
font-family: monospace;
- border: solid 1px black;
+ border-width: 1px;
+ border-style: solid;
margin: 10mm;
padding: 1em 0.5em;
}
dl.components > dt {
- border-bottom: dotted 2px #94adff;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
dl.components > dt > a {
text-decoration: none;
}
dl.components > dd > span {
display: table-cell;
-}
-dl.components > dd > span {
width: 100%;
}
dl.components > dd > span + span {
@@ -31,10 +30,9 @@ dl.components > dd > span + span {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>NetSurf Licence</h1>
+<h1 class="ns-border">NetSurf Licence</h1>
<p>NetSurf, the source code, documentation, translatable messages files and UI
definitions are licensed under the GNU General Public Licence, version 2.0. In
@@ -49,7 +47,7 @@ extend this exception to your version of the code, but you are not obligated to
do so. If you do not wish to do so, delete this exception statement from your
version.</p>
-<h2>Component Licencing</h2>
+<h2 class="ns-border">Component Licencing</h2>
<p>NetSurf's artwork resources are licensed under the MIT licence.</p>
@@ -58,73 +56,73 @@ version.</p>
<h3>NetSurf Project Components</h3>
<dl class="components">
-<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
<span>&copy; 2002&ndash;2019 The NetSurf Developers</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
<span>&copy; 2007&ndash;2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
<span>&copy; 2007&ndash;2019 John-Mark Bell<br>&copy; 2008&ndash;2009 Andrew Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
<span>&copy; 2007&ndash;2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
<dd>
<span>&copy; 2008 James Shaw</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
<dd>
<span>&copy; 2005&ndash;2006 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
<dd>
<span>&copy; 2005&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
<dd>
<span>&copy; 2008&ndash;2009 James Bursa<br>&copy; 2017 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
<dd>
<span>&copy; 2006 Richard Wilson<br>&copy; 2008 Sean Fox<br>&copy; 2017 Vincent Sanders</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 Vincent Sanders<br>&copy; 2009&ndash;2017 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
<dd>
<span>&copy; 2004 Richard Wilson</br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 NetSurf Browser Project, Daniel Silverstone</span>
<span><a href="#mit">MIT</a></span>
@@ -134,49 +132,49 @@ version.</p>
<h3>Third Party Components</h3>
<dl class="components">
-<dt><a href="http://curl.haxx.se/">cURL</a></dt>
+<dt class="ns-border"><a href="http://curl.haxx.se/">cURL</a></dt>
<dd>
<span>&copy; 1996&ndash;2010 Daniel Stenberg</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://libharu.org/">Haru PDF</a></dt>
+<dt class="ns-border"><a href="http://libharu.org/">Haru PDF</a></dt>
<dd>
<span>&copy; 2000&ndash;2008 Takeshi Kanno</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
-<dt><a href="http://www.ijg.org">libjpeg</a></dt>
+<dt class="ns-border"><a href="http://www.ijg.org">libjpeg</a></dt>
<dd>
<span>&copy; 1991&ndash;2010 Thomas G. Lane, Guido Vollbeding</span>
<span><a href="#ijg">IJG</a></span>
</dd>
-<dt><a href="http://www.littlecms.com/">liblcms</a></dt>
+<dt class="ns-border"><a href="http://www.littlecms.com/">liblcms</a></dt>
<dd>
<span>&copy; 1998&ndash;2007 Marti Maria Saguer</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
+<dt class="ns-border"><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
<dd>
<span>&copy; 1994&ndash;1998 Jonathan Coxhead and contributors</span>
<span><a href="#oslib">OSLib</a></span>
</dd>
-<dt><a href="http://www.openssl.org/">OpenSSL</a></dt>
+<dt class="ns-border"><a href="http://www.openssl.org/">OpenSSL</a></dt>
<dd>
<span>&copy; 1995&ndash;1998 Eric A. Young, Tim J. Hudson<br>&copy; 1998&ndash;2010 The OpenSSL Project</span>
<span><a href="#openssl">OpenSSL</a></span>
</dd>
-<dt><a href="http://www.libpng.org">libpng</a></dt>
+<dt class="ns-border"><a href="http://www.libpng.org">libpng</a></dt>
<dd>
<span>&copy; 2004&ndash;2010 Glenn Randers-Pehrson</span>
<span><a href="#png">PNG</a></span>
</dd>
-<dt><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
+<dt class="ns-border"><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
<dd>
<span>&copy; 1995&ndash;1999 Simon Callan, Nick Burrett, Nicholas Clark and
Peter Burwood<br>&copy; 1999&ndash;2009 Nick Burrett, John Tytgat, Peter Naulls,
@@ -185,14 +183,14 @@ Graham Shaw, James Bursa and John-Mark Bell.</span>
<span><a href="#unixlib">UnixLib</a></span>
</dd>
-<dt><a href="http://zlib.net/">ZLib</a></dt>
+<dt class="ns-border"><a href="http://zlib.net/">ZLib</a></dt>
<dd>
<span>&copy; 1995&ndash;2010 Jean-loup Gailly and Mark Adler</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
</dl>
-<h2>Licence texts</h2>
+<h2 class="ns-border">Licence texts</h2>
<p>Generic forms of the licence texts appear here where possible. Some
components may vary the licence slightly, and our best effort has been made to
@@ -201,7 +199,7 @@ white space, etc, were not considered.</p>
<a name="gplv2" />
<h3>GNU General Public Licence, Version 2</h3>
-<div class="licence"> GNU GENERAL PUBLIC LICENSE
+<div class="licence ns-border ns-odd-bg"> GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -544,7 +542,7 @@ Public License instead of this License.
<a name="mit" />
<h3>MIT/X Licence</h3>
-<div class="licence">Permission is hereby granted, free of charge, to any person obtaining a copy
+<div class="licence ns-border ns-odd-bg">Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -565,7 +563,7 @@ THE SOFTWARE.
<a name="zlib" />
<h3>ZLib Licence</h3>
-<div class="licence"> This software is provided 'as-is', without any express or implied
+<div class="licence ns-border ns-odd-bg"> This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
@@ -584,7 +582,7 @@ THE SOFTWARE.
<a name="ijg" />
<h3>IJG Licence</h3>
-<div class="licence">The authors make NO WARRANTY or representation, either express or implied,
+<div class="licence ns-border ns-odd-bg">The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
@@ -639,7 +637,7 @@ but is also freely distributable.
<a name="oslib" />
<h3>OSLib Licence</h3>
-<div class="licence">The copyright holder has granted a small relaxation of the
+<div class="licence ns-border ns-odd-bg">The copyright holder has granted a small relaxation of the
conditions of the GNU Public Licence, in that OSLib is itself
free software, but applications linked to it need not be.
This means that any changes to OSLib itself (the contents of
@@ -899,7 +897,7 @@ That's all there is to it!
<a name="openssl" />
<h3>OpenSSL Licence</h3>
-<div class="licence"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+<div class="licence ns-border ns-odd-bg"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
@@ -1025,7 +1023,7 @@ That's all there is to it!
<a name="png" />
<h3>PNG Licence</h3>
-<div class="licence"> * This code is released under the libpng license.
+<div class="licence ns-border ns-odd-bg"> * This code is released under the libpng license.
*
* libpng versions 1.2.6, August 15, 2004, through 1.4.1, February 25, 2010, are
* Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
@@ -1115,7 +1113,7 @@ That's all there is to it!
<a name="unixlib" />
<h3>UnixLib Licence</h3>
-<div class="licence">In January 2005, permission was obtained from all relevant contributors
+<div class="licence ns-border ns-odd-bg">In January 2005, permission was obtained from all relevant contributors
by Peter Naulls to license all past and present contributions to UnixLib
(where possible) under the revised BSD license. The license is included
in the next section and is applicable to all code in UnixLib that does not
@@ -1865,7 +1863,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/credits.html b/resources/it/credits.html
index 93d2eb091..b68c61fbb 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -12,16 +12,15 @@ div#DevList ul {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>Ringraziamenti</h1>
+<h1 class="ns-border">Ringraziamenti</h1>
<p>NetSurf è stato sviluppato dalle seguenti persone:</p>
<div id="DevList">
-<h2>Programmazione e codice sorgente</h2>
+<h2 class="ns-border">Programmazione e codice sorgente</h2>
<ul>
<li>Kevin Bagust</li>
<li>John-Mark Bell</li>
@@ -59,7 +58,7 @@ div#DevList ul {
<li>Chris Young</li>
</ul>
-<h2>Documentazione</h2>
+<h2 class="ns-border">Documentazione</h2>
<ul>
<li>John-Mark Bell</li>
<li>James Bursa</li>
@@ -69,7 +68,7 @@ div#DevList ul {
<li>Richard Wilson</li>
</ul>
-<h2>Grafica e loghi</h2>
+<h2 class="ns-border">Grafica e loghi</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
@@ -78,7 +77,7 @@ div#DevList ul {
<li>Phil Mellor</li>
</ul>
-<h2>Traduttori</h2>
+<h2 class="ns-border">Traduttori</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
@@ -91,7 +90,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p><br>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/licence.html b/resources/it/licence.html
index dbf93d7e4..3c3760245 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -5,23 +5,22 @@
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style type="text/css">
div.licence {
- background: #ddd;
white-space: pre;
font-family: monospace;
- border: solid 1px black;
+ border-width: 1px;
+ border-style: solid;
margin: 10mm;
padding: 1em 0.5em;
}
dl.components > dt {
- border-bottom: dotted 2px #94adff;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
dl.components > dt > a {
text-decoration: none;
}
dl.components > dd > span {
display: table-cell;
-}
-dl.components > dd > span {
width: 100%;
}
dl.components > dd > span + span {
@@ -30,10 +29,9 @@ dl.components > dd > span + span {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>Licenza d'uso</h1>
+<h1 class="ns-border">Licenza d'uso</h1>
<p style="text-align: justify">Il codice sorgente di NetSurf, la sua documentazione, nonchè i file delle traduzioni e le definizioni UI sono rilasciati liberamente secondo i termini della Licenza Pubblica Generica GNU cosi com'è pubblicata dalla Free Software Foundation nella versione 2.0 o successiva, inoltre, come eccezione particolare è possibile collegare il codice sorgente di NetSurf a quello della libreria OpenSSL oppure distribuirli insieme usando una versione modificata della libreria stessa avente però la medesima licenza d'uso.</p>
@@ -41,7 +39,7 @@ dl.components > dd > span + span {
<p style="text-align: justify">Nel caso si desideri modificare il programma è possibile estendere questa eccezione anche alla versione del codice sorgente modificato, tuttavia non è obbligatorio farlo e se non lo si desidera è possibile cancellare questa eccezione dalla propria versione.</p>
-<h2>Licenza d'uso dei vari componenti</h2>
+<h2 class="ns-border">Licenza d'uso dei vari componenti</h2>
<p>Tutte le risorse ArtWork di NetSurf sono rilasciate secondo i termini della licenza MIT.</p>
@@ -50,73 +48,73 @@ dl.components > dd > span + span {
<h3>Componenti del progetto NetSurf</h3>
<dl class="components">
-<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
<span>&copy; 2002&ndash;2018 The NetSurf Developers</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
<span>&copy; 2007&ndash;2018 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
<span>&copy; 2007&ndash;2017 John-Mark Bell<br>&copy; 2008&ndash;2009 Andrew Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
<span>&copy; 2007&ndash;2017 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
<dd>
<span>&copy; 2008 James Shaw</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
<dd>
<span>&copy; 2005&ndash;2006 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
<dd>
<span>&copy; 2005&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
<dd>
<span>&copy; 2008&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
<dd>
<span>&copy; 2006 Richard Wilson<br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 Vincent Sanders<br>&copy; 2009&ndash;2017 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
<dd>
<span>&copy; 2004 Richard Wilson<br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 NetSurf Browser Project, Daniel Silverstone</span>
<span><a href="#mit">MIT</a></span>
@@ -126,49 +124,49 @@ dl.components > dd > span + span {
<h3>Componenti di terze parti</h3>
<dl class="components">
-<dt><a href="http://curl.haxx.se/">cURL</a></dt>
+<dt class="ns-border"><a href="http://curl.haxx.se/">cURL</a></dt>
<dd>
<span>&copy; 1996&ndash;2010 Daniel Stenberg</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://libharu.org/">Haru PDF</a></dt>
+<dt class="ns-border"><a href="http://libharu.org/">Haru PDF</a></dt>
<dd>
<span>&copy; 2000&ndash;2008 Takeshi Kanno</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
-<dt><a href="http://www.ijg.org">libjpeg</a></dt>
+<dt class="ns-border"><a href="http://www.ijg.org">libjpeg</a></dt>
<dd>
<span>&copy; 1991&ndash;2010 Thomas G. Lane, Guido Vollbeding</span>
<span><a href="#ijg">IJG</a></span>
</dd>
-<dt><a href="http://www.littlecms.com/">liblcms</a></dt>
+<dt class="ns-border"><a href="http://www.littlecms.com/">liblcms</a></dt>
<dd>
<span>&copy; 1998&ndash;2007 Marti Maria Saguer</span>
<span><a href="#mit">MIT</a></span>
</dd>
-q<dt><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
+q<dt class="ns-border"><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
<dd>
<span>&copy; 1994&ndash;1998 Jonathan Coxhead and contributors</span>
<span><a href="#oslib">OSLib</a></span>
</dd>
-<dt><a href="http://www.openssl.org/">OpenSSL</a></dt>
+<dt class="ns-border"><a href="http://www.openssl.org/">OpenSSL</a></dt>
<dd>
<span>&copy; 1995&ndash;1998 Eric A. Young, Tim J. Hudson<br>&copy; 1998&ndash;2010 The OpenSSL Project</span>
<span><a href="#openssl">OpenSSL</a></span>
</dd>
-<dt><a href="http://www.libpng.org">libpng</a></dt>
+<dt class="ns-border"><a href="http://www.libpng.org">libpng</a></dt>
<dd>
<span>&copy; 2004&ndash;2010 Glenn Randers-Pehrson</span>
<span><a href="#png">PNG</a></span>
</dd>
-<dt><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
+<dt class="ns-border"><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
<dd>
<span>&copy; 1995&ndash;1999 Simon Callan, Nick Burrett, Nicholas Clark and
Peter Burwood<br>&copy; 1999&ndash;2009 Nick Burrett, John Tytgat, Peter Naulls,
@@ -177,20 +175,20 @@ Graham Shaw, James Bursa and John-Mark Bell.</span>
<span><a href="#unixlib">UnixLib</a></span>
</dd>
-<dt><a href="http://zlib.net/">ZLib</a></dt>
+<dt class="ns-border"><a href="http://zlib.net/">ZLib</a></dt>
<dd>
<span>&copy; 1995&ndash;2010 Jean-loup Gailly and Mark Adler</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
</dl>
-<h2>Testi delle licenze</h2>
+<h2 class="ns-border">Testi delle licenze</h2>
<p style="text-align: justify">Ove possibile le forme generiche dei vari testi delle licenze sono visualizzate qui. Alcuni componenti possono variare leggermente la licenza d'uso, tuttavia nei casi in cui abbiamo apportato delle modifiche il nostro sforzo è stato quello di rispettare il più fedelmente possibile (ed in accordo ad essa) la licenza originale, in questo caso le piccole variazioni alla licenza sono elencate qui, eventuali altre variazioni minori come ad esempio gli spazi bianchi non sono considerati.</p>
<a name="gplv2" />
<h3>GNU General Public Licence, Versione 2</h3>
-<div class="licence"> GNU GENERAL PUBLIC LICENSE
+<div class="licence ns-border ns-odd-bg"> GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -533,7 +531,7 @@ Public License instead of this License.
<a name="mit" />
<h3>Licenza MIT/X</h3>
-<div class="licence">Permission is hereby granted, free of charge, to any person obtaining a copy
+<div class="licence ns-border ns-odd-bg">Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -554,7 +552,7 @@ THE SOFTWARE.
<a name="zlib" />
<h3>Licenza ZLib</h3>
-<div class="licence"> This software is provided 'as-is', without any express or implied
+<div class="licence ns-border ns-odd-bg"> This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
@@ -573,7 +571,7 @@ THE SOFTWARE.
<a name="ijg" />
<h3>Licenza IJG</h3>
-<div class="licence">The authors make NO WARRANTY or representation, either express or implied,
+<div class="licence ns-border ns-odd-bg">The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
@@ -627,7 +625,7 @@ but is also freely distributable.
<a name="oslib" />
<h3>Licenza OSLib</h3>
-<div class="licence">The copyright holder has granted a small relaxation of the
+<div class="licence ns-border ns-odd-bg">The copyright holder has granted a small relaxation of the
conditions of the GNU Public Licence, in that OSLib is itself
free software, but applications linked to it need not be.
This means that any changes to OSLib itself (the contents of
@@ -887,7 +885,7 @@ That's all there is to it!
<a name="openssl" />
<h3>Licenza OpenSSL</h3>
-<div class="licence"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+<div class="licence ns-border ns-odd-bg"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
@@ -1013,7 +1011,7 @@ That's all there is to it!
<a name="png" />
<h3>Licenza PNG</h3>
-<div class="licence"> * This code is released under the libpng license.
+<div class="licence ns-border ns-odd-bg"> * This code is released under the libpng license.
*
* libpng versions 1.2.6, August 15, 2004, through 1.4.1, February 25, 2010, are
* Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
@@ -1103,7 +1101,7 @@ That's all there is to it!
<a name="unixlib" />
<h3>Licenza UnixLib</h3>
-<div class="licence">In January 2005, permission was obtained from all relevant contributors
+<div class="licence ns-border ns-odd-bg">In January 2005, permission was obtained from all relevant contributors
by Peter Naulls to license all past and present contributions to UnixLib
(where possible) under the revised BSD license. The license is included
in the next section and is applicable to all code in UnixLib that does not
@@ -1853,7 +1851,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003&ndash;2019 The NetSurf Developers</p>
+<p class="ns-even-fg-faded ns-border">Copyright 2003&ndash;2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/nl/credits.html b/resources/nl/credits.html
index 9c101bbea..1cd342600 100644
--- a/resources/nl/credits.html
+++ b/resources/nl/credits.html
@@ -13,16 +13,15 @@ div#DevList ul {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>NetSurf-bijdragen</h1>
+<h1 class="ns-border">NetSurf-bijdragen</h1>
<p>NetSurf kwam tot stand door bijdragen van de volgende personen:</p>
<div id="DevList">
-<h2>Code</h2>
+<h2 class="ns-border">Code</h2>
<ul>
<li>Kevin Bagust</li>
<li>John-Mark Bell</li>
@@ -60,7 +59,7 @@ div#DevList ul {
<li>Chris Young</li>
</ul>
-<h2>Documentatie</h2>
+<h2 class="ns-border">Documentatie</h2>
<ul>
<li>John-Mark Bell</li>
<li>James Bursa</li>
@@ -70,7 +69,7 @@ div#DevList ul {
<li>Richard Wilson</li>
</ul>
-<h2>Afbeeldingen</h2>
+<h2 class="ns-border">Afbeeldingen</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
@@ -79,7 +78,7 @@ div#DevList ul {
<li>Phil Mellor</li>
</ul>
-<h2>Vertalingen</h2>
+<h2 class="ns-border">Vertalingen</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
@@ -96,7 +95,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Auteursrecht 2003&ndash;2019 De NetSurf-ontwikkelaars</p>
+<p class="ns-border">Auteursrecht 2003&ndash;2019 De NetSurf-ontwikkelaars</p>
</div>
</body>
diff --git a/resources/nl/licence.html b/resources/nl/licence.html
index c4c4db8f1..d4fbf9a95 100644
--- a/resources/nl/licence.html
+++ b/resources/nl/licence.html
@@ -6,23 +6,22 @@
<link rel="stylesheet" type="text/css" href="resource:internal.css">
<style>
div.licence {
- background: #ddd;
white-space: pre;
font-family: monospace;
- border: solid 1px black;
+ border-width: 1px;
+ border-style: solid;
margin: 10mm;
padding: 1em 0.5em;
}
dl.components > dt {
- border-bottom: dotted 2px #94adff;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
dl.components > dt > a {
text-decoration: none;
}
dl.components > dd > span {
display: table-cell;
-}
-dl.components > dd > span {
width: 100%;
}
dl.components > dd > span + span {
@@ -31,10 +30,9 @@ dl.components > dd > span + span {
</style>
</head>
-<body>
-<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="resource:netsurf.png" alt="NetSurf"></a></p>
+<body class="ns-even-bg ns-even-fg ns-border">
-<h1>NetSurf-gebruikerslicentie</h1>
+<h1 class="ns-border">NetSurf-gebruikerslicentie</h1>
<p>De broncode van NetSurf, de documentatie, evenals de verschillende
vertalingen, bijbehorende bestanden en de gebruikersinterface-definities zijn
@@ -52,7 +50,7 @@ wijzigen, mag u deze uitzondering ook opnemen in uw versie van de gewijzigde
broncode. Dit is echter niet verplicht om te doen en als u dat ook niet wenst
dan verwijder deze uitzonderingverklaring uit uw eigen versie.</p>
-<h2>Gebruikerslicenties van de verschillende componenten</h2>
+<h2 class="ns-border">Gebruikerslicenties van de verschillende componenten</h2>
<p>De grafische vormgeving van NetSurf, inclusief de bijbehorende bronbestanden, vallen onder de MIT-licentie.</p>
@@ -61,73 +59,73 @@ dan verwijder deze uitzonderingverklaring uit uw eigen versie.</p>
<h3>Onderdelen van het NetSurf-project</h3>
<dl class="components">
-<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
<span>&copy; 2002&ndash;2018 De NetSurf-ontwikkerlaars</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
<span>&copy; 2007&ndash;2018 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
<span>&copy; 2007&ndash;2018 John-Mark Bell<br>&copy; 2008&ndash;2009 Andrew Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
<span>&copy; 2007&ndash;2018 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/librosprite/">LibROSprite</a></dt>
<dd>
<span>&copy; 2008 James Shaw</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libpencil">Libpencil</a></dt>
<dd>
<span>&copy; 2005&ndash;2006 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/rufl">RUfl</a></dt>
<dd>
<span>&copy; 2005&ndash;2009 James Bursa</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libsvgtiny">Libsvgtiny</a></dt>
<dd>
<span>&copy; 2008&ndash;2009 James Bursa<br>&copy; 2016&ndash;2018 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsbmp/">Libnsbmp</a></dt>
<dd>
<span>&copy; 2006 Richard Wilson<br>&copy; 2008 Sean Fox<br>&copy; 2016 Vincent Sanders</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsfb/">Libnsfb</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 Vincent Sanders<br>&copy; 2009&ndash;2017 Michael Drake</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libnsgif/">Libnsgif</a></dt>
<dd>
<span>&copy; 2004 Richard Wilson</br>&copy; 2008 Sean Fox</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
+<dt class="ns-border"><a href="http://www.netsurf-browser.org/projects/libwapcaplet">LibWapcaplet</a></dt>
<dd>
<span>&copy; 2009&ndash;2017 NetSurf Browser Project, Daniel Silverstone</span>
<span><a href="#mit">MIT</a></span>
@@ -138,49 +136,49 @@ dan verwijder deze uitzonderingverklaring uit uw eigen versie.</p>
<h3>Onderdelen van derden</h3>
<dl class="components">
-<dt><a href="http://curl.haxx.se/">cURL</a></dt>
+<dt class="ns-border"><a href="http://curl.haxx.se/">cURL</a></dt>
<dd>
<span>&copy; 1996&ndash;2010 Daniel Stenberg</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://libharu.org/">Haru PDF</a></dt>
+<dt class="ns-border"><a href="http://libharu.org/">Haru PDF</a></dt>
<dd>
<span>&copy; 2000&ndash;2008 Takeshi Kanno</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
-<dt><a href="http://www.ijg.org">libjpeg</a></dt>
+<dt class="ns-border"><a href="http://www.ijg.org">libjpeg</a></dt>
<dd>
<span>&copy; 1991&ndash;2010 Thomas G. Lane, Guido Vollbeding</span>
<span><a href="#ijg">IJG</a></span>
</dd>
-<dt><a href="http://www.littlecms.com/">liblcms</a></dt>
+<dt class="ns-border"><a href="http://www.littlecms.com/">liblcms</a></dt>
<dd>
<span>&copy; 1998&ndash;2007 Marti Maria Saguer</span>
<span><a href="#mit">MIT</a></span>
</dd>
-<dt><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
+<dt class="ns-border"><a href="http://ro-oslib.sourceforge.net/">OSLib</a></dt>
<dd>
<span>&copy; 1994&ndash;1998 Jonathan Coxhead and contributors</span>
<span><a href="#oslib">OSLib</a></span>
</dd>
-<dt><a href="http://www.openssl.org/">OpenSSL</a></dt>
+<dt class="ns-border"><a href="http://www.openssl.org/">OpenSSL</a></dt>
<dd>
<span>&copy; 1995&ndash;1998 Eric A. Young, Tim J. Hudson<br>&copy; 1998&ndash;2010 The OpenSSL Project</span>
<span><a href="#openssl">OpenSSL</a></span>
</dd>
-<dt><a href="http://www.libpng.org">libpng</a></dt>
+<dt class="ns-border"><a href="http://www.libpng.org">libpng</a></dt>
<dd>
<span>&copy; 2004&ndash;2010 Glenn Randers-Pehrson</span>
<span><a href="#png">PNG</a></span>
</dd>
-<dt><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
+<dt class="ns-border"><a href="http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2Frecipe%2Ffiles%2Fgcc%2Flibunixlib%2F&#a9586e56e500c7fdfb58279167b82472d">UnixLib</a></dt>
<dd>
<span>&copy; 1995&ndash;1999 Simon Callan, Nick Burrett, Nicholas Clark and
Peter Burwood<br>&copy; 1999&ndash;2009 Nick Burrett, John Tytgat, Peter Naulls,
@@ -189,14 +187,14 @@ Graham Shaw, James Bursa and John-Mark Bell.</span>
<span><a href="#unixlib">UnixLib</a></span>
</dd>
-<dt><a href="http://zlib.net/">ZLib</a></dt>
+<dt class="ns-border"><a href="http://zlib.net/">ZLib</a></dt>
<dd>
<span>&copy; 1995&ndash;2010 Jean-loup Gailly and Mark Adler</span>
<span><a href="#zlib">ZLib</a></span>
</dd>
</dl>
-<h2>Licentieteksten</h2>
+<h2 class="ns-border">Licentieteksten</h2>
<p>Waar mogelijk zijn hieronder de algemeen geldende licentieteksten van de
verschillende NetSurf-onderdelen opgenomen. Bij sommige onderdelen kan de
@@ -208,7 +206,7 @@ genomen.</p>
<a name="gplv2" />
<h3>GNU General Public Licence, Versie 2 (Engels)</h3>
-<div class="licence"> GNU GENERAL PUBLIC LICENSE
+<div class="licence ns-border ns-odd-bg"> GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -551,7 +549,7 @@ Public License instead of this License.
<a name="mit" />
<h3>MIT/X-licentie (Engels)</h3>
-<div class="licence">Permission is hereby granted, free of charge, to any person obtaining a copy
+<div class="licence ns-border ns-odd-bg">Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -572,7 +570,7 @@ THE SOFTWARE.
<a name="zlib" />
<h3>ZLib-licentie (Engels)</h3>
-<div class="licence"> This software is provided 'as-is', without any express or implied
+<div class="licence ns-border ns-odd-bg"> This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
@@ -591,7 +589,7 @@ THE SOFTWARE.
<a name="ijg" />
<h3>IJG-licentie (Engels)</h3>
-<div class="licence">The authors make NO WARRANTY or representation, either express or implied,
+<div class="licence ns-border ns-odd-bg">The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
@@ -646,7 +644,7 @@ but is also freely distributable.
<a name="oslib" />
<h3>OSLib-licentie (Engels)</h3>
-<div class="licence">The copyright holder has granted a small relaxation of the
+<div class="licence ns-border ns-odd-bg">The copyright holder has granted a small relaxation of the
conditions of the GNU Public Licence, in that OSLib is itself
free software, but applications linked to it need not be.
This means that any changes to OSLib itself (the contents of
@@ -906,7 +904,7 @@ That's all there is to it!
<a name="openssl" />
<h3>OpenSSL-licentie (Engels)</h3>
-<div class="licence"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+<div class="licence ns-border ns-odd-bg"> The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
@@ -1032,7 +1030,7 @@ That's all there is to it!
<a name="png" />
<h3>PNG-licentie (Engels)</h3>
-<div class="licence"> * This code is released under the libpng license.
+<div class="licence ns-border ns-odd-bg"> * This code is released under the libpng license.
*
* libpng versions 1.2.6, August 15, 2004, through 1.4.1, February 25, 2010, are
* Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
@@ -1122,7 +1120,7 @@ That's all there is to it!
<a name="unixlib" />
<h3>UnixLib-licenctie (Engels)</h3>
-<div class="licence">In January 2005, permission was obtained from all relevant contributors
+<div class="licence ns-border ns-odd-bg">In January 2005, permission was obtained from all relevant contributors
by Peter Naulls to license all past and present contributions to UnixLib
(where possible) under the revised BSD license. The license is included
in the next section and is applicable to all code in UnixLib that does not
@@ -1872,7 +1870,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
</div>
<div class="footer">
-<p>Auteursrecht 2003&ndash;2019 De NetSurf-ontwikkelaars</p>
+<p class="ns-even-fg-faded ns-border">Auteursrecht 2003&ndash;2019 De NetSurf-ontwikkelaars</p>
</div>
</body>