jekyll-theme-pirati 5.3.1 → 6.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.
- checksums.yaml +4 -4
- data/README.md +19 -0
- data/_includes/articles/horizontal-article.html +3 -3
- data/_includes/articles/vertical-article.html +2 -2
- data/_includes/candidate-badge.html +7 -5
- data/_includes/contacts/residence.html +1 -1
- data/_includes/footer.html +6 -6
- data/_includes/header.html +3 -3
- data/_includes/homepage/banner.html +3 -3
- data/_includes/js/main.html +3 -3
- data/_includes/menu.html +32 -34
- data/_includes/page-header.html +3 -1
- data/_includes/people/fullname.html +11 -0
- data/_includes/people/list-group.html +1 -1
- data/_includes/people/list-responsive.html +2 -2
- data/_includes/people/profile-badge.html +27 -34
- data/_includes/right-bar/bar_cal.html +2 -5
- data/_includes/right-bar/bar_fb.html +2 -5
- data/_includes/right-bar/bar_foto.html +1 -15
- data/_includes/right-bar/bar_garant.html +1 -4
- data/_includes/right-bar/bar_people.html +2 -5
- data/_includes/right-bar/bar_person_contact.html +3 -6
- data/_includes/right-bar/bar_program.html +1 -4
- data/_includes/right-bar/bar_textbox.html +0 -3
- data/_includes/right-bar/bar_tw.html +0 -3
- data/_includes/right-bar/bar_video.html +0 -3
- data/_layouts/communal-elections.html +9 -14
- data/_layouts/contacts.html +15 -10
- data/_layouts/members.html +2 -3
- data/_layouts/person.html +4 -3
- data/_layouts/post.html +2 -2
- data/_layouts/program-post.html +1 -1
- data/_sass/_base.scss +5 -0
- data/_sass/_fonts.scss +1 -1
- data/_sass/_settings.scss +147 -29
- data/_sass/components/Person.scss +6 -39
- data/_sass/components/academic-title.scss +7 -0
- data/_sass/components/article-listing.scss +26 -1
- data/_sass/components/blockquote.scss +54 -22
- data/_sass/components/contact-bar.scss +3 -3
- data/_sass/components/content-block.scss +13 -0
- data/_sass/components/corner-ribbon.scss +5 -4
- data/_sass/components/header-bar.scss +9 -5
- data/_sass/components/headline-media.scss +1 -0
- data/_sass/components/hp-banner.scss +11 -1
- data/_sass/components/icon.scss +8 -4
- data/_sass/components/intention-map.scss +18 -0
- data/_sass/components/member-list.scss +7 -0
- data/_sass/components/pagination.scss +5 -0
- data/_sass/components/profile-badge.scss +73 -0
- data/_sass/components/program.scss +74 -100
- data/_sass/components/simple-accordion.scss +2 -0
- data/_sass/components/tile.scss +2 -2
- data/_sass/components/top-bar.scss +51 -57
- data/_sass/components/top-sub-nav.scss +23 -17
- data/_sass/components/typography.scss +41 -20
- data/_sass/components/vertical-navigation.scss +3 -2
- data/_sass/components/widget-accordion.scss +26 -73
- data/_sass/objects/section.scss +19 -29
- data/_sass/pirati.scss +28 -22
- data/_sass/utilities/header-styles.scss +16 -0
- data/_sass/utilities/utilities.scss +11 -6
- data/assets/img/map-marker.svg +136 -0
- data/assets/js/{0.main.f7a234cedfef4096cecb.js → 0.main.44c1ac26aae564173c26.js} +0 -0
- data/assets/js/{0.main.f7a234cedfef4096cecb.js.map → 0.main.44c1ac26aae564173c26.js.map} +1 -1
- data/assets/js/main.44c1ac26aae564173c26.css +5 -0
- data/assets/js/main.44c1ac26aae564173c26.css.map +1 -0
- data/assets/js/main.44c1ac26aae564173c26.js +1 -0
- data/assets/js/main.44c1ac26aae564173c26.js.map +1 -0
- metadata +15 -10
- data/_includes/accordeon/accordeon-column.html +0 -8
- data/_sass/social-palette.scss +0 -9
- data/assets/js/main.f7a234cedfef4096cecb.css +0 -5
- data/assets/js/main.f7a234cedfef4096cecb.css.map +0 -1
- data/assets/js/main.f7a234cedfef4096cecb.js +0 -1
- data/assets/js/main.f7a234cedfef4096cecb.js.map +0 -1
@@ -4,13 +4,10 @@
|
|
4
4
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
5
5
|
<a href="#toc" class="c-widget-accordion-link">
|
6
6
|
<span class="c-widget-accordion__title">Garant</span>
|
7
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon" aria-hidden="true">
|
8
|
-
<i class="fa fa-list"></i>
|
9
|
-
</span>
|
10
7
|
</a>
|
11
8
|
<div class="c-widget-accordion-content" data-tab-content="" id="toc">
|
12
9
|
{% assign garant = site.people | where:"uid",page.garant | first %}
|
13
|
-
{% include people/profile-badge.html item=garant style='card' viewMode='single' showDescription=false %}
|
10
|
+
{% include people/profile-badge.html item=garant style='card' viewMode='single' showDescription=false class='c-profile-badge--bottomalign' headlineClass='t-h6-super' %}
|
14
11
|
</div>
|
15
12
|
</li>
|
16
13
|
</ul>
|
@@ -1,16 +1,13 @@
|
|
1
1
|
<div class="o-section-block">
|
2
2
|
<ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
|
3
3
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
4
|
-
<a href="#" class="c-widget-accordion-link">
|
4
|
+
<a href="#" class="c-widget-accordion-link c-widget-accordion-link--nofill">
|
5
5
|
<span class="c-widget-accordion__title">Lidé</span>
|
6
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon c-widget-accordion__icon--bottom c-widget-accordion__icon--bottomPulled" aria-hidden="true">
|
7
|
-
<i class="fa fa-users fa-lg"></i>
|
8
|
-
</span>
|
9
6
|
</a>
|
10
7
|
<div class="c-widget-accordion-content" data-tab-content="">
|
11
8
|
{% assign persons = site.people | sample:3 %}
|
12
9
|
{% for person in persons %}
|
13
|
-
{% include people/profile-badge.html item=person style='card' headlineClass='t-
|
10
|
+
{% include people/profile-badge.html item=person style='card' showContactInfo=false class='c-profile-badge--stacked c-profile-badge--bottomalign' headlineClass='t-h6-super' %}
|
14
11
|
{% endfor %}
|
15
12
|
<div class="c-widget-accordion-content__cta">
|
16
13
|
{% assign peopleCol = site.collections | where: "label", "people" | first %}
|
@@ -2,11 +2,8 @@
|
|
2
2
|
<div class="o-section-block">
|
3
3
|
<ul class="c-widget-accordion" data-accordion="" data-allow-all-closed="true">
|
4
4
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
5
|
-
<a href="#" class="c-widget-accordion-link">
|
5
|
+
<a href="#" class="c-widget-accordion-link c-widget-accordion-link--nofill">
|
6
6
|
<span class="c-widget-accordion__title">Kontakt</span>
|
7
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon c-widget-accordion__icon--bottom c-widget-accordion__icon--bottomPulled" aria-hidden="true">
|
8
|
-
<i class="fa fa-users fa-lg"></i>
|
9
|
-
</span>
|
10
7
|
</a>
|
11
8
|
<div class="c-widget-accordion-content" data-tab-content="">
|
12
9
|
{% if page.mail %}<i class="fa fa-envelope-o"></i> <a class="c-emphasized-anchor" href="mailto:{{ page.mail }}">{{ page.mail }}</a><br/>{% endif %}
|
@@ -22,14 +19,14 @@
|
|
22
19
|
{% if page.profiles.report %}<i class="fa fa-file-text-o"></i> <a href="{{page.profiles.report}}">Report poslance</a><br/>{% endif %}
|
23
20
|
{% if page.asistenti %}
|
24
21
|
{% for asistent in page.asistenti %}
|
25
|
-
<hr />
|
22
|
+
<hr />
|
26
23
|
<h3>{{ asistent.position }}</h3>
|
27
24
|
<p>
|
28
25
|
<i class="fa fa-user-o"></i> {{asistent.name}}<br/>
|
29
26
|
{% if asistent.mail %}<i class="fa fa-envelope-o"></i> <a href="mailto:{{asistent.mail}}">{{asistent.mail}}</a><br/>{% endif %}
|
30
27
|
{% if asistent.tel %}<i class="fa fa-phone"></i> {{ main.tel }}<br/>{% endif %}
|
31
28
|
</p>
|
32
|
-
{% endfor %}
|
29
|
+
{% endfor %}
|
33
30
|
{% endif %}
|
34
31
|
{% if page.office %}
|
35
32
|
{% assign kancl = page.office | first %}
|
@@ -8,13 +8,10 @@
|
|
8
8
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
9
9
|
<a href="#toc" class="c-widget-accordion-link">
|
10
10
|
<span class="c-widget-accordion__title">{{ campaignGroup.title }}</span>
|
11
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon" aria-hidden="true">
|
12
|
-
<i class="fa fa-list"></i>
|
13
|
-
</span>
|
14
11
|
</a>
|
15
12
|
<div class="c-widget-accordion-content" data-tab-content="" id="toc">
|
16
13
|
{% for campaign in campaignGroup.campaigns %}
|
17
|
-
<
|
14
|
+
<h3 class="t-h5">{{ campaign.title }}</h3>
|
18
15
|
<ul class="c-widget-accordion-list">
|
19
16
|
<ul>
|
20
17
|
{% assign programSections = site.program | where: "campaignCategoryUid", campaign.categoryUid | sort:"order" %}
|
@@ -10,9 +10,6 @@ textbox:
|
|
10
10
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
11
11
|
<a href="#" class="c-widget-accordion-link">
|
12
12
|
<span class="c-widget-accordion__title">{% if page.textbox.title %} {{ page.textbox.title }}{% endif %}</span>
|
13
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon c-widget-accordion__icon--bottom hide-for-print" aria-hidden="true">
|
14
|
-
<i class="fa fa-quote-right fa-lg u-rotate-15"></i>
|
15
|
-
</span>
|
16
13
|
</a>
|
17
14
|
<div class="c-widget-accordion-content" data-tab-content="">
|
18
15
|
{{ page.textbox.text }}
|
@@ -3,9 +3,6 @@
|
|
3
3
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
4
4
|
<a href="#" class="c-widget-accordion-link">
|
5
5
|
<span class="c-widget-accordion__title">Twitter</span>
|
6
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon c-widget-accordion__icon--bottom" aria-hidden="true">
|
7
|
-
<i class="fa fa-twitter fa-lg"></i>
|
8
|
-
</span>
|
9
6
|
</a>
|
10
7
|
<div class="c-widget-accordion-content" data-tab-content="">
|
11
8
|
<a class="twitter-timeline" href="https://twitter.com/{{site.tw}}" data-height="520">Tweets by @{{site.tw}}</a>
|
@@ -3,9 +3,6 @@
|
|
3
3
|
<li class="c-widget-accordion-item is-active" data-accordion-item="">
|
4
4
|
<a href="#" class="c-widget-accordion-link">
|
5
5
|
<span class="c-widget-accordion__title">Videa</span>
|
6
|
-
<span class="c-widget-accordion__icon c-widget-accordion__icon c-widget-accordion__icon--bottom" aria-hidden="true">
|
7
|
-
<i class="fa fa-video-camera fa-lg u-rotate-345"></i>
|
8
|
-
</span>
|
9
6
|
</a>
|
10
7
|
<div class="c-widget-accordion-content" data-tab-content="">
|
11
8
|
<div class="c-widget-accordion-content-video">
|
@@ -12,7 +12,7 @@ layout: blank-article
|
|
12
12
|
{% endcapture %}
|
13
13
|
|
14
14
|
{% if candidates.number %}
|
15
|
-
<div class="c-corner-ribbon c-corner-ribbon--top-right">Volte č. {{ candidates.number }}!</div>
|
15
|
+
<div class="c-corner-ribbon c-corner-ribbon--top-right show-for-medium">Volte č. {{ candidates.number }}!</div>
|
16
16
|
{% endif %}
|
17
17
|
|
18
18
|
{% include page-header.html headline=headline content=headerContent %}
|
@@ -21,25 +21,20 @@ layout: blank-article
|
|
21
21
|
<div class="o-section">
|
22
22
|
<div class="row">
|
23
23
|
<div class="columns medium-8">
|
24
|
-
<div class="o-section-header">
|
25
|
-
<h3 class="o-section__heading
|
24
|
+
<div class="o-section-header o-section-header--bordered">
|
25
|
+
<h3 class="o-section__heading t-h2-super">Kandidátní listina</h3>
|
26
26
|
</div>
|
27
27
|
<div class="c-program-candidates">
|
28
28
|
|
29
29
|
{% assign leaderCandidate = site.people | where: "uid", candidates.leader.uid | first %}
|
30
|
-
{% include candidate-badge.html candidate=candidates.leader candidatePage=leaderCandidate
|
30
|
+
{% include candidate-badge.html candidate=candidates.leader candidatePage=leaderCandidate rank=1 %}
|
31
31
|
|
32
32
|
{% if candidates.head.size %}
|
33
|
-
<div class="c-program-candidates__others">
|
34
33
|
{% for candidate in candidates.head %}
|
35
34
|
{% assign candidatePage = site.people | where: "uid", candidate.uid | first %}
|
36
35
|
{% assign candidateRank = forloop.index | plus: 1 %}
|
37
|
-
{%
|
38
|
-
{% if loopindex == 1 %}<div class="c-program-candidates__row">{% endif %}
|
39
|
-
{% include candidate-badge.html candidate=candidate candidatePage=candidatePage leader=false rank=candidateRank %}
|
40
|
-
{% if loopindex == 0 or forloop.last %}</div>{% endif %}
|
36
|
+
{% include candidate-badge.html candidate=candidate candidatePage=candidatePage leader=false rank=candidateRank %}
|
41
37
|
{% endfor %}
|
42
|
-
</div>
|
43
38
|
{% endif %}
|
44
39
|
|
45
40
|
{% if candidates.tail.size > 0 %}
|
@@ -70,16 +65,16 @@ layout: blank-article
|
|
70
65
|
{% endif %}
|
71
66
|
</div>
|
72
67
|
<div class="columns medium-4">
|
73
|
-
<div class="o-section-header">
|
74
|
-
<h3 class="o-section__heading
|
68
|
+
<div class="o-section-header o-section-header--bordered">
|
69
|
+
<h3 class="o-section__heading t-h2-super">Program</h3>
|
75
70
|
</div>
|
76
71
|
<div class="c-program-items">
|
77
72
|
{% for category in programCategories %}
|
78
73
|
<div class="c-program-items__item">
|
79
|
-
<div class="c-program-items__item-wrap c-tile">
|
74
|
+
<div class="c-program-items__item-wrap c-tile c-tile--fill">
|
80
75
|
<div class="c-program-items__item-inner c-tile__body">
|
81
76
|
<a href="{{ category.url | relative_url }}">
|
82
|
-
<h3 class="c-program-items__item-title
|
77
|
+
<h3 class="c-program-items__item-title c-headline-anchor t-h4">{{ category.title }}</h3>
|
83
78
|
<p>{{ category.perex }}</p>
|
84
79
|
</a>
|
85
80
|
</div>
|
data/_layouts/contacts.html
CHANGED
@@ -3,7 +3,7 @@ layout: default
|
|
3
3
|
title: Kontaktní informace
|
4
4
|
---
|
5
5
|
|
6
|
-
<div class="row o-section-block
|
6
|
+
<div class="row o-section-block ">
|
7
7
|
<div class="medium-12 large-12 columns">
|
8
8
|
<section class="o-section">
|
9
9
|
<div class="o-section-inner">
|
@@ -17,12 +17,14 @@ title: Kontaktní informace
|
|
17
17
|
<div class="o-section-block o-section-block--fill">
|
18
18
|
<div class="u-cf">
|
19
19
|
<div class="medium-12 {% if page.contentSize == 'even' %}large-6{% else %}large-8{% endif %} columns o-section-mediumdown-divided-small">
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
<div itemprop="description" class="c-content-block c-emphasized-text">
|
21
|
+
{{ content }}
|
22
|
+
</div>
|
23
23
|
</div>
|
24
24
|
<div class="medium-12 {% if page.contentSize == 'even' %}large-6{% else %}large-4{% endif %} columns o-section-mediumdown-divided-small">
|
25
|
-
<
|
25
|
+
<div class="o-section-header o-section-header--indented">
|
26
|
+
<h2 class="t-h2-alt">Základní údaje</h2>
|
27
|
+
</div>
|
26
28
|
{% include contacts/summary-table.html %}
|
27
29
|
</div>
|
28
30
|
</div>
|
@@ -33,17 +35,18 @@ title: Kontaktní informace
|
|
33
35
|
</section>
|
34
36
|
</div>
|
35
37
|
</div>
|
36
|
-
<hr>
|
37
38
|
|
38
|
-
<div class="row o-section-block
|
39
|
+
<div class="row o-section-block">
|
39
40
|
<div class="medium-12 {% if page.contentSize == 'even' %}large-6{% else %}large-8{% endif %} columns">
|
40
41
|
<section class="o-section o-section--spaceBot">
|
42
|
+
<div class="o-section-header o-section-header--indented">
|
43
|
+
<h2 class="t-h2-alt">Kontaktní osoba</h2>
|
44
|
+
</div>
|
41
45
|
<div class="o-section-inner">
|
42
46
|
<div class="o-section-block">
|
43
|
-
<h2>Kontaktní osoba</h2>
|
44
47
|
{% assign contactPersons = site.people | where_exp: "item","item.categories contains 'kontaktni_osoba'" | sort:"ordpak" %}
|
45
48
|
{% for person in contactPersons %}
|
46
|
-
{% include people/profile-badge.html item=person imgSize='big' imgStyle='round'
|
49
|
+
{% include people/profile-badge.html item=person imgSize='big' imgStyle='round' class='c-profile-badge--centered' %}
|
47
50
|
{% endfor %}
|
48
51
|
</div>
|
49
52
|
</div>
|
@@ -53,9 +56,11 @@ title: Kontaktní informace
|
|
53
56
|
{% unless page.noresidence %}
|
54
57
|
<div class="medium-12 {% if page.contentSize == 'even' %}large-6{% else %}large-4{% endif %} columns">
|
55
58
|
<div class="o-section o-section--spaceBot">
|
59
|
+
<div class="o-section-header o-section-header--indented">
|
60
|
+
<h2 class="t-h2-alt">Sídlo a kontaktní centrum</h2>
|
61
|
+
</div>
|
56
62
|
<div class="o-section-inner">
|
57
63
|
<div class="o-section-block">
|
58
|
-
<h2>Sídlo a kontaktní centrum</h2>
|
59
64
|
{% include contacts/residence.html %}
|
60
65
|
</div>
|
61
66
|
</div>
|
data/_layouts/members.html
CHANGED
@@ -6,7 +6,7 @@ layout: default
|
|
6
6
|
|
7
7
|
{% if page.viewMode == 'grouped' %}
|
8
8
|
{% for group in page.groups %}
|
9
|
-
<div class="row o-section-block
|
9
|
+
<div class="row o-section-block">
|
10
10
|
<section class="large-12 columns">
|
11
11
|
{% assign team = site.people | where_exp: "item", "item.categories contains group.category" %}
|
12
12
|
{% if group.sort %}
|
@@ -14,7 +14,6 @@ layout: default
|
|
14
14
|
{% endif %}
|
15
15
|
{% include people/list-group.html team=team teamName=group.name teamShortcut=group.category %}
|
16
16
|
</section>
|
17
|
-
{% unless forloop.last %}<hr>{% endunless %}
|
18
17
|
</div>
|
19
18
|
{% endfor %}
|
20
19
|
{% else %}
|
@@ -28,7 +27,7 @@ layout: default
|
|
28
27
|
{% assign team = team | sort: page.sort %}
|
29
28
|
{% endif %}
|
30
29
|
|
31
|
-
<div class="row o-section-block
|
30
|
+
<div class="row o-section-block">
|
32
31
|
<section class="large-12 columns">
|
33
32
|
{% include people/list-responsive.html team=team %}
|
34
33
|
</section>
|
data/_layouts/person.html
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
---
|
2
|
-
layout:
|
2
|
+
layout: blank-article
|
3
3
|
---
|
4
4
|
|
5
|
-
<div class="c-emphasized-text">
|
6
|
-
|
5
|
+
<div class="c-emphasized-text c-person">
|
6
|
+
{% capture headline %}{% include people/fullname.html person=page %}{% endcapture %}
|
7
|
+
{% include page-header.html headline=headline content=content contentClass='c-person__content' %}
|
7
8
|
</div>
|
data/_layouts/post.html
CHANGED
@@ -54,7 +54,7 @@ layout: default
|
|
54
54
|
|
55
55
|
<div class="row o-section-block">
|
56
56
|
<div class="small-12 columns">
|
57
|
-
<div class="o-section
|
57
|
+
<div class="o-section">
|
58
58
|
<div class="">
|
59
59
|
<div class="o-section-block o-section-block--fill">
|
60
60
|
<div class="o-section-inner">
|
@@ -66,7 +66,7 @@ layout: default
|
|
66
66
|
|
67
67
|
<div class="medium-12 large-4 columns">
|
68
68
|
<div class="c-widget-share-box c-widget-share-box--mediumstacked">
|
69
|
-
<
|
69
|
+
<h2 class="c-widget-share-box-headline t-h4-alt">Sdílení je aktem lásky</h2>
|
70
70
|
<div class="c-widget-share-box-content">
|
71
71
|
|
72
72
|
<!-- https://mycyberuniverse.com/web/social-media-share-bar-jekyll-blog-website.html -->
|
data/_layouts/program-post.html
CHANGED
data/_sass/_base.scss
CHANGED
data/_sass/_fonts.scss
CHANGED
data/_sass/_settings.scss
CHANGED
@@ -57,7 +57,7 @@ $foundation-palette: (
|
|
57
57
|
dark: #343434
|
58
58
|
);
|
59
59
|
$light-gray: #f3f3f3;
|
60
|
-
$medium-gray: #
|
60
|
+
$medium-gray: #eaeaea;
|
61
61
|
$dark-gray: #8a8a8a;
|
62
62
|
$black: #0a0a0a;
|
63
63
|
$white: #fff;
|
@@ -67,8 +67,8 @@ $body-font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
|
|
67
67
|
$body-antialiased: true;
|
68
68
|
$global-margin: 1rem;
|
69
69
|
$global-padding: 1rem;
|
70
|
-
$global-weight-normal:
|
71
|
-
$global-weight-bold:
|
70
|
+
$global-weight-normal: 300;
|
71
|
+
$global-weight-bold: 700;
|
72
72
|
$global-radius: 0;
|
73
73
|
$global-text-direction: ltr;
|
74
74
|
$global-flexbox: false;
|
@@ -95,9 +95,9 @@ $breakpoint-classes: (small medium large);
|
|
95
95
|
$grid-row-width: $global-width;
|
96
96
|
$grid-column-count: 12;
|
97
97
|
$grid-column-gutter: (
|
98
|
-
small:
|
99
|
-
mobile:
|
100
|
-
medium:
|
98
|
+
small: 1.5rem,
|
99
|
+
mobile: 1.5rem,
|
100
|
+
medium: 3rem,
|
101
101
|
);
|
102
102
|
$grid-column-align-edge: true;
|
103
103
|
$block-grid-max: 8;
|
@@ -105,36 +105,141 @@ $block-grid-max: 8;
|
|
105
105
|
// 4. Base Typography
|
106
106
|
// ------------------
|
107
107
|
|
108
|
-
$
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
'
|
119
|
-
|
120
|
-
|
108
|
+
$text: (
|
109
|
+
weight: (
|
110
|
+
default: 300,
|
111
|
+
mid: 400,
|
112
|
+
bold: 700
|
113
|
+
),
|
114
|
+
);
|
115
|
+
|
116
|
+
$headers: (
|
117
|
+
super: (
|
118
|
+
family: "'Bebas Neue', Helvetica, Arial, sans-serif",
|
119
|
+
weight: bold,
|
120
|
+
letter-spacing: .005em,
|
121
|
+
variants: 'h1' 'h2' 'h3' 'h4' 'h5' 'h6',
|
122
|
+
sizes: (
|
123
|
+
small: (
|
124
|
+
'h1': 3.124rem,
|
125
|
+
'h2': 3.124rem,
|
126
|
+
'h3': 2.828rem,
|
127
|
+
'h4': 2.209rem,
|
128
|
+
'h5': 2rem,
|
129
|
+
'h6': 1.563rem,
|
130
|
+
),
|
131
|
+
medium: (
|
132
|
+
'h1': 3.874rem,
|
133
|
+
'h2': 3.124rem,
|
134
|
+
'h3': 2.74rem,
|
135
|
+
'h4': 2.209rem,
|
136
|
+
'h5': 1.938rem,
|
137
|
+
'h6': 1.563rem,
|
138
|
+
),
|
139
|
+
)
|
140
|
+
),
|
141
|
+
main: (
|
142
|
+
family: "'Roboto Condensed', Helvetica, Arial, sans-serif",
|
143
|
+
weight: 700,
|
144
|
+
variants: 'h1' 'h2' 'h3' 'h4' 'h5' 'h6',
|
145
|
+
sizes: (
|
146
|
+
small: (
|
147
|
+
'h1': 2.474rem,
|
148
|
+
'h2': 1.999rem,
|
149
|
+
'h3': 1.75rem,
|
150
|
+
'h4': 1.414rem,
|
151
|
+
'h5': 1.238rem,
|
152
|
+
'h6': 1rem,
|
153
|
+
),
|
154
|
+
medium: (
|
155
|
+
'h1': 2.474rem,
|
156
|
+
'h2': 1.999rem,
|
157
|
+
'h3': 1.75rem,
|
158
|
+
'h4': 1.414rem,
|
159
|
+
'h5': 1.238rem,
|
160
|
+
'h6': 1rem,
|
161
|
+
),
|
162
|
+
)
|
121
163
|
),
|
122
|
-
|
123
|
-
'
|
124
|
-
|
125
|
-
'h3'
|
126
|
-
|
127
|
-
|
128
|
-
|
164
|
+
sub: (
|
165
|
+
family: "'Roboto Condensed', Helvetica, Arial, sans-serif",
|
166
|
+
weight: 400,
|
167
|
+
variants: 'h1' 'h2' 'h3' 'h4' 'h5' 'h6',
|
168
|
+
sizes: (
|
169
|
+
small: (
|
170
|
+
'h1': 2.474rem,
|
171
|
+
'h2': 1.999rem,
|
172
|
+
'h3': 1.75rem,
|
173
|
+
'h4': 1.414rem,
|
174
|
+
'h5': 1.238rem,
|
175
|
+
'h6': 1rem,
|
176
|
+
),
|
177
|
+
medium: (
|
178
|
+
'h1': 2.474rem,
|
179
|
+
'h2': 1.999rem,
|
180
|
+
'h3': 1.75rem,
|
181
|
+
'h4': 1.414rem,
|
182
|
+
'h5': 1.238rem,
|
183
|
+
'h6': 1rem,
|
184
|
+
),
|
185
|
+
)
|
186
|
+
),
|
187
|
+
alt: (
|
188
|
+
family: "'Roboto Condensed', Helvetica, Arial, sans-serif",
|
189
|
+
weight: 300,
|
190
|
+
variants: 'h1' 'h2' 'h3' 'h4' 'h5' 'h6',
|
191
|
+
sizes: (
|
192
|
+
small: (
|
193
|
+
'h1': 2.474rem,
|
194
|
+
'h2': 1.999rem,
|
195
|
+
'h3': 1.75rem,
|
196
|
+
'h4': 1.414rem,
|
197
|
+
'h5': 1.238rem,
|
198
|
+
'h6': 1rem,
|
199
|
+
),
|
200
|
+
medium: (
|
201
|
+
'h1': 2.474rem,
|
202
|
+
'h2': 1.999rem,
|
203
|
+
'h3': 1.75rem,
|
204
|
+
'h4': 1.414rem,
|
205
|
+
'h5': 1.238rem,
|
206
|
+
'h6': 1rem,
|
207
|
+
),
|
208
|
+
)
|
129
209
|
),
|
130
210
|
);
|
211
|
+
|
212
|
+
// $header-font-family-super: 'Bebas Neue', Helvetica, Arial, sans-serif;
|
213
|
+
// $header-font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
|
214
|
+
// $header-font-family-sub: 'Bebas Neue Book', Helvetica, Arial, sans-serif;
|
215
|
+
// $header-font-weight: 700;
|
216
|
+
// $header-font-style: normal;
|
217
|
+
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;
|
218
|
+
// $header-sizes: (
|
219
|
+
// small: (
|
220
|
+
// 'h1': 1.953rem,
|
221
|
+
// 'h2': 1.563rem,
|
222
|
+
// 'h3': 1.25rem,
|
223
|
+
// 'h4': 1rem,
|
224
|
+
// 'h5': 0.8rem,
|
225
|
+
// 'h6': 0.64rem,
|
226
|
+
// ),
|
227
|
+
// medium: (
|
228
|
+
// 'h1': 37.897,
|
229
|
+
// 'h2': 28.430,
|
230
|
+
// 'h3': 21.328,
|
231
|
+
// 'h4': 16,
|
232
|
+
// 'h5': 12.003,
|
233
|
+
// 'h6': 9.004,
|
234
|
+
// ),
|
235
|
+
// );
|
131
236
|
$header-color: inherit;
|
132
237
|
$header-lineheight: 1.2;
|
133
238
|
$header-margin-bottom: 0.5rem;
|
134
239
|
$header-text-rendering: optimizeLegibility;
|
135
240
|
$small-font-size: 80%;
|
136
241
|
$header-small-font-color: $medium-gray;
|
137
|
-
$paragraph-lineheight: 1.
|
242
|
+
$paragraph-lineheight: 1.4;
|
138
243
|
$paragraph-margin-bottom: 1rem;
|
139
244
|
$paragraph-text-rendering: optimizeLegibility;
|
140
245
|
$code-color: $black;
|
@@ -171,6 +276,19 @@ $keystroke-padding: rem-calc(2 4 0);
|
|
171
276
|
$keystroke-radius: $global-radius;
|
172
277
|
$abbr-underline: 1px dotted $black;
|
173
278
|
|
279
|
+
$facebook-color: #1672b9;
|
280
|
+
$twitter-color: #91cfff;
|
281
|
+
$gplus-color: #cc0303;
|
282
|
+
$instagram-color: #d10869;
|
283
|
+
$pinterest-color: #cb2027;
|
284
|
+
$tumblr-color: #32506d;
|
285
|
+
$reddit-color: #ff4500;
|
286
|
+
$linkedin-color: #007bb5;
|
287
|
+
$envelope-color: #444444;
|
288
|
+
|
289
|
+
$ternary-color: lighten($primary-color, 13%);
|
290
|
+
$rbar-accent-color: $ternary-color;
|
291
|
+
|
174
292
|
// 5. Typography Helpers
|
175
293
|
// ---------------------
|
176
294
|
|
@@ -240,8 +358,8 @@ $breadcrumbs-item-slash: true;
|
|
240
358
|
$button-padding: 0.85em 1em;
|
241
359
|
$button-margin: 0 0 $global-margin 0;
|
242
360
|
$button-fill: solid;
|
243
|
-
$button-background: $
|
244
|
-
$button-background-hover:
|
361
|
+
$button-background: $dark-gray;
|
362
|
+
$button-background-hover: $ternary-color;
|
245
363
|
$button-color: $white;
|
246
364
|
$button-color-alt: $black;
|
247
365
|
$button-radius: $global-radius;
|