summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/help/html/nidmgr.css
blob: 16c45104b0aa3dfb546b1c7c9622ffbd5da8a57f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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;
}