bbdocsmaterialize 0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2b78a7603dd1d0e3ba47426863e16542826a478af306e356616c32eafc0e085d
4
+ data.tar.gz: c55f298fe7c0a8a83f6755348f5e3f9045a3313f92a2eb2294aad8d541958c90
5
+ SHA512:
6
+ metadata.gz: '079a7825538ed209179eecf601816ec2017538929af36c35cedf5bdd07262d0d8f841ccca3e4430040f92ed5477cfac6797945e99e4c080d0fa98d5c91044053'
7
+ data.tar.gz: a27112ee65365ef2209b99ddfb384c8c415e74a298fecacbd5f6963048c9cf83274b7c568f998df09c88fa3a921f9faa9a7552d2ad88bb3e65eb6e3efb1ce3de
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 daveyherrera
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,52 @@
1
+ # bbdocsMaterialize
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "bbdocsMaterialize"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: bbdocsMaterialize
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install bbdocsMaterialize
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `bbdocsMaterialize.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
File without changes
@@ -0,0 +1,41 @@
1
+ <div class="clearfix"></div>
2
+ <footer class="page-footer">
3
+ <div class="container">
4
+ <div class="row">
5
+ <div class="col l6 s12">
6
+ <h5 class="white-text">Blackboard dev docs</h5>
7
+ <p class="grey-text text-lighten-4">We have created this site as a repository for guides, documentation and more for our Blackboard developer
8
+ community. Please feel free to reach us out at developers@blackboard.com if you have any questions. Happy Coding!</p>
9
+ <h5 class="white-text">Community</h5>
10
+ <ul>
11
+ <li><a class="grey-text text-lighten-3" target="_blank" href="https://community.blackboard.com/home">Be a part of our Community!</a></li>
12
+ <li><a class="grey-text text-lighten-3" href="/partners/become-a-partner">Become an official Blackboard partner!</a></li>
13
+ <li><a class="grey-text text-lighten-3" href="#">Get involved in the community!</a></li>
14
+ </ul>
15
+ </div>
16
+ <div class="col l4 offset-l2 s12">
17
+ <h5 class="white-text">Quick APIs access</h5>
18
+ <ul>
19
+ <li><a class="grey-text text-lighten-3" target="_blank" href="/learn/rest/api">Blackboard Learn API</a></li>
20
+ <li><a class="grey-text text-lighten-3" target="_blank" href="/collaborate/api">Blackboard Collaborate API</a></li>
21
+ <li><a class="grey-text text-lighten-3" target="_blank" href="/ally/api">Blackboard Ally API</a></li>
22
+ </ul>
23
+ </div>
24
+ <div class="col l4 offset-l2 s12">
25
+ <h5 class="white-text">REST Terms and conditions</h5>
26
+ <ul>
27
+ <li><a class="grey-text text-lighten-3" target="_self" href="/legal/deprecation-policy">Deprecation Policy</a></li>
28
+ <li><a class="grey-text text-lighten-3" target="_self" href="/legal/terms-and-conditions">Terms and Conditions</a></li>
29
+ </ul>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ <div class="footer-copyright">
34
+ <div class="container">
35
+ © 2020 Blackboard, Inc
36
+ <a class="grey-text text-lighten-4 right" target="_blank" href="https://www.blackboard.com">Blackboard.com</a>
37
+ </div>
38
+ </div>
39
+ </footer>
40
+ </body>
41
+ </html>
@@ -0,0 +1,85 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <!-- Global site tag (gtag.js) - Google Analytics -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-173992978-1"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'UA-173992978-1');
12
+ </script>
13
+ <title>{{ page.title }}</title>
14
+
15
+ <!-- Search -->
16
+
17
+ {% if page.tipue_search_active or layout.tipue_search_active %}
18
+ <link rel="stylesheet" href="{{ "/assets/tipuesearch/css/normalize.css" | relative_url }}">
19
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
20
+ <script src="{{ "/assets/tipuesearch/tipuesearch_content.js" | relative_url }}"></script>
21
+ <link rel="stylesheet" href="{{ "/assets/tipuesearch/css/tipuesearch.css" | relative_url }}">
22
+ <script src="{{ "/assets/tipuesearch/tipuesearch_set.js" | relative_url }}"></script>
23
+ <script src="{{ "/assets/tipuesearch/tipuesearch.min.js" | relative_url }}"></script>
24
+ {% else %}
25
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
26
+ {% endif %}
27
+
28
+ <meta name="description" content="">
29
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
30
+ rel="stylesheet">
31
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
32
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
33
+ <link rel="shortcut icon" href="/assets/img/favicon-96x96.png">
34
+ <!-- CSS and fonts -->
35
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
36
+ <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
37
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
38
+ <link href="/assets/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
39
+ <!-- JS -->
40
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
41
+ <script type="text/javascript" src="/assets/js/accordion-menu.js"></script>
42
+ <script type="text/javascript" src="/assets/js/toc.js"></script>
43
+ <script>
44
+ var pageCategory = "#{{ page.id }}";
45
+ $(document).ready(function () {
46
+ new AccordionMenu('.col-menu');
47
+ var mainContent = $("#maincontent");
48
+ var mainHeight = mainContent.height();
49
+ mainHeight += 250;
50
+ $( ".menu" ).css( "min-height", mainHeight + "px" );
51
+ $( document ).find( "h2" ).css( "border-left-color", "#A234B5" );
52
+
53
+
54
+ $( "h2,h3" ).addClass( "section scrollspy" );
55
+ $('.scrollspy').scrollSpy();
56
+
57
+ var pageTocStatus = "{{ page.toc }}";
58
+
59
+ if (pageTocStatus == "false") {
60
+ $( "#maincontent" ).css( "width", "80%" );
61
+ }
62
+
63
+ $('.sidenav').sidenav();
64
+ $('.collapsible').collapsible();
65
+ $('.collapsible').collapsible('open', pageCategory);
66
+
67
+ if( $( "li" ).find( pageCategory ) ){
68
+ $(pageCategory).addClass("open");
69
+ $("li" + pageCategory ).css("display","block");
70
+ $( "li" + pageCategory ).parentsUntil(".col-menu").css( "height","auto" );
71
+ $(pageCategory).parentsUntil(".col-menu").addClass("open");
72
+ $( pageCategory ).find( "a" ).css( "border-left-color", "#A234B5" );
73
+ $( pageCategory ).find( "a" ).css( "maincontentborder-left-style", "solid" );
74
+ $( pageCategory ).find( "a" ).css( "border-left-width", "6px" );
75
+ }
76
+ });
77
+ </script>
78
+ </head>
79
+ <body>
80
+
81
+ <header>
82
+ <img id="bblogoheader" src="/assets/img/bb_logo.png" alt="Blackboard Logo">
83
+ <span id="dev-docs-span-text">Dev Docs</span>
84
+ <a href="/search"><i class="material-icons">search</i></a>
85
+ </header>
File without changes
@@ -0,0 +1,65 @@
1
+ <!--- New menu -->
2
+ <div class="menu">
3
+ <div class="accordion-menu col-menu">
4
+ <ul>
5
+ <li class="first-level" id="home" ><a href="/"><i class="material-icons">home</i>Home</a>
6
+ {% for main in site.data.menu %}
7
+ <li class="first-level" id="{{ main.id }}" ><a href="#"><i class="material-icons">{{ main.main_item_icon }}</i>{{ main.main_item }}</a>
8
+ <ul>
9
+ {% if main.type == "menu" %}
10
+ {% for maincontent in main.sub_item %}
11
+ <li class="second-level" id="{{ maincontent.id }}" ><a href="{{ maincontent.submenu_url }}">{{ maincontent.submenu_item }}</a>
12
+ <ul>
13
+ {% for items in maincontent.subsubmenu %}
14
+ <li class="third-level" id="{{ items.id }}"><a href="{{ items.subsubmenu_url }}">{{ items.subsubmenu_item }}</a>
15
+ <ul>
16
+ {% for fourthlevelitem in items.subsubmenu_content %}
17
+ <li class="content" id="{{ fourthlevelitem.id }}"><a href="{{ fourthlevelitem.subsubmenu_content_url }}" target="{{ fourthlevelitem.target }}" >{{ fourthlevelitem.subsubmenu_content_name: }}</a></li>
18
+ {% endfor %}
19
+ </ul>
20
+ </li>
21
+ {% endfor %}
22
+ </ul>
23
+ </li>
24
+ {% endfor %}
25
+ {% else %}
26
+ {% for maincontent in main.sub_item %}
27
+ <li class="content" id="{{ maincontent.id }}" ><a href="{{ maincontent.submenu_url }}">{{ maincontent.submenu_item }}</a></li>
28
+ {% endfor %}
29
+ {% endif%}
30
+ </ul>
31
+ {% endfor %}
32
+ </ul>
33
+ </div>
34
+ </div>
35
+ <div id="body_before_container">
36
+ {% if page.status == "deprecated" %}
37
+ <div class="deprecatedPage">
38
+ <div class="valign-wrapper">
39
+ <i class="medium material-icons">warning</i>
40
+ <p>This page is deprecated</p>
41
+ </div>
42
+ </div>
43
+ {% elsif page.status == "draft" %}
44
+ <div class="draftPage">
45
+ <div class="valign-wrapper">
46
+ <i class="medium material-icons">announcement</i>
47
+ <p>This page is a Draft, its content may change </p>
48
+ </div>
49
+ </div>
50
+ {% endif %}
51
+ <main id="maincontent">
52
+ {{ content }}
53
+ </main>
54
+ <div id="third-column-menu">
55
+ <div class="col hide-on-small-only m3 l2">
56
+ <ul class="section table-of-contents">
57
+ <div id="table-of-contents">
58
+ <div id="table-of-contents">
59
+ {{ content | toc_only }}
60
+ </div>
61
+ </div>
62
+ </ul>
63
+ </div>
64
+ </div>
65
+ </div>
@@ -0,0 +1,9 @@
1
+ <div class="searchWindow">
2
+ <div class="searchTitle">
3
+ <h1>Search</h1>
4
+ <i class="material-icons">close</i>
5
+ </div>
6
+ <div class="clearfix"></div>
7
+ <input id="search" placeholder="Search">
8
+ <i class="material-icons">search</i>
9
+ </div>
Binary file
File without changes
@@ -0,0 +1,3 @@
1
+ {% include header.html %}
2
+ {% include post.html %}
3
+ {% include footer.html %}
Binary file
@@ -0,0 +1,633 @@
1
+ body{
2
+ font-family: 'Open Sans', sans-serif;
3
+ font-family: 'Source Sans Pro', sans-serif;
4
+ margin: 0px;
5
+ font-size: 16px;
6
+ }
7
+
8
+ code{
9
+ padding: 5px;
10
+ margin-top: 10px;
11
+ margin-bottom: 10px;
12
+ margin-left: 10px;
13
+ font-size: 14px;
14
+ }
15
+
16
+ iframe{
17
+ width: 100%;
18
+ height: 800px;
19
+ border-color: white;
20
+ border-width: 0px;
21
+ }
22
+
23
+ code{
24
+ word-break: break-all !important;
25
+ display: inline-block !important;
26
+ max-width: 100%;
27
+ white-space: pre-wrap;
28
+ }
29
+
30
+ table{
31
+ margin-top: 10px;
32
+ margin-bottom: 10px;
33
+ }
34
+
35
+ .code-text-to-normal{
36
+ white-space: normal !important;
37
+ }
38
+
39
+ main p{
40
+ text-align: justify;
41
+ }
42
+
43
+ .embed-video{
44
+ height: 400px !important;
45
+ }
46
+ .sidenav li.active {
47
+ background-color: #bf69bf;
48
+ }
49
+
50
+ main ul{
51
+ padding-left: 40px !important ;
52
+ }
53
+
54
+ main img{
55
+ max-width: 90% ;
56
+ margin: 1% 0% 1% 5%;
57
+ }
58
+
59
+ main li{
60
+ list-style: disc !important;
61
+ list-style-type: disc !important;
62
+ }
63
+
64
+ ul:not(.browser-default)>li {
65
+ list-style-type: disc !important;
66
+ }
67
+ strong{
68
+ font-weight: bold;
69
+ }
70
+
71
+ /* HEADER */
72
+
73
+ header{
74
+ background-color: #262626 ;
75
+ height: 60px;
76
+ width: 100%;
77
+ position: fixed;
78
+ z-index: 1;
79
+ }
80
+
81
+ #bblogoheader{
82
+ height: 20x;
83
+ margin: 22px 0px 0px 30px;
84
+ }
85
+
86
+ #dev-docs-span-text{
87
+ font-weight: 600;
88
+ font-size: 18px;
89
+ color: white;
90
+ margin-left: 5px;
91
+ }
92
+
93
+ header i{
94
+ color: white;
95
+ float: right;
96
+ margin: 16px 33px 0px 0px;
97
+ }
98
+
99
+ /* MENU */
100
+
101
+ .menu{
102
+ float: left;
103
+ background-color: #F8F8F8;
104
+ padding-top: 75px;
105
+ padding-bottom: 75px;
106
+ }
107
+
108
+ .col-menu{
109
+ width: 290px;
110
+ }
111
+
112
+ .accordion-menu ul {
113
+ list-style: none;
114
+ margin: 0;
115
+ padding: 0;
116
+ }
117
+ .accordion-menu li.open > ul {
118
+ display: block;
119
+ }
120
+ .accordion-menu li > ul {
121
+ /* position: absolute; */
122
+ display: none;
123
+ height: 0;
124
+ overflow: hidden;
125
+ transition: height 350ms ease-in-out;
126
+ /*margin-left: 25px;*/
127
+ }
128
+ .accordion-menu ul.is-visible {
129
+ display: block;
130
+ /* height: auto; */
131
+ }
132
+ .accordion-menu li {
133
+ /*border-bottom: 1px solid rgba(194, 194, 194, 0.333); */
134
+ position: relative;
135
+ overflow: hidden;
136
+ transition: all .4s ease;
137
+ color: black;
138
+ }
139
+ .accordion-menu li:last-child {
140
+ border: none;
141
+ }
142
+ .accordion-menu li::after {
143
+ content: "";
144
+ display: block;
145
+ clear: both;
146
+ }
147
+ /*
148
+ .accordion-menu li > a > svg {
149
+ display: block;
150
+ position: relative;
151
+ fill: rgb(48, 48, 48);
152
+ width: 10px;
153
+ float: right;
154
+ transition: all .3s ease;
155
+ margin-top: 17px;
156
+ }
157
+ .accordion-menu li.open > a > svg {
158
+ transform: rotate(90deg);
159
+ }
160
+ */
161
+ .accordion-menu a {
162
+ padding: 7px 20px;
163
+ display: flex;
164
+ flex-direction: row;
165
+ /* justify-content: space-between;*/
166
+ align-items: center;
167
+ text-decoration: none;
168
+ color: black;
169
+ }
170
+ .accordion-menu * {
171
+ box-sizing: border-box;
172
+ }
173
+
174
+ .first-level{
175
+ font-weight: 500;
176
+ font-size: 17px;
177
+ line-height: 30px;
178
+ }
179
+
180
+ .second-level{
181
+ font-weight: 500;
182
+ font-size: 16px;
183
+ line-height: 24px;
184
+ margin-left: 40px;
185
+ }
186
+
187
+ .third-level{
188
+ font-weight: 500;
189
+ font-size: 14px;
190
+ line-height: 21px;
191
+ margin-left: 20px;
192
+ }
193
+
194
+ .content{
195
+ font-weight: 300;
196
+ font-size: 14px;
197
+ line-height: 21px;
198
+ margin-left: 20px;
199
+ background-color: rgb(255, 255, 255);
200
+ }
201
+ .content a{
202
+ border-left-color: #CDCDCD;
203
+ border-left-style: solid;
204
+ border-left-width: 6px;
205
+ }
206
+
207
+ svg{
208
+ display: none;
209
+ }
210
+
211
+ .menu i{
212
+ margin-right: 15px;
213
+ }
214
+
215
+ /* BODY */
216
+
217
+ main{
218
+ padding-top: 60px;
219
+ display: block;
220
+ width: 66%;
221
+ float: left;
222
+ padding-left: 40px;
223
+ }
224
+
225
+ h1, h2, h3, h4, h5, h6 {
226
+ margin: 0px;
227
+ }
228
+
229
+ h1{
230
+ font-size: 42px;
231
+ margin-bottom: 50px;
232
+ line-height: 45px;
233
+ font-weight: 400;
234
+ }
235
+
236
+ h2{
237
+ font-size: 30px;
238
+ margin-bottom: 30px;
239
+ margin-top:30px;
240
+ line-height: 36px;
241
+ font-weight: 400;
242
+ }
243
+
244
+ h3,h4,h5,h6{
245
+ font-size: 24px;
246
+ margin-top: 12px;
247
+ margin-bottom: 12px;
248
+ line-height: 36px;
249
+ font-weight: 400;
250
+ }
251
+
252
+ #third-column-menu{
253
+ float: right;
254
+ display: block;
255
+ margin-right: 101px;
256
+ margin-top: 4%;
257
+ }
258
+
259
+ #third-column-menu li{
260
+ list-style: none !important;
261
+ list-style-type: none !important;
262
+ }
263
+
264
+ #body_before_container{
265
+ background-color: white;
266
+ border: 0px;
267
+ padding: 30px 0px 0px 0px;
268
+ margin: 0px;
269
+ }
270
+
271
+ .home_welcome_rows{
272
+ text-align: justify;
273
+ }
274
+ .home_welcome_rows_icons{
275
+ text-align: center;
276
+ }
277
+
278
+ .page-footer{
279
+ background-color: #000000;
280
+ }
281
+ .page-footer a:hover{
282
+ color: #bb72bb !important;
283
+ }
284
+
285
+
286
+
287
+ /* ---- ROUGIFY STYLES ---- */
288
+
289
+
290
+ .highlight table td { padding: 5px; }
291
+ .highlight table pre { margin: 0; }
292
+
293
+ .highlight {
294
+ color: #faf6e4;
295
+ background-color: #212529;
296
+ margin-top: 15px;
297
+ margin-bottom: 15px;
298
+ }
299
+ .highlight .gl {
300
+ color: #dee5e7;
301
+ background-color: #4e5d62;
302
+ }
303
+ .highlight .gp {
304
+ color: #a8e1fe;
305
+ font-weight: bold;
306
+ }
307
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
308
+ color: #6c8b9f;
309
+ font-style: italic;
310
+ }
311
+ .highlight .cp {
312
+ color: #b2fd6d;
313
+ font-weight: bold;
314
+ }
315
+ .highlight .err {
316
+ color: #fefeec;
317
+ }
318
+ .highlight .gr {
319
+ color: #cc0000;
320
+ font-weight: bold;
321
+ font-style: italic;
322
+ }
323
+ .highlight .k, .highlight .kd, .highlight .kv {
324
+ color: #f6dd62;
325
+ font-weight: bold;
326
+ }
327
+ .highlight .o, .highlight .ow {
328
+ color: #4df4ff;
329
+ font-weight: bold;
330
+ }
331
+ .highlight .p, .highlight .pi {
332
+ color: #4df4ff;
333
+ }
334
+ .highlight .gd {
335
+ color: #cc0000;
336
+ }
337
+ .highlight .gi {
338
+ color: #b2fd6d;
339
+ }
340
+ .highlight .ge {
341
+ font-style: italic;
342
+ }
343
+ .highlight .gs {
344
+ font-weight: bold;
345
+ }
346
+ .highlight .gt {
347
+ color: #dee5e7;
348
+ background-color: #4e5d62;
349
+ }
350
+ .highlight .kc {
351
+ color: #f696db;
352
+ font-weight: bold;
353
+ }
354
+ .highlight .kn {
355
+ color: #ffb000;
356
+ font-weight: bold;
357
+ }
358
+ .highlight .kp {
359
+ color: #ffb000;
360
+ font-weight: bold;
361
+ }
362
+ .highlight .kr {
363
+ color: #ffb000;
364
+ font-weight: bold;
365
+ }
366
+ .highlight .gh {
367
+ color: #ffb000;
368
+ font-weight: bold;
369
+ }
370
+ .highlight .gu {
371
+ color: #ffb000;
372
+ font-weight: bold;
373
+ }
374
+ .highlight .kt {
375
+ color: #b2fd6d;
376
+ font-weight: bold;
377
+ }
378
+ .highlight .no {
379
+ color: #b2fd6d;
380
+ font-weight: bold;
381
+ }
382
+ .highlight .nc {
383
+ color: #b2fd6d;
384
+ font-weight: bold;
385
+ }
386
+ .highlight .nd {
387
+ color: #b2fd6d;
388
+ font-weight: bold;
389
+ }
390
+ .highlight .nn {
391
+ color: #b2fd6d;
392
+ font-weight: bold;
393
+ }
394
+ .highlight .bp {
395
+ color: #b2fd6d;
396
+ font-weight: bold;
397
+ }
398
+ .highlight .ne {
399
+ color: #b2fd6d;
400
+ font-weight: bold;
401
+ }
402
+ .highlight .nl {
403
+ color: #ffb000;
404
+ font-weight: bold;
405
+ }
406
+ .highlight .nt {
407
+ color: #ffb000;
408
+ font-weight: bold;
409
+ }
410
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
411
+ color: #f696db;
412
+ font-weight: bold;
413
+ }
414
+ .highlight .ld {
415
+ color: #f696db;
416
+ font-weight: bold;
417
+ }
418
+ .highlight .ss {
419
+ color: #f696db;
420
+ font-weight: bold;
421
+ }
422
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
423
+ color: #fff0a6;
424
+ /* font-weight: bold; */
425
+ }
426
+ .highlight .se {
427
+ color: #4df4ff;
428
+ font-weight: bold;
429
+ }
430
+ .highlight .sc {
431
+ color: #4df4ff;
432
+ font-weight: bold;
433
+ }
434
+ .highlight .si {
435
+ color: #4df4ff;
436
+ /*font-weight: bold;*/
437
+ }
438
+ .highlight .nb {
439
+ font-weight: bold;
440
+ }
441
+ .highlight .ni {
442
+ color: #999999;
443
+ font-weight: bold;
444
+ }
445
+ .highlight .w {
446
+ color: #BBBBBB;
447
+ }
448
+ .highlight .go {
449
+ color: #BBBBBB;
450
+ }
451
+ .highlight .nf, .highlight .fm {
452
+ color: #a8e1fe;
453
+ }
454
+ .highlight .py {
455
+ color: #a8e1fe;
456
+ }
457
+ .highlight .na {
458
+ color: #a8e1fe;
459
+ }
460
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
461
+ color: #a8e1fe;
462
+ font-weight: bold;
463
+ }
464
+
465
+ /* end of code snipped highlighter */
466
+
467
+ footer h5{
468
+ margin-top: 10px;
469
+ margin-bottom: 10px;
470
+ }
471
+
472
+ .clearfix::after {
473
+ content: "";
474
+ clear: both;
475
+ display: block;
476
+ }
477
+
478
+ .table-of-contents a {
479
+ border-left-color: rgb(205, 205, 205);
480
+ border-left-style: solid;
481
+ border-left-width: thick;
482
+ }
483
+
484
+ .table-of-contents a:hover {
485
+ border-left-color: #a234b5 !important;
486
+ border-left-style: solid;
487
+ border-left-width: thick;
488
+ }
489
+
490
+ .table-of-contents{
491
+ position: fixed;
492
+ right: 50px;
493
+ }
494
+
495
+ /* TABLE OF CONTENTS */
496
+
497
+ #third-column-menu ul:not(.browser-default) {
498
+ padding-left: 0;
499
+ width: 150px;
500
+ list-style-type: none;
501
+ }
502
+
503
+ #table-of-contents{
504
+ word-break: break-word;
505
+ }
506
+
507
+ .table-of-contents a.active {
508
+ font-weight: 500;
509
+ padding-left: 14px;
510
+ border-left: 2px solid #a234b5;
511
+ }
512
+
513
+ /* Search box */
514
+
515
+ /* The overlay effect with black background */
516
+ .overlay {
517
+ height: 100%;
518
+ width: 100%;
519
+ display: none;
520
+ position: fixed;
521
+ z-index: 1;
522
+ top: 0;
523
+ left: 0;
524
+ background-color: rgb(0,0,0);
525
+ background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
526
+ }
527
+
528
+ /* The content */
529
+ .overlay-content {
530
+ position: relative;
531
+ top: 46%;
532
+ width: 80%;
533
+ text-align: center;
534
+ margin-top: 30px;
535
+ margin: auto;
536
+ }
537
+
538
+ /* Close button */
539
+ .overlay .closebtn {
540
+ position: absolute;
541
+ top: 20px;
542
+ right: 45px;
543
+ font-size: 60px;
544
+ cursor: pointer;
545
+ color: white;
546
+ }
547
+
548
+ .overlay .closebtn:hover {
549
+ color: #ccc;
550
+ }
551
+
552
+ /* Style the search field */
553
+ .overlay input[type=text] {
554
+ padding: 15px;
555
+ font-size: 17px;
556
+ border: none;
557
+ float: left;
558
+ width: 80%;
559
+ background: white;
560
+ }
561
+
562
+ .overlay input[type=text]:hover {
563
+ background: #f1f1f1;
564
+ }
565
+
566
+ /* Style the submit button */
567
+ .overlay button {
568
+ float: left;
569
+ width: 20%;
570
+ padding: 15px;
571
+ background: #ddd;
572
+ font-size: 17px;
573
+ border: none;
574
+ cursor: pointer;
575
+ }
576
+
577
+ .overlay button:hover {
578
+ background: #bbb;
579
+ }
580
+
581
+ /* STATUS IN PAGES */
582
+
583
+ .deprecatedPage {
584
+ height: 80px;
585
+ margin-top: 30px;
586
+ background-color: #b53434;
587
+ color: white;
588
+ padding-left: 50%;
589
+ padding-top: 0px;
590
+ font-size: 24px;
591
+ }
592
+
593
+ .draftPage {
594
+ height: 80px;
595
+ margin-top: 30px;
596
+ background-color: #b59f34;
597
+ color: white;
598
+ padding-left: 46%;
599
+ padding-top: 0px;
600
+ font-size: 24px;
601
+ }
602
+
603
+ /* SEARCH */
604
+
605
+ .tipue_search_right input{
606
+ height: 1rem !important;
607
+ }
608
+
609
+ #tipue_search_content nav{
610
+ background-color: #f8f8f8 !important;
611
+ }
612
+
613
+ #tipue_search_content{
614
+ padding-bottom: 50px;
615
+ }
616
+
617
+
618
+
619
+ /* MOBILE */
620
+
621
+ @media only screen and (width : 1499px) {
622
+
623
+ #main{
624
+ width: 60%;
625
+ }
626
+
627
+ }
628
+
629
+ @media only screen and (min-width: 993px){
630
+ .container {
631
+
632
+ }
633
+ }