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,255 @@
|
|
1
|
+
/**
|
2
|
+
* Site header
|
3
|
+
*/
|
4
|
+
.site-header {
|
5
|
+
border-top: 5px solid $grey-color-dark;
|
6
|
+
border-bottom: 1px solid $grey-color-light;
|
7
|
+
min-height: $spacing-unit * 1.865;
|
8
|
+
|
9
|
+
// Positioning context for the mobile navigation icon
|
10
|
+
position: relative;
|
11
|
+
}
|
12
|
+
|
13
|
+
.site-title {
|
14
|
+
@include relative-font-size(1.625);
|
15
|
+
font-weight: 300;
|
16
|
+
line-height: $base-line-height * $base-font-size * 2.25;
|
17
|
+
letter-spacing: -1px;
|
18
|
+
margin-bottom: 0;
|
19
|
+
float: left;
|
20
|
+
|
21
|
+
&,
|
22
|
+
&:visited {
|
23
|
+
color: $grey-color-dark;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
.site-nav {
|
28
|
+
float: right;
|
29
|
+
line-height: $base-line-height * $base-font-size * 2.25;
|
30
|
+
|
31
|
+
.nav-trigger {
|
32
|
+
display: none;
|
33
|
+
}
|
34
|
+
|
35
|
+
.menu-icon {
|
36
|
+
display: none;
|
37
|
+
}
|
38
|
+
|
39
|
+
.page-link {
|
40
|
+
color: $text-color;
|
41
|
+
line-height: $base-line-height;
|
42
|
+
|
43
|
+
// Gaps between nav items, but not on the last one
|
44
|
+
&:not(:last-child) {
|
45
|
+
margin-right: 20px;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
@include media-query($on-palm) {
|
50
|
+
position: absolute;
|
51
|
+
top: 9px;
|
52
|
+
right: $spacing-unit / 2;
|
53
|
+
background-color: $background-color;
|
54
|
+
border: 1px solid $grey-color-light;
|
55
|
+
border-radius: 5px;
|
56
|
+
text-align: right;
|
57
|
+
|
58
|
+
label[for="nav-trigger"] {
|
59
|
+
display: block;
|
60
|
+
float: right;
|
61
|
+
width: 36px;
|
62
|
+
height: 36px;
|
63
|
+
z-index: 2;
|
64
|
+
cursor: pointer;
|
65
|
+
}
|
66
|
+
|
67
|
+
.menu-icon {
|
68
|
+
display: block;
|
69
|
+
float: right;
|
70
|
+
width: 36px;
|
71
|
+
height: 26px;
|
72
|
+
line-height: 0;
|
73
|
+
padding-top: 10px;
|
74
|
+
text-align: center;
|
75
|
+
|
76
|
+
> svg {
|
77
|
+
fill: $grey-color-dark;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
input ~ .trigger {
|
82
|
+
clear: both;
|
83
|
+
display: none;
|
84
|
+
}
|
85
|
+
|
86
|
+
input:checked ~ .trigger {
|
87
|
+
display: block;
|
88
|
+
padding-bottom: 5px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.page-link {
|
92
|
+
display: block;
|
93
|
+
padding: 5px 10px;
|
94
|
+
|
95
|
+
&:not(:last-child) {
|
96
|
+
margin-right: 0;
|
97
|
+
}
|
98
|
+
margin-left: 20px;
|
99
|
+
}
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
/**
|
106
|
+
* Site footer
|
107
|
+
*/
|
108
|
+
.site-footer {
|
109
|
+
border-top: 1px solid $grey-color-light;
|
110
|
+
padding: $spacing-unit 0;
|
111
|
+
}
|
112
|
+
|
113
|
+
.footer-heading {
|
114
|
+
@include relative-font-size(1.125);
|
115
|
+
margin-bottom: $spacing-unit / 2;
|
116
|
+
}
|
117
|
+
|
118
|
+
.contact-list,
|
119
|
+
.social-media-list {
|
120
|
+
list-style: none;
|
121
|
+
margin-left: 0;
|
122
|
+
}
|
123
|
+
|
124
|
+
.footer-col-wrapper {
|
125
|
+
@include relative-font-size(0.9375);
|
126
|
+
color: $grey-color;
|
127
|
+
margin-left: -$spacing-unit / 2;
|
128
|
+
@extend %clearfix;
|
129
|
+
}
|
130
|
+
|
131
|
+
.footer-col {
|
132
|
+
float: left;
|
133
|
+
margin-bottom: $spacing-unit / 2;
|
134
|
+
padding-left: $spacing-unit / 2;
|
135
|
+
}
|
136
|
+
|
137
|
+
.footer-col-1 {
|
138
|
+
width: -webkit-calc(35% - (#{$spacing-unit} / 2));
|
139
|
+
width: calc(35% - (#{$spacing-unit} / 2));
|
140
|
+
}
|
141
|
+
|
142
|
+
.footer-col-2 {
|
143
|
+
width: -webkit-calc(20% - (#{$spacing-unit} / 2));
|
144
|
+
width: calc(20% - (#{$spacing-unit} / 2));
|
145
|
+
}
|
146
|
+
|
147
|
+
.footer-col-3 {
|
148
|
+
width: -webkit-calc(45% - (#{$spacing-unit} / 2));
|
149
|
+
width: calc(45% - (#{$spacing-unit} / 2));
|
150
|
+
}
|
151
|
+
|
152
|
+
@include media-query($on-laptop) {
|
153
|
+
.footer-col-1,
|
154
|
+
.footer-col-2 {
|
155
|
+
width: -webkit-calc(50% - (#{$spacing-unit} / 2));
|
156
|
+
width: calc(50% - (#{$spacing-unit} / 2));
|
157
|
+
}
|
158
|
+
|
159
|
+
.footer-col-3 {
|
160
|
+
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
|
161
|
+
width: calc(100% - (#{$spacing-unit} / 2));
|
162
|
+
}
|
163
|
+
}
|
164
|
+
|
165
|
+
@include media-query($on-palm) {
|
166
|
+
.footer-col {
|
167
|
+
float: none;
|
168
|
+
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
|
169
|
+
width: calc(100% - (#{$spacing-unit} / 2));
|
170
|
+
}
|
171
|
+
}
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
/**
|
176
|
+
* Page content
|
177
|
+
*/
|
178
|
+
.page-content {
|
179
|
+
padding: $spacing-unit 0;
|
180
|
+
flex: 1;
|
181
|
+
}
|
182
|
+
|
183
|
+
.page-heading {
|
184
|
+
@include relative-font-size(2);
|
185
|
+
}
|
186
|
+
|
187
|
+
.post-list-heading {
|
188
|
+
@include relative-font-size(1.75);
|
189
|
+
}
|
190
|
+
|
191
|
+
.post-list {
|
192
|
+
margin-left: 0;
|
193
|
+
list-style: none;
|
194
|
+
|
195
|
+
> li {
|
196
|
+
margin-bottom: $spacing-unit;
|
197
|
+
}
|
198
|
+
}
|
199
|
+
|
200
|
+
.post-meta {
|
201
|
+
font-size: $small-font-size;
|
202
|
+
color: $grey-color;
|
203
|
+
}
|
204
|
+
|
205
|
+
.post-link {
|
206
|
+
display: block;
|
207
|
+
@include relative-font-size(1.5);
|
208
|
+
}
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
/**
|
213
|
+
* Posts
|
214
|
+
*/
|
215
|
+
.post-header {
|
216
|
+
margin-bottom: $spacing-unit;
|
217
|
+
}
|
218
|
+
|
219
|
+
.post-title {
|
220
|
+
@include relative-font-size(2.625);
|
221
|
+
letter-spacing: -1px;
|
222
|
+
line-height: 1;
|
223
|
+
|
224
|
+
@include media-query($on-laptop) {
|
225
|
+
@include relative-font-size(2.25);
|
226
|
+
}
|
227
|
+
}
|
228
|
+
|
229
|
+
.post-content {
|
230
|
+
margin-bottom: $spacing-unit;
|
231
|
+
|
232
|
+
h2 {
|
233
|
+
@include relative-font-size(2);
|
234
|
+
|
235
|
+
@include media-query($on-laptop) {
|
236
|
+
@include relative-font-size(1.75);
|
237
|
+
}
|
238
|
+
}
|
239
|
+
|
240
|
+
h3 {
|
241
|
+
@include relative-font-size(1.625);
|
242
|
+
|
243
|
+
@include media-query($on-laptop) {
|
244
|
+
@include relative-font-size(1.375);
|
245
|
+
}
|
246
|
+
}
|
247
|
+
|
248
|
+
h4 {
|
249
|
+
@include relative-font-size(1.25);
|
250
|
+
|
251
|
+
@include media-query($on-laptop) {
|
252
|
+
@include relative-font-size(1.125);
|
253
|
+
}
|
254
|
+
}
|
255
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
/**
|
2
|
+
* Syntax highlighting styles
|
3
|
+
*/
|
4
|
+
.highlight {
|
5
|
+
background: #fff;
|
6
|
+
@extend %vertical-rhythm;
|
7
|
+
|
8
|
+
.highlighter-rouge & {
|
9
|
+
background: #eef;
|
10
|
+
}
|
11
|
+
|
12
|
+
.c { color: #998; font-style: italic } // Comment
|
13
|
+
.err { color: #a61717; background-color: #e3d2d2 } // Error
|
14
|
+
.k { font-weight: bold } // Keyword
|
15
|
+
.o { font-weight: bold } // Operator
|
16
|
+
.cm { color: #998; font-style: italic } // Comment.Multiline
|
17
|
+
.cp { color: #999; font-weight: bold } // Comment.Preproc
|
18
|
+
.c1 { color: #998; font-style: italic } // Comment.Single
|
19
|
+
.cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
|
20
|
+
.gd { color: #000; background-color: #fdd } // Generic.Deleted
|
21
|
+
.gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
|
22
|
+
.ge { font-style: italic } // Generic.Emph
|
23
|
+
.gr { color: #a00 } // Generic.Error
|
24
|
+
.gh { color: #999 } // Generic.Heading
|
25
|
+
.gi { color: #000; background-color: #dfd } // Generic.Inserted
|
26
|
+
.gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
|
27
|
+
.go { color: #888 } // Generic.Output
|
28
|
+
.gp { color: #555 } // Generic.Prompt
|
29
|
+
.gs { font-weight: bold } // Generic.Strong
|
30
|
+
.gu { color: #aaa } // Generic.Subheading
|
31
|
+
.gt { color: #a00 } // Generic.Traceback
|
32
|
+
.kc { font-weight: bold } // Keyword.Constant
|
33
|
+
.kd { font-weight: bold } // Keyword.Declaration
|
34
|
+
.kp { font-weight: bold } // Keyword.Pseudo
|
35
|
+
.kr { font-weight: bold } // Keyword.Reserved
|
36
|
+
.kt { color: #458; font-weight: bold } // Keyword.Type
|
37
|
+
.m { color: #099 } // Literal.Number
|
38
|
+
.s { color: #d14 } // Literal.String
|
39
|
+
.na { color: #008080 } // Name.Attribute
|
40
|
+
.nb { color: #0086B3 } // Name.Builtin
|
41
|
+
.nc { color: #458; font-weight: bold } // Name.Class
|
42
|
+
.no { color: #008080 } // Name.Constant
|
43
|
+
.ni { color: #800080 } // Name.Entity
|
44
|
+
.ne { color: #900; font-weight: bold } // Name.Exception
|
45
|
+
.nf { color: #900; font-weight: bold } // Name.Function
|
46
|
+
.nn { color: #555 } // Name.Namespace
|
47
|
+
.nt { color: #000080 } // Name.Tag
|
48
|
+
.nv { color: #008080 } // Name.Variable
|
49
|
+
.ow { font-weight: bold } // Operator.Word
|
50
|
+
.w { color: #bbb } // Text.Whitespace
|
51
|
+
.mf { color: #099 } // Literal.Number.Float
|
52
|
+
.mh { color: #099 } // Literal.Number.Hex
|
53
|
+
.mi { color: #099 } // Literal.Number.Integer
|
54
|
+
.mo { color: #099 } // Literal.Number.Oct
|
55
|
+
.sb { color: #d14 } // Literal.String.Backtick
|
56
|
+
.sc { color: #d14 } // Literal.String.Char
|
57
|
+
.sd { color: #d14 } // Literal.String.Doc
|
58
|
+
.s2 { color: #d14 } // Literal.String.Double
|
59
|
+
.se { color: #d14 } // Literal.String.Escape
|
60
|
+
.sh { color: #d14 } // Literal.String.Heredoc
|
61
|
+
.si { color: #d14 } // Literal.String.Interpol
|
62
|
+
.sx { color: #d14 } // Literal.String.Other
|
63
|
+
.sr { color: #009926 } // Literal.String.Regex
|
64
|
+
.s1 { color: #d14 } // Literal.String.Single
|
65
|
+
.ss { color: #990073 } // Literal.String.Symbol
|
66
|
+
.bp { color: #999 } // Name.Builtin.Pseudo
|
67
|
+
.vc { color: #008080 } // Name.Variable.Class
|
68
|
+
.vg { color: #008080 } // Name.Variable.Global
|
69
|
+
.vi { color: #008080 } // Name.Variable.Instance
|
70
|
+
.il { color: #099 } // Literal.Number.Integer.Long
|
71
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
.o-media {
|
2
|
+
display: table;
|
3
|
+
width: 100%;
|
4
|
+
}
|
5
|
+
|
6
|
+
.o-media__image,
|
7
|
+
.o-media__body {
|
8
|
+
display: table-cell;
|
9
|
+
vertical-align: middle;
|
10
|
+
|
11
|
+
.o-media--top & {
|
12
|
+
vertical-align: top;
|
13
|
+
}
|
14
|
+
|
15
|
+
.o-media--bottom & {
|
16
|
+
vertical-align: bottom;
|
17
|
+
}
|
18
|
+
|
19
|
+
@include breakpoint(mobile down) {
|
20
|
+
display: block;
|
21
|
+
}
|
22
|
+
|
23
|
+
}
|
24
|
+
|
25
|
+
.o-media__image {
|
26
|
+
padding-right: 0.85rem;
|
27
|
+
|
28
|
+
> img {
|
29
|
+
display: block;
|
30
|
+
max-width: none;
|
31
|
+
}
|
32
|
+
|
33
|
+
.o-media--rev & {
|
34
|
+
padding-right: 0;
|
35
|
+
padding-left: 0.85rem;
|
36
|
+
}
|
37
|
+
|
38
|
+
&.o-media__image--lgspace {
|
39
|
+
padding-right: 1.75rem;
|
40
|
+
}
|
41
|
+
|
42
|
+
}
|
43
|
+
|
44
|
+
.o-media__body {
|
45
|
+
width: 100%;
|
46
|
+
|
47
|
+
@include breakpoint(mobile down) {
|
48
|
+
margin-top: 2rem;
|
49
|
+
}
|
50
|
+
|
51
|
+
.o-media__headline {
|
52
|
+
font-size: 1.4rem;
|
53
|
+
color: $primary-color;
|
54
|
+
}
|
55
|
+
}
|
@@ -0,0 +1,247 @@
|
|
1
|
+
$section-ns: '';
|
2
|
+
|
3
|
+
.#{$section-ns}o-section {
|
4
|
+
padding: 35px 0;
|
5
|
+
|
6
|
+
@include breakpoint(mobile down) {
|
7
|
+
padding: 10px 0;
|
8
|
+
}
|
9
|
+
}
|
10
|
+
|
11
|
+
.#{$section-ns}o-section-block + .#{$section-ns}o-section-block {
|
12
|
+
margin-top: 2rem;
|
13
|
+
}
|
14
|
+
|
15
|
+
.#{$section-ns}o-section-block--medium + .#{$section-ns}o-section-block--medium {
|
16
|
+
@include breakpoint(medium down) {
|
17
|
+
margin-top: 2rem;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$section-ns}o-section-block {
|
22
|
+
@include clearfix;
|
23
|
+
}
|
24
|
+
|
25
|
+
.#{$section-ns}o-section-block--fill {
|
26
|
+
|
27
|
+
margin-left: -0.25rem;
|
28
|
+
margin-right: -0.25rem;
|
29
|
+
|
30
|
+
@include breakpoint(mobile) {
|
31
|
+
margin-left: -0.75rem;
|
32
|
+
margin-right: -0.75rem;
|
33
|
+
}
|
34
|
+
|
35
|
+
@include breakpoint(medium) {
|
36
|
+
margin-left: -1.25rem;
|
37
|
+
margin-right: -1.25rem;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
.#{$section-ns}o-section--divided + .#{$section-ns}o-section--divided {
|
42
|
+
position: relative;
|
43
|
+
margin-top: 2rem;
|
44
|
+
padding-top: 2rem;
|
45
|
+
|
46
|
+
&:before {
|
47
|
+
content: '';
|
48
|
+
display: block;
|
49
|
+
position: absolute;
|
50
|
+
left: 0rem;
|
51
|
+
right: 0rem;
|
52
|
+
top: -0.15rem;
|
53
|
+
height: 1px;
|
54
|
+
background: #f3f3f3;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
.#{$section-ns}o-section-block--divided +
|
59
|
+
.#{$section-ns}o-section-block--divided {
|
60
|
+
margin-top: 4rem;
|
61
|
+
}
|
62
|
+
|
63
|
+
.#{$section-ns}o-section-block--divided-small +
|
64
|
+
.#{$section-ns}o-section-block--divided-small {
|
65
|
+
padding-top: 2rem;
|
66
|
+
margin-top: 2rem;
|
67
|
+
|
68
|
+
@include breakpoint(medium down) {
|
69
|
+
padding-top: 1rem;
|
70
|
+
margin-top: 1rem;
|
71
|
+
}
|
72
|
+
|
73
|
+
@include breakpoint(mobile down) {
|
74
|
+
padding-top: 2rem;
|
75
|
+
margin-top: 1rem;
|
76
|
+
}
|
77
|
+
}
|
78
|
+
|
79
|
+
.#{$section-ns}o-section-mediumdown-divided-small +
|
80
|
+
.#{$section-ns}o-section-mediumdown-divided-small {
|
81
|
+
|
82
|
+
@include breakpoint(medium down) {
|
83
|
+
margin-top: 2rem;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
.#{$section-ns}o-section-block--divided-small-desktop +
|
88
|
+
.#{$section-ns}o-section-block--divided-small-desktop {
|
89
|
+
|
90
|
+
@include breakpoint(medium down) {
|
91
|
+
margin-top: 1.5rem;
|
92
|
+
padding-top: 1.5rem;
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
.#{$section-ns}o-section-block--divided-small--border +
|
97
|
+
.#{$section-ns}o-section-block--divided-small--border {
|
98
|
+
position: relative;
|
99
|
+
|
100
|
+
&:before {
|
101
|
+
content: '';
|
102
|
+
display: block;
|
103
|
+
position: absolute;
|
104
|
+
left: 1.25rem;
|
105
|
+
right: 1.25rem;
|
106
|
+
top: 0rem;
|
107
|
+
height: 1px;
|
108
|
+
background: #f3f3f3;
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
.#{$section-ns}o-section-block--divided-small--border--tight +
|
113
|
+
.#{$section-ns}o-section-block--divided-small--border--tight {
|
114
|
+
position: relative;
|
115
|
+
|
116
|
+
&:before {
|
117
|
+
content: '';
|
118
|
+
display: block;
|
119
|
+
position: absolute;
|
120
|
+
left: 2rem;
|
121
|
+
right: 2rem;
|
122
|
+
top: 0rem;
|
123
|
+
height: 1px;
|
124
|
+
background: #f3f3f3;
|
125
|
+
}
|
126
|
+
|
127
|
+
@include breakpoint(medium down) {
|
128
|
+
&:before {
|
129
|
+
left: 1.75rem;
|
130
|
+
right: 1.75rem;
|
131
|
+
}
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
.#{$section-ns}o-section-block--spaceBot {
|
136
|
+
margin-bottom: 2rem;
|
137
|
+
}
|
138
|
+
|
139
|
+
.#{$section-ns}o-section.#{$section-ns}o-section--smaller {
|
140
|
+
padding: 10px 0;
|
141
|
+
}
|
142
|
+
|
143
|
+
|
144
|
+
.#{$section-ns}o-section.#{$section-ns}o-section--bigger {
|
145
|
+
@include breakpoint(mobile down) {
|
146
|
+
padding: 20px 0;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
|
150
|
+
.#{$section-ns}o-section--noSpaceBottom {
|
151
|
+
padding-bottom: 0;
|
152
|
+
@include breakpoint(mobile down) {
|
153
|
+
padding: 20px 0;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
|
157
|
+
.#{$section-ns}o-section.#{$section-ns}o-section--noSpaceBottom-medium {
|
158
|
+
padding-bottom: 0;
|
159
|
+
}
|
160
|
+
|
161
|
+
.#{$section-ns}o-section.#{$section-ns}o-section--spaceBot {
|
162
|
+
|
163
|
+
padding-bottom: 50px;
|
164
|
+
|
165
|
+
@include breakpoint(large down) {
|
166
|
+
padding-bottom: 20px;
|
167
|
+
}
|
168
|
+
|
169
|
+
@include breakpoint(mobile down) {
|
170
|
+
padding-bottom: 15px;
|
171
|
+
}
|
172
|
+
|
173
|
+
}
|
174
|
+
|
175
|
+
.#{$section-ns}o-section.#{$section-ns}o-section--tiled {
|
176
|
+
background: url('../img/tiles/lightGrey.png') repeat;
|
177
|
+
}
|
178
|
+
|
179
|
+
.#{$section-ns}o-section-inner {
|
180
|
+
padding: 0 10px;
|
181
|
+
}
|
182
|
+
|
183
|
+
.#{$section-ns}o-section-inner--medium {
|
184
|
+
@include breakpoint(medium) {
|
185
|
+
padding-left: 10px;
|
186
|
+
padding-right: 10px;
|
187
|
+
}
|
188
|
+
}
|
189
|
+
|
190
|
+
.#{$section-ns}o-section-inner--mediumdown {
|
191
|
+
@include breakpoint(mobile down) {
|
192
|
+
padding-left: 10px;
|
193
|
+
padding-right: 10px;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
|
197
|
+
|
198
|
+
.#{$section-ns}o-section-inner--noLarge {
|
199
|
+
|
200
|
+
@include breakpoint(large) {
|
201
|
+
padding: 0 0px;
|
202
|
+
}
|
203
|
+
}
|
204
|
+
|
205
|
+
.#{$section-ns}o-section-inner--leftBlock {
|
206
|
+
|
207
|
+
@include breakpoint(large) {
|
208
|
+
padding-right: 0;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
.#{$section-ns}o-section-inner--rightBlock {
|
213
|
+
|
214
|
+
@include breakpoint(large) {
|
215
|
+
padding-left: 0;
|
216
|
+
}
|
217
|
+
}
|
218
|
+
|
219
|
+
.#{$section-ns}o-section .#{$section-ns}o-section-header {
|
220
|
+
position: relative;
|
221
|
+
color: #f3c289;
|
222
|
+
border-bottom: 5px solid #f3c289;
|
223
|
+
margin-top: 6px;
|
224
|
+
padding-bottom: 2px;
|
225
|
+
margin-bottom: -2px;
|
226
|
+
}
|
227
|
+
|
228
|
+
.#{$section-ns}o-section .#{$section-ns}o-section__heading {
|
229
|
+
font-size: 1.8rem;
|
230
|
+
color: #f3c289;
|
231
|
+
|
232
|
+
&.#{$section-ns}o-section__heading--small {
|
233
|
+
font-size: 1.5rem;
|
234
|
+
margin-bottom: 0.75rem;
|
235
|
+
}
|
236
|
+
}
|
237
|
+
|
238
|
+
.#{$section-ns}o-section .#{$section-ns}o-section-header .#{$section-ns}o-section__dateUpdated {
|
239
|
+
position: absolute;
|
240
|
+
bottom: 13px;
|
241
|
+
right: 0;
|
242
|
+
color: $body-font-color;
|
243
|
+
|
244
|
+
@include breakpoint(mobile down) {
|
245
|
+
display: none;
|
246
|
+
}
|
247
|
+
}
|