UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / static / fusion / sample / org_chart / css / custom.css
1 body, html, div, p, span, a, h1, h2, h3, h4, h5 {
2     margin: 0;
3     padding: 0;
4 }
5
6 body, html {
7     width: 100%;
8 }
9
10 body {
11     color: white;
12     font-family: tahoma;
13     font-weight: lighter;
14     padding-top: 40px;
15 }
16
17 body p {
18     font-size: 14px;
19 }
20
21 body p a {
22     font-size: 16px;
23 }
24
25 h1 {
26     color: #E05E00;
27     font-style: italic;
28 }
29
30 a {
31     color: #E05E00;
32     text-decoration: none;
33 }
34
35 a:hover {
36     text-decoration: underline;
37 }
38
39 /* general */
40 .clear {
41     clear: both;
42 }
43
44 /* Header */
45 .brand {
46     color: #E05E00 !important;
47     font-family: georgia;
48     font-style: italic;
49 }
50
51 /* list stuff */
52 #org {
53     background-color: white;
54     margin: 10px;
55     padding: 10px;
56 }
57
58 #show-list {
59     cursor: pointer;
60 }
61
62 /* bootstrap overrides */
63 .alert-message {
64     margin: 2px 0;
65 }
66
67 .topbar {
68     position: absolute;
69 }
70
71 /* Custom chart styling */
72 .jOrgChart {
73     margin: 10px;
74     padding: 20px;
75 }
76
77 /* Custom node styling */
78 .jOrgChart .node {
79     font-weight: bold;
80     font-size: 14px;
81     background-color: #D5D6DB;
82     border-radius: 8px;
83     border: 5px solid gray;
84     color: #793a06;
85     -moz-border-radius: 8px;
86 }
87
88 .node p {
89     font-family: tahoma;
90     font-size: 10px;
91     line-height: 11px;
92     padding: 2px;
93 }
94
95 table {
96     margin-left: auto;
97     margin-right: auto;
98 }