jekyll-theme-doc-project 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/breadcrumb.html +1 -1
  3. data/_includes/expand_button.html +3 -0
  4. data/_includes/minitoc.html +47 -0
  5. data/_includes/sidebar.html +18 -7
  6. data/_includes/topnav.html +1 -2
  7. data/_layouts/dexwebsite.html +126 -31
  8. data/_sass/dexwebsite.scss +1352 -391
  9. data/assets/css/pdf/fonts/FontAwesome.otf +0 -0
  10. data/assets/css/pdf/fonts/fontawesome-webfont.eot +0 -0
  11. data/assets/css/pdf/fonts/fontawesome-webfont.svg +2671 -0
  12. data/assets/css/pdf/fonts/fontawesome-webfont.ttf +0 -0
  13. data/assets/css/pdf/fonts/fontawesome-webfont.woff +0 -0
  14. data/assets/css/pdf/fonts/fontawesome-webfont.woff2 +0 -0
  15. data/assets/dex-website-assets/ember/amazonemberbd.ttf +0 -0
  16. data/assets/dex-website-assets/ember/amazonemberbdIt.ttf +0 -0
  17. data/assets/dex-website-assets/ember/amazonemberhe.ttf +0 -0
  18. data/assets/dex-website-assets/ember/amazonemberheIt.ttf +0 -0
  19. data/assets/dex-website-assets/ember/amazonemberlt.ttf +0 -0
  20. data/assets/dex-website-assets/ember/amazonemberltIt.ttf +0 -0
  21. data/assets/dex-website-assets/ember/amazonembermd.ttf +0 -0
  22. data/assets/dex-website-assets/ember/amazonembermdIt.ttf +0 -0
  23. data/assets/dex-website-assets/ember/amazonemberrg.ttf +0 -0
  24. data/assets/dex-website-assets/ember/amazonemberrgIt.ttf +0 -0
  25. data/assets/dex-website-assets/ember/amazonemberth.ttf +0 -0
  26. data/assets/dex-website-assets/ember/amazonemberthIt.ttf +0 -0
  27. data/assets/dex-website-assets/ember/icomoon.woff +0 -0
  28. data/assets/pdffrontmatter/pdf_title_page.html +1 -1
  29. data/assets/prince-list.txt +6 -6
  30. metadata +23 -3
  31. data/_includes/pdfminitoc.html +0 -39
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c6482a065919ba29163a2f00f5d2ea8963e9278
4
- data.tar.gz: 0d89526d8a605fdf2c9e72b62f1885f52e5a1080
3
+ metadata.gz: be1ec54eb2f505542a38dcb71cf0d6e967eeaf19
4
+ data.tar.gz: c3b3067ff0e738957e6895486e27d3ce5d8588e2
5
5
  SHA512:
6
- metadata.gz: 1dcde05092e8c86661fdf8e3fb3884a155ff834f3ca6d8541afc0794963d6bab3b41a0b0ac5c18e5a87e912dcde65359481253555c773bd484863db6307365ac
7
- data.tar.gz: a5a33443ad63820aa9b20543a4a6865134ecbfb489eac9ae170e23ad613ceb78221e39c1348bd612db93e30af3c807200d700f9cef79a860ba7aa1dfd2c00660
6
+ metadata.gz: 40be87970d22136e2c3bcef70d1980989c2131196d711a2c56f4c7037fef2a8d4018b165d1db16b9ae81d63710fa820d982dceced9314e5ac58538430c811883
7
+ data.tar.gz: c7cd757ca6534e3f6d2b1636d1d845d7a8de968e7c4030a9a3d15134bf674c30342163ec19ec545fc2d7db888352c0cd76f48d258db53e87ef0ef34360e48775
@@ -1,7 +1,7 @@
1
1
  {% if site.breadcrumb_display == true %}
2
2
  {% unless page.type == "search" or page.type == "homepage" or page.type == "error404" %}
3
3
 
4
- {% if site.breadcrumb_home_display == true %}<a href="{{site.breadcrumb_home_url}}" class="noExtIcon productSubtitle">{{site.uistring.breadcrumb_home_name}}</a>&nbsp;&nbsp;>&nbsp;&nbsp;{% endif %}{{page.path | remove: "_docs/" | remove: "_docs_ja" | remove: "_docs_de" | split: "/" | pop | join: "&nbsp;&nbsp;>&nbsp;&nbsp;" }}
4
+ {% if site.breadcrumb_home_display == true %}<a href="{{site.breadcrumb_home_url}}" class="noExtIcon productSubtitle">{{site.uistring.breadcrumb_home_name}}</a><span class='breadcrumbDivider'>/</span>{% endif %}{{page.path | remove: "_docs/" | remove: "_docs_ja" | remove: "_docs_de" | split: "/" | pop | join: "<span class='breadcrumbDivider'>/</span>" }}
5
5
  {% endunless %}
6
6
  {% if page.type == "homepage" and page.custom_breadcrumb %}
7
7
 
@@ -0,0 +1,3 @@
1
+ <button type="button" class="docs btn btn-expand{{include.instance}}" data-toggle="collapse" data-target="#expand{{include.instance}}"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i></button>
2
+ <span class="expandTitle">{{include.title}}</span>
3
+ <div id="expand{{include.instance}}" class="collapse" markdown="span">{{include.content}}</div>
@@ -0,0 +1,47 @@
1
+ {% if site.format == "web" %}
2
+ {% assign sidebar = site.data[page.sidebar] %}
3
+ {% elsif site.format == "pdf" %}
4
+ {% assign sidebar = site.data[site.sidebar] %}
5
+ {% endif %}
6
+
7
+ {% comment %}check for items at first level {% endcomment %}
8
+ <ul class="onPageMinitoc">
9
+ {% for folder in sidebar.folders %}
10
+ {% if folder.jurl == page.permalink %}
11
+ {% for folderitem in folder.folderitems %}
12
+ <li><a href="{{folderitem.jurl | remove: "/" }}">{{folderitem.title}}</a></li>
13
+ {% endfor %}
14
+ {% endif %}
15
+ {% endfor %}
16
+
17
+ {% comment %}check for items at second level {% endcomment %}
18
+ {% for folder in sidebar.folders %}
19
+ {% for folderitem in folder.folderitems %}
20
+ {% for subfolder in folderitem.subfolders %}
21
+ {% if subfolder.jurl == page.permalink %}
22
+ {% for subfolderitem in subfolder.subfolderitems %}
23
+ <li><a href="{{subfolderitem.jurl | remove: "/" }}">{{subfolderitem.title}}</a></li>
24
+ {% endfor %}
25
+ {% endif %}
26
+ {% endfor %}
27
+ {% endfor %}
28
+ {% endfor %}
29
+
30
+ {% comment %}check for items at third level {% endcomment %}
31
+ {% for folder in sidebar.folders %}
32
+ {% for folderitem in folder.folderitems %}
33
+ {% for subfolder in folderitem.subfolders %}
34
+ {% for subfolderitem in subfolder.subfolderitems %}
35
+ {% for subsubfolder in subfolderitem.subsubfolders %}
36
+ {% if subsubfolder.jurl == page.permalink %}
37
+ {% for subsubfolderitem in subsubfolder.subsubfolderitems %}
38
+ <li><a href="{{subsubfolderitem.jurl }}">{{subsubfolderitem.title}}</a></li>
39
+ {% endfor %}
40
+ {% endif %}
41
+ {% endfor %}
42
+ {% endfor %}
43
+ {% endfor %}
44
+ {% endfor %}
45
+ {% endfor %}
46
+
47
+ </ul>
@@ -31,7 +31,11 @@
31
31
  <ul id="docnavsidebar" class="docnav">
32
32
  {% for folder in sidebar.folders %}
33
33
  {% unless folder.type == "frontmatter" %}
34
- <li class="level1"><a href="#">{{ folder.title }}</a>
34
+ {% if page.url == folder.jurl %}
35
+ <li class="level1 folderTitle current open"><a class="subfoldersTitle" href="{{ folder.jurl | remove: "/" }}">{{ folder.title }}</a>
36
+ {% else %}
37
+ <li class="level1 folderTitle"><a class="subfoldersTitle" href="{{ folder.jurl | remove: "/" }}">{{ folder.title }}</a>
38
+ {% endif %}
35
39
  <ul>
36
40
  {% for folderitem in folder.folderitems %}
37
41
 
@@ -39,15 +43,18 @@
39
43
  {% if page.url == folderitem.jurl %}
40
44
  <li class="level1items open"><a href="{{folderitem.jurl | remove: "/" }}">{{folderitem.title}}</a></li>
41
45
  {% elsif folderitem.jurl contains "http://" or folderitem.jurl contains "https://" %}
42
- <li class="level1items"><a class="noExtIcon" href="{{folderitem.jurl }}">{{folderitem.title}}</a></li>
46
+ <li class="level1items"><a href="{{folderitem.jurl }}">{{folderitem.title}}</a></li>
43
47
  {% else %}
44
48
  <li class="level1items"><a href="{{folderitem.jurl | remove: "/" }}">{{folderitem.title}}</a></li>
45
49
  {% endif %}
46
50
  {% endif %}
47
51
 
48
52
  {% for subfolder in folderitem.subfolders %}
49
-
50
- <li class="level2"><a class="subfoldersTitle" href="#">{{ subfolder.title }}</a>
53
+ {% if page.url == subfolder.jurl %}
54
+ <li class="level2 folderTitle current open"><a class="subfoldersTitle" href="{{ subfolder.jurl }}">{{ subfolder.title }}</a>
55
+ {% else %}
56
+ <li class="level2 folderTitle"><a class="subfoldersTitle" href="{{ subfolder.jurl }}">{{ subfolder.title }}</a>
57
+ {% endif %}
51
58
  <ul style="display:none;">
52
59
  {% for subfolderitem in subfolder.subfolderitems %}
53
60
 
@@ -55,14 +62,18 @@
55
62
  {% if page.url == subfolderitem.jurl %}
56
63
  <li class="level2items open"><a href="{{subfolderitem.jurl | remove: "/" }}">{{subfolderitem.title}}</a></li>
57
64
  {% elsif folderitem.jurl contains "http://" or folderitem.jurl contains "https://" %}
58
- <li class="level2items"><a class="noExtIcon" href="{{subfolderitem.jurl }}">{{subfolderitem.title}}</a></li>
65
+ <li class="level2items"><a href="{{subfolderitem.jurl }}">{{subfolderitem.title}}</a></li>
59
66
  {% else %}
60
67
  <li class="level2items"><a href="{{subfolderitem.jurl | remove: "/" }}">{{subfolderitem.title}}</a></li>
61
68
  {% endif %}
62
69
  {% endif %}
63
70
 
64
71
  {% for subsubfolder in subfolderitem.subsubfolders %}
65
- <li class="level3"><a class="subfoldersTitle" href="#">{{ subsubfolder.title }}</a>
72
+ {% if page.url == subsubfolder.jurl %}
73
+ <li class="level3 folderTitle current open"><a class="subfoldersTitle" href="{{ subsubfolder.jurl }}">{{ subsubfolder.title }}</a>
74
+ {% else %}
75
+ <li class="level3 folderTitle"><a class="subfoldersTitle" href="{{ subsubfolder.jurl }}">{{ subsubfolder.title }}</a>
76
+ {% endif %}
66
77
  <ul style="display:none;">
67
78
  {% for subsubfolderitem in subsubfolder.subsubfolderitems %}
68
79
 
@@ -100,7 +111,7 @@
100
111
  <div class="relatedResources">{{sidebar.related_resources_title}}</div>
101
112
  <ul id="entrypages">
102
113
  {% for item in sidebar.related_resources_list %}
103
- <li><a class="noExtIcon" href="{{item.jurl }}">{{item.title}}</a></li>
114
+ <li><a href="{{item.jurl }}">{{item.title}}</a></li>
104
115
  {% endfor %}
105
116
  </li>
106
117
  </ul>
@@ -1,5 +1,4 @@
1
1
  <!DOCTYPE html>
2
- <html>
3
2
  <head>
4
3
  <meta charset="utf-8">
5
4
  {% if page.layout == "homepage" or page.type == "search" or page.type =="404" %}
@@ -87,7 +86,7 @@
87
86
  </style>
88
87
 
89
88
  </head>
90
- <body class="{{page.layout}}">
89
+ <body class="docs {{page.layout}}">
91
90
  <div class="page-container">
92
91
 
93
92
 
@@ -1,6 +1,8 @@
1
- <html>
1
+ <!DOCTYPE html>
2
2
  <head>
3
+ <meta charset="utf-8">
3
4
 
5
+ <!--
4
6
  <script src="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/scripts/jquery.js"></script>
5
7
 
6
8
  <script src="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/scripts/jquery-lazyload.js"></script>
@@ -34,7 +36,6 @@
34
36
  <script src="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/scripts/product-nav.js"></script>
35
37
 
36
38
 
37
-
38
39
  <link rel="stylesheet" type="text/css" href="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/styles/font-icons.css">
39
40
 
40
41
  <link rel="stylesheet" type="text/css" href="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/styles/utility.css">
@@ -92,15 +93,19 @@
92
93
  <link rel="stylesheet" type="text/css" href="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/styles/message.css">
93
94
 
94
95
  <link rel="stylesheet" type="text/css" href="https://s3-us-west-1.amazonaws.com/dex-website-assets/src/styles/oas.css">
96
+ -->
95
97
 
96
98
  <!-- jQuery (MIT license)-->
97
- <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
98
-
99
+ <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
99
100
  <!-- Bootstrap (MIT license)-->
100
101
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
101
-
102
-
102
+ <!-- Tech doc styles -->
103
103
  <link rel="stylesheet" type="text/css" href="assets/dex-website-assets/dexwebsite_techdocs.css">
104
+ <!-- FontAwesome (GPL license) -->
105
+ <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
106
+
107
+ <!-- jQuery cookie (MIT license) -->
108
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
104
109
 
105
110
  <style>
106
111
  ul#markdown-toc::before {
@@ -108,31 +113,9 @@
108
113
  }
109
114
  </style>
110
115
 
111
- <!-- FontAwesome (GPL license) -->
112
- <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
113
116
 
114
- <!-- jQuery cookie (MIT license)-->
115
- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
116
117
  <!-- Navgoco (BSD license)-->
117
118
  <script type="text/javascript" src="assets/js/jquery.navgoco.min.js"></script>
118
-
119
- <script>
120
- $(document).ready(function(){
121
- $('[data-toggle="tooltip"]').tooltip();
122
- });
123
- </script>
124
-
125
- <!-- Anchor JS (MIT license)-->
126
- {% unless page.layout == "homepage" or page.type == "search" or page.type =="404" %}
127
- <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
128
- <script>
129
- $( document ).ready(function() {
130
- anchors.add('h2,h3,h4,h5');
131
- $('[data-toggle="tooltip"]').tooltip();
132
- });
133
- </script>
134
- {% endunless %}
135
-
136
119
  <script>
137
120
  $( document ).ready(function() {
138
121
  $("#docnavsidebar").navgoco({
@@ -163,15 +146,127 @@ $(document).ready(function(){
163
146
 
164
147
  </script>
165
148
 
149
+ <script>
150
+ $(document).ready(function(){
151
+ $('[data-toggle="tooltip"]').tooltip();
152
+ });
153
+ </script>
166
154
 
167
155
 
168
156
  </head>
169
157
 
170
- <body class="docs">
158
+ <body>
159
+ <div class="docs">
160
+ <div id="docPageContainer">
161
+ {% include sidebar.html %}
162
+
163
+ <div class="docContent">
164
+
165
+ <ol class="breadcrumb">
166
+ <li><a href="https://developer.amazon.com">Home</a></li>
167
+ <li><a href="https://developer.amazon.com/documentation">Docs</a></li>
168
+ {% assign pageSidebar = site.data[page.sidebar].homepage %}
169
+ <li><a href="{{pageSidebar}}">{{page.product}}</a></li>
170
+ {% if page.folder_index %}<li><a href="{{page.folder_index}}">{{page.path | remove: "_docs/" | remove: "_docs_ja" | remove: "_docs_de" | split: "/" | pop | shift | join: "<span class='breadcrumbDivider'>/</span>" }}</a></li>{% endif %}
171
+ </ol>
172
+
171
173
  <h1>{{page.title}}</h1>
172
- {% include sidebar.html %}
173
- <div class="docContent">{{content}}</div>
174
+ {{content}}</div>
175
+
176
+ </div>
177
+
178
+
179
+
180
+
181
+
182
+
183
+ <!-- Anchor JS (MIT license)-->
184
+ {% unless page.layout == "homepage" or page.type == "search" or page.type =="404" %}
185
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
186
+ <script>
187
+ $( document ).ready(function() {
188
+ anchors.add('h2,h3,h4,h5');
189
+ $('[data-toggle="tooltip"]').tooltip();
190
+ });
191
+ </script>
192
+ {% endunless %}
174
193
 
175
194
 
195
+
196
+
197
+ <script>
198
+ $(document).ready(function(){
199
+ $("#expand1").on("hide.bs.collapse", function(){
200
+ $(".docs .btn-expand1").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
201
+ });
202
+ $("#expand1").on("show.bs.collapse", function(){
203
+ $(".docs .btn-expand1").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
204
+ });
205
+
206
+ $("#expand2").on("hide.bs.collapse", function(){
207
+ $(".docs .btn-expand2").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
208
+ });
209
+ $("#expand2").on("show.bs.collapse", function(){
210
+ $(".docs .btn-expand2").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
211
+ });
212
+
213
+ $("#expand3").on("hide.bs.collapse", function(){
214
+ $(".docs .btn-expand3").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
215
+ });
216
+ $("#expand3").on("show.bs.collapse", function(){
217
+ $(".docs .btn-expand3").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
218
+ });
219
+
220
+ $("#expand4").on("hide.bs.collapse", function(){
221
+ $(".docs .btn-expand4").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
222
+ });
223
+ $("#expand4").on("show.bs.collapse", function(){
224
+ $(".docs .btn-expand4").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
225
+ });
226
+
227
+ $("#expand5").on("hide.bs.collapse", function(){
228
+ $(".docs .btn-expand5").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
229
+ });
230
+ $("#expand5").on("show.bs.collapse", function(){
231
+ $(".docs .btn-expand5").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
232
+ });
233
+
234
+ $("#expand6").on("hide.bs.collapse", function(){
235
+ $(".docs .btn-expand6").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
236
+ });
237
+ $("#expand6").on("show.bs.collapse", function(){
238
+ $(".docs .btn-expand6").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
239
+ });
240
+
241
+ $("#expand7").on("hide.bs.collapse", function(){
242
+ $(".docs .btn-expand7").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
243
+ });
244
+ $("#expand7").on("show.bs.collapse", function(){
245
+ $(".docs .btn-expand7").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
246
+ });
247
+
248
+ $("#expand8").on("hide.bs.collapse", function(){
249
+ $(".docs .btn-expand8").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
250
+ });
251
+ $("#expand8").on("show.bs.collapse", function(){
252
+ $(".docs .btn-expand8").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
253
+ });
254
+
255
+ $("#expand9").on("hide.bs.collapse", function(){
256
+ $(".docs .btn-expand9").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
257
+ });
258
+ $("#expand9").on("show.bs.collapse", function(){
259
+ $(".docs .btn-expand9").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
260
+ });
261
+
262
+ $("#expand10").on("hide.bs.collapse", function(){
263
+ $(".docs .btn-expand10").html('<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>');
264
+ });
265
+ $("#expand10").on("show.bs.collapse", function(){
266
+ $(".docs .btn-expand10").html('<i class="fa fa-arrow-circle-down" aria-hidden="true"></i>');
267
+ });
268
+ });
269
+ </script>
270
+
176
271
  </body>
177
272
  </html>
@@ -1,19 +1,187 @@
1
+ $color-default: #777;
2
+ $color-success: #5cb85c;
3
+ $color-danger: #d9534f;
4
+ $color-warning: #f0ad4e;
5
+ $color-info: #5bc0de;
6
+ $color-primary: #428bca;
7
+
8
+
9
+ /* fonts */
10
+
11
+
12
+ @font-face {
13
+ font-family:"amazonemberbd";
14
+ src:url("ember/amazonemberbd.ttf") format("truetype");
15
+ }
16
+
17
+ @font-face {
18
+ font-family:"amazonemberbdit";
19
+ src:url("ember/amazonemberbdit.ttf") format("truetype");
20
+ }
21
+
22
+ @font-face {
23
+ font-family:"amazonemberhe";
24
+ src:url("ember/amazonemberhe.ttf") format("truetype");
25
+ }
26
+
27
+ @font-face {
28
+ font-family:"amazonemberheit";
29
+ src:url("ember/amazonemberheit.ttf") format("truetype");
30
+ }
31
+
32
+ @font-face {
33
+ font-family:"amazonemberlt";
34
+ src:url("ember/amazonemberlt.ttf") format("truetype");
35
+ }
36
+
37
+ @font-face {
38
+ font-family:"amazonemberltit";
39
+ src:url("ember/amazonemberltit.ttf") format("truetype");
40
+ }
41
+
42
+ @font-face {
43
+ font-family:"amazonembermd";
44
+ src:url("ember/amazonembermd.ttf") format("truetype");
45
+ }
46
+
47
+ @font-face {
48
+ font-family:"amazonembermdit";
49
+ src:url("ember/amazonembermdit.ttf") format("truetype");
50
+ }
51
+
52
+ @font-face {
53
+ font-family:"amazonemberrg";
54
+ src:url("ember/amazonemberrg.ttf") format("truetype");
55
+ }
56
+
57
+ @font-face {
58
+ font-family:"amazonemberrgit";
59
+ src:url("ember/amazonemberrgit.ttf") format("truetype");
60
+ }
61
+
62
+ @font-face {
63
+ font-family:"amazonemberth";
64
+ src:url("ember/amazonemberth.ttf") format("truetype");
65
+ }
66
+
67
+ @font-face {
68
+ font-family:"amazonemberthit";
69
+ src:url("ember/amazonemberthit.ttf") format("truetype");
70
+ }
71
+
72
+ @font-face {
73
+ font-family: "icomoon";
74
+ src: url("ember/icomoon.woff") format("woff");
75
+ }
76
+
77
+ .docs p.icomoon {
78
+ font-family: "icomoon";
79
+ speak: none;
80
+ font-style: normal;
81
+ font-weight: 400;
82
+ font-variant: normal;
83
+ text-transform: none;
84
+ line-height: 1;
85
+ -webkit-font-smoothing: antialiased;
86
+ -moz-osx-font-smoothing: grayscale
87
+ }
88
+
89
+ .docs p.amazonemberbd {
90
+ font-family: "amazonemberbd";
91
+ }
92
+
93
+ .docs p.amazonemberbdit {
94
+ font-family: "amazonemberbdit";
95
+ }
96
+
97
+ .docs p.amazonemberhe {
98
+ font-family: "amazonemberhe";
99
+ }
100
+
101
+ .docs p.amazonemberheit {
102
+ font-family: "amazonemberheit";
103
+ }
104
+
105
+ .docs p.amazonemberlt {
106
+ font-family: "amazonemberlt";
107
+ }
108
+
109
+ .docs p.amazonemberltit {
110
+ font-family: "amazonemberltit";
111
+ }
112
+
113
+ .docs p.amazonembermd {
114
+ font-family: "amazonembermd";
115
+ }
116
+
117
+ .docs p.amazonembermdit {
118
+ font-family: "amazonembermdit";
119
+ }
120
+
121
+ .docs p.amazonemberrg {
122
+ font-family: "amazonemberrg";
123
+ }
124
+
125
+ .docs p.amazonemberrgit {
126
+ font-family: "amazonemberrgit";
127
+ }
128
+
129
+ .docs p.amazonemberth {
130
+ font-family: "amazonemberth";
131
+ }
132
+
133
+ .docs p.amazonemberthit {
134
+ font-family: "amazonemberthit";
135
+ }
136
+
137
+ .docs p.icomoon {
138
+ font-family: "icomoon";
139
+ }
140
+
1
141
  /* font weight in current dexwebsite has incorrect weight -- is nearly unreadable without this setting */
2
- .docs p, .docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h6, .docs ul, .docs ol, .docs li,
3
- .docs .alert, .docs .bs-callout, .docs dd, .docs dt {
4
- font-weight: 400;
142
+ .docs body, .docs p, .docs ul, .docs ol, .docs li, .docs .alert, .docs .bs-callout, .docs dd,
143
+ .docs dt, .docs .docs a.editButton, .docs .subheading {
144
+ font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
145
+ color: #111;
146
+ font-weight: 700;
5
147
  line-height: 1.5em;
6
148
  }
7
149
 
150
+ .docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
151
+ font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
152
+ color: #111;
153
+ font-weight: 700;
154
+ line-height: 1.3em;
155
+ }
156
+
157
+ .docs div#expand1, .docs div#expand2, .docs div#expand3, .docs div#expand4, .docs div#expand5,
158
+ .docs div#expand6, .docs div#expand7, .docs div#expand8, .docs div#expand9, .docs div#expand10 {
159
+ font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
160
+ }
161
+
162
+ .docs b, .docs strong {
163
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
164
+ }
165
+
166
+ .docs i {
167
+ font-family: "amazonemberbdit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
168
+ }
169
+
170
+ .docs i.fa {
171
+ font-family: 'FontAwesome';
172
+ }
173
+
174
+
8
175
  /* headings */
9
176
 
10
- .docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h5 {
11
- margin-top: 12px;
12
- margin-bottom: 4px;
177
+ .docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
178
+ padding-top: 25px;
179
+ margin-bottom: 0px;
13
180
  }
14
181
 
15
182
  .docs h1 {
16
183
  font-size: 2.2em;
184
+ margin-bottom: 0px;
17
185
  }
18
186
 
19
187
  .docs h2 {
@@ -39,25 +207,28 @@
39
207
  font-weight: 300;
40
208
  }
41
209
 
210
+
42
211
  /* inline code */
43
- code,
44
- kbd,
45
- pre,
46
- samp {
47
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
212
+ .docs code, .docs pre {
213
+ font-family: Monaco, Consolas, "Courier", monospace;
214
+ font-weight: normal;
215
+ font-size: 13px;
48
216
  }
49
217
 
50
- code {
218
+ p > code {
51
219
  padding: 2px 4px;
52
- font-size: 90%;
53
- color: #c7254e;
54
- background-color: #f9f2f4;
220
+ font-size: 85%;
221
+ color: black;
55
222
  border-radius: 4px;
223
+ background-color: #f5f5f5;
224
+ font-family: Monaco, Consolas, "Courier", monospace;
225
+ font-weight: normal;
226
+ font-size: 13px;
56
227
  }
57
228
 
229
+
58
230
  /* code blocks */
59
231
  /* handled primarily through monokai.css, but for <pre> blocks...*/
60
-
61
232
  /* Monokai theme from https://github.com/richleland/pygments-css (Unlicense)*/
62
233
 
63
234
  .docs .highlight, pre {
@@ -73,9 +244,18 @@ code {
73
244
  color: #C1C2C3;
74
245
  word-break: break-all;
75
246
  word-wrap: break-word;
76
- font-size: 14px;
247
+ font-size: 13px;
248
+ line-height: 1.5em;
249
+ font-family: Monaco, Consolas, "Courier", monospace;
250
+ font-weight: normal;
251
+ font-size: 13px;
77
252
  }
78
253
 
254
+ .docs .red, .docs .parameter {
255
+ color: #f92672;
256
+ }
257
+
258
+
79
259
  /* syntax highlighting from within code blocks */
80
260
  .docs .highlight .hll { background-color: #202020 }
81
261
  .docs .highlight .c { color: #75715e } /* Comment */
@@ -90,7 +270,8 @@ code {
90
270
  .docs .highlight .c1 { color: #75715e } /* Comment.Single */
91
271
  .docs .highlight .cs { color: #75715e } /* Comment.Special */
92
272
  .docs .highlight .ge { font-style: italic } /* Generic.Emph */
93
- .docs .highlight .gs { font-weight: bold } /* Generic.Strong */
273
+ .docs .highlight .gs { font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
274
+ } /* Generic.Strong */
94
275
  .docs .highlight .kc { color: #66d9ef } /* Keyword.Constant */
95
276
  .docs .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
96
277
  .docs .highlight .kn { color: #f92672 } /* Keyword.Namespace */
@@ -144,6 +325,7 @@ code {
144
325
  .docs .highlight .err {color: #a61717; background-color: transparent !important;
145
326
  }
146
327
 
328
+
147
329
  /* lists and sublists */
148
330
 
149
331
  .docs ul, .docs ol {
@@ -168,6 +350,14 @@ code {
168
350
  list-style-type: lower-latin;
169
351
  }
170
352
 
353
+ .docs ol li ol li ul li {
354
+ list-style-type: disc;
355
+ }
356
+
357
+ .docs ol li ol li ol li {
358
+ list-style-type: lower-roman;
359
+ }
360
+
171
361
  /* video */
172
362
  /* note: for some reason videos have a dark black bottom border below the player. adding this style to mask it. */
173
363
  video {
@@ -198,40 +388,40 @@ video {
198
388
  margin-top: -5px;
199
389
  }
200
390
  .docs .bs-callout-default {
201
- border-left-color: #777;
391
+ border-left-color: $color-default;
202
392
  }
203
393
  .docs .bs-callout-default .calloutTitle {
204
- color: #777;
394
+ color: $color-default;
205
395
  }
206
396
  .docs .bs-callout-primary {
207
- border-left-color: #428bca;
397
+ border-left-color: $color-primary;
208
398
  }
209
399
  .docs .bs-callout-primary .calloutTitle {
210
- color: #428bca;
400
+ color: $color-primary;
211
401
  }
212
402
  .docs .bs-callout-success {
213
- border-left-color: #5cb85c;
403
+ border-left-color: $color-success;
214
404
  }
215
405
  .docs .bs-callout-success .calloutTitle {
216
- color: #5cb85c;
406
+ color: $color-success;
217
407
  }
218
408
  .docs .bs-callout-danger {
219
- border-left-color: #d9534f;
409
+ border-left-color: $color-danger;
220
410
  }
221
411
  .docs .bs-callout-danger .calloutTitle {
222
- color: #d9534f;
412
+ color: $color-danger;
223
413
  }
224
414
  .docs .bs-callout-warning {
225
- border-left-color: #f0ad4e;
415
+ border-left-color: $color-warning;
226
416
  }
227
417
  .docs .bs-callout-warning .calloutTitle {
228
- color: #f0ad4e;
418
+ color: $color-warning;
229
419
  }
230
420
  .docs .bs-callout-info {
231
- border-left-color: #5bc0de;
421
+ border-left-color: $color-info;
232
422
  }
233
423
  .docs .bs-callout-info .calloutTitle {
234
- color: #5bc0de;
424
+ color: $color-info;
235
425
  }
236
426
 
237
427
  /* alerts */
@@ -240,6 +430,10 @@ video {
240
430
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
241
431
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
242
432
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
433
+ padding: 11.25px 15px;
434
+ margin-bottom: 30px;
435
+ border: 1px solid #f7f7f7;
436
+ border-radius: 3px;
243
437
  }
244
438
  .docs .alert-success {
245
439
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
@@ -289,6 +483,7 @@ video {
289
483
  }
290
484
 
291
485
 
486
+
292
487
  /* images */
293
488
 
294
489
  .docs img {
@@ -299,9 +494,9 @@ video {
299
494
  padding-bottom: 12px;
300
495
  padding-top: 6px;
301
496
  margin-bottom: 20px;
302
- font-style: italic;
303
497
  color: gray;
304
- font-size: 13px;
498
+ font-size: 14px;
499
+ font-family: amazonemberltit;
305
500
  }
306
501
 
307
502
  .docs img.border {
@@ -343,7 +538,7 @@ video {
343
538
  vertical-align: bottom;
344
539
  border-bottom: 2px solid #ddd;
345
540
  text-transform: none;
346
- background-color: #777;
541
+ background-color: $color-default;
347
542
  color: white;
348
543
  text-align: left;
349
544
  padding: 8px;
@@ -403,10 +598,10 @@ pre,
403
598
  word-wrap: break-word;
404
599
  /* Internet Explorer 5.5+ */
405
600
  }
406
- td.white {
601
+ .docs td.white {
407
602
  background-color: white;
408
603
  }
409
- td.gray {
604
+ .docs td.gray {
410
605
  background-color: #f7f7f7;
411
606
  }
412
607
 
@@ -420,7 +615,8 @@ td.gray {
420
615
  /* definition lists */
421
616
 
422
617
  .docs dt {
423
- font-weight: bold;
618
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
619
+
424
620
  }
425
621
 
426
622
  .docs dl dd {
@@ -451,7 +647,7 @@ td.gray {
451
647
  .docs .githubButton {
452
648
  color: black;
453
649
  background-color: white;
454
- border: 1px solid #777;
650
+ border: 1px solid $color-default;
455
651
  padding: 7px;
456
652
  border-radius: 5px;
457
653
  margin: 20px 0px 10px 0px;
@@ -469,31 +665,31 @@ td.gray {
469
665
 
470
666
  /* buttons */
471
667
 
472
- button {
668
+ .docs button {
473
669
  overflow: visible;
474
670
  }
475
- button,
476
- select {
671
+ .docs button,
672
+ .docs select {
477
673
  text-transform: none;
478
674
  }
479
- button,
480
- html input[type="button"],
481
- input[type="reset"],
482
- input[type="submit"] {
675
+ .docs button,
676
+ .docs html input[type="button"],
677
+ .docs input[type="reset"],
678
+ .docs input[type="submit"] {
483
679
  -webkit-appearance: button;
484
680
  cursor: pointer;
485
681
  }
486
- button[disabled],
487
- html input[disabled] {
682
+ .docs button[disabled],
683
+ .docs html input[disabled] {
488
684
  cursor: default;
489
685
  }
490
- button::-moz-focus-inner,
686
+ .docs button::-moz-focus-inner,
491
687
  input::-moz-focus-inner {
492
688
  border: 0;
493
689
  padding: 0;
494
690
  }
495
691
 
496
- .btn {
692
+ .docs .btn {
497
693
  display: inline-block;
498
694
  margin-bottom: 0;
499
695
  font-weight: normal;
@@ -514,30 +710,30 @@ input::-moz-focus-inner {
514
710
  -ms-user-select: none;
515
711
  user-select: none;
516
712
  }
517
- .btn:focus,
518
- .btn:active:focus,
519
- .btn.active:focus,
520
- .btn.focus,
521
- .btn:active.focus,
522
- .btn.active.focus {
713
+ .docs .btn:focus,
714
+ .docs .btn:active:focus,
715
+ .docs .btn.active:focus,
716
+ .docs .btn.focus,
717
+ .docs .btn:active.focus,
718
+ .docs .btn.active.focus {
523
719
  outline: 5px auto -webkit-focus-ring-color;
524
720
  outline-offset: -2px;
525
721
  }
526
- .btn:hover,
527
- .btn:focus,
528
- .btn.focus {
722
+ .docs .btn:hover,
723
+ .docs .btn:focus,
724
+ .docs .btn.focus {
529
725
  color: #333333;
530
726
  text-decoration: none;
531
727
  }
532
- .btn:active,
533
- .btn.active {
728
+ .docs .btn:active,
729
+ .docs .btn.active {
534
730
  outline: 0;
535
731
  background-image: none;
536
732
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
537
733
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
538
734
  }
539
- .btn.disabled,
540
- .btn[disabled],
735
+ .docs .btn.disabled,
736
+ .docs .btn[disabled],
541
737
  fieldset[disabled] .btn {
542
738
  cursor: not-allowed;
543
739
  opacity: 0.65;
@@ -549,404 +745,408 @@ a.btn.disabled,
549
745
  fieldset[disabled] a.btn {
550
746
  pointer-events: none;
551
747
  }
552
- .btn-default {
553
- color: #333333;
748
+ .docs .btn-default {
749
+ color: $color-default;
554
750
  background-color: #ffffff;
555
751
  border-color: #cccccc;
556
752
  }
557
- .btn-default:focus,
558
- .btn-default.focus {
753
+ .docs .btn-default:focus,
754
+ .docs .btn-default.focus {
559
755
  color: #333333;
560
756
  background-color: #e6e6e6;
561
757
  border-color: #8c8c8c;
562
758
  }
563
- .btn-default:hover {
759
+ .docs .btn-default:hover {
564
760
  color: #333333;
565
761
  background-color: #e6e6e6;
566
762
  border-color: #adadad;
567
763
  }
568
- .btn-default:active,
569
- .btn-default.active,
764
+ .docs .btn-default:active,
765
+ .docs .btn-default.active,
570
766
  .open > .dropdown-toggle.btn-default {
571
767
  color: #333333;
572
768
  background-color: #e6e6e6;
573
769
  border-color: #adadad;
574
770
  }
575
- .btn-default:active:hover,
576
- .btn-default.active:hover,
771
+ .docs .btn-default:active:hover,
772
+ .docs .btn-default.active:hover,
577
773
  .open > .dropdown-toggle.btn-default:hover,
578
- .btn-default:active:focus,
579
- .btn-default.active:focus,
774
+ .docs .btn-default:active:focus,
775
+ .docs .btn-default.active:focus,
580
776
  .open > .dropdown-toggle.btn-default:focus,
581
- .btn-default:active.focus,
582
- .btn-default.active.focus,
777
+ .docs .btn-default:active.focus,
778
+ .docs .btn-default.active.focus,
583
779
  .open > .dropdown-toggle.btn-default.focus {
584
780
  color: #333333;
585
781
  background-color: #d4d4d4;
586
782
  border-color: #8c8c8c;
587
783
  }
588
- .btn-default:active,
589
- .btn-default.active,
784
+ .docs .btn-default:active,
785
+ .docs .btn-default.active,
590
786
  .open > .dropdown-toggle.btn-default {
591
787
  background-image: none;
592
788
  }
593
- .btn-default.disabled:hover,
594
- .btn-default[disabled]:hover,
789
+ .docs .btn-default.disabled:hover,
790
+ .docs .btn-default[disabled]:hover,
595
791
  fieldset[disabled] .btn-default:hover,
596
- .btn-default.disabled:focus,
597
- .btn-default[disabled]:focus,
792
+ .docs .btn-default.disabled:focus,
793
+ .docs .btn-default[disabled]:focus,
598
794
  fieldset[disabled] .btn-default:focus,
599
- .btn-default.disabled.focus,
600
- .btn-default[disabled].focus,
795
+ .docs .btn-default.disabled.focus,
796
+ .docs .btn-default[disabled].focus,
601
797
  fieldset[disabled] .btn-default.focus {
602
798
  background-color: #ffffff;
603
799
  border-color: #cccccc;
604
800
  }
605
- .btn-default .badge {
801
+ .docs .btn-default .badge {
606
802
  color: #ffffff;
607
803
  background-color: #333333;
608
804
  }
609
- .btn-primary {
805
+ .docs .btn-primary {
610
806
  color: #ffffff;
611
807
  background-color: #337ab7;
612
808
  border-color: #2e6da4;
613
809
  }
614
- .btn-primary:focus,
615
- .btn-primary.focus {
810
+ .docs .btn-primary:focus,
811
+ .docs .btn-primary.focus {
616
812
  color: #ffffff;
617
813
  background-color: #286090;
618
814
  border-color: #122b40;
619
815
  }
620
- .btn-primary:hover {
816
+ .docs .btn-primary:hover {
621
817
  color: #ffffff;
622
818
  background-color: #286090;
623
819
  border-color: #204d74;
624
820
  }
625
- .btn-primary:active,
626
- .btn-primary.active,
821
+ .docs .btn-primary:active,
822
+ .docs .btn-primary.active,
627
823
  .open > .dropdown-toggle.btn-primary {
628
824
  color: #ffffff;
629
825
  background-color: #286090;
630
826
  border-color: #204d74;
631
827
  }
632
- .btn-primary:active:hover,
633
- .btn-primary.active:hover,
828
+ .docs .btn-primary:active:hover,
829
+ .docs .btn-primary.active:hover,
634
830
  .open > .dropdown-toggle.btn-primary:hover,
635
- .btn-primary:active:focus,
636
- .btn-primary.active:focus,
831
+ .docs .btn-primary:active:focus,
832
+ .docs .btn-primary.active:focus,
637
833
  .open > .dropdown-toggle.btn-primary:focus,
638
- .btn-primary:active.focus,
639
- .btn-primary.active.focus,
834
+ .docs .btn-primary:active.focus,
835
+ .docs .btn-primary.active.focus,
640
836
  .open > .dropdown-toggle.btn-primary.focus {
641
837
  color: #ffffff;
642
838
  background-color: #204d74;
643
839
  border-color: #122b40;
644
840
  }
645
- .btn-primary:active,
646
- .btn-primary.active,
841
+ .docs .btn-primary:active,
842
+ .docs .btn-primary.active,
647
843
  .open > .dropdown-toggle.btn-primary {
648
844
  background-image: none;
649
845
  }
650
- .btn-primary.disabled:hover,
651
- .btn-primary[disabled]:hover,
846
+ .docs .btn-primary.disabled:hover,
847
+ .docs .btn-primary[disabled]:hover,
652
848
  fieldset[disabled] .btn-primary:hover,
653
- .btn-primary.disabled:focus,
654
- .btn-primary[disabled]:focus,
849
+ .docs .btn-primary.disabled:focus,
850
+ .docs .btn-primary[disabled]:focus,
655
851
  fieldset[disabled] .btn-primary:focus,
656
- .btn-primary.disabled.focus,
657
- .btn-primary[disabled].focus,
852
+ .docs .btn-primary.disabled.focus,
853
+ .docs .btn-primary[disabled].focus,
658
854
  fieldset[disabled] .btn-primary.focus {
659
855
  background-color: #337ab7;
660
856
  border-color: #2e6da4;
661
857
  }
662
- .btn-primary .badge {
858
+ .docs .btn-primary .badge {
663
859
  color: #337ab7;
664
860
  background-color: #ffffff;
665
861
  }
666
- .btn-success {
862
+
863
+ .docs .btn-success {
667
864
  color: #ffffff;
668
- background-color: #5cb85c;
865
+ background-color: $color-success;
669
866
  border-color: #4cae4c;
670
867
  }
671
- .btn-success:focus,
672
- .btn-success.focus {
868
+ .docs .btn-success:focus,
869
+ .docs .btn-success.focus {
673
870
  color: #ffffff;
674
871
  background-color: #449d44;
675
872
  border-color: #255625;
676
873
  }
677
- .btn-success:hover {
874
+ .docs .btn-success:hover {
678
875
  color: #ffffff;
679
876
  background-color: #449d44;
680
877
  border-color: #398439;
681
878
  }
682
- .btn-success:active,
683
- .btn-success.active,
879
+ .docs .btn-success:active,
880
+ .docs .btn-success.active,
684
881
  .open > .dropdown-toggle.btn-success {
685
882
  color: #ffffff;
686
883
  background-color: #449d44;
687
884
  border-color: #398439;
688
885
  }
689
- .btn-success:active:hover,
690
- .btn-success.active:hover,
886
+ .docs .btn-success:active:hover,
887
+ .docs .btn-success.active:hover,
691
888
  .open > .dropdown-toggle.btn-success:hover,
692
- .btn-success:active:focus,
693
- .btn-success.active:focus,
889
+ .docs .btn-success:active:focus,
890
+ .docs .btn-success.active:focus,
694
891
  .open > .dropdown-toggle.btn-success:focus,
695
- .btn-success:active.focus,
696
- .btn-success.active.focus,
892
+ .docs .btn-success:active.focus,
893
+ .docs .btn-success.active.focus,
697
894
  .open > .dropdown-toggle.btn-success.focus {
698
895
  color: #ffffff;
699
896
  background-color: #398439;
700
897
  border-color: #255625;
701
898
  }
702
- .btn-success:active,
703
- .btn-success.active,
899
+
900
+
901
+ .docs .btn-success:active,
902
+ .docs .btn-success.active,
704
903
  .open > .dropdown-toggle.btn-success {
705
904
  background-image: none;
706
905
  }
707
- .btn-success.disabled:hover,
708
- .btn-success[disabled]:hover,
906
+ .docs .btn-success.disabled:hover,
907
+ .docs .btn-success[disabled]:hover,
709
908
  fieldset[disabled] .btn-success:hover,
710
- .btn-success.disabled:focus,
711
- .btn-success[disabled]:focus,
909
+ .docs .btn-success.disabled:focus,
910
+ .docs .btn-success[disabled]:focus,
712
911
  fieldset[disabled] .btn-success:focus,
713
- .btn-success.disabled.focus,
714
- .btn-success[disabled].focus,
912
+ .docs .btn-success.disabled.focus,
913
+ .docs .btn-success[disabled].focus,
715
914
  fieldset[disabled] .btn-success.focus {
716
- background-color: #5cb85c;
915
+ background-color: $color-success;
717
916
  border-color: #4cae4c;
718
917
  }
719
- .btn-success .badge {
720
- color: #5cb85c;
918
+
919
+ .docs .btn-success .badge {
920
+ color: $color-success;
721
921
  background-color: #ffffff;
722
922
  }
723
- .btn-info {
923
+ .docs .btn-info {
724
924
  color: #ffffff;
725
- background-color: #5bc0de;
925
+ background-color: $color-info;
726
926
  border-color: #46b8da;
727
927
  }
728
- .btn-info:focus,
729
- .btn-info.focus {
928
+ .docs .btn-info:focus,
929
+ .docs .btn-info.focus {
730
930
  color: #ffffff;
731
931
  background-color: #31b0d5;
732
932
  border-color: #1b6d85;
733
933
  }
734
- .btn-info:hover {
934
+ .docs .btn-info:hover {
735
935
  color: #ffffff;
736
936
  background-color: #31b0d5;
737
937
  border-color: #269abc;
738
938
  }
739
- .btn-info:active,
740
- .btn-info.active,
939
+ .docs .btn-info:active,
940
+ .docs .btn-info.active,
741
941
  .open > .dropdown-toggle.btn-info {
742
942
  color: #ffffff;
743
943
  background-color: #31b0d5;
744
944
  border-color: #269abc;
745
945
  }
746
- .btn-info:active:hover,
747
- .btn-info.active:hover,
946
+ .docs .btn-info:active:hover,
947
+ .docs .btn-info.active:hover,
748
948
  .open > .dropdown-toggle.btn-info:hover,
749
- .btn-info:active:focus,
750
- .btn-info.active:focus,
949
+ .docs .btn-info:active:focus,
950
+ .docs .btn-info.active:focus,
751
951
  .open > .dropdown-toggle.btn-info:focus,
752
- .btn-info:active.focus,
753
- .btn-info.active.focus,
952
+ .docs .btn-info:active.focus,
953
+ .docs .btn-info.active.focus,
754
954
  .open > .dropdown-toggle.btn-info.focus {
755
955
  color: #ffffff;
756
956
  background-color: #269abc;
757
957
  border-color: #1b6d85;
758
958
  }
759
- .btn-info:active,
760
- .btn-info.active,
959
+ .docs .btn-info:active,
960
+ .docs .btn-info.active,
761
961
  .open > .dropdown-toggle.btn-info {
762
962
  background-image: none;
763
963
  }
764
- .btn-info.disabled:hover,
765
- .btn-info[disabled]:hover,
964
+ .docs .btn-info.disabled:hover,
965
+ .docs .btn-info[disabled]:hover,
766
966
  fieldset[disabled] .btn-info:hover,
767
- .btn-info.disabled:focus,
768
- .btn-info[disabled]:focus,
967
+ .docs .btn-info.disabled:focus,
968
+ .docs .btn-info[disabled]:focus,
769
969
  fieldset[disabled] .btn-info:focus,
770
- .btn-info.disabled.focus,
771
- .btn-info[disabled].focus,
970
+ .docs .btn-info.disabled.focus,
971
+ .docs .btn-info[disabled].focus,
772
972
  fieldset[disabled] .btn-info.focus {
773
- background-color: #5bc0de;
973
+ background-color: $color-info;
774
974
  border-color: #46b8da;
775
975
  }
776
- .btn-info .badge {
777
- color: #5bc0de;
976
+ .docs .btn-info .badge {
977
+ color: $color-info;
778
978
  background-color: #ffffff;
779
979
  }
780
- .btn-warning {
980
+ .docs .btn-warning {
781
981
  color: #ffffff;
782
- background-color: #f0ad4e;
982
+ background-color: $color-warning;
783
983
  border-color: #eea236;
784
984
  }
785
- .btn-warning:focus,
786
- .btn-warning.focus {
985
+ .docs .btn-warning:focus,
986
+ .docs .btn-warning.focus {
787
987
  color: #ffffff;
788
988
  background-color: #ec971f;
789
989
  border-color: #985f0d;
790
990
  }
791
- .btn-warning:hover {
991
+ .docs .btn-warning:hover {
792
992
  color: #ffffff;
793
993
  background-color: #ec971f;
794
994
  border-color: #d58512;
795
995
  }
796
- .btn-warning:active,
797
- .btn-warning.active,
996
+ .docs .btn-warning:active,
997
+ .docs .btn-warning.active,
798
998
  .open > .dropdown-toggle.btn-warning {
799
999
  color: #ffffff;
800
1000
  background-color: #ec971f;
801
1001
  border-color: #d58512;
802
1002
  }
803
- .btn-warning:active:hover,
804
- .btn-warning.active:hover,
1003
+ .docs .btn-warning:active:hover,
1004
+ .docs .btn-warning.active:hover,
805
1005
  .open > .dropdown-toggle.btn-warning:hover,
806
- .btn-warning:active:focus,
807
- .btn-warning.active:focus,
1006
+ .docs .btn-warning:active:focus,
1007
+ .docs .btn-warning.active:focus,
808
1008
  .open > .dropdown-toggle.btn-warning:focus,
809
- .btn-warning:active.focus,
810
- .btn-warning.active.focus,
1009
+ .docs .btn-warning:active.focus,
1010
+ .docs .btn-warning.active.focus,
811
1011
  .open > .dropdown-toggle.btn-warning.focus {
812
1012
  color: #ffffff;
813
1013
  background-color: #d58512;
814
1014
  border-color: #985f0d;
815
1015
  }
816
- .btn-warning:active,
817
- .btn-warning.active,
1016
+ .docs .btn-warning:active,
1017
+ .docs .btn-warning.active,
818
1018
  .open > .dropdown-toggle.btn-warning {
819
1019
  background-image: none;
820
1020
  }
821
- .btn-warning.disabled:hover,
822
- .btn-warning[disabled]:hover,
1021
+ .docs .btn-warning.disabled:hover,
1022
+ .docs .btn-warning[disabled]:hover,
823
1023
  fieldset[disabled] .btn-warning:hover,
824
- .btn-warning.disabled:focus,
825
- .btn-warning[disabled]:focus,
1024
+ .docs .btn-warning.disabled:focus,
1025
+ .docs .btn-warning[disabled]:focus,
826
1026
  fieldset[disabled] .btn-warning:focus,
827
- .btn-warning.disabled.focus,
828
- .btn-warning[disabled].focus,
1027
+ .docs .btn-warning.disabled.focus,
1028
+ .docs .btn-warning[disabled].focus,
829
1029
  fieldset[disabled] .btn-warning.focus {
830
- background-color: #f0ad4e;
1030
+ background-color: $color-warning;
831
1031
  border-color: #eea236;
832
1032
  }
833
- .btn-warning .badge {
834
- color: #f0ad4e;
1033
+ .docs .btn-warning .badge {
1034
+ color: $color-warning;
835
1035
  background-color: #ffffff;
836
1036
  }
837
- .btn-danger {
1037
+ .docs .btn-danger {
838
1038
  color: #ffffff;
839
- background-color: #d9534f;
1039
+ background-color: $color-danger;
840
1040
  border-color: #d43f3a;
841
1041
  }
842
- .btn-danger:focus,
843
- .btn-danger.focus {
1042
+ .docs .btn-danger:focus,
1043
+ .docs .btn-danger.focus {
844
1044
  color: #ffffff;
845
1045
  background-color: #c9302c;
846
1046
  border-color: #761c19;
847
1047
  }
848
- .btn-danger:hover {
1048
+ .docs .btn-danger:hover {
849
1049
  color: #ffffff;
850
1050
  background-color: #c9302c;
851
1051
  border-color: #ac2925;
852
1052
  }
853
- .btn-danger:active,
854
- .btn-danger.active,
1053
+ .docs .btn-danger:active,
1054
+ .docs .btn-danger.active,
855
1055
  .open > .dropdown-toggle.btn-danger {
856
1056
  color: #ffffff;
857
1057
  background-color: #c9302c;
858
1058
  border-color: #ac2925;
859
1059
  }
860
- .btn-danger:active:hover,
861
- .btn-danger.active:hover,
1060
+ .docs .btn-danger:active:hover,
1061
+ .docs .btn-danger.active:hover,
862
1062
  .open > .dropdown-toggle.btn-danger:hover,
863
- .btn-danger:active:focus,
864
- .btn-danger.active:focus,
1063
+ .docs .btn-danger:active:focus,
1064
+ .docs .btn-danger.active:focus,
865
1065
  .open > .dropdown-toggle.btn-danger:focus,
866
- .btn-danger:active.focus,
867
- .btn-danger.active.focus,
1066
+ .docs .btn-danger:active.focus,
1067
+ .docs .btn-danger.active.focus,
868
1068
  .open > .dropdown-toggle.btn-danger.focus {
869
1069
  color: #ffffff;
870
1070
  background-color: #ac2925;
871
1071
  border-color: #761c19;
872
1072
  }
873
- .btn-danger:active,
874
- .btn-danger.active,
1073
+ .docs .btn-danger:active,
1074
+ .docs .btn-danger.active,
875
1075
  .open > .dropdown-toggle.btn-danger {
876
1076
  background-image: none;
877
1077
  }
878
- .btn-danger.disabled:hover,
879
- .btn-danger[disabled]:hover,
1078
+ .docs .btn-danger.disabled:hover,
1079
+ .docs .btn-danger[disabled]:hover,
880
1080
  fieldset[disabled] .btn-danger:hover,
881
- .btn-danger.disabled:focus,
882
- .btn-danger[disabled]:focus,
1081
+ .docs .btn-danger.disabled:focus,
1082
+ .docs .btn-danger[disabled]:focus,
883
1083
  fieldset[disabled] .btn-danger:focus,
884
- .btn-danger.disabled.focus,
885
- .btn-danger[disabled].focus,
1084
+ .docs .btn-danger.disabled.focus,
1085
+ .docs .btn-danger[disabled].focus,
886
1086
  fieldset[disabled] .btn-danger.focus {
887
- background-color: #d9534f;
1087
+ background-color: $color-danger;
888
1088
  border-color: #d43f3a;
889
1089
  }
890
- .btn-danger .badge {
891
- color: #d9534f;
1090
+ .docs .btn-danger .badge {
1091
+ color: $color-danger;
892
1092
  background-color: #ffffff;
893
1093
  }
894
- .btn-link {
1094
+ .docs .btn-link {
895
1095
  color: #337ab7;
896
1096
  font-weight: normal;
897
1097
  border-radius: 0;
898
1098
  }
899
- .btn-link,
900
- .btn-link:active,
901
- .btn-link.active,
902
- .btn-link[disabled],
1099
+ .docs .btn-link,
1100
+ .docs .btn-link:active,
1101
+ .docs .btn-link.active,
1102
+ .docs .btn-link[disabled],
903
1103
  fieldset[disabled] .btn-link {
904
1104
  background-color: transparent;
905
1105
  -webkit-box-shadow: none;
906
1106
  box-shadow: none;
907
1107
  }
908
- .btn-link,
909
- .btn-link:hover,
910
- .btn-link:focus,
911
- .btn-link:active {
1108
+ .docs .btn-link,
1109
+ .docs .btn-link:hover,
1110
+ .docs .btn-link:focus,
1111
+ .docs .btn-link:active {
912
1112
  border-color: transparent;
913
1113
  }
914
- .btn-link:hover,
915
- .btn-link:focus {
1114
+ .docs .btn-link:hover,
1115
+ .docs .btn-link:focus {
916
1116
  color: #23527c;
917
1117
  text-decoration: underline;
918
1118
  background-color: transparent;
919
1119
  }
920
- .btn-link[disabled]:hover,
1120
+ .docs .btn-link[disabled]:hover,
921
1121
  fieldset[disabled] .btn-link:hover,
922
- .btn-link[disabled]:focus,
1122
+ .docs .btn-link[disabled]:focus,
923
1123
  fieldset[disabled] .btn-link:focus {
924
- color: #777777;
1124
+ color: $color-default;
925
1125
  text-decoration: none;
926
1126
  }
927
- .btn-lg {
1127
+ .docs .btn-lg {
928
1128
  padding: 10px 16px;
929
1129
  font-size: 18px;
930
1130
  line-height: 1.3333333;
931
1131
  border-radius: 6px;
932
1132
  }
933
- .btn-sm {
1133
+ .docs .btn-sm {
934
1134
  padding: 5px 10px;
935
1135
  font-size: 12px;
936
1136
  line-height: 1.5;
937
1137
  border-radius: 3px;
938
1138
  }
939
- .btn-xs {
1139
+ .docs .btn-xs {
940
1140
  padding: 1px 5px;
941
1141
  font-size: 12px;
942
1142
  line-height: 1.5;
943
1143
  border-radius: 3px;
944
1144
  }
945
- .btn-block {
1145
+ .docs .btn-block {
946
1146
  display: block;
947
1147
  width: 100%;
948
1148
  }
949
- .btn-block + .btn-block {
1149
+ .docs .btn-block + .btn-block {
950
1150
  margin-top: 5px;
951
1151
  }
952
1152
  input[type="submit"].btn-block,
@@ -955,17 +1155,664 @@ input[type="button"].btn-block {
955
1155
  width: 100%;
956
1156
  }
957
1157
 
1158
+
1159
+ /* expand/collapse buttons */
1160
+
1161
+ .expandTitle {
1162
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
1163
+ vertical-align: -webkit-baseline-middle;
1164
+ }
1165
+
1166
+ #expand1, #expand2, #expand3, #expand4, #expand5, #expand6, #expand7, #expand8, #expand8, #expand10 {
1167
+ padding: 15px;
1168
+ background-color: #f7f7f7;
1169
+ }
1170
+
1171
+ /* copied over from bootstrap-collapse.css */
1172
+ .collapse {
1173
+ display: none;
1174
+ visibility: hidden;
1175
+ }
1176
+
1177
+ .collapse.in {
1178
+ display: block;
1179
+ visibility: visible;
1180
+ }
1181
+
1182
+ .collapsing {
1183
+ position: relative;
1184
+ height: 0;
1185
+ overflow: hidden;
1186
+ -webkit-transition-timing-function: ease;
1187
+ -o-transition-timing-function: ease;
1188
+ transition-timing-function: ease;
1189
+ -webkit-transition-duration: .35s;
1190
+ -o-transition-duration: .35s;
1191
+ transition-duration: .35s;
1192
+ -webkit-transition-property: height, visibility;
1193
+ -o-transition-property: height, visibility;
1194
+ transition-property: height, visibility;
1195
+ }
1196
+
1197
+ /*# sourceMappingURL=bootstrap-collapse.css.map */
1198
+
1199
+
1200
+ /* expand1 */
1201
+ .docs .btn-expand1 {
1202
+ color: #ffffff;
1203
+ background-color: $color-info;
1204
+ border-color: #46b8da;
1205
+ padding: 3px 6px;
1206
+ }
1207
+ .docs .btn-expand1:focus,
1208
+ .docs .btn-expand1.focus {
1209
+ color: #ffffff;
1210
+ background-color: #31b0d5;
1211
+ border-color: #1b6d85;
1212
+ }
1213
+ .docs .btn-expand1:hover {
1214
+ color: #ffffff;
1215
+ background-color: #31b0d5;
1216
+ border-color: #269abc;
1217
+ }
1218
+ .docs .btn-expand1:active,
1219
+ .docs .btn-expand1.active,
1220
+ .open > .dropdown-toggle.btn-expand1 {
1221
+ color: #ffffff;
1222
+ background-color: #31b0d5;
1223
+ border-color: #269abc;
1224
+ }
1225
+ .docs .btn-expand1:active:hover,
1226
+ .docs .btn-expand1.active:hover,
1227
+ .open > .dropdown-toggle.btn-expand1:hover,
1228
+ .docs .btn-expand1:active:focus,
1229
+ .docs .btn-expand1.active:focus,
1230
+ .open > .dropdown-toggle.btn-expand1:focus,
1231
+ .docs .btn-expand1:active.focus,
1232
+ .docs .btn-expand1.active.focus,
1233
+ .open > .dropdown-toggle.btn-expand1.focus {
1234
+ color: #ffffff;
1235
+ background-color: #269abc;
1236
+ border-color: #1b6d85;
1237
+ }
1238
+ .docs .btn-expand1:active,
1239
+ .docs .btn-expand1.active,
1240
+ .open > .dropdown-toggle.btn-expand1 {
1241
+ background-image: none;
1242
+ }
1243
+ .docs .btn-expand1.disabled:hover,
1244
+ .docs .btn-expand1[disabled]:hover,
1245
+ fieldset[disabled] .btn-expand1:hover,
1246
+ .docs .btn-expand1.disabled:focus,
1247
+ .docs .btn-expand1[disabled]:focus,
1248
+ fieldset[disabled] .btn-expand1:focus,
1249
+ .docs .btn-expand1.disabled.focus,
1250
+ .docs .btn-expand1[disabled].focus,
1251
+ fieldset[disabled] .btn-expand1.focus {
1252
+ background-color: $color-info;
1253
+ border-color: #46b8da;
1254
+ }
1255
+ .docs .btn-expand1 .badge {
1256
+ color: $color-info;
1257
+ background-color: #ffffff;
1258
+ }
1259
+
1260
+ /* expand2 */
1261
+ .docs .btn-expand2 {
1262
+ color: #ffffff;
1263
+ background-color: $color-info;
1264
+ border-color: #46b8da;
1265
+ padding: 3px 6px;
1266
+ }
1267
+ .docs .btn-expand2:focus,
1268
+ .docs .btn-expand2.focus {
1269
+ color: #ffffff;
1270
+ background-color: #31b0d5;
1271
+ border-color: #1b6d85;
1272
+ }
1273
+ .docs .btn-expand2:hover {
1274
+ color: #ffffff;
1275
+ background-color: #31b0d5;
1276
+ border-color: #269abc;
1277
+ }
1278
+ .docs .btn-expand2:active,
1279
+ .docs .btn-expand2.active,
1280
+ .open > .dropdown-toggle.btn-expand2 {
1281
+ color: #ffffff;
1282
+ background-color: #31b0d5;
1283
+ border-color: #269abc;
1284
+ }
1285
+ .docs .btn-expand2:active:hover,
1286
+ .docs .btn-expand2.active:hover,
1287
+ .open > .dropdown-toggle.btn-expand2:hover,
1288
+ .docs .btn-expand2:active:focus,
1289
+ .docs .btn-expand2.active:focus,
1290
+ .open > .dropdown-toggle.btn-expand2:focus,
1291
+ .docs .btn-expand2:active.focus,
1292
+ .docs .btn-expand2.active.focus,
1293
+ .open > .dropdown-toggle.btn-expand2.focus {
1294
+ color: #ffffff;
1295
+ background-color: #269abc;
1296
+ border-color: #1b6d85;
1297
+ }
1298
+ .docs .btn-expand2:active,
1299
+ .docs .btn-expand2.active,
1300
+ .open > .dropdown-toggle.btn-expand2 {
1301
+ background-image: none;
1302
+ }
1303
+ .docs .btn-expand2.disabled:hover,
1304
+ .docs .btn-expand2[disabled]:hover,
1305
+ fieldset[disabled] .btn-expand2:hover,
1306
+ .docs .btn-expand2.disabled:focus,
1307
+ .docs .btn-expand2[disabled]:focus,
1308
+ fieldset[disabled] .btn-expand2:focus,
1309
+ .docs .btn-expand2.disabled.focus,
1310
+ .docs .btn-expand2[disabled].focus,
1311
+ fieldset[disabled] .btn-expand2.focus {
1312
+ background-color: $color-info;
1313
+ border-color: #46b8da;
1314
+ }
1315
+ .docs .btn-expand2 .badge {
1316
+ color: $color-info;
1317
+ background-color: #ffffff;
1318
+ padding: 3px 6px;
1319
+ }
1320
+
1321
+ /* expand3 */
1322
+ .docs .btn-expand3 {
1323
+ color: #ffffff;
1324
+ background-color: $color-info;
1325
+ border-color: #46b8da;
1326
+ padding: 3px 6px;
1327
+ }
1328
+ .docs .btn-expand3:focus,
1329
+ .docs .btn-expand3.focus {
1330
+ color: #ffffff;
1331
+ background-color: #31b0d5;
1332
+ border-color: #1b6d85;
1333
+ }
1334
+ .docs .btn-expand3:hover {
1335
+ color: #ffffff;
1336
+ background-color: #31b0d5;
1337
+ border-color: #269abc;
1338
+ }
1339
+ .docs .btn-expand3:active,
1340
+ .docs .btn-expand3.active,
1341
+ .open > .dropdown-toggle.btn-expand3 {
1342
+ color: #ffffff;
1343
+ background-color: #31b0d5;
1344
+ border-color: #269abc;
1345
+ }
1346
+ .docs .btn-expand3:active:hover,
1347
+ .docs .btn-expand3.active:hover,
1348
+ .open > .dropdown-toggle.btn-expand3:hover,
1349
+ .docs .btn-expand3:active:focus,
1350
+ .docs .btn-expand3.active:focus,
1351
+ .open > .dropdown-toggle.btn-expand3:focus,
1352
+ .docs .btn-expand3:active.focus,
1353
+ .docs .btn-expand3.active.focus,
1354
+ .open > .dropdown-toggle.btn-expand3.focus {
1355
+ color: #ffffff;
1356
+ background-color: #269abc;
1357
+ border-color: #1b6d85;
1358
+ }
1359
+ .docs .btn-expand3:active,
1360
+ .docs .btn-expand3.active,
1361
+ .open > .dropdown-toggle.btn-expand3 {
1362
+ background-image: none;
1363
+ }
1364
+ .docs .btn-expand3.disabled:hover,
1365
+ .docs .btn-expand3[disabled]:hover,
1366
+ fieldset[disabled] .btn-expand3:hover,
1367
+ .docs .btn-expand3.disabled:focus,
1368
+ .docs .btn-expand3[disabled]:focus,
1369
+ fieldset[disabled] .btn-expand3:focus,
1370
+ .docs .btn-expand3.disabled.focus,
1371
+ .docs .btn-expand3[disabled].focus,
1372
+ fieldset[disabled] .btn-expand3.focus {
1373
+ background-color: $color-info;
1374
+ border-color: #46b8da;
1375
+ }
1376
+ .docs .btn-expand3 .badge {
1377
+ color: $color-info;
1378
+ background-color: #ffffff;
1379
+ }
1380
+
1381
+ /* expand44 */
1382
+ .docs .btn-expand4 {
1383
+ color: #ffffff;
1384
+ background-color: $color-info;
1385
+ border-color: #46b8da;
1386
+ padding: 3px 6px;
1387
+ }
1388
+ .docs .btn-expand4:focus,
1389
+ .docs .btn-expand4.focus {
1390
+ color: #ffffff;
1391
+ background-color: #31b0d5;
1392
+ border-color: #1b6d85;
1393
+ }
1394
+ .docs .btn-expand4:hover {
1395
+ color: #ffffff;
1396
+ background-color: #31b0d5;
1397
+ border-color: #269abc;
1398
+ }
1399
+ .docs .btn-expand4:active,
1400
+ .docs .btn-expand4.active,
1401
+ .open > .dropdown-toggle.btn-expand4 {
1402
+ color: #ffffff;
1403
+ background-color: #31b0d5;
1404
+ border-color: #269abc;
1405
+ }
1406
+ .docs .btn-expand4:active:hover,
1407
+ .docs .btn-expand4.active:hover,
1408
+ .open > .dropdown-toggle.btn-expand4:hover,
1409
+ .docs .btn-expand4:active:focus,
1410
+ .docs .btn-expand4.active:focus,
1411
+ .open > .dropdown-toggle.btn-expand4:focus,
1412
+ .docs .btn-expand4:active.focus,
1413
+ .docs .btn-expand4.active.focus,
1414
+ .open > .dropdown-toggle.btn-expand4.focus {
1415
+ color: #ffffff;
1416
+ background-color: #269abc;
1417
+ border-color: #1b6d85;
1418
+ }
1419
+ .docs .btn-expand4:active,
1420
+ .docs .btn-expand4.active,
1421
+ .open > .dropdown-toggle.btn-expand4 {
1422
+ background-image: none;
1423
+ }
1424
+ .docs .btn-expand4.disabled:hover,
1425
+ .docs .btn-expand4[disabled]:hover,
1426
+ fieldset[disabled] .btn-expand4:hover,
1427
+ .docs .btn-expand4.disabled:focus,
1428
+ .docs .btn-expand4[disabled]:focus,
1429
+ fieldset[disabled] .btn-expand4:focus,
1430
+ .docs .btn-expand4.disabled.focus,
1431
+ .docs .btn-expand4[disabled].focus,
1432
+ fieldset[disabled] .btn-expand4.focus {
1433
+ background-color: $color-info;
1434
+ border-color: #46b8da;
1435
+ }
1436
+ .docs .btn-expand4 .badge {
1437
+ color: $color-info;
1438
+ background-color: #ffffff;
1439
+ }
1440
+
1441
+ /* expand5 */
1442
+ .docs .btn-expand5 {
1443
+ color: #ffffff;
1444
+ background-color: $color-info;
1445
+ border-color: #46b8da;
1446
+ padding: 3px 6px;
1447
+ }
1448
+ .docs .btn-expand5:focus,
1449
+ .docs .btn-expand5.focus {
1450
+ color: #ffffff;
1451
+ background-color: #31b0d5;
1452
+ border-color: #1b6d85;
1453
+ }
1454
+ .docs .btn-expand5:hover {
1455
+ color: #ffffff;
1456
+ background-color: #31b0d5;
1457
+ border-color: #269abc;
1458
+ }
1459
+ .docs .btn-expand5:active,
1460
+ .docs .btn-expand5.active,
1461
+ .open > .dropdown-toggle.btn-expand5 {
1462
+ color: #ffffff;
1463
+ background-color: #31b0d5;
1464
+ border-color: #269abc;
1465
+ }
1466
+ .docs .btn-expand5:active:hover,
1467
+ .docs .btn-expand5.active:hover,
1468
+ .open > .dropdown-toggle.btn-expand5:hover,
1469
+ .docs .btn-expand5:active:focus,
1470
+ .docs .btn-expand5.active:focus,
1471
+ .open > .dropdown-toggle.btn-expand5:focus,
1472
+ .docs .btn-expand5:active.focus,
1473
+ .docs .btn-expand5.active.focus,
1474
+ .open > .dropdown-toggle.btn-expand5.focus {
1475
+ color: #ffffff;
1476
+ background-color: #269abc;
1477
+ border-color: #1b6d85;
1478
+ }
1479
+ .docs .btn-expand5:active,
1480
+ .docs .btn-expand5.active,
1481
+ .open > .dropdown-toggle.btn-expand5 {
1482
+ background-image: none;
1483
+ }
1484
+ .docs .btn-expand5.disabled:hover,
1485
+ .docs .btn-expand5[disabled]:hover,
1486
+ fieldset[disabled] .btn-expand5:hover,
1487
+ .docs .btn-expand5.disabled:focus,
1488
+ .docs .btn-expand5[disabled]:focus,
1489
+ fieldset[disabled] .btn-expand5:focus,
1490
+ .docs .btn-expand5.disabled.focus,
1491
+ .docs .btn-expand5[disabled].focus,
1492
+ fieldset[disabled] .btn-expand5.focus {
1493
+ background-color: $color-info;
1494
+ border-color: #46b8da;
1495
+ }
1496
+ .docs .btn-expand5 .badge {
1497
+ color: $color-info;
1498
+ background-color: #ffffff;
1499
+ }
1500
+
1501
+ /* expand6 */
1502
+ .docs .btn-expand6 {
1503
+ color: #ffffff;
1504
+ background-color: $color-info;
1505
+ border-color: #46b8da;
1506
+ padding: 3px 6px;
1507
+ }
1508
+ .docs .btn-expand6:focus,
1509
+ .docs .btn-expand6.focus {
1510
+ color: #ffffff;
1511
+ background-color: #31b0d5;
1512
+ border-color: #1b6d85;
1513
+ }
1514
+ .docs .btn-expand6:hover {
1515
+ color: #ffffff;
1516
+ background-color: #31b0d5;
1517
+ border-color: #269abc;
1518
+ }
1519
+ .docs .btn-expand6:active,
1520
+ .docs .btn-expand6.active,
1521
+ .open > .dropdown-toggle.btn-expand6 {
1522
+ color: #ffffff;
1523
+ background-color: #31b0d5;
1524
+ border-color: #269abc;
1525
+ }
1526
+ .docs .btn-expand6:active:hover,
1527
+ .docs .btn-expand6.active:hover,
1528
+ .open > .dropdown-toggle.btn-expand6:hover,
1529
+ .docs .btn-expand6:active:focus,
1530
+ .docs .btn-expand6.active:focus,
1531
+ .open > .dropdown-toggle.btn-expand6:focus,
1532
+ .docs .btn-expand6:active.focus,
1533
+ .docs .btn-expand6.active.focus,
1534
+ .open > .dropdown-toggle.btn-expand6.focus {
1535
+ color: #ffffff;
1536
+ background-color: #269abc;
1537
+ border-color: #1b6d85;
1538
+ }
1539
+ .docs .btn-expand6:active,
1540
+ .docs .btn-expand6.active,
1541
+ .open > .dropdown-toggle.btn-expand6 {
1542
+ background-image: none;
1543
+ }
1544
+ .docs .btn-expand6.disabled:hover,
1545
+ .docs .btn-expand6[disabled]:hover,
1546
+ fieldset[disabled] .btn-expand6:hover,
1547
+ .docs .btn-expand6.disabled:focus,
1548
+ .docs .btn-expand6[disabled]:focus,
1549
+ fieldset[disabled] .btn-expand6:focus,
1550
+ .docs .btn-expand6.disabled.focus,
1551
+ .docs .btn-expand6[disabled].focus,
1552
+ fieldset[disabled] .btn-expand6.focus {
1553
+ background-color: $color-info;
1554
+ border-color: #46b8da;
1555
+ }
1556
+ .docs .btn-expand6 .badge {
1557
+ color: $color-info;
1558
+ background-color: #ffffff;
1559
+ }
1560
+
1561
+ /* expand7 */
1562
+ .docs .btn-expand7 {
1563
+ color: #ffffff;
1564
+ background-color: $color-info;
1565
+ border-color: #46b8da;
1566
+ padding: 3px 6px;
1567
+ }
1568
+ .docs .btn-expand7:focus,
1569
+ .docs .btn-expand7.focus {
1570
+ color: #ffffff;
1571
+ background-color: #31b0d5;
1572
+ border-color: #1b6d85;
1573
+ }
1574
+ .docs .btn-expand7:hover {
1575
+ color: #ffffff;
1576
+ background-color: #31b0d5;
1577
+ border-color: #269abc;
1578
+ }
1579
+ .docs .btn-expand7:active,
1580
+ .docs .btn-expand7.active,
1581
+ .open > .dropdown-toggle.btn-expand7 {
1582
+ color: #ffffff;
1583
+ background-color: #31b0d5;
1584
+ border-color: #269abc;
1585
+ }
1586
+ .docs .btn-expand7:active:hover,
1587
+ .docs .btn-expand7.active:hover,
1588
+ .open > .dropdown-toggle.btn-expand7:hover,
1589
+ .docs .btn-expand7:active:focus,
1590
+ .docs .btn-expand7.active:focus,
1591
+ .open > .dropdown-toggle.btn-expand7:focus,
1592
+ .docs .btn-expand7:active.focus,
1593
+ .docs .btn-expand7.active.focus,
1594
+ .open > .dropdown-toggle.btn-expand7.focus {
1595
+ color: #ffffff;
1596
+ background-color: #269abc;
1597
+ border-color: #1b6d85;
1598
+ }
1599
+ .docs .btn-expand7:active,
1600
+ .docs .btn-expand7.active,
1601
+ .open > .dropdown-toggle.btn-expand7 {
1602
+ background-image: none;
1603
+ }
1604
+ .docs .btn-expand7.disabled:hover,
1605
+ .docs .btn-expand7[disabled]:hover,
1606
+ fieldset[disabled] .btn-expand7:hover,
1607
+ .docs .btn-expand7.disabled:focus,
1608
+ .docs .btn-expand7[disabled]:focus,
1609
+ fieldset[disabled] .btn-expand7:focus,
1610
+ .docs .btn-expand7.disabled.focus,
1611
+ .docs .btn-expand7[disabled].focus,
1612
+ fieldset[disabled] .btn-expand7.focus {
1613
+ background-color: $color-info;
1614
+ border-color: #46b8da;
1615
+ }
1616
+ .docs .btn-expand7 .badge {
1617
+ color: $color-info;
1618
+ background-color: #ffffff;
1619
+ }
1620
+
1621
+ /* expand8 */
1622
+ .docs .btn-expand8 {
1623
+ color: #ffffff;
1624
+ background-color: $color-info;
1625
+ border-color: #46b8da;
1626
+ padding: 3px 6px;
1627
+ }
1628
+ .docs .btn-expand8:focus,
1629
+ .docs .btn-expand8.focus {
1630
+ color: #ffffff;
1631
+ background-color: #31b0d5;
1632
+ border-color: #1b6d85;
1633
+ }
1634
+ .docs .btn-expand8:hover {
1635
+ color: #ffffff;
1636
+ background-color: #31b0d5;
1637
+ border-color: #269abc;
1638
+ }
1639
+ .docs .btn-expand8:active,
1640
+ .docs .btn-expand8.active,
1641
+ .open > .dropdown-toggle.btn-expand8 {
1642
+ color: #ffffff;
1643
+ background-color: #31b0d5;
1644
+ border-color: #269abc;
1645
+ }
1646
+ .docs .btn-expand8:active:hover,
1647
+ .docs .btn-expand8.active:hover,
1648
+ .open > .dropdown-toggle.btn-expand8:hover,
1649
+ .docs .btn-expand8:active:focus,
1650
+ .docs .btn-expand8.active:focus,
1651
+ .open > .dropdown-toggle.btn-expand8:focus,
1652
+ .docs .btn-expand8:active.focus,
1653
+ .docs .btn-expand8.active.focus,
1654
+ .open > .dropdown-toggle.btn-expand8.focus {
1655
+ color: #ffffff;
1656
+ background-color: #269abc;
1657
+ border-color: #1b6d85;
1658
+ }
1659
+ .docs .btn-expand8:active,
1660
+ .docs .btn-expand8.active,
1661
+ .open > .dropdown-toggle.btn-expand8 {
1662
+ background-image: none;
1663
+ }
1664
+ .docs .btn-expand8.disabled:hover,
1665
+ .docs .btn-expand8[disabled]:hover,
1666
+ fieldset[disabled] .btn-expand8:hover,
1667
+ .docs .btn-expand8.disabled:focus,
1668
+ .docs .btn-expand8[disabled]:focus,
1669
+ fieldset[disabled] .btn-expand8:focus,
1670
+ .docs .btn-expand8.disabled.focus,
1671
+ .docs .btn-expand8[disabled].focus,
1672
+ fieldset[disabled] .btn-expand8.focus {
1673
+ background-color: $color-info;
1674
+ border-color: #46b8da;
1675
+ }
1676
+ .docs .btn-expand8 .badge {
1677
+ color: $color-info;
1678
+ background-color: #ffffff;
1679
+ }
1680
+
1681
+ /* expand9 */
1682
+ .docs .btn-expand9 {
1683
+ color: #ffffff;
1684
+ background-color: $color-info;
1685
+ border-color: #46b8da;
1686
+ padding: 3px 6px;
1687
+ }
1688
+ .docs .btn-expand9:focus,
1689
+ .docs .btn-expand9.focus {
1690
+ color: #ffffff;
1691
+ background-color: #31b0d5;
1692
+ border-color: #1b6d85;
1693
+ }
1694
+ .docs .btn-expand9:hover {
1695
+ color: #ffffff;
1696
+ background-color: #31b0d5;
1697
+ border-color: #269abc;
1698
+ }
1699
+ .docs .btn-expand9:active,
1700
+ .docs .btn-expand9.active,
1701
+ .open > .dropdown-toggle.btn-expand9 {
1702
+ color: #ffffff;
1703
+ background-color: #31b0d5;
1704
+ border-color: #269abc;
1705
+ }
1706
+ .docs .btn-expand9:active:hover,
1707
+ .docs .btn-expand9.active:hover,
1708
+ .open > .dropdown-toggle.btn-expand9:hover,
1709
+ .docs .btn-expand9:active:focus,
1710
+ .docs .btn-expand9.active:focus,
1711
+ .open > .dropdown-toggle.btn-expand9:focus,
1712
+ .docs .btn-expand9:active.focus,
1713
+ .docs .btn-expand9.active.focus,
1714
+ .open > .dropdown-toggle.btn-expand9.focus {
1715
+ color: #ffffff;
1716
+ background-color: #269abc;
1717
+ border-color: #1b6d85;
1718
+ }
1719
+ .docs .btn-expand9:active,
1720
+ .docs .btn-expand9.active,
1721
+ .open > .dropdown-toggle.btn-expand9 {
1722
+ background-image: none;
1723
+ }
1724
+ .docs .btn-expand9.disabled:hover,
1725
+ .docs .btn-expand9[disabled]:hover,
1726
+ fieldset[disabled] .btn-expand9:hover,
1727
+ .docs .btn-expand9.disabled:focus,
1728
+ .docs .btn-expand9[disabled]:focus,
1729
+ fieldset[disabled] .btn-expand9:focus,
1730
+ .docs .btn-expand9.disabled.focus,
1731
+ .docs .btn-expand9[disabled].focus,
1732
+ fieldset[disabled] .btn-expand9.focus {
1733
+ background-color: $color-info;
1734
+ border-color: #46b8da;
1735
+ }
1736
+ .docs .btn-expand9 .badge {
1737
+ color: $color-info;
1738
+ background-color: #ffffff;
1739
+ }
1740
+
1741
+ /* expand10 */
1742
+ .docs .btn-expand10 {
1743
+ color: #ffffff;
1744
+ background-color: $color-info;
1745
+ border-color: #46b8da;
1746
+ padding: 3px 6px;
1747
+ }
1748
+ .docs .btn-expand10:focus,
1749
+ .docs .btn-expand10.focus {
1750
+ color: #ffffff;
1751
+ background-color: #31b0d5;
1752
+ border-color: #1b6d85;
1753
+ }
1754
+ .docs .btn-expand10:hover {
1755
+ color: #ffffff;
1756
+ background-color: #31b0d5;
1757
+ border-color: #269abc;
1758
+ }
1759
+ .docs .btn-expand10:active,
1760
+ .docs .btn-expand10.active,
1761
+ .open > .dropdown-toggle.btn-expand10 {
1762
+ color: #ffffff;
1763
+ background-color: #31b0d5;
1764
+ border-color: #269abc;
1765
+ }
1766
+ .docs .btn-expand10:active:hover,
1767
+ .docs .btn-expand10.active:hover,
1768
+ .open > .dropdown-toggle.btn-expand10:hover,
1769
+ .docs .btn-expand10:active:focus,
1770
+ .docs .btn-expand10.active:focus,
1771
+ .open > .dropdown-toggle.btn-expand10:focus,
1772
+ .docs .btn-expand10:active.focus,
1773
+ .docs .btn-expand10.active.focus,
1774
+ .open > .dropdown-toggle.btn-expand10.focus {
1775
+ color: #ffffff;
1776
+ background-color: #269abc;
1777
+ border-color: #1b6d85;
1778
+ }
1779
+ .docs .btn-expand10:active,
1780
+ .docs .btn-expand10.active,
1781
+ .open > .dropdown-toggle.btn-expand10 {
1782
+ background-image: none;
1783
+ }
1784
+ .docs .btn-expand10.disabled:hover,
1785
+ .docs .btn-expand10[disabled]:hover,
1786
+ fieldset[disabled] .btn-expand10:hover,
1787
+ .docs .btn-expand10.disabled:focus,
1788
+ .docs .btn-expand10[disabled]:focus,
1789
+ fieldset[disabled] .btn-expand10:focus,
1790
+ .docs .btn-expand10.disabled.focus,
1791
+ .docs .btn-expand10[disabled].focus,
1792
+ fieldset[disabled] .btn-expand10.focus {
1793
+ background-color: $color-info;
1794
+ border-color: #46b8da;
1795
+ }
1796
+ .docs .btn-expand10 .badge {
1797
+ color: $color-info;
1798
+ background-color: #ffffff;
1799
+ }
1800
+
1801
+
1802
+
958
1803
  /* horizontal rule */
959
- hr {
1804
+ .docs hr {
960
1805
  margin-top: 20px;
961
1806
  margin-bottom: 20px;
962
1807
  border: 0;
963
1808
  border-top: 1px solid #eeeeee;
964
1809
  }
965
1810
 
1811
+
1812
+
966
1813
  /* drop-down menu */
967
1814
 
968
- .caret {
1815
+ .docs .caret {
969
1816
  display: inline-block;
970
1817
  width: 0;
971
1818
  height: 0;
@@ -976,14 +1823,14 @@ hr {
976
1823
  border-right: 4px solid transparent;
977
1824
  border-left: 4px solid transparent;
978
1825
  }
979
- .dropup,
980
- .dropdown {
1826
+ .docs .dropup,
1827
+ .docs .dropdown {
981
1828
  position: relative;
982
1829
  }
983
- .dropdown-toggle:focus {
1830
+ .docs .dropdown-toggle:focus {
984
1831
  outline: 0;
985
1832
  }
986
- .dropdown-menu {
1833
+ .docs .dropdown-menu {
987
1834
  position: absolute;
988
1835
  top: 100%;
989
1836
  left: 0;
@@ -1005,17 +1852,17 @@ hr {
1005
1852
  -webkit-background-clip: padding-box;
1006
1853
  background-clip: padding-box;
1007
1854
  }
1008
- .dropdown-menu.pull-right {
1855
+ .docs .dropdown-menu.pull-right {
1009
1856
  right: 0;
1010
1857
  left: auto;
1011
1858
  }
1012
- .dropdown-menu .divider {
1859
+ .docs .dropdown-menu .divider {
1013
1860
  height: 1px;
1014
1861
  margin: 9px 0;
1015
1862
  overflow: hidden;
1016
1863
  background-color: #e5e5e5;
1017
1864
  }
1018
- .dropdown-menu > li > a {
1865
+ .docs .dropdown-menu > li > a {
1019
1866
  display: block;
1020
1867
  padding: 3px 20px;
1021
1868
  clear: both;
@@ -1024,56 +1871,56 @@ hr {
1024
1871
  color: #333333;
1025
1872
  white-space: nowrap;
1026
1873
  }
1027
- .dropdown-menu > li > a:hover,
1028
- .dropdown-menu > li > a:focus {
1874
+ .docs .dropdown-menu > li > a:hover,
1875
+ .docs .dropdown-menu > li > a:focus {
1029
1876
  text-decoration: none;
1030
1877
  color: #262626;
1031
1878
  background-color: #f5f5f5;
1032
1879
  }
1033
- .dropdown-menu > .active > a,
1034
- .dropdown-menu > .active > a:hover,
1035
- .dropdown-menu > .active > a:focus {
1880
+ .docs .dropdown-menu > .active > a,
1881
+ .docs .dropdown-menu > .active > a:hover,
1882
+ .docs .dropdown-menu > .active > a:focus {
1036
1883
  color: #ffffff;
1037
1884
  text-decoration: none;
1038
1885
  outline: 0;
1039
1886
  background-color: #337ab7;
1040
1887
  }
1041
- .dropdown-menu > .disabled > a,
1042
- .dropdown-menu > .disabled > a:hover,
1043
- .dropdown-menu > .disabled > a:focus {
1044
- color: #777777;
1888
+ .docs .dropdown-menu > .disabled > a,
1889
+ .docs .dropdown-menu > .disabled > a:hover,
1890
+ .docs .dropdown-menu > .disabled > a:focus {
1891
+ color: $color-default;
1045
1892
  }
1046
- .dropdown-menu > .disabled > a:hover,
1047
- .dropdown-menu > .disabled > a:focus {
1893
+ .docs .dropdown-menu > .disabled > a:hover,
1894
+ .docs .dropdown-menu > .disabled > a:focus {
1048
1895
  text-decoration: none;
1049
1896
  background-color: transparent;
1050
1897
  background-image: none;
1051
1898
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1052
1899
  cursor: not-allowed;
1053
1900
  }
1054
- .open > .dropdown-menu {
1901
+ .docs .open > .dropdown-menu {
1055
1902
  display: block;
1056
1903
  }
1057
- .open > a {
1904
+ .docs .open > a {
1058
1905
  outline: 0;
1059
1906
  }
1060
- .dropdown-menu-right {
1907
+ .docs .dropdown-menu-right {
1061
1908
  left: auto;
1062
1909
  right: 0;
1063
1910
  }
1064
- .dropdown-menu-left {
1911
+ .docs .dropdown-menu-left {
1065
1912
  left: 0;
1066
1913
  right: auto;
1067
1914
  }
1068
- .dropdown-header {
1915
+ .docs .dropdown-header {
1069
1916
  display: block;
1070
1917
  padding: 3px 20px;
1071
1918
  font-size: 12px;
1072
1919
  line-height: 1.42857143;
1073
- color: #777777;
1920
+ color: $color-default;
1074
1921
  white-space: nowrap;
1075
1922
  }
1076
- .dropdown-backdrop {
1923
+ .docs .dropdown-backdrop {
1077
1924
  position: fixed;
1078
1925
  left: 0;
1079
1926
  right: 0;
@@ -1081,79 +1928,88 @@ hr {
1081
1928
  top: 0;
1082
1929
  z-index: 990;
1083
1930
  }
1084
- .pull-right > .dropdown-menu {
1931
+ .docs .pull-right > .dropdown-menu {
1085
1932
  right: 0;
1086
1933
  left: auto;
1087
1934
  }
1088
- .dropup .caret,
1089
- .navbar-fixed-bottom .dropdown .caret {
1935
+ .docs .dropup .caret,
1936
+ .docs .navbar-fixed-bottom .dropdown .caret {
1090
1937
  border-top: 0;
1091
1938
  border-bottom: 4px dashed;
1092
1939
  border-bottom: 4px solid \9;
1093
1940
  content: "";
1094
1941
  }
1095
- .dropup .dropdown-menu,
1096
- .navbar-fixed-bottom .dropdown .dropdown-menu {
1942
+ .docs .dropup .dropdown-menu,
1943
+ .docs .navbar-fixed-bottom .dropdown .dropdown-menu {
1097
1944
  top: auto;
1098
1945
  bottom: 100%;
1099
1946
  margin-bottom: 2px;
1100
1947
  }
1101
1948
 
1102
1949
  @media (min-width: 768px) {
1103
- .navbar-right .dropdown-menu {
1950
+ .docs .navbar-right .dropdown-menu {
1104
1951
  left: auto;
1105
1952
  right: 0;
1106
1953
  }
1107
- .navbar-right .dropdown-menu-left {
1954
+ .docs .navbar-right .dropdown-menu-left {
1108
1955
  left: 0;
1109
1956
  right: auto;
1110
1957
  }
1111
1958
  }
1112
- .nav {
1959
+ .docs .nav {
1113
1960
  margin-bottom: 0;
1114
1961
  padding-left: 0;
1115
1962
  list-style: none;
1116
1963
  }
1117
- .nav > li {
1964
+ .docs .nav > li {
1118
1965
  position: relative;
1119
1966
  display: block;
1120
1967
  }
1121
- .nav > li > a {
1968
+ .docs .nav > li > a {
1122
1969
  position: relative;
1123
1970
  display: block;
1124
1971
  padding: 10px 15px;
1125
1972
  }
1126
- .nav > li > a:hover,
1127
- .nav > li > a:focus {
1973
+ .docs .nav > li > a:hover,
1974
+ .docs .nav > li > a:focus {
1128
1975
  text-decoration: none;
1129
1976
  background-color: #eeeeee;
1130
1977
  }
1131
- .nav > li.disabled > a {
1132
- color: #777777;
1978
+ .docs .nav > li.disabled > a {
1979
+ color: $color-default;
1133
1980
  }
1134
- .nav > li.disabled > a:hover,
1135
- .nav > li.disabled > a:focus {
1136
- color: #777777;
1981
+ .docs .nav > li.disabled > a:hover,
1982
+ .docs .nav > li.disabled > a:focus {
1983
+ color: $color-default;
1137
1984
  text-decoration: none;
1138
1985
  background-color: transparent;
1139
1986
  cursor: not-allowed;
1140
1987
  }
1141
- .nav .open > a,
1142
- .nav .open > a:hover,
1143
- .nav .open > a:focus {
1988
+ .docs .nav .open > a,
1989
+ .docs .nav .open > a:hover,
1990
+ .docs .nav .open > a:focus {
1144
1991
  background-color: #eeeeee;
1145
1992
  border-color: #337ab7;
1146
1993
  }
1147
- .nav .nav-divider {
1994
+ .docs .nav .nav-divider {
1148
1995
  height: 1px;
1149
1996
  margin: 9px 0;
1150
1997
  overflow: hidden;
1151
1998
  background-color: #e5e5e5;
1152
1999
  }
1153
- .nav > li > a > img {
2000
+ .docs .nav > li > a > img {
1154
2001
  max-width: none;
1155
2002
  }
1156
2003
  /*nav tabs */
2004
+
2005
+ .docs .nav-tabs a, .docs .nav-tabs a:hover, .docs .nav-tabs a:visited, .docs .nav-tabs a:active {
2006
+ text-decoration: none;
2007
+ color: black;
2008
+ }
2009
+
2010
+ .docs ul.nav.nav-tabs li:first-child {
2011
+ margin-left: 30px;
2012
+ }
1157
2013
  .docs .nav-tabs {
1158
2014
  margin-bottom: -3px;
1159
2015
  background-color: #dedede;
@@ -1188,56 +2044,56 @@ hr {
1188
2044
  border-bottom-color: transparent;
1189
2045
  cursor: default;
1190
2046
  }
1191
- .docs .nav-tabs.docs .nav-justified {
2047
+ .docs .nav-tabs .nav-justified {
1192
2048
  width: 100%;
1193
2049
  border-bottom: 0;
1194
2050
  }
1195
- .docs .nav-tabs.docs .nav-justified>li {
2051
+ .docs .nav-tabs .nav-justified>li {
1196
2052
  float: none;
1197
2053
  }
1198
- .docs .nav-tabs.docs .nav-justified>li>a {
2054
+ .docs .nav-tabs .nav-justified>li>a {
1199
2055
  text-align: center;
1200
2056
  margin-bottom: 5px;
1201
2057
  }
1202
- .docs .nav-tabs.docs .nav-justified>.dropdown .dropdown-menu {
2058
+ .docs .nav-tabs .nav-justified>.dropdown .dropdown-menu {
1203
2059
  top: auto;
1204
2060
  left: auto;
1205
2061
  }
1206
2062
  @media (min-width: 768px) {
1207
- .docs .nav-tabs.docs .nav-justified>li {
2063
+ .docs .nav-tabs .nav-justified>li {
1208
2064
  display: table-cell;
1209
2065
  width: 1%
1210
2066
  }
1211
- .docs .nav-tabs.docs .nav-justified>li>a {
2067
+ .docs .nav-tabs .nav-justified>li>a {
1212
2068
  margin-bottom: 0;
1213
2069
  }
1214
2070
  }
1215
- .docs .nav-tabs.docs .nav-justified>li>a {
2071
+ .docs .nav-tabs .nav-justified>li>a {
1216
2072
  margin-right: 0;
1217
2073
  border-radius: 4px;
1218
2074
  }
1219
- .docs .nav-tabs.docs .nav-justified>.active>a,
1220
- .docs .nav-tabs.docs .nav-justified>.active>a:hover,
1221
- .docs .nav-tabs.docs .nav-justified>.active>a:focus {
2075
+ .docs .nav-tabs .nav-justified>.active>a,
2076
+ .docs .nav-tabs .nav-justified>.active>a:hover,
2077
+ .docs .nav-tabs .nav-justified>.active>a:focus {
1222
2078
  border: 1px solid #ddd;
1223
2079
  }
1224
2080
  @media (min-width: 768px) {
1225
- .docs .nav-tabs.docs .nav-justified>li>a {
2081
+ .docs .nav-tabs .nav-justified>li>a {
1226
2082
  border-bottom: 1px solid #ddd;
1227
2083
  border-radius: 4px 4px 0 0;
1228
2084
  }
1229
- .docs .nav-tabs.docs .nav-justified>.active>a,
1230
- .docs .nav-tabs.docs .nav-justified>.active>a:hover,
1231
- .docs .nav-tabs.docs .nav-justified>.active>a:focus {
2085
+ .docs .nav-tabs .nav-justified>.active>a,
2086
+ .docs .nav-tabs .nav-justified>.active>a:hover,
2087
+ .docs .nav-tabs .nav-justified>.active>a:focus {
1232
2088
  border-bottom-color: #fff;
1233
2089
  }
1234
2090
  }
1235
2091
  @media (min-width: 768px) {
1236
- .docs .docs .nav-justified>li {
2092
+ .docs .nav-justified>li {
1237
2093
  display: table-cell;
1238
2094
  width: 1%
1239
2095
  }
1240
- .docs .docs .nav-justified>li>a {
2096
+ .docs .nav-justified>li>a {
1241
2097
  margin-bottom: 0;
1242
2098
  }
1243
2099
  }
@@ -1305,7 +2161,7 @@ hr {
1305
2161
  background-color: white;
1306
2162
  color: #444;
1307
2163
  }
1308
- .docs ul#profileTabs {
2164
+ .docs ul.nav-tabs {
1309
2165
  margin-left: 0px;
1310
2166
  padding-bottom: 15px;
1311
2167
  }
@@ -1314,6 +2170,7 @@ hr {
1314
2170
  line-height: 26px;
1315
2171
  margin-bottom: 16px;
1316
2172
  margin-top: 30px;
2173
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
1317
2174
  }
1318
2175
 
1319
2176
  .docs .tab-content .tab-pane.active {
@@ -1404,6 +2261,15 @@ hr {
1404
2261
 
1405
2262
  /* breadcrumbs */
1406
2263
 
2264
+ .docs .breadcrumb a, .docs .breadcrumb a:visited, .docs .breadcrumb a:active {
2265
+ text-decoration: none;
2266
+ color: #444;
2267
+ }
2268
+
2269
+ .docs .breadcrumb a:hover {
2270
+ color: #777;
2271
+ }
2272
+
1407
2273
  .docs .breadcrumb {
1408
2274
  padding: 8px 15px;
1409
2275
  margin-bottom: 20px;
@@ -1420,7 +2286,7 @@ hr {
1420
2286
  color: #cccccc;
1421
2287
  }
1422
2288
  .docs .breadcrumb > .active {
1423
- color: #777777;
2289
+ color: $color-default;
1424
2290
  }
1425
2291
 
1426
2292
  /* labels */
@@ -1429,7 +2295,7 @@ hr {
1429
2295
  display: inline;
1430
2296
  padding: .2em .6em .3em;
1431
2297
  font-size: 75%;
1432
- font-weight: bold;
2298
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
1433
2299
  line-height: 1;
1434
2300
  color: #ffffff;
1435
2301
  text-align: center;
@@ -1451,7 +2317,7 @@ hr {
1451
2317
  top: -1px;
1452
2318
  }
1453
2319
  .docs .label-default {
1454
- background-color: #777777;
2320
+ background-color: $color-default;
1455
2321
  }
1456
2322
  .docs .label-default[href]:hover,
1457
2323
  .docs .label-default[href]:focus {
@@ -1465,28 +2331,28 @@ hr {
1465
2331
  background-color: #286090;
1466
2332
  }
1467
2333
  .docs .label-success {
1468
- background-color: #5cb85c;
2334
+ background-color: $color-success;
1469
2335
  }
1470
2336
  .docs .label-success[href]:hover,
1471
2337
  .docs .label-success[href]:focus {
1472
2338
  background-color: #449d44;
1473
2339
  }
1474
2340
  .docs .label-info {
1475
- background-color: #5bc0de;
2341
+ background-color: $color-info;
1476
2342
  }
1477
2343
  .docs .label-info[href]:hover,
1478
2344
  .docs .label-info[href]:focus {
1479
2345
  background-color: #31b0d5;
1480
2346
  }
1481
2347
  .docs .label-warning {
1482
- background-color: #f0ad4e;
2348
+ background-color: $color-warning;
1483
2349
  }
1484
2350
  .docs .label-warning[href]:hover,
1485
2351
  .docs .label-warning[href]:focus {
1486
2352
  background-color: #ec971f;
1487
2353
  }
1488
2354
  .docs .label-danger {
1489
- background-color: #d9534f;
2355
+ background-color: $color-danger;
1490
2356
  }
1491
2357
  .docs .label-danger[href]:hover,
1492
2358
  .docs .label-danger[href]:focus {
@@ -1558,7 +2424,7 @@ hr {
1558
2424
  animation: progress-bar-stripes 2s linear infinite;
1559
2425
  }
1560
2426
  .docs .progress-bar-success {
1561
- background-color: #5cb85c;
2427
+ background-color: $color-success;
1562
2428
  }
1563
2429
  .docs .progress-striped .progress-bar-success {
1564
2430
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -1566,7 +2432,7 @@ hr {
1566
2432
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1567
2433
  }
1568
2434
  .docs .progress-bar-info {
1569
- background-color: #5bc0de;
2435
+ background-color: $color-info;
1570
2436
  }
1571
2437
  .docs .progress-striped .progress-bar-info {
1572
2438
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -1574,7 +2440,7 @@ hr {
1574
2440
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1575
2441
  }
1576
2442
  .docs .progress-bar-warning {
1577
- background-color: #f0ad4e;
2443
+ background-color: $color-warning;
1578
2444
  }
1579
2445
  .docs .progress-striped .progress-bar-warning {
1580
2446
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -1582,7 +2448,7 @@ hr {
1582
2448
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1583
2449
  }
1584
2450
  .docs .progress-bar-danger {
1585
- background-color: #d9534f;
2451
+ background-color: $color-danger;
1586
2452
  }
1587
2453
  .docs .progress-striped .progress-bar-danger {
1588
2454
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -1591,123 +2457,123 @@ hr {
1591
2457
  }
1592
2458
 
1593
2459
  /* tooltips */
1594
-
1595
- .docs .tooltip {
2460
+ .docs .tooltip {
1596
2461
  position: absolute;
1597
2462
  z-index: 1070;
1598
2463
  display: block;
1599
2464
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2465
+ font-size: 12px;
1600
2466
  font-style: normal;
1601
2467
  font-weight: normal;
1602
- letter-spacing: normal;
1603
- line-break: auto;
1604
2468
  line-height: 1.42857143;
1605
2469
  text-align: left;
1606
2470
  text-align: start;
1607
2471
  text-decoration: none;
1608
2472
  text-shadow: none;
1609
2473
  text-transform: none;
1610
- white-space: normal;
2474
+ letter-spacing: normal;
1611
2475
  word-break: normal;
1612
2476
  word-spacing: normal;
1613
2477
  word-wrap: normal;
1614
- font-size: 12px;
1615
- opacity: 0;
2478
+ white-space: normal;
1616
2479
  filter: alpha(opacity=0);
2480
+ opacity: 0;
2481
+
2482
+ line-break: auto;
1617
2483
  }
1618
- .docs .tooltip .in {
1619
- opacity: 0.9;
2484
+ .docs .tooltip.in {
1620
2485
  filter: alpha(opacity=90);
2486
+ opacity: .9;
1621
2487
  }
1622
- .docs .tooltip .top {
1623
- margin-top: -3px;
2488
+ .docs .tooltip.top {
1624
2489
  padding: 5px 0;
2490
+ margin-top: -3px;
1625
2491
  }
1626
- .docs .tooltip .right {
1627
- margin-left: 3px;
2492
+ .docs .tooltip.right {
1628
2493
  padding: 0 5px;
2494
+ margin-left: 3px;
1629
2495
  }
1630
- .docs .tooltip .bottom {
1631
- margin-top: 3px;
2496
+ .docs .tooltip.bottom {
1632
2497
  padding: 5px 0;
2498
+ margin-top: 3px;
1633
2499
  }
1634
- .docs .tooltip .left {
1635
- margin-left: -3px;
2500
+ .docs .tooltip.left {
1636
2501
  padding: 0 5px;
2502
+ margin-left: -3px;
1637
2503
  }
1638
- .docs .tooltip -inner {
2504
+ .docs .tooltip-inner {
1639
2505
  max-width: 200px;
1640
2506
  padding: 3px 8px;
1641
- color: #ffffff;
2507
+ color: #fff;
1642
2508
  text-align: center;
1643
- background-color: #000000;
2509
+ background-color: #000;
1644
2510
  border-radius: 4px;
1645
2511
  }
1646
- .docs .tooltip -arrow {
2512
+ .docs .tooltip-arrow {
1647
2513
  position: absolute;
1648
2514
  width: 0;
1649
2515
  height: 0;
1650
2516
  border-color: transparent;
1651
2517
  border-style: solid;
1652
2518
  }
1653
- .docs .tooltip .top .docs .tooltip -arrow {
2519
+ .docs .tooltip.top .tooltip-arrow {
1654
2520
  bottom: 0;
1655
2521
  left: 50%;
1656
2522
  margin-left: -5px;
1657
2523
  border-width: 5px 5px 0;
1658
- border-top-color: #000000;
2524
+ border-top-color: #000;
1659
2525
  }
1660
- .docs .tooltip .top-left .docs .tooltip -arrow {
1661
- bottom: 0;
2526
+ .docs .tooltip.top-left .tooltip-arrow {
1662
2527
  right: 5px;
2528
+ bottom: 0;
1663
2529
  margin-bottom: -5px;
1664
2530
  border-width: 5px 5px 0;
1665
- border-top-color: #000000;
2531
+ border-top-color: #000;
1666
2532
  }
1667
- .docs .tooltip .top-right .docs .tooltip -arrow {
2533
+ .docs .tooltip.top-right .tooltip-arrow {
1668
2534
  bottom: 0;
1669
2535
  left: 5px;
1670
2536
  margin-bottom: -5px;
1671
2537
  border-width: 5px 5px 0;
1672
- border-top-color: #000000;
2538
+ border-top-color: #000;
1673
2539
  }
1674
- .docs .tooltip .right .docs .tooltip -arrow {
2540
+ .docs .tooltip.right .tooltip-arrow {
1675
2541
  top: 50%;
1676
2542
  left: 0;
1677
2543
  margin-top: -5px;
1678
2544
  border-width: 5px 5px 5px 0;
1679
- border-right-color: #000000;
2545
+ border-right-color: #000;
1680
2546
  }
1681
- .docs .tooltip .left .docs .tooltip -arrow {
2547
+ .docs .tooltip.left .tooltip-arrow {
1682
2548
  top: 50%;
1683
2549
  right: 0;
1684
2550
  margin-top: -5px;
1685
2551
  border-width: 5px 0 5px 5px;
1686
- border-left-color: #000000;
2552
+ border-left-color: #000;
1687
2553
  }
1688
- .docs .tooltip .bottom .docs .tooltip -arrow {
2554
+ .docs .tooltip.bottom .tooltip-arrow {
1689
2555
  top: 0;
1690
2556
  left: 50%;
1691
2557
  margin-left: -5px;
1692
2558
  border-width: 0 5px 5px;
1693
- border-bottom-color: #000000;
2559
+ border-bottom-color: #000;
1694
2560
  }
1695
- .docs .tooltip .bottom-left .docs .tooltip -arrow {
2561
+ .docs .tooltip.bottom-left .tooltip-arrow {
1696
2562
  top: 0;
1697
2563
  right: 5px;
1698
2564
  margin-top: -5px;
1699
2565
  border-width: 0 5px 5px;
1700
- border-bottom-color: #000000;
2566
+ border-bottom-color: #000;
1701
2567
  }
1702
- .docs .tooltip .bottom-right .docs .tooltip -arrow {
2568
+ .docs .tooltip.bottom-right .tooltip-arrow {
1703
2569
  top: 0;
1704
2570
  left: 5px;
1705
2571
  margin-top: -5px;
1706
2572
  border-width: 0 5px 5px;
1707
- border-bottom-color: #000000;
2573
+ border-bottom-color: #000;
1708
2574
  }
1709
2575
 
1710
- a[data-toggle="tooltip"] {
2576
+ .docs a[data-toggle="tooltip"] {
1711
2577
  color: green;
1712
2578
  border-bottom: 1px dashed gray;
1713
2579
  font-style: italic;
@@ -1715,6 +2581,7 @@ a[data-toggle="tooltip"] {
1715
2581
 
1716
2582
 
1717
2583
  /* misc. styles needed for navtabs and other bootstrap features */
2584
+
1718
2585
  .docs .clearfix:before,
1719
2586
  .docs .clearfix:after,
1720
2587
  .docs .nav:before,
@@ -1760,79 +2627,142 @@ a[data-toggle="tooltip"] {
1760
2627
  position: fixed;
1761
2628
  }
1762
2629
 
1763
- /* mini toc kramdown */
1764
- ul#markdown-toc {
2630
+ /* minitoc kramdown */
2631
+ .docs ul#markdown-toc {
1765
2632
  border: 1px solid #dedede;
1766
2633
  border-radius: 5px;
1767
2634
  max-width: 400px;
1768
2635
  padding-top:20px;
2636
+ padding-bottom: 20px;
1769
2637
  margin-top: 30px;
1770
2638
  color: gray;
1771
2639
  padding-right: 7px;
1772
2640
  background-color: #f7f7f7;
1773
2641
  }
1774
2642
 
1775
- ul#markdown-toc::before {
2643
+ .docs ul#markdown-toc::before {
1776
2644
  font-size:18px;
1777
2645
  padding-top:30px;
1778
2646
  margin: 20px 0px 20px -30px;
1779
2647
  content: "Table of Contents";
1780
2648
  }
1781
2649
 
1782
- ul#markdown-toc li ul {
2650
+ .docs ul#markdown-toc a {
2651
+ text-decoration: none;
2652
+ }
2653
+
2654
+ .docs ul#markdown-toc li ul {
1783
2655
  color: gray;
1784
2656
  }
1785
2657
  /* end mini toc */
1786
2658
 
2659
+ /* minitoc on page (automatic jump menu)*/
1787
2660
 
1788
- /* sidebar */
2661
+ ul.onPageMinitoc {
2662
+ border: 1px solid #dedede;
2663
+ border-radius: 5px;
2664
+ max-width: 400px;
2665
+ padding-top:20px;
2666
+ margin-top: 30px;
2667
+ color: gray;
2668
+ padding-right: 20px;
2669
+ background-color: #f7f7f7;
2670
+ }
1789
2671
 
1790
- .docnav ul li {
1791
- list-style-type: none;
2672
+ .docs ul.onPageMinitoc::before {
2673
+ font-size:18px;
2674
+ padding-top:30px;
2675
+ margin: 20px 0px 20px -30px;
2676
+ content: "Pages in This Section";
1792
2677
  }
1793
2678
 
1794
- .mydocsidebar a, .mydocsidebar a:hover {
2679
+ ul.onPageMinitoc li {
2680
+ list-style: none;
2681
+ color: #0066c0;
2682
+ }
2683
+ ul.onPageMinitoc li::before {
2684
+ content: '\f096';
2685
+ font-family: 'FontAwesome';
2686
+ color: #0066c0;
2687
+ padding-right: 10px;
1795
2688
  text-decoration: none;
2689
+ font-size: 80%;
1796
2690
  }
1797
2691
 
1798
- .docContent {
1799
- float: left;
1800
- border: 1px solid red;
2692
+ i.onPageMinitocItem {
2693
+ padding-right: 10px;
1801
2694
  }
1802
- .mydocsidebar {
2695
+
2696
+ /* sidebar */
2697
+
2698
+ #docPageContainer {
2699
+
2700
+ }
2701
+
2702
+ .docs .mydocsidebar {
2703
+ width: 250px;
1803
2704
  float: left;
2705
+ padding-left: 10px;
1804
2706
  height: 100%;
1805
- padding-right: 0;
1806
2707
  overflow-y: auto;
1807
2708
  background-color: #f7f7f7;
1808
2709
  padding-bottom: 50px;
1809
2710
  padding-top: 50px;
1810
- max-width: 225px;
1811
- padding-left: 0px;
1812
2711
  margin-left: 10px;
1813
- padding-right: 15px;
1814
- list-style-type: none;
1815
- border: 1px solid blue;
2712
+ margin-right: 50px;
2713
+ margin-top: 100px;
2714
+ }
2715
+
2716
+ .docs .docContent {
2717
+ max-width: 800px;
2718
+ float: left;
2719
+ }
2720
+
2721
+ .mydocsidebar ul {
2722
+ padding-left: 20px;
2723
+ padding-right: 5px;
2724
+ }
2725
+
2726
+ .docs p.external {
2727
+ font-size: 10px;
2728
+ }
2729
+
2730
+ .docs ul#entrypages li {
2731
+ font-size: 12px;
1816
2732
  }
1817
2733
 
1818
- .docnav ul {
2734
+ .docs .relatedResources {
2735
+ font-size: 14px;
2736
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
2737
+ }
2738
+
2739
+ .docs .docnavul li, .docnav li.level1, .docnav li.level1items {
2740
+ list-style: none;
2741
+ }
2742
+
2743
+ .mydocsidebar a, .mydocsidebar a:hover {
2744
+ text-decoration: none;
2745
+ }
2746
+
2747
+
2748
+ .docs .docnavul {
1819
2749
  padding-left: 15px
1820
2750
  }
1821
- .docnav li {
2751
+ .docs .docnav li {
1822
2752
  list-style: none;
1823
2753
  font: normal 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
1824
2754
  border-bottom: 0px;
1825
2755
  }
1826
- .docnav li a:hover,
1827
- .docnav li a:active {
2756
+ .docs .docnav li a:hover,
2757
+ .docs .docnav li a:active {
1828
2758
  text-decoration: none;
1829
2759
  color: #666;
1830
2760
  }
1831
- /* plus */
2761
+ /* plus button */
1832
2762
 
1833
- .docnav li.level1 > a > span:after,
1834
- .docnav li.level2 > a > span:after,
1835
- .docnav li.level3 > a > span:after {
2763
+ .docs .docnav li.level1 > a > span:after,
2764
+ .docs .docnav li.level2 > a > span:after,
2765
+ .docs .docnav li.level3 > a > span:after {
1836
2766
  content: '\f0fe';
1837
2767
  font-family: 'FontAwesome';
1838
2768
  color: #e47911;
@@ -1840,66 +2770,90 @@ ul#markdown-toc li ul {
1840
2770
  padding-right: 12px;
1841
2771
  text-decoration: none;
1842
2772
  }
1843
- /* empty square*/
2773
+ /* empty square button*/
1844
2774
 
1845
- .docnav li.level1items > a:before,
1846
- .docnav li.level2items > a:before,
1847
- .docnav li.level3items > a:before {
2775
+ .docs .docnav li.level1items > a:before,
2776
+ .docs .docnav li.level2items > a:before,
2777
+ .docs .docnav li.level3items > a:before {
1848
2778
  content: '\f096';
1849
2779
  font-family: 'FontAwesome';
1850
2780
  color: #e47911;
1851
2781
  padding-right: 10px;
1852
2782
  text-decoration: none;
1853
- /*text-indent: -1.5em;*/
1854
2783
  }
1855
- /* minus */
2784
+ /* minus button */
1856
2785
 
1857
- .docnav li.open > a > span:after {
2786
+ .docs .docnav li.open > a > span:after {
1858
2787
  content: '\f146';
1859
2788
  font-family: 'FontAwesome';
1860
2789
  color: #e47911;
1861
2790
  font-size: 14px;
1862
2791
  padding-right: 10px;
1863
2792
  }
1864
- .docnav li.level3,
1865
- .docnav li.level3items {
2793
+
2794
+ .docs .docnav li.level3,
2795
+ .docs .docnav li.level3items {
1866
2796
  padding-left: 10px
1867
2797
  }
1868
- .docnav li.level2,
1869
- .docnav li.level2items {
2798
+ .docs .docnav li.level2,
2799
+ .docs .docnav li.level2items {
1870
2800
  padding-left: 10px;
1871
2801
  }
1872
- .docnav li.level1,
1873
- .docnav li.level1items {
2802
+ .docs .docnav li.level1,
2803
+ .docs .docnav li.level1items {
1874
2804
  padding-left: 10px;
1875
2805
  }
1876
- .docnav li {
2806
+ .docs .docnav li {
1877
2807
  margin: 7px 0px;
1878
2808
  }
1879
- li.level1.open > ul > li.level1items.open a,
1880
- li.level2.open > ul > li.level2items.open a,
1881
- li.level3.open > ul > li.level3items.open a {
2809
+
2810
+ .docs ul#docnavsidebar li a:focus {
2811
+ text-decoration: none;
2812
+ }
2813
+ .docs li.level1.open > ul > li.level1items.open a,
2814
+ .docs li.level2.open > ul > li.level2items.open a,
2815
+ .docs li.level3.open > ul > li.level3items.open a {
1882
2816
  color: black;
1883
- font-weight: bold;
2817
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
1884
2818
  }
1885
- li.level1.open > ul > li.level1items.open > a:before,
1886
- li.level2.open > ul > li.level2items.open > a:before,
1887
- li.level3.open > ul > li.level3items.open > a:before {
2819
+ .docs li.level1.open > ul > li.level1items.open > a:before,
2820
+ .docs li.level2.open > ul > li.level2items.open > a:before,
2821
+ .docs li.level3.open > ul > li.level3items.open > a:before {
1888
2822
  color: black;
1889
2823
  }
1890
- .relatedResources {
2824
+
2825
+ .docs li.level1.open > ul > li.level1items a,
2826
+ .docs li.level2.open > ul > li.level2items a,
2827
+ .docs li.level3.open > ul > li.level3items a {
2828
+ font-weight: normal;
2829
+ color: #0066c0;
2830
+ }
2831
+ .docs li.level1.open > ul > li.level1items > a:before,
2832
+ .docs li.level2.open > ul > li.level2items > a:before,
2833
+ .docs li.level3.open > ul > li.level3items > a:before {
2834
+ font-weight: normal;
2835
+ color: #0066c0;
2836
+ }
2837
+
2838
+
2839
+ li.folderTitle.current.open > a.subfoldersTitle {
2840
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
2841
+ color: black;
2842
+ }
2843
+
2844
+ .docs .relatedResources {
1891
2845
  font-size: 13px;
1892
2846
  color: black;
1893
2847
  margin: 10px 0px;
1894
2848
  }
1895
- .productTitle {
2849
+ .docs .productTitle {
1896
2850
  font-size: 18px;
1897
- font-weight: bold;
2851
+ font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
1898
2852
  color: #333333;
1899
2853
  display: block;
1900
2854
  margin-right: 8px;
1901
2855
  }
1902
- hr.resourceSeparator {
2856
+ .docs hr.resourceSeparator {
1903
2857
  display: block;
1904
2858
  margin-top: 1.7em;
1905
2859
  margin-bottom: 1.7em;
@@ -1910,7 +2864,7 @@ hr.resourceSeparator {
1910
2864
  color: black;
1911
2865
  max-width: 80%;
1912
2866
  }
1913
- .docnav li a {
2867
+ .docs .docnav li a {
1914
2868
  line-height: 18px;
1915
2869
  display: table;
1916
2870
  white-space: pre-wrap;
@@ -1926,10 +2880,10 @@ hr.resourceSeparator {
1926
2880
  text-indent: -20px;
1927
2881
  }
1928
2882
  @media (max-width: 600px) {
1929
- .docnav li a {
2883
+ .docs .docnav li a {
1930
2884
  max-width: 180px;
1931
2885
  }
1932
- .githubButton {
2886
+ .docs .githubButton {
1933
2887
  display: none;
1934
2888
  }
1935
2889
  }
@@ -1939,6 +2893,13 @@ hr.resourceSeparator {
1939
2893
  }
1940
2894
  }
1941
2895
 
1942
- ul#docnavsidebar li a:focus {
1943
- text-decoration: none;
2896
+ /* breadcrumbs */
2897
+
2898
+ .breadcrumbDivider {
2899
+ padding: 0px 8px;
2900
+ }
2901
+
2902
+ .docs ol.breadcrumb li {
2903
+ color: #666;
2904
+
1944
2905
  }