jekyll-theme-pirati 8.0.0.pre.beta2 → 8.0.0

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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +139 -3
  3. data/_includes/header.html +1 -1
  4. metadata +4 -69
  5. data/_sass/_base.scss +0 -23
  6. data/_sass/_fonts.scss +0 -42
  7. data/_sass/_settings.scss +0 -688
  8. data/_sass/_sprites.scss +0 -0
  9. data/_sass/components/Slider.scss +0 -0
  10. data/_sass/components/academic-title.scss +0 -7
  11. data/_sass/components/article-card.scss +0 -41
  12. data/_sass/components/article-infobox.scss +0 -9
  13. data/_sass/components/article-listing.scss +0 -95
  14. data/_sass/components/banner.scss +0 -75
  15. data/_sass/components/blockquote.scss +0 -83
  16. data/_sass/components/card.scss +0 -154
  17. data/_sass/components/contact-bar.scss +0 -93
  18. data/_sass/components/content-block.scss +0 -24
  19. data/_sass/components/content-card.scss +0 -31
  20. data/_sass/components/corner-ribbon.scss +0 -25
  21. data/_sass/components/cta-button.scss +0 -54
  22. data/_sass/components/footer.scss +0 -5
  23. data/_sass/components/header-bar.scss +0 -118
  24. data/_sass/components/headline-media.scss +0 -42
  25. data/_sass/components/hero.scss +0 -164
  26. data/_sass/components/highlight.scss +0 -60
  27. data/_sass/components/hp-banner.scss +0 -21
  28. data/_sass/components/icon.scss +0 -33
  29. data/_sass/components/intention-map.scss +0 -23
  30. data/_sass/components/member-list.scss +0 -7
  31. data/_sass/components/metadata-block.scss +0 -29
  32. data/_sass/components/multicolumn.scss +0 -25
  33. data/_sass/components/pagination.scss +0 -44
  34. data/_sass/components/person.scss +0 -9
  35. data/_sass/components/profile-badge.scss +0 -74
  36. data/_sass/components/program.scss +0 -150
  37. data/_sass/components/region.scss +0 -83
  38. data/_sass/components/simple-accordion.scss +0 -80
  39. data/_sass/components/suggest-improvement.scss +0 -10
  40. data/_sass/components/tag.scss +0 -29
  41. data/_sass/components/tile.scss +0 -20
  42. data/_sass/components/top-bar.scss +0 -202
  43. data/_sass/components/top-sub-nav.scss +0 -81
  44. data/_sass/components/typography.scss +0 -85
  45. data/_sass/components/vertical-navigation.scss +0 -67
  46. data/_sass/components/widget-accordion.scss +0 -109
  47. data/_sass/components/widget-share-box.scss +0 -117
  48. data/_sass/components/widget-simple-text.scss +0 -15
  49. data/_sass/layouts/_cast.scss +0 -262
  50. data/_sass/layouts/_kandidatka.scss +0 -78
  51. data/_sass/objects/media.scss +0 -35
  52. data/_sass/objects/section.scss +0 -211
  53. data/_sass/objects/space.scss +0 -7
  54. data/_sass/pirati.scss +0 -58
  55. data/_sass/utilities/header-styles.scss +0 -16
  56. data/_sass/utilities/utilities.scss +0 -139
  57. data/assets/css/main.scss +0 -3
  58. data/assets/fonts/BebasNeue-Thin.ttf +0 -0
  59. data/assets/fonts/BebasNeue-Thin.woff +0 -0
  60. data/assets/fonts/BebasNeueBold.ttf +0 -0
  61. data/assets/fonts/BebasNeueBold.woff +0 -0
  62. data/assets/fonts/BebasNeueBook.ttf +0 -0
  63. data/assets/fonts/BebasNeueBook.woff +0 -0
  64. data/assets/fonts/BebasNeueLight.ttf +0 -0
  65. data/assets/fonts/BebasNeueLight.woff +0 -0
  66. data/assets/fonts/BebasNeueRegular.ttf +0 -0
  67. data/assets/fonts/BebasNeueRegular.woff +0 -0
  68. data/assets/fonts/demo.html +0 -311
  69. data/assets/fonts/stylesheet.css +0 -40
@@ -1,3 +0,0 @@
1
- @charset "utf-8";
2
-
3
- @import 'pirati';
@@ -1,311 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width, initial-scale=1">
7
- <meta name="robots" content="noindex, noarchive">
8
- <meta name="format-detection" content="telephone=no">
9
- <title>Transfonter demo</title>
10
- <link href="stylesheet.css" rel="stylesheet">
11
- <style>
12
- /*
13
- http://meyerweb.com/eric/tools/css/reset/
14
- v2.0 | 20110126
15
- License: none (public domain)
16
- */
17
- html, body, div, span, applet, object, iframe,
18
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
19
- a, abbr, acronym, address, big, cite, code,
20
- del, dfn, em, img, ins, kbd, q, s, samp,
21
- small, strike, strong, sub, sup, tt, var,
22
- b, u, i, center,
23
- dl, dt, dd, ol, ul, li,
24
- fieldset, form, label, legend,
25
- table, caption, tbody, tfoot, thead, tr, th, td,
26
- article, aside, canvas, details, embed,
27
- figure, figcaption, footer, header, hgroup,
28
- menu, nav, output, ruby, section, summary,
29
- time, mark, audio, video {
30
- margin: 0;
31
- padding: 0;
32
- border: 0;
33
- font-size: 100%;
34
- font: inherit;
35
- vertical-align: baseline;
36
- }
37
- /* HTML5 display-role reset for older browsers */
38
- article, aside, details, figcaption, figure,
39
- footer, header, hgroup, menu, nav, section {
40
- display: block;
41
- }
42
- body {
43
- line-height: 1;
44
- }
45
- ol, ul {
46
- list-style: none;
47
- }
48
- blockquote, q {
49
- quotes: none;
50
- }
51
- blockquote:before, blockquote:after,
52
- q:before, q:after {
53
- content: '';
54
- content: none;
55
- }
56
- table {
57
- border-collapse: collapse;
58
- border-spacing: 0;
59
- }
60
- /* common styles */
61
- body {
62
- background: #f1f1f1;
63
- color: #000;
64
- }
65
- .page {
66
- background: #fff;
67
- width: 920px;
68
- margin: 0 auto;
69
- padding: 20px 20px 0 20px;
70
- overflow: hidden;
71
- }
72
- .font-container {
73
- overflow-x: auto;
74
- overflow-y: hidden;
75
- margin-bottom: 40px;
76
- line-height: 1.3;
77
- white-space: nowrap;
78
- padding-bottom: 5px;
79
- }
80
- h1 {
81
- position: relative;
82
- background: #444;
83
- font-size: 32px;
84
- color: #fff;
85
- padding: 10px 20px;
86
- margin: 0 -20px 12px -20px;
87
- }
88
- .letters {
89
- font-size: 25px;
90
- margin-bottom: 20px;
91
- }
92
- .s10:before {
93
- content: '10px';
94
- }
95
- .s11:before {
96
- content: '11px';
97
- }
98
- .s12:before {
99
- content: '12px';
100
- }
101
- .s14:before {
102
- content: '14px';
103
- }
104
- .s18:before {
105
- content: '18px';
106
- }
107
- .s24:before {
108
- content: '24px';
109
- }
110
- .s30:before {
111
- content: '30px';
112
- }
113
- .s36:before {
114
- content: '36px';
115
- }
116
- .s48:before {
117
- content: '48px';
118
- }
119
- .s60:before {
120
- content: '60px';
121
- }
122
- .s72:before {
123
- content: '72px';
124
- }
125
- .s10:before, .s11:before, .s12:before, .s14:before,
126
- .s18:before, .s24:before, .s30:before, .s36:before,
127
- .s48:before, .s60:before, .s72:before {
128
- font-family: Arial, sans-serif;
129
- font-size: 10px;
130
- font-weight: normal;
131
- font-style: normal;
132
- color: #999;
133
- padding-right: 6px;
134
- }
135
- pre {
136
- display: block;
137
- position: relative;
138
- padding: 9px;
139
- margin: 0 0 10px;
140
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
141
- font-size: 13px;
142
- line-height: 1.428571429;
143
- color: #333;
144
- font-weight: normal !important;
145
- font-style: normal !important;
146
- background-color: #f5f5f5;
147
- border: 1px solid #ccc;
148
- overflow-x: auto;
149
- border-radius: 4px;
150
- }
151
- pre:after {
152
- display: block;
153
- position: absolute;
154
- right: 0;
155
- top: 0;
156
- content: 'Usage';
157
- line-height: 1;
158
- padding: 5px 8px;
159
- font-size: 12px;
160
- color: #767676;
161
- background-color: #fff;
162
- border: 1px solid #ccc;
163
- border-right: none;
164
- border-top: none;
165
- border-radius: 0 4px 0 4px;
166
- z-index: 10;
167
- }
168
- /* responsive */
169
- @media (max-width: 959px) {
170
- .page {
171
- width: auto;
172
- margin: 0;
173
- }
174
- }
175
- </style>
176
- </head>
177
- <body>
178
- <div class="page">
179
- <div class="demo" style="font-family: 'Bebas Neue Book'; font-weight: normal; font-style: normal;">
180
- <h1>Bebas Neue Book</h1>
181
- <pre>.your-style {
182
- font-family: 'Bebas Neue Book';
183
- font-weight: normal;
184
- font-style: normal;
185
- }</pre>
186
- <div class="font-container">
187
- <p class="letters">
188
- abcdefghijklmnopqrstuvwxyz<br>
189
- ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
190
- 0123456789.:,;()*!?'@#<>$%&^+-=~
191
- </p>
192
- <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
193
- <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
194
- <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
195
- <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
196
- <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
197
- <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
198
- <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
199
- <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
200
- <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
201
- <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
202
- <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
203
- </div>
204
- </div>
205
- <div class="demo" style="font-family: 'Bebas Neue'; font-weight: 100; font-style: normal;">
206
- <h1>Bebas Neue Thin</h1>
207
- <pre>.your-style {
208
- font-family: 'Bebas Neue';
209
- font-weight: 100;
210
- font-style: normal;
211
- }</pre>
212
- <div class="font-container">
213
- <p class="letters">
214
- abcdefghijklmnopqrstuvwxyz<br>
215
- ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
216
- 0123456789.:,;()*!?'@#<>$%&^+-=~
217
- </p>
218
- <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
219
- <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
220
- <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
221
- <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
222
- <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
223
- <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
224
- <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
225
- <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
226
- <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
227
- <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
228
- <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
229
- </div>
230
- </div>
231
- <div class="demo" style="font-family: 'Bebas Neue'; font-weight: 300; font-style: normal;">
232
- <h1>Bebas Neue Light</h1>
233
- <pre>.your-style {
234
- font-family: 'Bebas Neue';
235
- font-weight: 300;
236
- font-style: normal;
237
- }</pre>
238
- <div class="font-container">
239
- <p class="letters">
240
- abcdefghijklmnopqrstuvwxyz<br>
241
- ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
242
- 0123456789.:,;()*!?'@#<>$%&^+-=~
243
- </p>
244
- <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
245
- <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
246
- <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
247
- <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
248
- <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
249
- <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
250
- <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
251
- <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
252
- <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
253
- <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
254
- <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
255
- </div>
256
- </div>
257
- <div class="demo" style="font-family: 'Bebas Neue'; font-weight: normal; font-style: normal;">
258
- <h1>Bebas Neue Regular</h1>
259
- <pre>.your-style {
260
- font-family: 'Bebas Neue';
261
- font-weight: normal;
262
- font-style: normal;
263
- }</pre>
264
- <div class="font-container">
265
- <p class="letters">
266
- abcdefghijklmnopqrstuvwxyz<br>
267
- ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
268
- 0123456789.:,;()*!?'@#<>$%&^+-=~
269
- </p>
270
- <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
271
- <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
272
- <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
273
- <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
274
- <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
275
- <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
276
- <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
277
- <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
278
- <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
279
- <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
280
- <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
281
- </div>
282
- </div>
283
- <div class="demo" style="font-family: 'Bebas Neue'; font-weight: bold; font-style: normal;">
284
- <h1>Bebas Neue Bold</h1>
285
- <pre>.your-style {
286
- font-family: 'Bebas Neue';
287
- font-weight: bold;
288
- font-style: normal;
289
- }</pre>
290
- <div class="font-container">
291
- <p class="letters">
292
- abcdefghijklmnopqrstuvwxyz<br>
293
- ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
294
- 0123456789.:,;()*!?'@#<>$%&^+-=~
295
- </p>
296
- <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
297
- <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
298
- <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
299
- <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
300
- <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
301
- <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
302
- <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
303
- <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
304
- <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
305
- <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
306
- <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
307
- </div>
308
- </div>
309
- </div>
310
- </body>
311
- </html>
@@ -1,40 +0,0 @@
1
- @font-face {
2
- font-family: 'Bebas Neue Book';
3
- src: url('BebasNeueBook.woff') format('woff'),
4
- url('BebasNeueBook.ttf') format('truetype');
5
- font-weight: normal;
6
- font-style: normal;
7
- }
8
-
9
- @font-face {
10
- font-family: 'Bebas Neue';
11
- src: url('BebasNeue-Thin.woff') format('woff'),
12
- url('BebasNeue-Thin.ttf') format('truetype');
13
- font-weight: 100;
14
- font-style: normal;
15
- }
16
-
17
- @font-face {
18
- font-family: 'Bebas Neue';
19
- src: url('BebasNeueLight.woff') format('woff'),
20
- url('BebasNeueLight.ttf') format('truetype');
21
- font-weight: 300;
22
- font-style: normal;
23
- }
24
-
25
- @font-face {
26
- font-family: 'Bebas Neue';
27
- src: url('BebasNeueRegular.woff') format('woff'),
28
- url('BebasNeueRegular.ttf') format('truetype');
29
- font-weight: normal;
30
- font-style: normal;
31
- }
32
-
33
- @font-face {
34
- font-family: 'Bebas Neue';
35
- src: url('BebasNeueBold.woff') format('woff'),
36
- url('BebasNeueBold.ttf') format('truetype');
37
- font-weight: bold;
38
- font-style: normal;
39
- }
40
-