summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/help/html/nidmgr.css
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:05:23 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:05:23 +0000
commita15641c1710ccb204f6dc66c539c42b7617a2ea9 (patch)
tree747a531f34cc909a1f30f91893366e4ac4d99ffc /src/windows/identity/help/html/nidmgr.css
parent52e7daa850554e507f7df50e77041fd67ddbcca1 (diff)
downloadkrb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.tar.gz
krb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.tar.xz
krb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.zip
KFW Network Identity Manager (Beta 2)
All features completed except for: * Debug Window * KRB5.INI (aka Realm) Editor * Column Selection * Graphics are incomplete * Documentation is incomplete ticket: new status: resolved component: windows target_version: 1.4.4 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17516 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/help/html/nidmgr.css')
-rw-r--r--src/windows/identity/help/html/nidmgr.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/windows/identity/help/html/nidmgr.css b/src/windows/identity/help/html/nidmgr.css
new file mode 100644
index 000000000..16c45104b
--- /dev/null
+++ b/src/windows/identity/help/html/nidmgr.css
@@ -0,0 +1,71 @@
+BODY {
+ font-family:helvetica,sans-serif;
+ font-size:8pt;
+ font-style:normal;
+ background-color:white;
+ margin-top: 0;
+ margin-left: 0;
+ margin-right: 0;
+ }
+
+H1 {
+ font-size: 10pt;
+ border-bottom:1px solid black;
+ padding:5px;
+ background-color:#eeeeee;
+ }
+
+H2 {
+ }
+
+H3 {
+ font-size: 9pt;
+ border-bottom: 1px solid lightgrey;
+ padding: 5px;
+ }
+
+H4 {
+ font-size: 9pt;
+ font-style: italic;
+ border-bottom: 1px dashed lightgrey;
+ margin-left: 10px;
+ }
+
+P {
+ margin-left: 5px;
+ margin-right: 5px;
+ }
+
+P.caption {
+ margin-left: 5px;
+ margin-right: 5px;
+ font-style: italic;
+}
+
+DIV.inline {
+ float: left;
+}
+
+DIV.sidebar {
+ float: right;
+ background-color:#ffffb9;
+ border: 1px solid #ffff00;
+}
+
+A.external {
+}
+
+A.mail {
+}
+
+IMG {
+ border: 0;
+}
+
+SPAN.pre {
+ font-family: courier;
+}
+
+SPAN.title {
+ font-weight: bold;
+} \ No newline at end of file