diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 82e87dab..96065cf0 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -12,7 +12,9 @@ body { padding: 10px; background-color: #F0F0F0; - color: #000000; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10pt; + font-weight: normal; } center @@ -25,7 +27,6 @@ table margin: auto; text-align: left; background-color: #FFFFFF; - color: #000000; } .maintable @@ -41,38 +42,29 @@ table .text { margin: 20px; - font-size: 10pt; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: normal; - color: #000000; - background-color: #FFFFFF; } .bold { - font-size: 10pt; - font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #303030; - background-color: #FFFFFF; + } + +.changelog + { } .header { font-size: 14pt; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: normal; color: #7A7272; - background-color: #FFFFFF; } .subheader { font-size: 11pt; - font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #303030; - background-color: #FFFFFF; } .footer @@ -80,10 +72,7 @@ table margin: 5px 5px 5px 5px; text-align: right; font-size: 8pt; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: normal; color: #909090; - background-color: #FFFFFF; } a:link, a:visited, a:active @@ -115,12 +104,12 @@ a:hover

Introduction

-

Using NSIS 2, it is possible - to create new user interfaces for the Nullsoft Installer System.

+

NSIS 2 makes it is possible to create installers + with a custom user interface.

I made this interface with a modern wizard style, like the wizards of recent Windows versions. This new interface - also features new icons (designed by adni18) and a description - area on the component select dialog.

+ also features new graphics and a description area on the + component-selection page.

To use this new interface for for installer, you need to add some code to your NSIS script. Read this document for more info!

Requirements

@@ -157,11 +146,11 @@ a:hover also make your own translation.
See MultiLanguage.nsi for a multilanguage example using the Basic Macro System. -

The interface

-

Modern.exe and modern2.exe
- There are two different version of the interface. - Modern.exe contains the dialogs of the standard interface. - If you have an installer with a lot of subsections +

The interface

+

Modern.exe and modern2.exe
+ There are two different version of the interface. + Modern.exe contains the dialogs of the standard interface. + If you have an installer with a lot of subsections or long section names, use modern2.exe, which has a different component-selection page.

Change interface settings
@@ -201,7 +190,7 @@ a:hover To change them, you need to edit this file and recompile NSIS.

Version history

+

Complete version history

Credits

Made by Joost Verburg.
Icons designed by Nikos Adamamas, aka adni18.