nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / static / documentation.css
1 /* general */
2 body {
3   margin-bottom: 32px;
4 }
5
6 h4 {
7   margin-top: 32px;
8 }
9
10 /* jumbotron */
11
12 #jqtree {
13   background: #001F3F;
14   padding-top: 24px;
15   text-align: center;
16 }
17
18 #jqtree h1 {
19   margin-bottom: 32px;
20   color: #0074D9;
21 }
22
23 #jqtree p {
24   color: #fff;
25 }
26
27 #jqtree .btn-primary {
28   background-color: #FFDC00;
29   background-image: none;
30   border: solid 1px #FFDC00;
31   color: #001F3F;
32 }
33
34 #jqtree .btn-primary:hover {
35   background-color: #FFDC00;
36 }
37
38 #jqtree strong {
39   color: #F012BE;
40 }
41
42 #jqtree strong.title {
43   color: #0074D9;
44 }
45
46 #jqtree h1 .second {
47   font-weight: bold;
48 }
49
50 /* sidebar */
51 #menu.affix-top h2 {
52   display: none;
53 }
54
55 @media screen and (max-width: 991px) {
56     #menu h2 {
57         display: none;
58     }
59 }
60
61 #menu h2 {
62   background: #001F3F;
63   margin: 0 0 10px 0;
64   color: #fff;
65   font-size: 18px;
66   padding: 8px 10px;
67 }
68
69 #menu a:hover {
70   text-decoration: none;
71 }
72
73 /*
74  * Side navigation
75  *
76  * Scrollspy and affixed enhanced navigation to highlight sections and secondary
77  * sections of docs content.
78  */
79
80 /* By default it's not affixed in mobile views, so undo that */
81 .bs-sidebar.affix {
82   position: static;
83 }
84
85 /* First level of nav */
86 .bs-sidenav {
87   margin-top: 0;
88   margin-bottom: 30px;
89 }
90
91 /* All levels of nav */
92 .bs-sidebar .nav > li > a {
93   display: block;
94   color: #000;
95   padding: 5px 10px;
96 }
97 .bs-sidebar .nav > li > a:hover,
98 .bs-sidebar .nav > li > a:focus {
99   text-decoration: none;
100   background: #fff;
101 }
102 .bs-sidebar .nav > .active > a,
103 .bs-sidebar .nav > .active:hover > a,
104 .bs-sidebar .nav > .active:focus > a {
105   font-weight: bold;
106   color: #000;
107   background-color: transparent;
108 }
109 .bs-sidebar .nav > li > a:first-child {
110   padding-top: 0;
111 }
112
113 /* Nav: second level (shown on .active) */
114 .bs-sidebar .nav .nav {
115   display: none; /* Hide by default, but at >768px, show it */
116   margin-bottom: 8px;
117 }
118 .bs-sidebar .nav .nav > li > a {
119   padding-top: 3px;
120   padding-bottom: 3px;
121   padding-left: 20px;
122   font-size: 90%;
123 }
124
125 /* Show and affix the side nav when space allows it */
126 @media screen and (min-width: 992px) {
127   .bs-sidebar .nav > .active > ul {
128     display: block;
129   }
130   /* Widen the fixed sidebar */
131   .bs-sidebar.affix,
132   .bs-sidebar.affix-bottom {
133     width: 213px;
134   }
135   .bs-sidebar.affix {
136     position: fixed; /* Undo the static from mobile first approach */
137     top: 0;
138   }
139   .bs-sidebar.affix-bottom {
140     position: absolute; /* Undo the static from mobile first approach */
141   }
142   .bs-sidebar.affix-bottom .bs-sidenav,
143   .bs-sidebar.affix .bs-sidenav {
144     margin-top: 0;
145     margin-bottom: 0;
146   }
147 }
148 @media screen and (min-width: 1200px) {
149   /* Widen the fixed sidebar again */
150   .bs-sidebar.affix-bottom,
151   .bs-sidebar.affix {
152     width: 263px;
153   }
154 }
155
156 /* code */
157 pre {
158   background: #000;
159 }
160
161 /* demo tree */
162
163 #tree1 {
164   background-color: #DDDDDD;
165   padding: 8px 16px;
166 }
167
168 /* introduction */
169 #introduction {
170   margin-top: 0;
171 }