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,57 @@
|
|
1
|
+
.c-widget-share-box {
|
2
|
+
position: relative;
|
3
|
+
padding: 3.25rem 3.5rem 3.5rem 3.5rem;
|
4
|
+
border: 1px solid #f3f3f3;
|
5
|
+
border-radius: 2px;
|
6
|
+
width: 100%;
|
7
|
+
overflow: hidden;
|
8
|
+
|
9
|
+
&:before {
|
10
|
+
z-index: -1;
|
11
|
+
content: '\f004';
|
12
|
+
display: block;
|
13
|
+
position: absolute;
|
14
|
+
top: -35px;
|
15
|
+
right: -35px;
|
16
|
+
display: inline-block;
|
17
|
+
font-family: 'FontAwesome';
|
18
|
+
font-size: 11.5rem;
|
19
|
+
transform: rotate(20deg);
|
20
|
+
color: #f3f3f3;
|
21
|
+
}
|
22
|
+
|
23
|
+
@include breakpoint(large down) {
|
24
|
+
&.c-widget-share-box--largestacked {
|
25
|
+
margin-top: 2rem;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
@include breakpoint(medium down) {
|
30
|
+
&:before {
|
31
|
+
top: 50%;
|
32
|
+
right: 30px;
|
33
|
+
transform: translateY(-50%);
|
34
|
+
}
|
35
|
+
|
36
|
+
&.c-widget-share-box--mediumstacked {
|
37
|
+
margin-top: 2rem;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
.c-widget-share-box-headline {
|
43
|
+
font-family: $header-font-family;
|
44
|
+
color: $primary-color;
|
45
|
+
font-size: 1.75rem;
|
46
|
+
}
|
47
|
+
|
48
|
+
.c-widget-share-box-content {
|
49
|
+
margin-top: 2.75rem;
|
50
|
+
}
|
51
|
+
|
52
|
+
.c-widget-share-box__tweet,
|
53
|
+
.c-widget-share-box__fb {
|
54
|
+
display: block;
|
55
|
+
margin-top: 0.5rem;
|
56
|
+
}
|
57
|
+
|
@@ -0,0 +1,638 @@
|
|
1
|
+
// Foundation for Sites by ZURB
|
2
|
+
// foundation.zurb.com
|
3
|
+
// Licensed under MIT Open Source
|
4
|
+
|
5
|
+
// scss-lint:disable ColorVariable, QualifyingElement, VendorPrefix
|
6
|
+
|
7
|
+
////
|
8
|
+
/// @group global
|
9
|
+
////
|
10
|
+
|
11
|
+
/// Font size attribute applied to `<html>` and `<body>`. We use 100% by default so the value is inherited from the user's browser settings.
|
12
|
+
/// @type Number
|
13
|
+
$global-font-size: 100% !default;
|
14
|
+
|
15
|
+
/// Global width of your site. Used by the grid to determine row width.
|
16
|
+
/// @type Number
|
17
|
+
$global-width: rem-calc(1200) !default;
|
18
|
+
|
19
|
+
/// Default line height for all type. `$global-lineheight` is 24px while `$global-font-size` is 16px
|
20
|
+
/// @type Number
|
21
|
+
$global-lineheight: 1.5 !default;
|
22
|
+
|
23
|
+
/// Colors used for buttons, callouts, links, etc. There must always be a color called `primary`.
|
24
|
+
/// @type Map
|
25
|
+
$foundation-palette: (
|
26
|
+
primary: #2199e8,
|
27
|
+
secondary: #777,
|
28
|
+
success: #3adb76,
|
29
|
+
warning: #ffae00,
|
30
|
+
alert: #ec5840,
|
31
|
+
) !default;
|
32
|
+
|
33
|
+
/// Color used for light gray UI items.
|
34
|
+
/// @type Color
|
35
|
+
$light-gray: #e6e6e6 !default;
|
36
|
+
|
37
|
+
/// Color used for medium gray UI items.
|
38
|
+
/// @type Color
|
39
|
+
$medium-gray: #cacaca !default;
|
40
|
+
|
41
|
+
/// Color used for dark gray UI items.
|
42
|
+
/// @type Color
|
43
|
+
$dark-gray: #8a8a8a !default;
|
44
|
+
|
45
|
+
/// Color used for black ui items.
|
46
|
+
/// @type Color
|
47
|
+
$black: #0a0a0a !default;
|
48
|
+
|
49
|
+
/// Color used for white ui items.
|
50
|
+
/// @type Color
|
51
|
+
$white: #fefefe !default;
|
52
|
+
|
53
|
+
/// Background color of the body.
|
54
|
+
/// @type Color
|
55
|
+
$body-background: $white !default;
|
56
|
+
|
57
|
+
/// Text color of the body.
|
58
|
+
/// @type Color
|
59
|
+
$body-font-color: $black !default;
|
60
|
+
|
61
|
+
/// Font stack of the body.
|
62
|
+
/// @type List
|
63
|
+
$body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !default;
|
64
|
+
|
65
|
+
/// Set to `true` to enable antialiased type, using the `-webkit-font-smoothing` and `-moz-osx-font-smoothing` CSS properties.
|
66
|
+
/// @type Boolean
|
67
|
+
$body-antialiased: true !default;
|
68
|
+
|
69
|
+
/// Global value used for margin on components.
|
70
|
+
/// @type Number
|
71
|
+
$global-margin: 1rem !default;
|
72
|
+
|
73
|
+
/// Global value used for padding on components.
|
74
|
+
/// @type Number
|
75
|
+
$global-padding: 1rem !default;
|
76
|
+
|
77
|
+
/// Global font weight used for normal type.
|
78
|
+
/// @type Keyword | Number
|
79
|
+
$global-weight-normal: normal !default;
|
80
|
+
|
81
|
+
/// Global font weight used for bold type.
|
82
|
+
/// @type Keyword | Number
|
83
|
+
$global-weight-bold: bold !default;
|
84
|
+
|
85
|
+
/// Global value used for all elements that have a border radius.
|
86
|
+
/// @type Number
|
87
|
+
$global-radius: 0 !default;
|
88
|
+
|
89
|
+
/// Sets the text direction of the CSS. Can be either `ltr` or `rtl`.
|
90
|
+
/// @type Keyword
|
91
|
+
$global-text-direction: ltr !default;
|
92
|
+
|
93
|
+
/// Enables flexbox for components that support it.
|
94
|
+
/// @type Boolean
|
95
|
+
$global-flexbox: false !default;
|
96
|
+
|
97
|
+
@if not map-has-key($foundation-palette, primary) {
|
98
|
+
@error 'In $foundation-palette, you must have a color named "primary".';
|
99
|
+
}
|
100
|
+
|
101
|
+
// Internal variables used for text direction
|
102
|
+
$global-left: if($global-text-direction == rtl, right, left);
|
103
|
+
$global-right: if($global-text-direction == rtl, left, right);
|
104
|
+
|
105
|
+
// Internal variables used for colors
|
106
|
+
$primary-color: map-get($foundation-palette, primary);
|
107
|
+
$secondary-color: map-get($foundation-palette, secondary);
|
108
|
+
$success-color: map-get($foundation-palette, success);
|
109
|
+
$warning-color: map-get($foundation-palette, warning);
|
110
|
+
$alert-color: map-get($foundation-palette, alert);
|
111
|
+
|
112
|
+
// Remove this in 6.3
|
113
|
+
$-zf-menu-icon-imported: false;
|
114
|
+
$-zf-flex-classes-imported: false;
|
115
|
+
|
116
|
+
@mixin foundation-global-styles {
|
117
|
+
@include -zf-normalize;
|
118
|
+
|
119
|
+
// These styles are applied to a <meta> tag, which is read by the Foundation JavaScript
|
120
|
+
.foundation-mq {
|
121
|
+
font-family: '#{-zf-bp-serialize($breakpoints)}';
|
122
|
+
}
|
123
|
+
|
124
|
+
html {
|
125
|
+
font-size: $global-font-size;
|
126
|
+
box-sizing: border-box;
|
127
|
+
}
|
128
|
+
|
129
|
+
// Set box-sizing globally to handle padding and border widths
|
130
|
+
*,
|
131
|
+
*::before,
|
132
|
+
*::after {
|
133
|
+
box-sizing: inherit;
|
134
|
+
}
|
135
|
+
|
136
|
+
// Default body styles
|
137
|
+
body {
|
138
|
+
padding: 0;
|
139
|
+
margin: 0;
|
140
|
+
font-family: $body-font-family;
|
141
|
+
font-weight: $global-weight-normal;
|
142
|
+
line-height: $global-lineheight;
|
143
|
+
color: $body-font-color;
|
144
|
+
background: $body-background;
|
145
|
+
|
146
|
+
@if ($body-antialiased) {
|
147
|
+
-webkit-font-smoothing: antialiased;
|
148
|
+
-moz-osx-font-smoothing: grayscale;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
img {
|
153
|
+
// Grid defaults to get images and embeds to work properly
|
154
|
+
max-width: 100%;
|
155
|
+
height: auto;
|
156
|
+
-ms-interpolation-mode: bicubic;
|
157
|
+
|
158
|
+
// Get rid of gap under images by making them display: inline-block; by default
|
159
|
+
display: inline-block;
|
160
|
+
vertical-align: middle;
|
161
|
+
}
|
162
|
+
|
163
|
+
// Make sure textarea takes on height automatically
|
164
|
+
textarea {
|
165
|
+
height: auto;
|
166
|
+
min-height: 50px;
|
167
|
+
border-radius: $global-radius;
|
168
|
+
}
|
169
|
+
|
170
|
+
// Make select elements are 100% width by default
|
171
|
+
select {
|
172
|
+
width: 100%;
|
173
|
+
border-radius: $global-radius;
|
174
|
+
}
|
175
|
+
|
176
|
+
// Styles Google Maps and MapQuest embeds properly
|
177
|
+
// scss-lint:disable IdSelector
|
178
|
+
#map_canvas,
|
179
|
+
.map_canvas,
|
180
|
+
.mqa-display {
|
181
|
+
img,
|
182
|
+
embed,
|
183
|
+
object {
|
184
|
+
max-width: none !important;
|
185
|
+
}
|
186
|
+
}
|
187
|
+
|
188
|
+
// Reset <button> styles created by most browsers
|
189
|
+
button {
|
190
|
+
@include disable-mouse-outline;
|
191
|
+
-webkit-appearance: none;
|
192
|
+
-moz-appearance: none;
|
193
|
+
background: transparent;
|
194
|
+
padding: 0;
|
195
|
+
border: 0;
|
196
|
+
border-radius: $global-radius;
|
197
|
+
line-height: 1;
|
198
|
+
}
|
199
|
+
|
200
|
+
// Internal classes to show/hide elements in JavaScript
|
201
|
+
.is-visible {
|
202
|
+
display: block !important;
|
203
|
+
}
|
204
|
+
|
205
|
+
.is-hidden {
|
206
|
+
display: none !important;
|
207
|
+
}
|
208
|
+
}
|
209
|
+
|
210
|
+
/// Loads normalize.css.
|
211
|
+
/// @access private
|
212
|
+
@mixin -zf-normalize {
|
213
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
214
|
+
|
215
|
+
/**
|
216
|
+
* 1. Set default font family to sans-serif.
|
217
|
+
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
218
|
+
* without disabling user zoom.
|
219
|
+
*/
|
220
|
+
|
221
|
+
html {
|
222
|
+
font-family: sans-serif; /* 1 */
|
223
|
+
-ms-text-size-adjust: 100%; /* 2 */
|
224
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
225
|
+
}
|
226
|
+
|
227
|
+
/**
|
228
|
+
* Remove default margin.
|
229
|
+
*/
|
230
|
+
|
231
|
+
body {
|
232
|
+
margin: 0;
|
233
|
+
}
|
234
|
+
|
235
|
+
/* HTML5 display definitions
|
236
|
+
========================================================================== */
|
237
|
+
|
238
|
+
/**
|
239
|
+
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
240
|
+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
241
|
+
* and Firefox.
|
242
|
+
* Correct `block` display not defined for `main` in IE 11.
|
243
|
+
*/
|
244
|
+
|
245
|
+
article,
|
246
|
+
aside,
|
247
|
+
details,
|
248
|
+
figcaption,
|
249
|
+
figure,
|
250
|
+
footer,
|
251
|
+
header,
|
252
|
+
hgroup,
|
253
|
+
main,
|
254
|
+
menu,
|
255
|
+
nav,
|
256
|
+
section,
|
257
|
+
summary {
|
258
|
+
display: block;
|
259
|
+
}
|
260
|
+
|
261
|
+
/**
|
262
|
+
* 1. Correct `inline-block` display not defined in IE 8/9.
|
263
|
+
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
264
|
+
*/
|
265
|
+
|
266
|
+
audio,
|
267
|
+
canvas,
|
268
|
+
progress,
|
269
|
+
video {
|
270
|
+
display: inline-block; /* 1 */
|
271
|
+
vertical-align: baseline; /* 2 */
|
272
|
+
}
|
273
|
+
|
274
|
+
/**
|
275
|
+
* Prevent modern browsers from displaying `audio` without controls.
|
276
|
+
* Remove excess height in iOS 5 devices.
|
277
|
+
*/
|
278
|
+
|
279
|
+
audio:not([controls]) {
|
280
|
+
display: none;
|
281
|
+
height: 0;
|
282
|
+
}
|
283
|
+
|
284
|
+
/**
|
285
|
+
* Address `[hidden]` styling not present in IE 8/9/10.
|
286
|
+
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
287
|
+
*/
|
288
|
+
|
289
|
+
[hidden],
|
290
|
+
template {
|
291
|
+
display: none;
|
292
|
+
}
|
293
|
+
|
294
|
+
/* Links
|
295
|
+
========================================================================== */
|
296
|
+
|
297
|
+
/**
|
298
|
+
* Remove the gray background color from active links in IE 10.
|
299
|
+
*/
|
300
|
+
|
301
|
+
a {
|
302
|
+
background-color: transparent;
|
303
|
+
}
|
304
|
+
|
305
|
+
/**
|
306
|
+
* Improve readability of focused elements when they are also in an
|
307
|
+
* active/hover state.
|
308
|
+
*/
|
309
|
+
|
310
|
+
a:active,
|
311
|
+
a:hover {
|
312
|
+
outline: 0;
|
313
|
+
}
|
314
|
+
|
315
|
+
/* Text-level semantics
|
316
|
+
========================================================================== */
|
317
|
+
|
318
|
+
/**
|
319
|
+
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
320
|
+
*/
|
321
|
+
|
322
|
+
abbr[title] {
|
323
|
+
border-bottom: 1px dotted;
|
324
|
+
}
|
325
|
+
|
326
|
+
/**
|
327
|
+
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
328
|
+
*/
|
329
|
+
|
330
|
+
b,
|
331
|
+
strong {
|
332
|
+
font-weight: bold;
|
333
|
+
}
|
334
|
+
|
335
|
+
/**
|
336
|
+
* Address styling not present in Safari and Chrome.
|
337
|
+
*/
|
338
|
+
|
339
|
+
dfn {
|
340
|
+
font-style: italic;
|
341
|
+
}
|
342
|
+
|
343
|
+
/**
|
344
|
+
* Address variable `h1` font-size and margin within `section` and `article`
|
345
|
+
* contexts in Firefox 4+, Safari, and Chrome.
|
346
|
+
*/
|
347
|
+
|
348
|
+
h1 {
|
349
|
+
font-size: 2em;
|
350
|
+
margin: 0.67em 0;
|
351
|
+
}
|
352
|
+
|
353
|
+
/**
|
354
|
+
* Address styling not present in IE 8/9.
|
355
|
+
*/
|
356
|
+
|
357
|
+
mark {
|
358
|
+
background: #ff0;
|
359
|
+
color: #000;
|
360
|
+
}
|
361
|
+
|
362
|
+
/**
|
363
|
+
* Address inconsistent and variable font size in all browsers.
|
364
|
+
*/
|
365
|
+
|
366
|
+
small {
|
367
|
+
font-size: 80%;
|
368
|
+
}
|
369
|
+
|
370
|
+
/**
|
371
|
+
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
372
|
+
*/
|
373
|
+
|
374
|
+
sub,
|
375
|
+
sup {
|
376
|
+
font-size: 75%;
|
377
|
+
line-height: 0;
|
378
|
+
position: relative;
|
379
|
+
vertical-align: baseline;
|
380
|
+
}
|
381
|
+
|
382
|
+
sup {
|
383
|
+
top: -0.5em;
|
384
|
+
}
|
385
|
+
|
386
|
+
sub {
|
387
|
+
bottom: -0.25em;
|
388
|
+
}
|
389
|
+
|
390
|
+
/* Embedded content
|
391
|
+
========================================================================== */
|
392
|
+
|
393
|
+
/**
|
394
|
+
* Remove border when inside `a` element in IE 8/9/10.
|
395
|
+
*/
|
396
|
+
|
397
|
+
img {
|
398
|
+
border: 0;
|
399
|
+
}
|
400
|
+
|
401
|
+
/**
|
402
|
+
* Correct overflow not hidden in IE 9/10/11.
|
403
|
+
*/
|
404
|
+
|
405
|
+
svg:not(:root) {
|
406
|
+
overflow: hidden;
|
407
|
+
}
|
408
|
+
|
409
|
+
/* Grouping content
|
410
|
+
========================================================================== */
|
411
|
+
|
412
|
+
/**
|
413
|
+
* Address margin not present in IE 8/9 and Safari.
|
414
|
+
*/
|
415
|
+
|
416
|
+
figure {
|
417
|
+
margin: 1em 40px;
|
418
|
+
}
|
419
|
+
|
420
|
+
/**
|
421
|
+
* Address differences between Firefox and other browsers.
|
422
|
+
*/
|
423
|
+
|
424
|
+
hr {
|
425
|
+
box-sizing: content-box;
|
426
|
+
height: 0;
|
427
|
+
}
|
428
|
+
|
429
|
+
/**
|
430
|
+
* Contain overflow in all browsers.
|
431
|
+
*/
|
432
|
+
|
433
|
+
pre {
|
434
|
+
overflow: auto;
|
435
|
+
}
|
436
|
+
|
437
|
+
/**
|
438
|
+
* Address odd `em`-unit font size rendering in all browsers.
|
439
|
+
*/
|
440
|
+
|
441
|
+
code,
|
442
|
+
kbd,
|
443
|
+
pre,
|
444
|
+
samp {
|
445
|
+
font-family: monospace, monospace;
|
446
|
+
font-size: 1em;
|
447
|
+
}
|
448
|
+
|
449
|
+
/* Forms
|
450
|
+
========================================================================== */
|
451
|
+
|
452
|
+
/**
|
453
|
+
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
454
|
+
* styling of `select`, unless a `border` property is set.
|
455
|
+
*/
|
456
|
+
|
457
|
+
/**
|
458
|
+
* 1. Correct color not being inherited.
|
459
|
+
* Known issue: affects color of disabled elements.
|
460
|
+
* 2. Correct font properties not being inherited.
|
461
|
+
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
462
|
+
*/
|
463
|
+
|
464
|
+
button,
|
465
|
+
input,
|
466
|
+
optgroup,
|
467
|
+
select,
|
468
|
+
textarea {
|
469
|
+
color: inherit; /* 1 */
|
470
|
+
font: inherit; /* 2 */
|
471
|
+
margin: 0; /* 3 */
|
472
|
+
}
|
473
|
+
|
474
|
+
/**
|
475
|
+
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
476
|
+
*/
|
477
|
+
|
478
|
+
button {
|
479
|
+
overflow: visible;
|
480
|
+
}
|
481
|
+
|
482
|
+
/**
|
483
|
+
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
484
|
+
* All other form control elements do not inherit `text-transform` values.
|
485
|
+
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
486
|
+
* Correct `select` style inheritance in Firefox.
|
487
|
+
*/
|
488
|
+
|
489
|
+
button,
|
490
|
+
select {
|
491
|
+
text-transform: none;
|
492
|
+
}
|
493
|
+
|
494
|
+
/**
|
495
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
496
|
+
* and `video` controls.
|
497
|
+
* 2. Correct inability to style clickable `input` types in iOS.
|
498
|
+
* 3. Improve usability and consistency of cursor style between image-type
|
499
|
+
* `input` and others.
|
500
|
+
*/
|
501
|
+
|
502
|
+
button,
|
503
|
+
html input[type="button"], /* 1 */
|
504
|
+
input[type="reset"],
|
505
|
+
input[type="submit"] {
|
506
|
+
-webkit-appearance: button; /* 2 */
|
507
|
+
cursor: pointer; /* 3 */
|
508
|
+
}
|
509
|
+
|
510
|
+
/**
|
511
|
+
* Re-set default cursor for disabled elements.
|
512
|
+
*/
|
513
|
+
|
514
|
+
button[disabled],
|
515
|
+
html input[disabled] {
|
516
|
+
cursor: not-allowed;
|
517
|
+
}
|
518
|
+
|
519
|
+
/**
|
520
|
+
* Remove inner padding and border in Firefox 4+.
|
521
|
+
*/
|
522
|
+
|
523
|
+
button::-moz-focus-inner,
|
524
|
+
input::-moz-focus-inner {
|
525
|
+
border: 0;
|
526
|
+
padding: 0;
|
527
|
+
}
|
528
|
+
|
529
|
+
/**
|
530
|
+
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
531
|
+
* the UA stylesheet.
|
532
|
+
*/
|
533
|
+
|
534
|
+
input {
|
535
|
+
line-height: normal;
|
536
|
+
}
|
537
|
+
|
538
|
+
/**
|
539
|
+
* It's recommended that you don't attempt to style these elements.
|
540
|
+
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
541
|
+
*
|
542
|
+
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
543
|
+
* 2. Remove excess padding in IE 8/9/10.
|
544
|
+
*/
|
545
|
+
|
546
|
+
input[type="checkbox"],
|
547
|
+
input[type="radio"] {
|
548
|
+
box-sizing: border-box; /* 1 */
|
549
|
+
padding: 0; /* 2 */
|
550
|
+
}
|
551
|
+
|
552
|
+
/**
|
553
|
+
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
554
|
+
* `font-size` values of the `input`, it causes the cursor style of the
|
555
|
+
* decrement button to change from `default` to `text`.
|
556
|
+
*/
|
557
|
+
|
558
|
+
input[type="number"]::-webkit-inner-spin-button,
|
559
|
+
input[type="number"]::-webkit-outer-spin-button {
|
560
|
+
height: auto;
|
561
|
+
}
|
562
|
+
|
563
|
+
/**
|
564
|
+
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
565
|
+
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
566
|
+
*/
|
567
|
+
|
568
|
+
input[type="search"] {
|
569
|
+
-webkit-appearance: textfield; /* 1 */
|
570
|
+
box-sizing: content-box; /* 2 */
|
571
|
+
}
|
572
|
+
|
573
|
+
/**
|
574
|
+
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
575
|
+
* Safari (but not Chrome) clips the cancel button when the search input has
|
576
|
+
* padding (and `textfield` appearance).
|
577
|
+
*/
|
578
|
+
|
579
|
+
input[type="search"]::-webkit-search-cancel-button,
|
580
|
+
input[type="search"]::-webkit-search-decoration {
|
581
|
+
-webkit-appearance: none;
|
582
|
+
}
|
583
|
+
|
584
|
+
/**
|
585
|
+
* Define consistent border, margin, and padding.
|
586
|
+
* [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
|
587
|
+
*/
|
588
|
+
|
589
|
+
/* fieldset {
|
590
|
+
border: 1px solid #c0c0c0;
|
591
|
+
margin: 0 2px;
|
592
|
+
padding: 0.35em 0.625em 0.75em;
|
593
|
+
} */
|
594
|
+
|
595
|
+
/**
|
596
|
+
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
597
|
+
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
598
|
+
*/
|
599
|
+
|
600
|
+
legend {
|
601
|
+
border: 0; /* 1 */
|
602
|
+
padding: 0; /* 2 */
|
603
|
+
}
|
604
|
+
|
605
|
+
/**
|
606
|
+
* Remove default vertical scrollbar in IE 8/9/10/11.
|
607
|
+
*/
|
608
|
+
|
609
|
+
textarea {
|
610
|
+
overflow: auto;
|
611
|
+
}
|
612
|
+
|
613
|
+
/**
|
614
|
+
* Don't inherit the `font-weight` (applied by a rule above).
|
615
|
+
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
616
|
+
*/
|
617
|
+
|
618
|
+
optgroup {
|
619
|
+
font-weight: bold;
|
620
|
+
}
|
621
|
+
|
622
|
+
/* Tables
|
623
|
+
========================================================================== */
|
624
|
+
|
625
|
+
/**
|
626
|
+
* Remove most spacing between table cells.
|
627
|
+
*/
|
628
|
+
|
629
|
+
table {
|
630
|
+
border-collapse: collapse;
|
631
|
+
border-spacing: 0;
|
632
|
+
}
|
633
|
+
|
634
|
+
td,
|
635
|
+
th {
|
636
|
+
padding: 0;
|
637
|
+
}
|
638
|
+
}
|