Click or drag to resize

StartupSettingsBaseHelpCssUrl Property

Custom CSS style for the help page.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public string HelpCssUrl { get; set; }

Property Value

Type: String
Remarks
Default style if this property is set to .
CSS
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0 1em;
    padding: 0 1em;
}
h1 {
    color: #004289;
    margin-bottom: 5px;
}
h2 {
    color: #004289;
    margin-bottom: 5px;
    margin-top: 1em;
}
h3 {
    margin-top: 5px;
    margin-bottom: 1px;
}
p {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
ol, ul {
    margin-top: 5px;
}
See Also