|
14 | 14 | <link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/prettify.css" type="text/css" />
|
15 | 15 | <script src="{{ site.baseurl }}/resources/javascript/prettify/prettify.js" type="text/javascript" ></script>
|
16 | 16 |
|
17 |
| - <!-- search CSS --> |
18 |
| - <link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/search.css" type="text/css" /> |
19 |
| - |
20 | 17 | <!-- jquery js -->
|
21 | 18 | <script src="{{ site.baseurl }}/resources/javascript/jquery.js" type="text/javascript" ></script>
|
22 | 19 |
|
|
25 | 22 | <script src="{{ site.baseurl }}/resources/javascript/bootstrap-dropdown.js" type="text/javascript" ></script>
|
26 | 23 | <script src="{{ site.baseurl }}/resources/javascript/bootstrap-dropdown-app.js" type="text/javascript" ></script>
|
27 | 24 |
|
28 |
| - <!-- You may want to change the paths below, according to your own CSS and JavaScript setup --> |
29 |
| - <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/resources/stylesheets/frontpage.css" /> |
30 |
| - <script type="text/javascript" src="{{ site.baseurl }}/resources/javascript/jquery.js"></script> |
31 |
| - <script type="text/javascript" src="{{ site.baseurl }}/resources/javascript/jquery.easing.js"></script> |
32 |
| - <script type="text/javascript" src="{{ site.baseurl }}/resources/javascript/jquery.accordionza.js"></script> |
33 |
| - <script src="{{ site.baseurl }}/resources/javascript/frontpage.js" type="text/javascript" ></script> |
34 |
| - |
35 |
| - <!-- table of contents js --> |
36 |
| - <script src="{{ site.baseurl }}/resources/javascript/toc.js" type="text/javascript" ></script> |
| 25 | + <!-- Base stylesheet for all pages --> |
| 26 | + <link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/base.css" type="text/css" /> |
37 | 27 |
|
38 | 28 | <!-- prettyprint js to prepend generated pre/code tags -->
|
39 | 29 | <script type="text/javascript">
|
|
55 | 45 | if (a) { prettyPrint() }
|
56 | 46 | }
|
57 | 47 | </script>
|
| 48 | + |
| 49 | + <script type="text/javascript"> |
| 50 | + jQuery(document).ready(function($) { |
| 51 | + |
| 52 | + var offset = $(".push").height() + $(".scrollingmenu").height() + 36; |
| 53 | + if ( offset + $('.bottom').height() < $(window).height() ) { |
| 54 | + var height = $(window).height() - offset; |
| 55 | + $('.bottom').css("height", height); |
| 56 | + } |
| 57 | + |
| 58 | + }); |
| 59 | + </script> |
| 60 | + |
58 | 61 |
|
59 | 62 | <style type="text/css">
|
60 |
| - html, body { |
| 63 | + |
| 64 | + body { |
61 | 65 | padding-top: 36px;
|
62 | 66 | height: 100%;
|
63 | 67 | background:url({{ site.baseurl }}/resources/images/bg-short.jpg) no-repeat top center #310808;
|
64 | 68 | -webkit-box-shadow: inset 0 10px 50px rgba(0,0,0,.6);
|
65 | 69 | -moz-box-shadow: inset 0 10px 50px rgba(0,0,0,.6);
|
66 | 70 | /* box-shadow: inset 0 10px 30px rgba(0,0,0,.3);*/
|
67 | 71 | }
|
| 72 | + |
68 | 73 | .scrollingmenu {
|
69 | 74 | width: 940px;
|
70 | 75 | margin-left: auto;
|
|
79 | 84 | line-height: 1;
|
80 | 85 | text-shadow: 0 1px 2px rgba(0,0,0,.5);
|
81 | 86 | }
|
82 |
| - .container { |
83 |
| - min-height: 100%; |
84 |
| - } |
| 87 | + |
85 | 88 | .bottom {
|
86 |
| - min-height: 100%; |
87 | 89 | background-color: #bcbcbc;
|
88 | 90 | padding-top: 20px;
|
89 | 91 | border-top: 1px solid #8e397d;
|
|
228 | 230 | color: #aaaaaa;
|
229 | 231 | }
|
230 | 232 |
|
231 |
| - .page-header-index{margin-bottom:17px;border-bottom:1px solid #808080;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);} |
232 |
| - |
233 |
| - input, textarea, select, .uneditable-input { |
234 |
| - width: 165px; |
235 |
| - } |
| 233 | + .page-header-index{ |
| 234 | + margin-bottom:17px; |
| 235 | + border-bottom:1px solid #808080; |
| 236 | + -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5); |
| 237 | + -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5); |
| 238 | + box-shadow:0 1px 0 rgba(255, 255, 255, 0.5); |
| 239 | + } |
236 | 240 |
|
237 | 241 | </style>
|
238 | 242 |
|
|
0 commit comments