Docs update and font size fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-25 17:36:17 +00:00
parent 2a7c5d5115
commit 88a3b2c668
17 changed files with 157 additions and 95 deletions

View file

@ -3,20 +3,25 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NSIS Modern User Interface - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
/*<![CDATA[*/body
/*<![CDATA[*/
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
html { font-size: 0.80em; }
body { font-size: 1em; font-size: 1rem; }
pre, code { font-family: Courier New, Courier, monospace,serif; font-size: 100%; }
body
{
padding: 10px;
padding:1.5em 0; margin:0;
background-color: #F0F0F0;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: justify;
}
p, li
{
font-size: 13px;
font-size: 100%;
}
table
{
@ -26,6 +31,7 @@
.maintable
{
border: 2px solid #376EAB;
width: 90%;
}
.parameter
{
@ -34,29 +40,25 @@
}
h1
{
font-size: 20px;
font-size: 140%;
color: #7A7272;
font-weight: normal;
}
h2
{
font-size: 17px;
font-size: 130%;
font-weight: bold;
color: #303030;
}
h3
{
font-size: 14px;
font-size: 120%;
font-weight: bold;
color: #2B5885;
}
pre
{
font-size: 13px;
}
div
{
margin: 20px;
margin: 1.1em;
}
div.settings
{