jekyll-theme-pirati 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/LICENSE.txt +21 -0
- data/README.md +55 -0
- data/_includes/accordeon/accordeon-column.html +8 -0
- data/_includes/accordeon/accordeon.html +12 -0
- data/_includes/article-list/featured_article.html +55 -0
- data/_includes/article-list/list-3col.html +55 -0
- data/_includes/article-list/pagination.html +36 -0
- data/_includes/article-list/standard_article.html +45 -0
- data/_includes/disqus_comments.html +20 -0
- data/_includes/footer.html +23 -0
- data/_includes/google-analytics.html +12 -0
- data/_includes/head.html +60 -0
- data/_includes/header.html +115 -0
- data/_includes/icon-github.html +1 -0
- data/_includes/icon-github.svg +1 -0
- data/_includes/icon-twitter.html +1 -0
- data/_includes/icon-twitter.svg +1 -0
- data/_includes/js/custom.js +245 -0
- data/_includes/js/fb.js +15 -0
- data/_includes/js/main.html +18 -0
- data/_includes/js/piwik.js +11 -0
- data/_includes/js/tw.js +15 -0
- data/_includes/people/item.html +31 -0
- data/_includes/people/list-2col.html +25 -0
- data/_includes/right-bar/bar_cal.html +15 -0
- data/_includes/right-bar/bar_fb.html +23 -0
- data/_includes/right-bar/bar_foto.html +20 -0
- data/_includes/right-bar/bar_map.html +37 -0
- data/_includes/right-bar/bar_people.html +25 -0
- data/_includes/right-bar/bar_program.html +35 -0
- data/_includes/right-bar/bar_teams_summary.html +22 -0
- data/_includes/right-bar/bar_teams_toc.html +31 -0
- data/_includes/right-bar/bar_textbox.html +23 -0
- data/_includes/right-bar/bar_toc.html +77 -0
- data/_includes/right-bar/bar_tw.html +16 -0
- data/_includes/right-bar/bar_video.html +23 -0
- data/_includes/right-bar/rbar.html +39 -0
- data/_includes/right-bar/social-bar.html +16 -0
- data/_includes/social.html +14 -0
- data/_includes/submenu.html +22 -0
- data/_includes/title/title_header.html +9 -0
- data/_layouts/blank.html +14 -0
- data/_layouts/compress.html +10 -0
- data/_layouts/default.html +23 -0
- data/_layouts/home.html +34 -0
- data/_layouts/page.html +34 -0
- data/_layouts/post.html +110 -0
- data/_layouts/redirected.html +13 -0
- data/_layouts/team.html +45 -0
- data/_sass/_base.scss +24 -0
- data/_sass/_settings.scss +569 -0
- data/_sass/_sprites.scss +0 -0
- data/_sass/components/BasicPage.scss +464 -0
- data/_sass/components/BlogPosting.scss +274 -0
- data/_sass/components/Person.scss +42 -0
- data/_sass/components/Slider.scss +0 -0
- data/_sass/components/banner.scss +75 -0
- data/_sass/components/blockquote.scss +53 -0
- data/_sass/components/card.scss +154 -0
- data/_sass/components/contact-bar.scss +93 -0
- data/_sass/components/content-card.scss +31 -0
- data/_sass/components/cta-button.scss +54 -0
- data/_sass/components/header-bar.scss +108 -0
- data/_sass/components/hero.scss +164 -0
- data/_sass/components/highlight.scss +60 -0
- data/_sass/components/icon.scss +25 -0
- data/_sass/components/pagination.scss +75 -0
- data/_sass/components/pripoj-se.scss +97 -0
- data/_sass/components/scroll-top.scss +32 -0
- data/_sass/components/simple-accordion.scss +85 -0
- data/_sass/components/tag.scss +30 -0
- data/_sass/components/top-bar.scss +492 -0
- data/_sass/components/top-sub-nav.scss +186 -0
- data/_sass/components/vertical-navigation.scss +68 -0
- data/_sass/components/welcome-header.scss +188 -0
- data/_sass/components/widget-accordion.scss +293 -0
- data/_sass/components/widget-share-box.scss +57 -0
- data/_sass/components/widget-simple-text.scss +15 -0
- data/_sass/foundation/_global.scss +638 -0
- data/_sass/foundation/components/_accordion-menu.scss +32 -0
- data/_sass/foundation/components/_accordion.scss +129 -0
- data/_sass/foundation/components/_badge.scss +55 -0
- data/_sass/foundation/components/_breadcrumbs.scss +95 -0
- data/_sass/foundation/components/_button-group.scss +195 -0
- data/_sass/foundation/components/_button.scss +265 -0
- data/_sass/foundation/components/_callout.scss +105 -0
- data/_sass/foundation/components/_close-button.scss +61 -0
- data/_sass/foundation/components/_drilldown.scss +79 -0
- data/_sass/foundation/components/_dropdown-menu.scss +221 -0
- data/_sass/foundation/components/_dropdown.scss +65 -0
- data/_sass/foundation/components/_flex-video.scss +63 -0
- data/_sass/foundation/components/_flex.scss +28 -0
- data/_sass/foundation/components/_float.scss +27 -0
- data/_sass/foundation/components/_label.scss +55 -0
- data/_sass/foundation/components/_media-object.scss +115 -0
- data/_sass/foundation/components/_menu-icon.scss +9 -0
- data/_sass/foundation/components/_menu.scss +314 -0
- data/_sass/foundation/components/_off-canvas.scss +177 -0
- data/_sass/foundation/components/_orbit.scss +193 -0
- data/_sass/foundation/components/_pagination.scss +162 -0
- data/_sass/foundation/components/_progress-bar.scss +64 -0
- data/_sass/foundation/components/_reveal.scss +172 -0
- data/_sass/foundation/components/_slider.scss +133 -0
- data/_sass/foundation/components/_sticky.scss +38 -0
- data/_sass/foundation/components/_switch.scss +232 -0
- data/_sass/foundation/components/_table.scss +234 -0
- data/_sass/foundation/components/_tabs.scss +165 -0
- data/_sass/foundation/components/_thumbnail.scss +54 -0
- data/_sass/foundation/components/_title-bar.scss +89 -0
- data/_sass/foundation/components/_tooltip.scss +104 -0
- data/_sass/foundation/components/_top-bar.scss +168 -0
- data/_sass/foundation/components/_visibility.scss +132 -0
- data/_sass/foundation/forms/_checkbox.scss +40 -0
- data/_sass/foundation/forms/_error.scss +84 -0
- data/_sass/foundation/forms/_fieldset.scss +54 -0
- data/_sass/foundation/forms/_forms.scss +34 -0
- data/_sass/foundation/forms/_help-text.scss +30 -0
- data/_sass/foundation/forms/_input-group.scss +128 -0
- data/_sass/foundation/forms/_label.scss +48 -0
- data/_sass/foundation/forms/_meter.scss +109 -0
- data/_sass/foundation/forms/_progress.scss +85 -0
- data/_sass/foundation/forms/_range.scss +144 -0
- data/_sass/foundation/forms/_select.scss +67 -0
- data/_sass/foundation/forms/_text.scss +163 -0
- data/_sass/foundation/foundation.scss +102 -0
- data/_sass/foundation/grid/_classes.scss +151 -0
- data/_sass/foundation/grid/_column.scss +126 -0
- data/_sass/foundation/grid/_flex-grid.scss +274 -0
- data/_sass/foundation/grid/_grid.scss +60 -0
- data/_sass/foundation/grid/_gutter.scss +34 -0
- data/_sass/foundation/grid/_layout.scss +51 -0
- data/_sass/foundation/grid/_position.scss +73 -0
- data/_sass/foundation/grid/_row.scss +95 -0
- data/_sass/foundation/grid/_size.scss +24 -0
- data/_sass/foundation/settings/_settings.scss +567 -0
- data/_sass/foundation/typography/_alignment.scss +22 -0
- data/_sass/foundation/typography/_base.scss +443 -0
- data/_sass/foundation/typography/_helpers.scss +77 -0
- data/_sass/foundation/typography/_print.scss +77 -0
- data/_sass/foundation/typography/_typography.scss +28 -0
- data/_sass/foundation/util/_breakpoint.scss +275 -0
- data/_sass/foundation/util/_color.scss +60 -0
- data/_sass/foundation/util/_flex.scss +68 -0
- data/_sass/foundation/util/_mixins.scss +235 -0
- data/_sass/foundation/util/_selector.scss +40 -0
- data/_sass/foundation/util/_unit.scss +90 -0
- data/_sass/foundation/util/_util.scss +11 -0
- data/_sass/foundation/util/_value.scss +107 -0
- data/_sass/main.scss +40 -0
- data/_sass/minima.scss +51 -0
- data/_sass/minima/_base.scss +254 -0
- data/_sass/minima/_layout.scss +255 -0
- data/_sass/minima/_syntax-highlighting.scss +71 -0
- data/_sass/objects/media.scss +55 -0
- data/_sass/objects/section.scss +247 -0
- data/_sass/objects/space.scss +7 -0
- data/_sass/scroll-top.scss +31 -0
- data/_sass/utilities/utilities.scss +190 -0
- data/assets/css/main.scss +110 -0
- data/assets/favicon/apple-touch-icon-114x114.png +0 -0
- data/assets/favicon/apple-touch-icon-120x120.png +0 -0
- data/assets/favicon/apple-touch-icon-144x144.png +0 -0
- data/assets/favicon/apple-touch-icon-152x152.png +0 -0
- data/assets/favicon/apple-touch-icon-57x57.png +0 -0
- data/assets/favicon/apple-touch-icon-60x60.png +0 -0
- data/assets/favicon/apple-touch-icon-72x72.png +0 -0
- data/assets/favicon/apple-touch-icon-76x76.png +0 -0
- data/assets/favicon/favicon-128.png +0 -0
- data/assets/favicon/favicon-16x16.png +0 -0
- data/assets/favicon/favicon-196x196.png +0 -0
- data/assets/favicon/favicon-32x32.png +0 -0
- data/assets/favicon/favicon-96x96.png +0 -0
- data/assets/favicon/favicon.ico +0 -0
- data/assets/favicon/mstile-144x144.png +0 -0
- data/assets/favicon/mstile-150x150.png +0 -0
- data/assets/favicon/mstile-310x150.png +0 -0
- data/assets/favicon/mstile-310x310.png +0 -0
- data/assets/favicon/mstile-70x70.png +0 -0
- data/assets/fonts/bebasneue_regular-webfont.eot +0 -0
- data/assets/fonts/bebasneue_regular-webfont.svg +3906 -0
- data/assets/fonts/bebasneue_regular-webfont.ttf +0 -0
- data/assets/fonts/bebasneue_regular-webfont.woff +0 -0
- data/assets/fonts/bebasneue_regular-webfont.woff2 +0 -0
- data/assets/icons/blog.png +0 -0
- data/assets/icons/compass.png +0 -0
- data/assets/icons/facebook.png +0 -0
- data/assets/icons/github.png +0 -0
- data/assets/icons/googleplus.png +0 -0
- data/assets/icons/instagram.png +0 -0
- data/assets/icons/linkedin.png +0 -0
- data/assets/icons/pinterest.png +0 -0
- data/assets/icons/piratewiki.png +0 -0
- data/assets/icons/redmine.png +0 -0
- data/assets/icons/twitter.png +0 -0
- data/assets/icons/vkontakte.png +0 -0
- data/assets/icons/youtube.png +0 -0
- data/assets/img/brand/logo-group.png +0 -0
- data/assets/img/brand/logo-group.svg +27 -0
- data/assets/img/brand/logo-round.png +0 -0
- data/assets/img/brand/logo-round.svg +104 -0
- data/assets/img/brand/logo.ai +5083 -16
- data/assets/img/brand/logo.pdf +1405 -4
- data/assets/img/brand/logo.png +0 -0
- data/assets/img/brand/logo.svg +10 -0
- data/assets/img/brand/logo_easy.png +0 -0
- data/assets/img/brand/logo_napis.ai +5003 -21
- data/assets/img/brand/logo_napis.pdf +1482 -3
- data/assets/img/brand/logo_napis.png +0 -0
- data/assets/img/brand/logo_napis.svg +48 -0
- data/assets/img/brand/logo_napis_male.png +0 -0
- data/assets/img/brand/logo_napis_white.ai +5106 -16
- data/assets/img/brand/logo_napis_white.pdf +1532 -2
- data/assets/img/brand/logo_napis_white.png +0 -0
- data/assets/img/brand/logo_napis_white.svg +51 -0
- data/assets/img/brand/logo_white.ai +5194 -23
- data/assets/img/brand/logo_white.pdf +1388 -4
- data/assets/img/brand/logo_white.png +0 -0
- data/assets/img/brand/logo_white.svg +14 -0
- data/assets/img/brand/logotyp_email.png +0 -0
- data/assets/img/brand/logow.svg +19 -0
- data/assets/img/header/background.jpg +0 -0
- data/assets/img/people/jakub-pirat.jpg +0 -0
- data/assets/img/posts/obrazek.u.tohoto.postu.jpg +0 -0
- data/assets/img/tiles/lightGrey.png +0 -0
- data/assets/img/tiles/tableOfContent.png +0 -0
- data/assets/js/common-libs.min.js +1 -0
- data/assets/js/custom.min.js +1 -0
- data/assets/people/piratska-strana.png +0 -0
- data/assets/people/ppp.jpg +0 -0
- metadata +316 -0
@@ -0,0 +1,22 @@
|
|
1
|
+
// Foundation for Sites by ZURB
|
2
|
+
// foundation.zurb.com
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
@mixin foundation-text-alignment {
|
6
|
+
@each $size in $breakpoint-classes {
|
7
|
+
@include breakpoint($size) {
|
8
|
+
@each $align in (left, right, center, justify) {
|
9
|
+
@if $size != $-zf-zero-breakpoint {
|
10
|
+
.#{$size}-text-#{$align} {
|
11
|
+
text-align: $align;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
@else {
|
15
|
+
.text-#{$align} {
|
16
|
+
text-align: $align;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
@@ -0,0 +1,443 @@
|
|
1
|
+
// Foundation for Sites by ZURB
|
2
|
+
// foundation.zurb.com
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
////
|
6
|
+
/// @group typography-base
|
7
|
+
////
|
8
|
+
|
9
|
+
// Base Typography
|
10
|
+
// - - - - - - - - - - - - - - -
|
11
|
+
// These are styles applied to basic HTML tags, including:
|
12
|
+
// - Paragraphs <p>
|
13
|
+
// - Bold/italics <b> <strong> <i> <em>
|
14
|
+
// - Small text <small>
|
15
|
+
// - Headings <h1>—<h6>
|
16
|
+
// - Anchors <a>
|
17
|
+
// - Dividers <hr>
|
18
|
+
// - Lists <ul> <ol> <dl>
|
19
|
+
// - Blockquotes <blockquote>
|
20
|
+
// - Code blocks <code>
|
21
|
+
// - Abbreviations <abbr>
|
22
|
+
// - Citations <cite>
|
23
|
+
// - Keystrokes <kbd>
|
24
|
+
|
25
|
+
/// Font family for header elements.
|
26
|
+
/// @type String | List
|
27
|
+
$header-font-family: $body-font-family !default;
|
28
|
+
|
29
|
+
/// Font weight of headers.
|
30
|
+
/// @type String
|
31
|
+
$header-font-weight: $global-weight-normal !default;
|
32
|
+
|
33
|
+
/// Font style (e.g. italicized) of headers.
|
34
|
+
/// @type String
|
35
|
+
$header-font-style: normal !default;
|
36
|
+
|
37
|
+
/// Font stack used for elements that use monospaced type, such as code samples
|
38
|
+
/// @type String | List
|
39
|
+
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace !default;
|
40
|
+
|
41
|
+
/// Sizes of headings at various screen sizes. Each key is a breakpoint, and each value is a map of heading sizes.
|
42
|
+
/// @type Map
|
43
|
+
$header-sizes: (
|
44
|
+
small: (
|
45
|
+
'h1': 24,
|
46
|
+
'h2': 20,
|
47
|
+
'h3': 19,
|
48
|
+
'h4': 18,
|
49
|
+
'h5': 17,
|
50
|
+
'h6': 16,
|
51
|
+
),
|
52
|
+
medium: (
|
53
|
+
'h1': 48,
|
54
|
+
'h2': 40,
|
55
|
+
'h3': 31,
|
56
|
+
'h4': 25,
|
57
|
+
'h5': 20,
|
58
|
+
'h6': 16,
|
59
|
+
),
|
60
|
+
) !default;
|
61
|
+
|
62
|
+
/// Color of headers.
|
63
|
+
/// @type Color
|
64
|
+
$header-color: inherit !default;
|
65
|
+
|
66
|
+
/// Line height of headers.
|
67
|
+
/// @type Number
|
68
|
+
$header-lineheight: 1.4 !default;
|
69
|
+
|
70
|
+
/// Bottom margin of headers.
|
71
|
+
/// @type Number
|
72
|
+
$header-margin-bottom: 0.5rem !default;
|
73
|
+
|
74
|
+
/// Text rendering method of headers.
|
75
|
+
/// @type String
|
76
|
+
$header-text-rendering: optimizeLegibility !default;
|
77
|
+
|
78
|
+
/// Font size of `<small>` elements.
|
79
|
+
/// @type Number
|
80
|
+
$small-font-size: 80% !default;
|
81
|
+
|
82
|
+
/// Color of `<small>` elements when placed inside headers.
|
83
|
+
/// @type Color
|
84
|
+
$header-small-font-color: $medium-gray !default;
|
85
|
+
|
86
|
+
/// Line height of text inside `<p>` elements.
|
87
|
+
/// @type Number
|
88
|
+
$paragraph-lineheight: 1.6 !default;
|
89
|
+
|
90
|
+
/// Bottom margin of paragraphs.
|
91
|
+
/// @type Number
|
92
|
+
$paragraph-margin-bottom: 1rem !default;
|
93
|
+
|
94
|
+
/// Text rendering method for paragraph text.
|
95
|
+
/// @type String
|
96
|
+
$paragraph-text-rendering: optimizeLegibility !default;
|
97
|
+
|
98
|
+
/// Text color of code samples.
|
99
|
+
/// @type Color
|
100
|
+
$code-color: $black !default;
|
101
|
+
|
102
|
+
/// Font family of code samples.
|
103
|
+
/// @type String | List
|
104
|
+
$code-font-family: $font-family-monospace !default;
|
105
|
+
|
106
|
+
/// Font weight of text in code samples.
|
107
|
+
/// @type String
|
108
|
+
$code-font-weight: $global-weight-normal !default;
|
109
|
+
|
110
|
+
/// Background color of code samples.
|
111
|
+
/// @type Color
|
112
|
+
$code-background: $light-gray !default;
|
113
|
+
|
114
|
+
/// Border around code samples.
|
115
|
+
/// @type List
|
116
|
+
$code-border: 1px solid $medium-gray !default;
|
117
|
+
|
118
|
+
/// Padding around text of code samples.
|
119
|
+
/// @type Number | List
|
120
|
+
$code-padding: rem-calc(2 5 1) !default;
|
121
|
+
|
122
|
+
/// Default color for links.
|
123
|
+
/// @type Color
|
124
|
+
$anchor-color: $primary-color !default;
|
125
|
+
|
126
|
+
/// Default color for links on hover.
|
127
|
+
/// @type Color
|
128
|
+
$anchor-color-hover: scale-color($anchor-color, $lightness: -14%) !default;
|
129
|
+
|
130
|
+
/// Default text deocration for links.
|
131
|
+
/// @type String
|
132
|
+
$anchor-text-decoration: none !default;
|
133
|
+
|
134
|
+
/// Default text decoration for links on hover.
|
135
|
+
/// @type String
|
136
|
+
$anchor-text-decoration-hover: none !default;
|
137
|
+
|
138
|
+
/// Maximum width of a divider.
|
139
|
+
/// @type Number
|
140
|
+
$hr-width: $global-width !default;
|
141
|
+
|
142
|
+
/// Default border for a divider.
|
143
|
+
/// @type List
|
144
|
+
$hr-border: 1px solid $medium-gray !default;
|
145
|
+
|
146
|
+
/// Default margin for a divider.
|
147
|
+
/// @type Number | List
|
148
|
+
$hr-margin: rem-calc(20) auto !default;
|
149
|
+
|
150
|
+
/// Line height for items in a list.
|
151
|
+
/// @type Number
|
152
|
+
$list-lineheight: $paragraph-lineheight !default;
|
153
|
+
|
154
|
+
/// Bottom margin for items in a list.
|
155
|
+
/// @type Number
|
156
|
+
$list-margin-bottom: $paragraph-margin-bottom !default;
|
157
|
+
|
158
|
+
/// Bullet type to use for unordered lists (e.g., `square`, `circle`, `disc`).
|
159
|
+
/// @type String
|
160
|
+
$list-style-type: disc !default;
|
161
|
+
|
162
|
+
/// Positioning for bullets on unordered list items.
|
163
|
+
/// @type String
|
164
|
+
$list-style-position: outside !default;
|
165
|
+
|
166
|
+
/// Left (or right) margin for lists.
|
167
|
+
/// @type Number
|
168
|
+
$list-side-margin: 1.25rem !default;
|
169
|
+
|
170
|
+
/// Left (or right) margin for a list inside a list.
|
171
|
+
/// @type Number
|
172
|
+
$list-nested-side-margin: 1.25rem !default;
|
173
|
+
|
174
|
+
/// Bottom margin for `<dl>` elements.
|
175
|
+
/// @type Number
|
176
|
+
$defnlist-margin-bottom: 1rem !default;
|
177
|
+
|
178
|
+
/// Font weight for `<dt>` elements.
|
179
|
+
/// @type String
|
180
|
+
$defnlist-term-weight: $global-weight-bold !default;
|
181
|
+
|
182
|
+
/// Spacing between `<dt>` and `<dd>` elements.
|
183
|
+
/// @type Number
|
184
|
+
$defnlist-term-margin-bottom: 0.3rem !default;
|
185
|
+
|
186
|
+
/// Text color of `<blockquote>` elements.
|
187
|
+
/// @type Color
|
188
|
+
$blockquote-color: $dark-gray !default;
|
189
|
+
|
190
|
+
/// Padding inside a `<blockquote>` element.
|
191
|
+
/// @type Number | List
|
192
|
+
$blockquote-padding: rem-calc(9 20 0 19) !default;
|
193
|
+
|
194
|
+
/// Side border for `<blockquote>` elements.
|
195
|
+
/// @type List
|
196
|
+
$blockquote-border: 1px solid $medium-gray !default;
|
197
|
+
|
198
|
+
/// Font size for `<cite>` elements.
|
199
|
+
/// @type Number
|
200
|
+
$cite-font-size: rem-calc(13) !default;
|
201
|
+
|
202
|
+
/// Text color for `<cite>` elements.
|
203
|
+
/// @type Color
|
204
|
+
$cite-color: $dark-gray !default;
|
205
|
+
|
206
|
+
/// Font family for `<kbd>` elements.
|
207
|
+
/// @type String | List
|
208
|
+
$keystroke-font: $font-family-monospace !default;
|
209
|
+
|
210
|
+
/// Text color for `<kbd>` elements.
|
211
|
+
/// @type Color
|
212
|
+
$keystroke-color: $black !default;
|
213
|
+
|
214
|
+
/// Background color for `<kbd>` elements.
|
215
|
+
/// @type Color
|
216
|
+
$keystroke-background: $light-gray !default;
|
217
|
+
|
218
|
+
/// Padding for `<kbd>` elements.
|
219
|
+
/// @type Number | List
|
220
|
+
$keystroke-padding: rem-calc(2 4 0) !default;
|
221
|
+
|
222
|
+
/// Border radius for `<kbd>` elements.
|
223
|
+
/// @type Number | List
|
224
|
+
$keystroke-radius: $global-radius !default;
|
225
|
+
|
226
|
+
/// Bottom border style for `<abbr>` elements.
|
227
|
+
/// @type List
|
228
|
+
$abbr-underline: 1px dotted $black !default;
|
229
|
+
|
230
|
+
@mixin foundation-typography-base {
|
231
|
+
// Typography resets
|
232
|
+
div,
|
233
|
+
dl,
|
234
|
+
dt,
|
235
|
+
dd,
|
236
|
+
ul,
|
237
|
+
ol,
|
238
|
+
li,
|
239
|
+
h1,
|
240
|
+
h2,
|
241
|
+
h3,
|
242
|
+
h4,
|
243
|
+
h5,
|
244
|
+
h6,
|
245
|
+
pre,
|
246
|
+
form,
|
247
|
+
p,
|
248
|
+
blockquote,
|
249
|
+
th,
|
250
|
+
td {
|
251
|
+
margin: 0;
|
252
|
+
padding: 0;
|
253
|
+
}
|
254
|
+
|
255
|
+
// Paragraphs
|
256
|
+
p {
|
257
|
+
font-size: inherit;
|
258
|
+
line-height: $paragraph-lineheight;
|
259
|
+
margin-bottom: $paragraph-margin-bottom;
|
260
|
+
text-rendering: $paragraph-text-rendering;
|
261
|
+
}
|
262
|
+
|
263
|
+
// Emphasized text
|
264
|
+
em,
|
265
|
+
i {
|
266
|
+
font-style: italic;
|
267
|
+
line-height: inherit;
|
268
|
+
}
|
269
|
+
|
270
|
+
// Strong text
|
271
|
+
strong,
|
272
|
+
b {
|
273
|
+
font-weight: $global-weight-bold;
|
274
|
+
line-height: inherit;
|
275
|
+
}
|
276
|
+
|
277
|
+
// Small text
|
278
|
+
small {
|
279
|
+
font-size: $small-font-size;
|
280
|
+
line-height: inherit;
|
281
|
+
}
|
282
|
+
|
283
|
+
// Headings
|
284
|
+
h1,
|
285
|
+
h2,
|
286
|
+
h3,
|
287
|
+
h4,
|
288
|
+
h5,
|
289
|
+
h6 {
|
290
|
+
font-family: $header-font-family;
|
291
|
+
font-weight: $header-font-weight;
|
292
|
+
font-style: $header-font-style;
|
293
|
+
color: $header-color;
|
294
|
+
text-rendering: $header-text-rendering;
|
295
|
+
margin-top: 0;
|
296
|
+
margin-bottom: $header-margin-bottom;
|
297
|
+
line-height: $header-lineheight;
|
298
|
+
|
299
|
+
small {
|
300
|
+
color: $header-small-font-color;
|
301
|
+
line-height: 0;
|
302
|
+
}
|
303
|
+
}
|
304
|
+
|
305
|
+
// Heading sizes
|
306
|
+
@each $size, $headers in $header-sizes {
|
307
|
+
@include breakpoint($size) {
|
308
|
+
@each $header, $font-size in $headers {
|
309
|
+
#{$header} {
|
310
|
+
font-size: rem-calc($font-size);
|
311
|
+
}
|
312
|
+
}
|
313
|
+
}
|
314
|
+
}
|
315
|
+
|
316
|
+
// Links
|
317
|
+
a {
|
318
|
+
color: $anchor-color;
|
319
|
+
text-decoration: $anchor-text-decoration;
|
320
|
+
line-height: inherit;
|
321
|
+
cursor: pointer;
|
322
|
+
|
323
|
+
&:hover,
|
324
|
+
&:focus {
|
325
|
+
color: $anchor-color-hover;
|
326
|
+
@if $anchor-text-decoration-hover != $anchor-text-decoration {
|
327
|
+
text-decoration: $anchor-text-decoration-hover;
|
328
|
+
}
|
329
|
+
}
|
330
|
+
|
331
|
+
img {
|
332
|
+
border: 0;
|
333
|
+
}
|
334
|
+
}
|
335
|
+
|
336
|
+
// Horizontal rule
|
337
|
+
hr {
|
338
|
+
max-width: $hr-width;
|
339
|
+
height: 0;
|
340
|
+
border-right: 0;
|
341
|
+
border-top: 0;
|
342
|
+
border-bottom: $hr-border;
|
343
|
+
border-left: 0;
|
344
|
+
margin: $hr-margin;
|
345
|
+
clear: both;
|
346
|
+
}
|
347
|
+
|
348
|
+
// Lists
|
349
|
+
ul,
|
350
|
+
ol,
|
351
|
+
dl {
|
352
|
+
line-height: $list-lineheight;
|
353
|
+
margin-bottom: $list-margin-bottom;
|
354
|
+
list-style-position: $list-style-position;
|
355
|
+
}
|
356
|
+
|
357
|
+
// List items
|
358
|
+
li {
|
359
|
+
font-size: inherit;
|
360
|
+
}
|
361
|
+
|
362
|
+
// Unordered lists
|
363
|
+
ul {
|
364
|
+
list-style-type: $list-style-type;
|
365
|
+
margin-#{$global-left}: $list-side-margin;
|
366
|
+
}
|
367
|
+
|
368
|
+
// Ordered lists
|
369
|
+
ol {
|
370
|
+
margin-#{$global-left}: $list-side-margin;
|
371
|
+
}
|
372
|
+
|
373
|
+
// Nested unordered/ordered lists
|
374
|
+
ul, ol {
|
375
|
+
& & {
|
376
|
+
margin-#{$global-left}: $list-nested-side-margin;
|
377
|
+
margin-bottom: 0;
|
378
|
+
}
|
379
|
+
}
|
380
|
+
|
381
|
+
// Definition lists
|
382
|
+
dl {
|
383
|
+
margin-bottom: $defnlist-margin-bottom;
|
384
|
+
|
385
|
+
dt {
|
386
|
+
margin-bottom: $defnlist-term-margin-bottom;
|
387
|
+
font-weight: $defnlist-term-weight;
|
388
|
+
}
|
389
|
+
}
|
390
|
+
|
391
|
+
// Blockquotes
|
392
|
+
blockquote {
|
393
|
+
margin: 0 0 $paragraph-margin-bottom;
|
394
|
+
padding: $blockquote-padding;
|
395
|
+
border-#{$global-left}: $blockquote-border;
|
396
|
+
|
397
|
+
&, p {
|
398
|
+
line-height: $paragraph-lineheight;
|
399
|
+
color: $blockquote-color;
|
400
|
+
}
|
401
|
+
}
|
402
|
+
|
403
|
+
// Citations
|
404
|
+
cite {
|
405
|
+
display: block;
|
406
|
+
font-size: $cite-font-size;
|
407
|
+
color: $cite-color;
|
408
|
+
|
409
|
+
&:before {
|
410
|
+
content: '\2014 \0020';
|
411
|
+
}
|
412
|
+
}
|
413
|
+
|
414
|
+
// Abbreviations
|
415
|
+
abbr {
|
416
|
+
color: $body-font-color;
|
417
|
+
cursor: help;
|
418
|
+
border-bottom: $abbr-underline;
|
419
|
+
}
|
420
|
+
|
421
|
+
// Code
|
422
|
+
code {
|
423
|
+
font-family: $code-font-family;
|
424
|
+
font-weight: $code-font-weight;
|
425
|
+
color: $code-color;
|
426
|
+
background-color: $code-background;
|
427
|
+
border: $code-border;
|
428
|
+
padding: $code-padding;
|
429
|
+
}
|
430
|
+
|
431
|
+
// Keystrokes
|
432
|
+
kbd {
|
433
|
+
padding: $keystroke-padding;
|
434
|
+
margin: 0;
|
435
|
+
background-color: $keystroke-background;
|
436
|
+
color: $keystroke-color;
|
437
|
+
font-family: $keystroke-font;
|
438
|
+
|
439
|
+
@if has-value($keystroke-radius) {
|
440
|
+
border-radius: $keystroke-radius;
|
441
|
+
}
|
442
|
+
}
|
443
|
+
}
|