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

Sign up to get free protection for your applications and to get access to all the features.
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,60 +0,0 @@
1
- .highlight { background: #ffffff; }
2
- .highlight .c { color: #999988; font-style: italic } /* Comment */
3
- .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
- .highlight .k { font-weight: bold } /* Keyword */
5
- .highlight .o { font-weight: bold } /* Operator */
6
- .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
- .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8
- .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
- .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
- .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
- .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12
- .highlight .ge { font-style: italic } /* Generic.Emph */
13
- .highlight .gr { color: #aa0000 } /* Generic.Error */
14
- .highlight .gh { color: #999999 } /* Generic.Heading */
15
- .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16
- .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17
- .highlight .go { color: #888888 } /* Generic.Output */
18
- .highlight .gp { color: #555555 } /* Generic.Prompt */
19
- .highlight .gs { font-weight: bold } /* Generic.Strong */
20
- .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
21
- .highlight .gt { color: #aa0000 } /* Generic.Traceback */
22
- .highlight .kc { font-weight: bold } /* Keyword.Constant */
23
- .highlight .kd { font-weight: bold } /* Keyword.Declaration */
24
- .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25
- .highlight .kr { font-weight: bold } /* Keyword.Reserved */
26
- .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27
- .highlight .m { color: #009999 } /* Literal.Number */
28
- .highlight .s { color: #d14 } /* Literal.String */
29
- .highlight .na { color: #008080 } /* Name.Attribute */
30
- .highlight .nb { color: #0086B3 } /* Name.Builtin */
31
- .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32
- .highlight .no { color: #008080 } /* Name.Constant */
33
- .highlight .ni { color: #800080 } /* Name.Entity */
34
- .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
- .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
- .highlight .nn { color: #555555 } /* Name.Namespace */
37
- .highlight .nt { color: #000080 } /* Name.Tag */
38
- .highlight .nv { color: #008080 } /* Name.Variable */
39
- .highlight .ow { font-weight: bold } /* Operator.Word */
40
- .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41
- .highlight .mf { color: #009999 } /* Literal.Number.Float */
42
- .highlight .mh { color: #009999 } /* Literal.Number.Hex */
43
- .highlight .mi { color: #009999 } /* Literal.Number.Integer */
44
- .highlight .mo { color: #009999 } /* Literal.Number.Oct */
45
- .highlight .sb { color: #d14 } /* Literal.String.Backtick */
46
- .highlight .sc { color: #d14 } /* Literal.String.Char */
47
- .highlight .sd { color: #d14 } /* Literal.String.Doc */
48
- .highlight .s2 { color: #d14 } /* Literal.String.Double */
49
- .highlight .se { color: #d14 } /* Literal.String.Escape */
50
- .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51
- .highlight .si { color: #d14 } /* Literal.String.Interpol */
52
- .highlight .sx { color: #d14 } /* Literal.String.Other */
53
- .highlight .sr { color: #009926 } /* Literal.String.Regex */
54
- .highlight .s1 { color: #d14 } /* Literal.String.Single */
55
- .highlight .ss { color: #990073 } /* Literal.String.Symbol */
56
- .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57
- .highlight .vc { color: #008080 } /* Name.Variable.Class */
58
- .highlight .vg { color: #008080 } /* Name.Variable.Global */
59
- .highlight .vi { color: #008080 } /* Name.Variable.Instance */
60
- .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -1,21 +0,0 @@
1
- /**
2
- * Homepage banner image
3
- */
4
-
5
- .c-hp-banner {
6
- margin-top: 2rem;
7
-
8
- @include breakpoint(small down) {
9
- margin: 1.5rem 0;
10
- }
11
-
12
- .c-hp-banner__media,
13
- .c-hp-banner__link {
14
- display: block;
15
- }
16
-
17
- .c-hp-banner__link {
18
- border-bottom: 1px $primary-color solid;
19
- padding-bottom: 1rem;
20
- }
21
- }
@@ -1,33 +0,0 @@
1
- $icon-ns: '';
2
-
3
- .#{$icon-ns}c-icon {
4
- font-size: 1.3rem;
5
-
6
- &--big {
7
- font-size: 1.5rem;
8
- }
9
- }
10
-
11
- .#{$icon-ns}c-icon.#{$icon-ns}c-icon--facebook {
12
- background: $facebook-color;
13
- }
14
-
15
- .#{$icon-ns}c-icon.#{$icon-ns}c-icon--twitter {
16
- background: $twitter-color;
17
- }
18
-
19
- .#{$icon-ns}c-icon.#{$icon-ns}c-icon--googlePlus {
20
- background: $gplus-color;
21
- }
22
-
23
- .#{$icon-ns}c-icon.#{$icon-ns}c-icon--instagram {
24
- background: $instagram-color;
25
- }
26
-
27
- .#{$icon-ns}c-icon.#{$icon-ns}c-icon--rounded {
28
- border-radius: 20px;
29
- width: 40px;
30
- height: 40px;
31
- text-align: center;
32
- line-height: 40px;
33
- }
@@ -1,23 +0,0 @@
1
- .c-intention-map__header-wrap {
2
- max-width: $global-width;
3
- margin-left: auto;
4
- margin-right: auto;
5
- }
6
-
7
- .c-intention-map__header {
8
- position: absolute;
9
- left: 4rem;
10
- z-index: 2;
11
- padding: 1rem 1.5rem .2rem;
12
- background: transparentize($color: $body-background, $amount: .2);
13
-
14
- @include breakpoint(medium down) {
15
- left: 0;
16
- }
17
-
18
- @include breakpoint(small down) {
19
- position: static;
20
- text-align: center;
21
- }
22
-
23
- }
@@ -1,7 +0,0 @@
1
- .c-member-list__item {
2
- margin-bottom: 2rem;
3
-
4
- @include breakpoint(medium) {
5
- margin-bottom: 4rem;
6
- }
7
- }
@@ -1,29 +0,0 @@
1
- /**
2
- * This component represents a metadata block. It's usually used with blog
3
- * postings to show author/date of publication etc.
4
- */
5
-
6
- // meta split in multiple lines on medium down
7
- .c-metadata-block-section {
8
- display: inline-block;
9
-
10
- @include breakpoint(medium down) {
11
- display: block;
12
- line-height: 2;
13
- }
14
-
15
- &:not(:first-child) {
16
- margin-left: 3rem;
17
-
18
- @include breakpoint(medium down) {
19
- margin-left: 0;
20
- margin-top: 1rem;
21
- }
22
- }
23
- }
24
-
25
- .c-metadata-block-section__item + .c-metadata-block-section__item {
26
- @include breakpoint(medium) {
27
- margin-left: 0.5rem;
28
- }
29
- }
@@ -1,25 +0,0 @@
1
- .c-multicolumn {
2
- column-count: 2;
3
- column-gap: 2rem;
4
- column-rule: 1x $primary-color solid;
5
-
6
- &.c-multicolumn--responsive {
7
- @include breakpoint(medium down) {
8
- column-count: 1;
9
- }
10
- }
11
- }
12
-
13
- .c-multicolumn--three {
14
- column-count: 3;
15
-
16
- &.c-multicolumn--responsive {
17
- @include breakpoint(medium down) {
18
- column-count: 2;
19
- }
20
-
21
- @include breakpoint(small down) {
22
- column-count: 1;
23
- }
24
- }
25
- }
@@ -1,44 +0,0 @@
1
- .c-pagination {
2
- margin-top: 4rem;
3
- margin-left: 0;
4
- margin-bottom: 0;
5
- list-style-type: none;
6
-
7
- @include breakpoint(mobile down) {
8
- margin-top: 1rem;
9
- margin-bottom: 1rem;
10
- }
11
-
12
- @include breakpoint(medium) {
13
- margin-bottom: 2rem;
14
- }
15
-
16
- .c-pagination__previous a,
17
- .c-pagination__next a {
18
- color: $button-color;
19
- background-color: $button-background;
20
- }
21
- }
22
-
23
- .c-pagination__link {
24
- display: inline-block;
25
-
26
- &.c-pagination__link--current .c-pagination__anchor {
27
- border: 1px $primary-color solid;
28
- }
29
-
30
- &:not(:last-child) {
31
- margin-right: .75rem;
32
- }
33
-
34
- &:hover a.c-pagination__anchor {
35
- color: $button-color;
36
- background-color: $button-background;
37
- }
38
- }
39
-
40
- .c-pagination__anchor {
41
- padding: $button-padding;
42
- color: $anchor-color;
43
- display: block;
44
- }
@@ -1,9 +0,0 @@
1
- .c-person__content {
2
- @include breakpoint(medium) {
3
- padding-right: 4rem;
4
- }
5
- }
6
-
7
- .c-person-image {
8
- margin-top: 2rem;
9
- }
@@ -1,74 +0,0 @@
1
- .c-profile-badge {
2
- height: 100%;
3
- display: flex;
4
- }
5
-
6
- .c-profile-badge__anchor {
7
- display: block;
8
- }
9
-
10
- .c-profile-badge__body {
11
- display: flex;
12
- flex-direction: column;
13
- min-height: 100%;
14
- }
15
-
16
- .c-profile-badge__avatar {
17
- padding-right: 1rem;
18
- }
19
-
20
- .c-profile-badge .c-profile-badge__image {
21
- display: block;
22
- }
23
-
24
- .c-profile-badge__image--round {
25
- border-radius: 50%;
26
- }
27
-
28
- .c-profile-badge__image--smaller {
29
- width: 100px;
30
- }
31
-
32
- .c-profile-badge__headline {
33
- margin-bottom: 0;
34
- }
35
-
36
- .c-profile-badge__desc {
37
- margin-top: -.5rem;
38
- margin-bottom: 0;
39
- max-width: 200px;
40
- }
41
-
42
- .c-profile-badge__contacts {
43
- display: flex;
44
- flex-grow: 1;
45
- flex-direction: column;
46
- justify-content: flex-end;
47
- }
48
-
49
- .c-profile-badge--bottomalign {
50
- .c-profile-badge__contacts {
51
- flex-grow: initial;
52
- }
53
-
54
- .c-profile-badge__body {
55
- justify-content: flex-end;
56
- }
57
- }
58
-
59
- .c-profile-badge--stacked {
60
- + .c-profile-badge--stacked {
61
- margin-top: 1rem;
62
- }
63
- }
64
-
65
- .c-profile-badge--centered {
66
- .c-profile-badge__body {
67
- margin-top: auto;
68
- margin-bottom: auto;
69
- }
70
-
71
- .c-profile-badge__contacts {
72
- margin-top: 1rem;
73
- }
74
- }
@@ -1,150 +0,0 @@
1
- $program-item-ns: '';
2
-
3
- .c-program-key-point-list {
4
- dt:not(:first-of-type)::before {
5
- content: "\A";
6
- white-space: pre-wrap;
7
- display: block;
8
- height: 1em;
9
- }
10
-
11
- dt, dd {
12
- display: inline;
13
- margin: 0;
14
- }
15
- }
16
-
17
- .o-section-header + .c-program-candidates,
18
- .o-section-header + .c-program-items {
19
- margin-top: 1.5rem;
20
- }
21
-
22
- .c-program-intro {
23
- padding: 1.25rem;
24
- }
25
-
26
- .c-program-items {
27
- display: flex;
28
- flex-wrap: wrap;
29
- flex-direction: row;
30
-
31
- @include breakpoint(medium down) {
32
- flex-direction: column;
33
- }
34
- }
35
-
36
- .c-program-items__item {
37
- display: flex;
38
- max-width: 100%;
39
- }
40
-
41
- .c-program-items__item-wrap {
42
- display: flex;
43
- color: $white;
44
- }
45
-
46
- .c-program-items__item-inner {
47
- a:not(.button) {
48
- color: $black;
49
- // color: $white;
50
- text-decoration: none;
51
- }
52
- }
53
-
54
- .c-program-items__item + .c-program-items__item {
55
- margin-top: 1.5rem;
56
- }
57
-
58
- .c-program-candidates {
59
- display: flex;
60
- flex-direction: row;
61
- flex-wrap: wrap;
62
- }
63
-
64
- .c-program-candidate-badge {
65
- display: flex; // keep the height uniform
66
- width: 100%;
67
- margin-bottom: 1.5rem;
68
-
69
- }
70
-
71
- .c-program-candidate-badge__body {
72
- width: 100%;
73
- display: flex;
74
- flex-direction: row;
75
- background: $light-gray;
76
- position: relative;
77
-
78
- }
79
-
80
- .c-program-candidate-badge__description {
81
- padding: 1rem;
82
- width: 100%;
83
- display: flex;
84
- flex-direction: column;
85
- }
86
-
87
- .c-program-candidate-badge__name {
88
- margin-top: auto;
89
- margin-bottom: 0;
90
- padding-right: 30px; // space for the rank circle
91
-
92
- @include headerStyle('h6', super);
93
-
94
- @include breakpoint(medium) {
95
- padding-right: 45px; // space for the rank circle
96
-
97
- @include headerStyle('h5', super);
98
- }
99
- }
100
-
101
- .c-program-candidate-badge__profession {
102
- display: block;
103
- font-weight: 300;
104
- }
105
-
106
- .c-program-candidate-badge__bio {
107
- margin-bottom: 0;
108
-
109
- @include breakpoint(medium down) {
110
- display: none;
111
- }
112
- }
113
-
114
- .c-program-candidate-badge__avatar {
115
- flex-shrink: 0;
116
- max-width: calc(33.333% - 0.75rem);
117
-
118
- @include breakpoint(medium) {
119
- max-width: calc(225px - 0.75rem);
120
- }
121
- }
122
-
123
- .c-program-candidate-badge__rank {
124
- display: block;
125
- position: absolute;
126
- top: .5rem;
127
- right: .5rem;
128
- border-radius: 50%;
129
- width: 30px;
130
- height: 30px;
131
- // Compensate for the font misalignment.
132
- line-height: 31px;
133
- text-align: center;
134
- color: $black;
135
- border: 2px $black solid;
136
-
137
- @include headerStyle('h6', super);
138
-
139
- @include breakpoint(medium) {
140
- top: 1.5rem;
141
- right: 1.5rem;
142
- width: 45px;
143
- height: 45px;
144
- // Compensate for the font misalignment.
145
- line-height: 45px;
146
- border-width: 3px;
147
-
148
- @include headerStyle('h5', super);
149
- }
150
- }