jekyll-theme-hydejack 6.6.1 → 7.0.0.pre.beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +617 -17
  3. data/README.md +18 -11
  4. data/_includes/about.html +3 -2
  5. data/_includes/author.html +18 -11
  6. data/_includes/avatar-tag.html +4 -0
  7. data/_includes/body.html +21 -31
  8. data/_includes/body/menu.html +11 -0
  9. data/_includes/body/scripts.html +18 -0
  10. data/_includes/comments.html +6 -4
  11. data/_includes/footer.html +3 -5
  12. data/_includes/head.html +4 -142
  13. data/_includes/head/links.html +25 -0
  14. data/_includes/head/meta.html +30 -0
  15. data/_includes/head/scripts.html +44 -0
  16. data/_includes/head/seo-fallback.html +13 -0
  17. data/_includes/head/seo-tag.html +4 -0
  18. data/_includes/head/styles.html +24 -0
  19. data/_includes/header.txt +1 -1
  20. data/_includes/link.html +9 -2
  21. data/_includes/message.html +12 -7
  22. data/_includes/my-scripts.html +14 -5
  23. data/_includes/nav.html +20 -13
  24. data/_includes/page-style.html +33 -3
  25. data/_includes/pagination.html +8 -12
  26. data/_includes/post-list-item.html +4 -6
  27. data/_includes/post.html +20 -13
  28. data/_includes/related-posts.html +23 -0
  29. data/_includes/scripts/load-disqus.js +1 -2
  30. data/_includes/scripts/load-disqus.min.js +1 -1
  31. data/_includes/scripts/load-js-deferred.js +47 -43
  32. data/_includes/scripts/load-js-deferred.min.js +1 -1
  33. data/_includes/sidebar.html +25 -14
  34. data/_includes/social-list-item.html +1 -1
  35. data/_includes/social.html +16 -10
  36. data/_includes/srcset-img.html +5 -5
  37. data/_includes/styles/inline.scss +31 -33
  38. data/_includes/styles/style.scss +69 -55
  39. data/_includes/tag-list.html +1 -1
  40. data/_includes/templates.html +32 -0
  41. data/_layouts/about.html +10 -3
  42. data/_layouts/base.html +17 -10
  43. data/_layouts/compress.html +3 -11
  44. data/_layouts/default.html +7 -5
  45. data/_layouts/home.html +7 -5
  46. data/_layouts/list.html +10 -4
  47. data/_layouts/not-found.html +14 -5
  48. data/_layouts/page.html +1 -1
  49. data/_layouts/post.html +12 -2
  50. data/_layouts/redirect.html +1 -1
  51. data/_sass/_mixins.scss +9 -3
  52. data/_sass/_reboot-mod.scss +286 -0
  53. data/_sass/_spinner.scss +23 -80
  54. data/_sass/_syntax.scss +1 -1
  55. data/_sass/_variables.scss +9 -11
  56. data/_sass/hydejack/__inline/_avatar.scss +27 -0
  57. data/_sass/hydejack/__inline/_base.scss +99 -0
  58. data/_sass/hydejack/__inline/_break-layout.scss +12 -0
  59. data/_sass/hydejack/__inline/_content.scss +43 -0
  60. data/_sass/hydejack/__inline/_footer.scss +12 -0
  61. data/_sass/hydejack/__inline/_katex.scss +12 -0
  62. data/_sass/hydejack/__inline/_mark-external.scss +36 -0
  63. data/_sass/hydejack/__inline/_menu.scss +50 -0
  64. data/_sass/hydejack/__inline/_sidebar.scss +129 -0
  65. data/_sass/hydejack/__inline/_social.scss +42 -0
  66. data/_sass/hydejack/__link/_avatar.scss +17 -0
  67. data/_sass/hydejack/__link/_base.scss +93 -0
  68. data/_sass/hydejack/__link/_break-layout.scss +69 -0
  69. data/_sass/hydejack/__link/_content.scss +12 -0
  70. data/_sass/hydejack/__link/_footer.scss +26 -0
  71. data/_sass/hydejack/__link/_katex.scss +45 -0
  72. data/_sass/hydejack/__link/_mark-external.scss +36 -0
  73. data/_sass/hydejack/__link/_menu.scss +37 -0
  74. data/_sass/hydejack/__link/_sidebar.scss +156 -0
  75. data/_sass/hydejack/__link/_social.scss +12 -0
  76. data/_sass/hydejack/_avatar.pre.scss +18 -0
  77. data/_sass/hydejack/_base.pre.scss +133 -0
  78. data/_sass/hydejack/_break-layout.pre.scss +58 -0
  79. data/_sass/hydejack/{_content-inline.scss → _content.pre.scss} +5 -5
  80. data/_sass/hydejack/{_footer-inline.scss → _footer.pre.scss} +2 -5
  81. data/_sass/hydejack/{_katex.scss → _katex.pre.scss} +6 -3
  82. data/_sass/hydejack/_mark-external.pre.scss +25 -0
  83. data/_sass/hydejack/_menu.pre.scss +53 -0
  84. data/_sass/hydejack/_sidebar.pre.scss +188 -0
  85. data/_sass/hydejack/{_social-inline.scss → _social.pre.scss} +6 -11
  86. data/_sass/pooleparty/{_base-inline.scss → __inline/_base.scss} +15 -17
  87. data/_sass/pooleparty/__inline/_code.scss +17 -0
  88. data/_sass/pooleparty/__inline/_footer.scss +12 -0
  89. data/_sass/pooleparty/__inline/_footnotes.scss +16 -0
  90. data/_sass/pooleparty/__inline/_message.scss +26 -0
  91. data/_sass/pooleparty/__inline/_pagination.scss +17 -0
  92. data/_sass/pooleparty/__inline/_posts.scss +41 -0
  93. data/_sass/pooleparty/__inline/_related.scss +25 -0
  94. data/_sass/pooleparty/__inline/_table.scss +39 -0
  95. data/_sass/pooleparty/__inline/_type.scss +83 -0
  96. data/_sass/pooleparty/__link/_base.scss +26 -0
  97. data/_sass/pooleparty/__link/_code.scss +54 -0
  98. data/_sass/pooleparty/__link/_footer.scss +12 -0
  99. data/_sass/pooleparty/__link/_footnotes.scss +57 -0
  100. data/_sass/pooleparty/__link/_message.scss +17 -0
  101. data/_sass/pooleparty/__link/_pagination.scss +78 -0
  102. data/_sass/pooleparty/__link/_posts.scss +30 -0
  103. data/_sass/pooleparty/__link/_related.scss +14 -0
  104. data/_sass/pooleparty/{_table.scss → __link/_table.scss} +71 -46
  105. data/_sass/pooleparty/__link/_type.scss +144 -0
  106. data/_sass/pooleparty/_base.pre.scss +54 -0
  107. data/_sass/pooleparty/_code.pre.scss +43 -0
  108. data/_sass/pooleparty/_footer.pre.scss +1 -0
  109. data/_sass/pooleparty/{_footnotes.scss → _footnotes.pre.scss} +17 -4
  110. data/_sass/pooleparty/{_message-inline.scss → _message.pre.scss} +2 -0
  111. data/_sass/pooleparty/{_pagination.scss → _pagination.pre.scss} +7 -6
  112. data/_sass/pooleparty/{_posts-inline.scss → _posts.pre.scss} +16 -15
  113. data/_sass/pooleparty/{_related-inline.scss → _related.pre.scss} +5 -6
  114. data/_sass/pooleparty/_table.pre.scss +161 -0
  115. data/_sass/pooleparty/_type.pre.scss +198 -0
  116. data/assets/icomoon/fonts/icomoon.eot +0 -0
  117. data/assets/icomoon/fonts/icomoon.svg +9 -3
  118. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  119. data/assets/icomoon/fonts/icomoon.woff +0 -0
  120. data/assets/icomoon/selection.json +250 -76
  121. data/assets/icomoon/style.css +26 -8
  122. data/assets/icons/apple-touch-icon.png +0 -0
  123. data/assets/icons/favicon.ico +0 -0
  124. data/assets/icons/icon.png +0 -0
  125. data/assets/icons/icon@0,25x.png +0 -0
  126. data/assets/icons/icon@0,5x.png +0 -0
  127. data/assets/icons/icon@0,75x.png +0 -0
  128. data/assets/icons/icon@2x.png +0 -0
  129. data/assets/icons/icon@3x.png +0 -0
  130. data/assets/icons/tile-large.png +0 -0
  131. data/assets/icons/tile-medium.png +0 -0
  132. data/assets/icons/tile-small.png +0 -0
  133. data/assets/icons/tile-wide.png +0 -0
  134. data/assets/ieconfig.xml +15 -0
  135. data/assets/img/sidebar-bg.jpg +0 -0
  136. data/assets/js/hydejack.js +2 -2
  137. data/assets/manifest.json +45 -0
  138. data/assets/version.json +1 -1
  139. data/licenses/Apache-2.0.md +55 -47
  140. data/licenses/GPL-3.0.md +623 -0
  141. data/licenses/MIT.md +1 -0
  142. data/licenses/PRO.md +142 -0
  143. metadata +103 -99
  144. data/_includes/related.html +0 -41
  145. data/_includes/scripts.html +0 -17
  146. data/_sass/hydejack/_base-inline.scss +0 -143
  147. data/_sass/hydejack/_base.scss +0 -143
  148. data/_sass/hydejack/_drawer-inline.scss +0 -19
  149. data/_sass/hydejack/_drawer.scss +0 -19
  150. data/_sass/hydejack/_me-inline.scss +0 -24
  151. data/_sass/hydejack/_menu-inline.scss +0 -56
  152. data/_sass/hydejack/_menu.scss +0 -56
  153. data/_sass/hydejack/_sidebar-inline.scss +0 -118
  154. data/_sass/hydejack/_sidebar.scss +0 -115
  155. data/_sass/hydejack/_social.scss +0 -36
  156. data/_sass/hydejack/_toc.scss +0 -2
  157. data/_sass/pooleparty/_base.scss +0 -60
  158. data/_sass/pooleparty/_code.scss +0 -82
  159. data/_sass/pooleparty/_footer-inline.scss +0 -3
  160. data/_sass/pooleparty/_posts.scss +0 -41
  161. data/_sass/pooleparty/_table-inline.scss +0 -130
  162. data/_sass/pooleparty/_type-inline.scss +0 -124
  163. data/_sass/pooleparty/_type.scss +0 -124
  164. data/assets/icomoon/Read Me.txt +0 -7
  165. data/assets/icomoon/demo-files/demo.css +0 -152
  166. data/assets/icomoon/demo-files/demo.js +0 -30
  167. data/assets/icomoon/demo.html +0 -1206
  168. data/assets/img/nap.jpg +0 -0
  169. data/assets/img/projects/hyde-v1.jpg +0 -0
  170. data/assets/img/projects/hyde-v1@0,25x.jpg +0 -0
  171. data/assets/img/projects/hyde-v1@0,5x.jpg +0 -0
  172. data/assets/img/projects/hyde-v2.jpg +0 -0
  173. data/assets/img/projects/hyde-v2@0,25x.jpg +0 -0
  174. data/assets/img/projects/hyde-v2@0,5x.jpg +0 -0
  175. data/licenses/PRO-license.md +0 -147
@@ -1,3 +0,0 @@
1
- footer {
2
- margin-bottom: 2rem;
3
- }
@@ -1,41 +0,0 @@
1
- // Posts and pages
2
- //
3
- // Each post is wrapped in `.post` and is used on default and post layouts. Each
4
- // page is wrapped in `.page` and is only used on the page layout.
5
-
6
- .page, .post {
7
- // margin-bottom: 2em;
8
- //
9
- // li + li {
10
- // margin-top: .25rem;
11
- // }
12
- //
13
- // > header {
14
- // margin-bottom: 2rem;
15
- // }
16
- }
17
-
18
- // Blog post or page title
19
- .page-title, .post-title {
20
- // margin-top: 0;
21
- }
22
-
23
- // Meta data line below post title
24
- .post-date {
25
- // display: block;
26
- // margin-top: -0.5rem;
27
- // margin-bottom: 1rem;
28
- // color: $gray;
29
- }
30
-
31
- hr.dingbat {
32
- border: 0;
33
- }
34
-
35
- hr.dingbat::after {
36
- content: "\2756"; // ❖
37
- display: block;
38
- text-align: center;
39
- font-size: 1.5rem;
40
- color: #ddd;
41
- }
@@ -1,130 +0,0 @@
1
- table {
2
- margin-bottom: 1rem;
3
- width: 100%;
4
- width: calc(100% + 2rem);
5
- margin-left: -1rem;
6
- border: 1px solid $border-color;
7
- border-collapse: collapse;
8
- border-spacing: 0;
9
- }
10
-
11
- td, th {
12
- padding: .25rem .5rem;
13
- border: 1px solid $border-color;
14
-
15
- &:first-child {
16
- padding-left: 1rem;
17
- }
18
-
19
- &:last-child {
20
- padding-right: 1rem;
21
- }
22
- }
23
-
24
- thead + tbody,
25
- tbody + tbody,
26
- tfoot {
27
- border-top: 3px double $border-color;
28
- }
29
-
30
- tbody tr:nth-child(odd) td,
31
- tbody tr:nth-child(odd) th {
32
- background-color: $gray-bg;
33
- }
34
-
35
- // CSS only Responsive Tables
36
- // http://dbushell.com/2016/03/04/css-only-responsive-tables/
37
- // by David Bushell
38
- // @mixin scroll-table() {
39
- // display: block;
40
- // vertical-align: top;
41
- // overflow-x: auto;
42
- // white-space: nowrap; // optional - looks better for small cell values
43
- // border: none;
44
- // -webkit-overflow-scrolling: touch;
45
- // }
46
- //
47
- // @mixin flip-table() {
48
- // display: flex;
49
- // overflow: hidden;
50
- // background: none;
51
- // border: none;
52
- // border-top: 1px solid $border-color;
53
- // border-bottom: 1px solid $border-color;
54
- //
55
- // thead {
56
- // display: flex;
57
- // flex-shrink: 0;
58
- // min-width: min-content;
59
- // margin-right: 1px;
60
- //
61
- // th {
62
- // padding-left: 1rem;
63
- // }
64
- // }
65
- //
66
- // tbody {
67
- // display: flex;
68
- // position: relative;
69
- // overflow-x: auto;
70
- // overflow-y: hidden;
71
- // -webkit-overflow-scrolling: touch;
72
- // border-top: none;
73
- // }
74
- //
75
- // tr {
76
- // display: flex;
77
- // flex-direction: column;
78
- // min-width: min-content;
79
- // flex-shrink: 0;
80
- //
81
- // td {
82
- // border-left: none;
83
- // }
84
- //
85
- // &:first-child {
86
- // td {
87
- // border-left: 1px solid $border-color;
88
- // }
89
- // }
90
- //
91
- // &:last-child {
92
- // td {
93
- // padding-right: 1rem;
94
- // border-right: 1px solid $border-color;
95
- // }
96
- // }
97
- // }
98
- //
99
- // td, th {
100
- // display: block;
101
- // border-bottom: none;
102
- //
103
- // &:first-child {
104
- // padding-left: .5rem;
105
- // border-top: none;
106
- // }
107
- //
108
- // &:last-child {
109
- // padding-right: .5rem;
110
- // }
111
- // }
112
- // }
113
- //
114
- // table.scroll-table {
115
- // @include scroll-table();
116
- // }
117
- //
118
- // table.flip-table {
119
- // @include flip-table();
120
- // }
121
- //
122
- // @media screen and (max-width: $break-point-4) {
123
- // table.scroll-table-small {
124
- // @include scroll-table();
125
- // }
126
- //
127
- // table.flip-table-small {
128
- // @include flip-table();
129
- // }
130
- // }
@@ -1,124 +0,0 @@
1
- // Typography
2
- //
3
- // Headings, body text, lists, and other misc typographic elements.
4
-
5
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
6
- font-weight: bold;
7
- text-rendering: optimizeLegibility;
8
- }
9
-
10
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
11
- margin: 3rem 0 1rem;
12
- line-height: 1.6;
13
- }
14
-
15
- h1, .h1 {
16
- font-size: 2rem;
17
- line-height: 1.25;
18
- }
19
-
20
- h2, .h2 {
21
- font-size: 1.5rem;
22
- }
23
-
24
- h3, .h3 {
25
- font-size: 1.17em;
26
- }
27
-
28
- // h1 + h2, .h1 + .h2, h1 + .h2, .h1 + h2,
29
- // h2 + h3, .h2 + .h3, h2 + .h3, .h2 + h3,
30
- // h3 + h4, .h3 + .h4, h3 + .h4, .h3 + h4,
31
- // h4 + h5, .h4 + .h5, h4 + .h5, .h4 + h5,
32
- // h5 + h6, .h5 + .h6, h5 + .h6, .h5 + h6 {
33
- // margin-top: 0;
34
- // }
35
-
36
- p {
37
- margin-top: 0;
38
- margin-bottom: 1rem;
39
-
40
- &.lead {
41
- font-size: 1.25rem;
42
- font-weight: 300;
43
- padding: 0 1rem;
44
- }
45
- }
46
-
47
- ul, ol, dl {
48
- margin-top: 0;
49
- margin-bottom: 1rem;
50
- }
51
-
52
- ul, ol {
53
- padding-left: 1.25rem;
54
- }
55
-
56
- hr {
57
- position: relative;
58
- margin: 1.5rem 0;
59
- border: 0;
60
- border-top: 1px solid #eee;
61
- }
62
-
63
- .hr {
64
- padding-bottom: .5rem;
65
- border-bottom: 1px solid #eee;
66
- margin-bottom: 1.5rem;
67
- }
68
-
69
- h4, h5, h6, .h4, .h5, .h6 {
70
- margin-bottom: 0.5rem;
71
- font-size: 1rem;
72
- }
73
-
74
- // dt {
75
- // font-weight: bold;
76
- // }
77
- //
78
- // dd {
79
- // margin-bottom: .5rem;
80
- // }
81
- //
82
- // abbr {
83
- // font-size: 85%;
84
- // font-weight: bold;
85
- // color: #555;
86
- // text-transform: uppercase;
87
- //
88
- // &[title] {
89
- // cursor: help;
90
- // border-bottom: 1px dotted $border-color;
91
- // }
92
- // }
93
- //
94
- // blockquote {
95
- // padding: .5rem 1rem;
96
- // margin: .8rem 0;
97
- // color: #7a7a7a;
98
- // border-left: .25rem solid $border-color;
99
- //
100
- // &.lead {
101
- // font-size: 1.25rem;
102
- // font-weight: 300;
103
- // margin-top: 1.5rem;
104
- // margin-bottom: 1.5rem;
105
- // border-left-width: 0.5rem;
106
- // }
107
- //
108
- // p:last-child {
109
- // margin-bottom: 0;
110
- // }
111
- // }
112
- //
113
- // .faded {
114
- // color: $gray;
115
- // }
116
- //
117
- // .read-more {
118
- // @extend .faded;
119
- // margin-top: 2rem;
120
- //
121
- // &::after {
122
- // content: "\2192"; // →
123
- // }
124
- // }
@@ -1,124 +0,0 @@
1
- // Typography
2
- //
3
- // Headings, body text, lists, and other misc typographic elements.
4
-
5
- // h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
6
- // font-weight: bold;
7
- // text-rendering: optimizeLegibility;
8
- // }
9
- //
10
- // h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
11
- // margin: 3rem 0 1rem;
12
- // line-height: 1.6;
13
- // }
14
- //
15
- // h1, .h1 {
16
- // font-size: 2rem;
17
- // line-height: 1.25;
18
- // }
19
- //
20
- // h2, .h2 {
21
- // font-size: 1.5rem;
22
- // }
23
- //
24
- // h3, .h3 {
25
- // font-size: 1.17em;
26
- // }
27
-
28
- h1 + h2, .h1 + .h2, h1 + .h2, .h1 + h2,
29
- h2 + h3, .h2 + .h3, h2 + .h3, .h2 + h3,
30
- h3 + h4, .h3 + .h4, h3 + .h4, .h3 + h4,
31
- h4 + h5, .h4 + .h5, h4 + .h5, .h4 + h5,
32
- h5 + h6, .h5 + .h6, h5 + .h6, .h5 + h6 {
33
- margin-top: 0;
34
- }
35
-
36
- // p {
37
- // margin-top: 0;
38
- // margin-bottom: 1rem;
39
- //
40
- // &.lead {
41
- // font-size: 1.25rem;
42
- // font-weight: 300;
43
- // padding: 0 1rem;
44
- // }
45
- // }
46
- //
47
- // ul, ol, dl {
48
- // margin-top: 0;
49
- // margin-bottom: 1rem;
50
- // }
51
- //
52
- // ul, ol {
53
- // padding-left: 1.25rem;
54
- // }
55
- //
56
- // hr {
57
- // position: relative;
58
- // margin: 1.5rem 0;
59
- // border: 0;
60
- // border-top: 1px solid #eee;
61
- // }
62
- //
63
- // .hr {
64
- // padding-bottom: .5rem;
65
- // border-bottom: 1px solid #eee;
66
- // margin-bottom: 1.5rem;
67
- // }
68
- //
69
- // h4, h5, h6, .h4, .h5, .h6 {
70
- // margin-bottom: 0.5rem;
71
- // font-size: 1rem;
72
- // }
73
-
74
- dt {
75
- font-weight: bold;
76
- }
77
-
78
- dd {
79
- margin-bottom: .5rem;
80
- }
81
-
82
- abbr {
83
- font-size: 85%;
84
- font-weight: bold;
85
- color: #555;
86
- text-transform: uppercase;
87
-
88
- &[title] {
89
- cursor: help;
90
- border-bottom: 1px dotted $border-color;
91
- }
92
- }
93
-
94
- blockquote {
95
- padding: .5rem 1rem;
96
- margin: .8rem 0;
97
- color: #7a7a7a;
98
- border-left: .25rem solid $border-color;
99
-
100
- &.lead {
101
- font-size: 1.25rem;
102
- font-weight: 300;
103
- margin-top: 1.5rem;
104
- margin-bottom: 1.5rem;
105
- border-left-width: 0.4rem;
106
- }
107
-
108
- p:last-child {
109
- margin-bottom: 0;
110
- }
111
- }
112
-
113
- .faded {
114
- color: $gray;
115
- }
116
-
117
- .read-more {
118
- @extend .faded;
119
- margin-top: 2rem;
120
-
121
- &::after {
122
- content: " \2192"; // →
123
- }
124
- }
@@ -1,7 +0,0 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
@@ -1,152 +0,0 @@
1
- body {
2
- padding: 0;
3
- margin: 0;
4
- font-family: sans-serif;
5
- font-size: 1em;
6
- line-height: 1.5;
7
- color: #555;
8
- background: #fff;
9
- }
10
- h1 {
11
- font-size: 1.5em;
12
- font-weight: normal;
13
- }
14
- small {
15
- font-size: .66666667em;
16
- }
17
- a {
18
- color: #e74c3c;
19
- text-decoration: none;
20
- }
21
- a:hover, a:focus {
22
- box-shadow: 0 1px #e74c3c;
23
- }
24
- .bshadow0, input {
25
- box-shadow: inset 0 -2px #e7e7e7;
26
- }
27
- input:hover {
28
- box-shadow: inset 0 -2px #ccc;
29
- }
30
- input, fieldset {
31
- font-family: sans-serif;
32
- font-size: 1em;
33
- margin: 0;
34
- padding: 0;
35
- border: 0;
36
- }
37
- input {
38
- color: inherit;
39
- line-height: 1.5;
40
- height: 1.5em;
41
- padding: .25em 0;
42
- }
43
- input:focus {
44
- outline: none;
45
- box-shadow: inset 0 -2px #449fdb;
46
- }
47
- .glyph {
48
- font-size: 16px;
49
- width: 15em;
50
- padding-bottom: 1em;
51
- margin-right: 4em;
52
- margin-bottom: 1em;
53
- float: left;
54
- overflow: hidden;
55
- }
56
- .liga {
57
- width: 80%;
58
- width: calc(100% - 2.5em);
59
- }
60
- .talign-right {
61
- text-align: right;
62
- }
63
- .talign-center {
64
- text-align: center;
65
- }
66
- .bgc1 {
67
- background: #f1f1f1;
68
- }
69
- .fgc1 {
70
- color: #999;
71
- }
72
- .fgc0 {
73
- color: #000;
74
- }
75
- p {
76
- margin-top: 1em;
77
- margin-bottom: 1em;
78
- }
79
- .mvm {
80
- margin-top: .75em;
81
- margin-bottom: .75em;
82
- }
83
- .mtn {
84
- margin-top: 0;
85
- }
86
- .mtl, .mal {
87
- margin-top: 1.5em;
88
- }
89
- .mbl, .mal {
90
- margin-bottom: 1.5em;
91
- }
92
- .mal, .mhl {
93
- margin-left: 1.5em;
94
- margin-right: 1.5em;
95
- }
96
- .mhmm {
97
- margin-left: 1em;
98
- margin-right: 1em;
99
- }
100
- .mls {
101
- margin-left: .25em;
102
- }
103
- .ptl {
104
- padding-top: 1.5em;
105
- }
106
- .pbs, .pvs {
107
- padding-bottom: .25em;
108
- }
109
- .pvs, .pts {
110
- padding-top: .25em;
111
- }
112
- .unit {
113
- float: left;
114
- }
115
- .unitRight {
116
- float: right;
117
- }
118
- .size1of2 {
119
- width: 50%;
120
- }
121
- .size1of1 {
122
- width: 100%;
123
- }
124
- .clearfix:before, .clearfix:after {
125
- content: " ";
126
- display: table;
127
- }
128
- .clearfix:after {
129
- clear: both;
130
- }
131
- .hidden-true {
132
- display: none;
133
- }
134
- .textbox0 {
135
- width: 3em;
136
- background: #f1f1f1;
137
- padding: .25em .5em;
138
- line-height: 1.5;
139
- height: 1.5em;
140
- }
141
- #testDrive {
142
- display: block;
143
- padding-top: 24px;
144
- line-height: 1.5;
145
- }
146
- .fs0 {
147
- font-size: 16px;
148
- }
149
- .fs1 {
150
- font-size: 32px;
151
- }
152
-