jekyll-theme-pirati 8.0.0.pre.beta1 → 8.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +139 -3
- data/_includes/candidate-badge.html +15 -2
- data/_includes/header.html +1 -1
- data/_includes/people/profile-badge.html +11 -5
- data/_includes/right-bar/bar_people.html +13 -11
- data/_includes/right-bar/bar_profile.html +1 -1
- data/_includes/right-bar/rbar_profiles.html +1 -8
- data/_includes/social-icons.html +8 -0
- data/_layouts/communal-elections.html +4 -4
- data/_layouts/person.html +2 -4
- metadata +5 -69
- data/_sass/_base.scss +0 -23
- data/_sass/_fonts.scss +0 -42
- data/_sass/_settings.scss +0 -688
- data/_sass/_sprites.scss +0 -0
- data/_sass/components/Slider.scss +0 -0
- data/_sass/components/academic-title.scss +0 -7
- data/_sass/components/article-card.scss +0 -41
- data/_sass/components/article-infobox.scss +0 -9
- data/_sass/components/article-listing.scss +0 -95
- data/_sass/components/banner.scss +0 -75
- data/_sass/components/blockquote.scss +0 -83
- data/_sass/components/card.scss +0 -154
- data/_sass/components/contact-bar.scss +0 -93
- data/_sass/components/content-block.scss +0 -24
- data/_sass/components/content-card.scss +0 -31
- data/_sass/components/corner-ribbon.scss +0 -25
- data/_sass/components/cta-button.scss +0 -54
- data/_sass/components/footer.scss +0 -5
- data/_sass/components/header-bar.scss +0 -118
- data/_sass/components/headline-media.scss +0 -42
- data/_sass/components/hero.scss +0 -164
- data/_sass/components/highlight.scss +0 -60
- data/_sass/components/hp-banner.scss +0 -21
- data/_sass/components/icon.scss +0 -33
- data/_sass/components/intention-map.scss +0 -23
- data/_sass/components/member-list.scss +0 -7
- data/_sass/components/metadata-block.scss +0 -29
- data/_sass/components/multicolumn.scss +0 -25
- data/_sass/components/pagination.scss +0 -44
- data/_sass/components/person.scss +0 -9
- data/_sass/components/profile-badge.scss +0 -74
- data/_sass/components/program.scss +0 -150
- data/_sass/components/region.scss +0 -83
- data/_sass/components/simple-accordion.scss +0 -80
- data/_sass/components/suggest-improvement.scss +0 -10
- data/_sass/components/tag.scss +0 -29
- data/_sass/components/tile.scss +0 -20
- data/_sass/components/top-bar.scss +0 -202
- data/_sass/components/top-sub-nav.scss +0 -81
- data/_sass/components/typography.scss +0 -85
- data/_sass/components/vertical-navigation.scss +0 -67
- data/_sass/components/widget-accordion.scss +0 -109
- data/_sass/components/widget-share-box.scss +0 -117
- data/_sass/components/widget-simple-text.scss +0 -15
- data/_sass/layouts/_cast.scss +0 -262
- data/_sass/layouts/_kandidatka.scss +0 -78
- data/_sass/objects/media.scss +0 -35
- data/_sass/objects/section.scss +0 -211
- data/_sass/objects/space.scss +0 -7
- data/_sass/pirati.scss +0 -58
- data/_sass/utilities/header-styles.scss +0 -16
- data/_sass/utilities/utilities.scss +0 -139
- data/assets/css/main.scss +0 -3
- data/assets/fonts/BebasNeue-Thin.ttf +0 -0
- data/assets/fonts/BebasNeue-Thin.woff +0 -0
- data/assets/fonts/BebasNeueBold.ttf +0 -0
- data/assets/fonts/BebasNeueBold.woff +0 -0
- data/assets/fonts/BebasNeueBook.ttf +0 -0
- data/assets/fonts/BebasNeueBook.woff +0 -0
- data/assets/fonts/BebasNeueLight.ttf +0 -0
- data/assets/fonts/BebasNeueLight.woff +0 -0
- data/assets/fonts/BebasNeueRegular.ttf +0 -0
- data/assets/fonts/BebasNeueRegular.woff +0 -0
- data/assets/fonts/demo.html +0 -311
- data/assets/fonts/stylesheet.css +0 -40
@@ -1,78 +0,0 @@
|
|
1
|
-
.l-kan{
|
2
|
-
$kandidate__margin: .85em;
|
3
|
-
&__item{
|
4
|
-
display: flex;
|
5
|
-
border-top: 1px solid rgba(black, .1);
|
6
|
-
padding-top: 4*$kandidate__margin;
|
7
|
-
&:nth-of-type(even) &-img{
|
8
|
-
order: 2;
|
9
|
-
}
|
10
|
-
@include breakpoint(mobile up) {
|
11
|
-
&:nth-of-type(n+5) &-img{
|
12
|
-
width: 20%;
|
13
|
-
}
|
14
|
-
&:nth-of-type(n+5) &-data{
|
15
|
-
width: 80%;
|
16
|
-
}
|
17
|
-
&:nth-of-type(n+5) .l-kan__name{
|
18
|
-
margin-top: 0;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
@include breakpoint(mobile down) {
|
23
|
-
&-img, &-data{
|
24
|
-
width: 100%;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
&-img{
|
29
|
-
|
30
|
-
}
|
31
|
-
&-data{
|
32
|
-
|
33
|
-
}
|
34
|
-
& + & {
|
35
|
-
margin-top: 5*$kandidate__margin;
|
36
|
-
}
|
37
|
-
}
|
38
|
-
&__name{
|
39
|
-
margin-top: 3*$kandidate__margin;;
|
40
|
-
}
|
41
|
-
&__role{
|
42
|
-
opacity: .75;
|
43
|
-
margin-top: $kandidate__margin;
|
44
|
-
margin-bottom: 2*$kandidate__margin;
|
45
|
-
}
|
46
|
-
&__map{
|
47
|
-
position: sticky;
|
48
|
-
bottom: 0;
|
49
|
-
background: white;
|
50
|
-
padding: $kandidate__margin;
|
51
|
-
margin: 0 -18px;
|
52
|
-
border-top: 1px solid black;
|
53
|
-
margin-top: 2*$kandidate__margin;
|
54
|
-
//text-align: center;
|
55
|
-
//transform: translateY(404px);
|
56
|
-
//&:hover{
|
57
|
-
// transform: translateY(0);
|
58
|
-
//}
|
59
|
-
svg{
|
60
|
-
path{
|
61
|
-
fill: transparent !important;
|
62
|
-
stroke: black !important;
|
63
|
-
stroke-width: 2px;
|
64
|
-
&:hover{
|
65
|
-
fill: black !important;
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
h4{
|
70
|
-
margin: .5em;
|
71
|
-
}
|
72
|
-
}
|
73
|
-
&__region{
|
74
|
-
&-select{
|
75
|
-
margin: 0;
|
76
|
-
}
|
77
|
-
}
|
78
|
-
}
|
data/_sass/objects/media.scss
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* This is just basic foundation media objects with few powerups.
|
3
|
-
* @see: https://foundation.zurb.com/sites/docs/media-object.html
|
4
|
-
*/
|
5
|
-
|
6
|
-
.o-media {
|
7
|
-
@include media-object-container;
|
8
|
-
|
9
|
-
// added padding from the right
|
10
|
-
&.o-media--rpadded {
|
11
|
-
padding-right: 1rem;
|
12
|
-
}
|
13
|
-
|
14
|
-
// card-style media object
|
15
|
-
&.o-media--fill {
|
16
|
-
background: $white;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
.o-media__image--round {
|
21
|
-
border-radius: 50%;
|
22
|
-
}
|
23
|
-
|
24
|
-
.o-media__section {
|
25
|
-
@include media-object-section(1rem);
|
26
|
-
}
|
27
|
-
|
28
|
-
.o-media__section-inner--vpadded {
|
29
|
-
padding: 1rem 0;
|
30
|
-
}
|
31
|
-
|
32
|
-
.o-media-list + .o-media-list {
|
33
|
-
margin-top: 1rem;
|
34
|
-
}
|
35
|
-
|
data/_sass/objects/section.scss
DELETED
@@ -1,211 +0,0 @@
|
|
1
|
-
$section-ns: '';
|
2
|
-
|
3
|
-
.#{$section-ns}o-section {
|
4
|
-
padding: 2rem 0;
|
5
|
-
|
6
|
-
@include breakpoint(mobile down) {
|
7
|
-
padding: 1rem 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: 1rem 0;
|
141
|
-
}
|
142
|
-
|
143
|
-
|
144
|
-
.#{$section-ns}o-section.#{$section-ns}o-section--bigger {
|
145
|
-
@include breakpoint(mobile down) {
|
146
|
-
padding: 1rem 0;
|
147
|
-
}
|
148
|
-
}
|
149
|
-
|
150
|
-
.#{$section-ns}o-section--noSpaceBottom {
|
151
|
-
padding-bottom: 0;
|
152
|
-
|
153
|
-
@include breakpoint(mobile down) {
|
154
|
-
padding: 1rem 0;
|
155
|
-
}
|
156
|
-
}
|
157
|
-
|
158
|
-
.#{$section-ns}o-section.#{$section-ns}o-section--noSpaceBottom-medium {
|
159
|
-
padding-bottom: 0;
|
160
|
-
}
|
161
|
-
|
162
|
-
.#{$section-ns}o-section.#{$section-ns}o-section--spaceBot {
|
163
|
-
padding-bottom: 3rem;
|
164
|
-
|
165
|
-
@include breakpoint(large down) {
|
166
|
-
padding-bottom: 2rem;
|
167
|
-
}
|
168
|
-
|
169
|
-
@include breakpoint(mobile down) {
|
170
|
-
padding-bottom: 1rem;
|
171
|
-
}
|
172
|
-
|
173
|
-
}
|
174
|
-
|
175
|
-
.#{$section-ns}o-section.#{$section-ns}o-section--darker {
|
176
|
-
background: $ternary-color;
|
177
|
-
}
|
178
|
-
|
179
|
-
.#{$section-ns}o-section-inner--leftBlock {
|
180
|
-
|
181
|
-
@include breakpoint(large) {
|
182
|
-
padding-right: 0;
|
183
|
-
}
|
184
|
-
}
|
185
|
-
|
186
|
-
.#{$section-ns}o-section-inner--rightBlock {
|
187
|
-
|
188
|
-
@include breakpoint(large) {
|
189
|
-
padding-left: 0;
|
190
|
-
}
|
191
|
-
}
|
192
|
-
|
193
|
-
.#{$section-ns}o-section .#{$section-ns}o-section-header {
|
194
|
-
position: relative;
|
195
|
-
color: $primary-color;
|
196
|
-
|
197
|
-
&--bordered {
|
198
|
-
border-bottom: 1px solid $ternary-color;
|
199
|
-
}
|
200
|
-
|
201
|
-
&--indented {
|
202
|
-
margin-bottom: 2rem;
|
203
|
-
}
|
204
|
-
}
|
205
|
-
|
206
|
-
.#{$section-ns}o-section__heading {
|
207
|
-
@include headerStyle('h3', super);
|
208
|
-
|
209
|
-
color: $primary-color;
|
210
|
-
margin-bottom: 0;
|
211
|
-
}
|
data/_sass/objects/space.scss
DELETED
data/_sass/pirati.scss
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
@import 'settings';
|
2
|
-
@import 'fonts';
|
3
|
-
|
4
|
-
@import "foundation-sites/scss/foundation";
|
5
|
-
@include foundation-everything;
|
6
|
-
|
7
|
-
@import 'base';
|
8
|
-
@import 'utilities/utilities';
|
9
|
-
|
10
|
-
// Import Components
|
11
|
-
@import 'components/typography';
|
12
|
-
|
13
|
-
@import 'components/academic-title';
|
14
|
-
@import 'components/article-card';
|
15
|
-
@import 'components/article-infobox';
|
16
|
-
@import 'components/article-listing';
|
17
|
-
@import 'components/banner';
|
18
|
-
@import 'components/blockquote';
|
19
|
-
@import 'components/card';
|
20
|
-
@import 'components/contact-bar';
|
21
|
-
@import 'components/content-block';
|
22
|
-
@import 'components/content-card';
|
23
|
-
@import 'components/corner-ribbon';
|
24
|
-
@import 'components/cta-button';
|
25
|
-
@import 'components/footer';
|
26
|
-
@import 'components/header-bar';
|
27
|
-
@import 'components/headline-media';
|
28
|
-
@import 'components/hero';
|
29
|
-
@import 'components/hp-banner';
|
30
|
-
@import 'components/icon';
|
31
|
-
@import 'components/intention-map';
|
32
|
-
@import 'components/member-list';
|
33
|
-
@import 'components/metadata-block';
|
34
|
-
@import 'components/multicolumn';
|
35
|
-
@import 'components/region';
|
36
|
-
@import 'components/pagination';
|
37
|
-
@import 'components/person';
|
38
|
-
@import 'components/profile-badge';
|
39
|
-
@import 'components/program';
|
40
|
-
@import 'components/simple-accordion';
|
41
|
-
@import 'components/Slider';
|
42
|
-
@import 'components/suggest-improvement';
|
43
|
-
@import 'components/tag';
|
44
|
-
@import 'components/tile';
|
45
|
-
@import 'components/top-bar';
|
46
|
-
@import 'components/top-sub-nav';
|
47
|
-
@import 'components/vertical-navigation';
|
48
|
-
@import 'components/widget-accordion';
|
49
|
-
@import 'components/widget-share-box';
|
50
|
-
@import 'components/widget-simple-text';
|
51
|
-
|
52
|
-
// Import Objects
|
53
|
-
@import 'objects/section';
|
54
|
-
@import 'objects/media';
|
55
|
-
@import 'objects/space';
|
56
|
-
|
57
|
-
// Import header styles -- these go last to be able to override things
|
58
|
-
@import 'utilities/header-styles';
|
@@ -1,16 +0,0 @@
|
|
1
|
-
@each $headingClass, $headingSettings in $headers {
|
2
|
-
@if ($headingClass == 'main') {
|
3
|
-
@each $variant in map-get($headingSettings, variants) {
|
4
|
-
#{$variant},
|
5
|
-
.t-#{$variant} {
|
6
|
-
@include headerStyle($variant, $headingClass);
|
7
|
-
}
|
8
|
-
}
|
9
|
-
} @else {
|
10
|
-
@each $variant in map-get($headingSettings, variants) {
|
11
|
-
.t-#{$variant}-#{$headingClass} {
|
12
|
-
@include headerStyle($variant, $headingClass);
|
13
|
-
}
|
14
|
-
}
|
15
|
-
}
|
16
|
-
}
|
@@ -1,139 +0,0 @@
|
|
1
|
-
.u-cf {
|
2
|
-
@include clearfix;
|
3
|
-
}
|
4
|
-
|
5
|
-
.u-uniform-size-row {
|
6
|
-
display: flex;
|
7
|
-
flex-wrap: wrap;
|
8
|
-
}
|
9
|
-
|
10
|
-
.u-hidden/*,
|
11
|
-
.u-js-hiddenBeforeLoad*/ {
|
12
|
-
display: none !important;
|
13
|
-
}
|
14
|
-
|
15
|
-
.u-smaller-line-height {
|
16
|
-
line-height: 1.275;
|
17
|
-
}
|
18
|
-
|
19
|
-
.u-mirror-horizontally {
|
20
|
-
display: inline-block;
|
21
|
-
transform: matrix(-1, 0, 0, 1, 0, 0) !important;
|
22
|
-
}
|
23
|
-
|
24
|
-
.u-noWrap {
|
25
|
-
|
26
|
-
@include breakpoint(xlarge) {
|
27
|
-
white-space: nowrap;
|
28
|
-
}
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
.u-0margin {
|
33
|
-
margin: 0 !important;
|
34
|
-
}
|
35
|
-
|
36
|
-
.u-1margin--left {
|
37
|
-
margin-left: 1rem;
|
38
|
-
}
|
39
|
-
|
40
|
-
.u-1margin--right {
|
41
|
-
margin-right: 1rem;
|
42
|
-
}
|
43
|
-
|
44
|
-
.u-4margin--right {
|
45
|
-
margin-right: 4rem;
|
46
|
-
}
|
47
|
-
|
48
|
-
.u-1margin--top {
|
49
|
-
margin-top: 1rem;
|
50
|
-
}
|
51
|
-
|
52
|
-
.u-1margin--bottom {
|
53
|
-
margin-bottom: 1rem;
|
54
|
-
}
|
55
|
-
|
56
|
-
.u-center {
|
57
|
-
text-align: center !important;
|
58
|
-
}
|
59
|
-
.u-center--medium-down {
|
60
|
-
@include breakpoint(medium down) {
|
61
|
-
text-align: center;
|
62
|
-
margin: 0 auto;
|
63
|
-
display: block;
|
64
|
-
}
|
65
|
-
}
|
66
|
-
.u-center--medium-only {
|
67
|
-
@include breakpoint(medium down) {
|
68
|
-
@include breakpoint(mobile) {
|
69
|
-
text-align: center;
|
70
|
-
margin: 0 auto;
|
71
|
-
display: block;
|
72
|
-
}
|
73
|
-
}
|
74
|
-
}
|
75
|
-
.u-center--mobile-down {
|
76
|
-
@include breakpoint(mobile down) {
|
77
|
-
text-align: center;
|
78
|
-
margin: 0 auto;
|
79
|
-
display: block;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
.u-stacked + .u-stacked {
|
83
|
-
margin-top: 1rem;
|
84
|
-
}
|
85
|
-
|
86
|
-
.u-stacked--medium-down + .u-stacked--medium-down {
|
87
|
-
@include breakpoint(medium down) {
|
88
|
-
margin-top: 1rem;
|
89
|
-
}
|
90
|
-
}
|
91
|
-
.u-stacked--mobile-down + .u-stacked--mobile-down {
|
92
|
-
@include breakpoint(mobile down) {
|
93
|
-
margin-top: 1rem;
|
94
|
-
}
|
95
|
-
}
|
96
|
-
|
97
|
-
.u-rotate-345 {
|
98
|
-
transform: rotate(345deg) !important;
|
99
|
-
}
|
100
|
-
|
101
|
-
.u-rotate-15 {
|
102
|
-
transform: rotate(15deg) !important;
|
103
|
-
}
|
104
|
-
|
105
|
-
.u-inverted {
|
106
|
-
color: $dark-gray !important;
|
107
|
-
|
108
|
-
a,
|
109
|
-
h1,
|
110
|
-
h2,
|
111
|
-
h3,
|
112
|
-
h4,
|
113
|
-
h5,
|
114
|
-
h6 {
|
115
|
-
color: $dark-gray;
|
116
|
-
}
|
117
|
-
|
118
|
-
a:hover {
|
119
|
-
color: $secondary-color;
|
120
|
-
}
|
121
|
-
}
|
122
|
-
|
123
|
-
.u-video-wrapper-16-9 {
|
124
|
-
position: relative;
|
125
|
-
display: inline-block;
|
126
|
-
padding: 0;
|
127
|
-
margin: 0;
|
128
|
-
width: 100%;
|
129
|
-
padding-top: 56.2%; /* 16:9, floored normally would be 56.25 */
|
130
|
-
height: 0;
|
131
|
-
|
132
|
-
iframe {
|
133
|
-
position: absolute;
|
134
|
-
top: 0;
|
135
|
-
left: 0;
|
136
|
-
width: 100%;
|
137
|
-
height: 100%;
|
138
|
-
}
|
139
|
-
}
|