Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / help / help-module / src / main / resources / help / help.custom.css
1 .app-help {
2   color:azure; 
3 }
4
5 .global-help {
6   float: left;
7   margin: 5px;
8   margin-left: 8px;
9 }
10
11 .app-help th {
12   padding: 3px;
13   border-bottom: #eeeeee solid 1px;
14 }
15
16 .app-help td {
17   padding: 2px;
18 }
19
20 .app-help tbody {
21   padding: 2px;
22   border-bottom: #eeeeee solid 1px;
23   margin-bottom: 20px;
24 }
25
26 .app-help .toc {
27   padding-left: 0;
28   padding-top: 25px;
29   max-width: 170px;
30 }
31
32 .app-help a[href^="http://"]:after {
33   content: "\f08e";
34   display: inline-block;
35   font-family: FontAwesome;
36   font-weight: normal;
37   font-style: normal;
38   text-decoration: none;
39   padding-left: 3px;
40 }
41
42 .app-help a[href^="https://"]:after {
43   content: "\f08e";
44   display: inline-block;
45   font-family: FontAwesome;
46   font-weight: normal;
47   font-style: normal;
48   text-decoration: none;
49   padding-left: 3px;
50 }
51
52 .app-help a, .global-help a {
53   color:azure; 
54   text-decoration: none;
55 }
56
57 .app-help a:visited, .global-help a:visited {
58   color:azure; 
59    text-decoration: none;
60 }
61
62 .app-help a:hover, .global-help a:hover {
63   color:bisque; 
64 }
65
66 .app-help .toc ul {
67   margin: 0;
68   padding: 0;
69   list-style: none; 
70   border: none;
71   overflow: hidden;
72 }
73
74 .app-help .toc li {
75   line-height: 1.5em;
76   position: relative;
77   padding: 0 0 0 20px;
78 }
79
80 .app-help .toc > tree > ul > li {
81   padding: 0
82 }
83
84 .app-help .toc li a {
85   color:azure; 
86   text-decoration: none;
87 }
88
89 .app-help .toc li a:visited {
90   color:azure; 
91   text-decoration: none;
92 }
93
94 .app-help .toc li a:hover {
95   color:bisque; 
96   text-decoration: none;
97 }
98
99 .app-help > .help {
100   color:azure;
101 }
102
103 .app-help > .help img {
104   width: 100%
105 }