jekyll-theme-artsy 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/css/bootstrap.min.css +8143 -0
- data/css/galleries.css +150 -0
- data/css/home.css +151 -0
- data/css/journal.css +235 -0
- data/css/magnificpopup.css +352 -0
- data/css/main.css +856 -0
- data/css/selena.css +50 -0
- data/css/super-search.css +110 -0
- data/css/tags-wrap.css +35 -0
- data/img/404.jpg +0 -0
- data/img/about-bg.jpg +0 -0
- data/img/add-to-cart.png +0 -0
- data/img/archive-bg.jpg +0 -0
- data/img/avatar.png +0 -0
- data/img/bookbutton.png +0 -0
- data/img/cart-empty.png +0 -0
- data/img/cart-full.png +0 -0
- data/img/donate.png +0 -0
- data/img/gallery-bg.jpg +0 -0
- data/img/journal/post01.jpg +0 -0
- data/img/journal/post02.jpg +0 -0
- data/img/journal/post03.jpg +0 -0
- data/img/left-arrow.svg +36 -0
- data/img/lightbox/close.png +0 -0
- data/img/lightbox/loading.gif +0 -0
- data/img/lightbox/next.png +0 -0
- data/img/lightbox/prev.png +0 -0
- data/img/loading.gif +0 -0
- data/img/logo.png +0 -0
- data/img/misc-bg.jpg +0 -0
- data/img/postcover/pc001.jpg +0 -0
- data/img/postcover/pc002.jpg +0 -0
- data/img/postcover/pc003.jpg +0 -0
- data/img/postcover/pc004.jpg +0 -0
- data/img/postcover/pc005.jpg +0 -0
- data/img/postcover/pc006.jpg +0 -0
- data/img/postcover/pc007.jpg +0 -0
- data/img/postcover/pc008.jpg +0 -0
- data/img/right-arrow.svg +36 -0
- data/img/siteicon.png +0 -0
- data/img/watermark-1900x1900-alt.png +0 -0
- data/img/watermark-1900x1900.png +0 -0
- data/img/watermark-800x800.png +0 -0
- data/img/writing-bg.jpg +0 -0
- data/js/dripload.js +37 -0
- data/js/fullcart.js +22 -0
- data/js/isotope.pkgd.min.js +8 -0
- data/js/jquery.cycle.min.js +1 -0
- data/js/jquery.isotope.min.js +13 -0
- data/js/jquery.lazylinepainter.min.js +17 -0
- data/js/jquery.magnific-popup.js +1861 -0
- data/js/jquery.mousewheel.min.js +8 -0
- data/js/jquery.tinycarousel.min.js +7 -0
- data/js/kenburns.min.js +6 -0
- data/js/main.min.js +588 -0
- data/js/modernizr.js +2 -0
- data/js/owlcarousel/.gitattributes +5 -0
- data/js/owlcarousel/.gitignore +18 -0
- data/js/owlcarousel/.travis.yml +14 -0
- data/js/owlcarousel/CONTRIBUTING.md +88 -0
- data/js/owlcarousel/Gruntfile.js +320 -0
- data/js/owlcarousel/ISSUE_TEMPLATE.md +14 -0
- data/js/owlcarousel/LICENSE +23 -0
- data/js/owlcarousel/README.md +122 -0
- data/js/owlcarousel/ROADMAP.md +57 -0
- data/js/owlcarousel/_config.json +30 -0
- data/js/owlcarousel/bower.json +13 -0
- data/js/owlcarousel/dist/LICENSE +23 -0
- data/js/owlcarousel/dist/README.md +122 -0
- data/js/owlcarousel/dist/assets/ajax-loader.gif +0 -0
- data/js/owlcarousel/dist/assets/owl.carousel.css +186 -0
- data/js/owlcarousel/dist/assets/owl.carousel.min.css +6 -0
- data/js/owlcarousel/dist/assets/owl.theme.default.css +50 -0
- data/js/owlcarousel/dist/assets/owl.theme.default.min.css +6 -0
- data/js/owlcarousel/dist/assets/owl.theme.green.css +50 -0
- data/js/owlcarousel/dist/assets/owl.theme.green.min.css +6 -0
- data/js/owlcarousel/dist/assets/owl.video.play.png +0 -0
- data/js/owlcarousel/dist/owl.carousel.js +3448 -0
- data/js/owlcarousel/dist/owl.carousel.min.js +7 -0
- data/js/owlcarousel/docs/assets/css/animate.css +3303 -0
- data/js/owlcarousel/docs/assets/css/docs.theme.min.css +1 -0
- data/js/owlcarousel/docs/assets/img/bird_blue_32.png +0 -0
- data/js/owlcarousel/docs/assets/img/download.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-drag.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-modern.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-module.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-options.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-responsive.png +0 -0
- data/js/owlcarousel/docs/assets/img/feature-zombie.png +0 -0
- data/js/owlcarousel/docs/assets/img/owl-logo.png +0 -0
- data/js/owlcarousel/docs/assets/img/twitter_25.png +0 -0
- data/js/owlcarousel/docs/assets/js/app.js +32 -0
- data/js/owlcarousel/docs/assets/js/foundation.min.js +3 -0
- data/js/owlcarousel/docs/assets/owlcarousel/README.md +122 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/ajax-loader.gif +0 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.carousel.css +186 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.carousel.min.css +6 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.theme.default.css +50 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.theme.default.min.css +6 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.theme.green.css +50 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.theme.green.min.css +6 -0
- data/js/owlcarousel/docs/assets/owlcarousel/assets/owl.video.play.png +0 -0
- data/js/owlcarousel/docs/assets/owlcarousel/owl.carousel.js +3448 -0
- data/js/owlcarousel/docs/assets/owlcarousel/owl.carousel.min.js +7 -0
- data/js/owlcarousel/docs/assets/vendors/foundation.min.js +3 -0
- data/js/owlcarousel/docs/assets/vendors/highlight.js +1 -0
- data/js/owlcarousel/docs/assets/vendors/jquery.min.js +2 -0
- data/js/owlcarousel/docs/assets/vendors/jquery.min.map +1 -0
- data/js/owlcarousel/docs/assets/vendors/jquery.mousewheel.min.js +8 -0
- data/js/owlcarousel/docs/demos/animate.html +272 -0
- data/js/owlcarousel/docs/demos/autoheight.html +165 -0
- data/js/owlcarousel/docs/demos/autoplay.html +186 -0
- data/js/owlcarousel/docs/demos/autowidth.html +185 -0
- data/js/owlcarousel/docs/demos/basic.html +199 -0
- data/js/owlcarousel/docs/demos/center.html +239 -0
- data/js/owlcarousel/docs/demos/demos.html +198 -0
- data/js/owlcarousel/docs/demos/events.html +207 -0
- data/js/owlcarousel/docs/demos/lazyLoad.html +165 -0
- data/js/owlcarousel/docs/demos/merge.html +202 -0
- data/js/owlcarousel/docs/demos/mousewheel.html +209 -0
- data/js/owlcarousel/docs/demos/responsive.html +297 -0
- data/js/owlcarousel/docs/demos/rtl.html +202 -0
- data/js/owlcarousel/docs/demos/stagepadding.html +202 -0
- data/js/owlcarousel/docs/demos/test.html +144 -0
- data/js/owlcarousel/docs/demos/urlhashnav.html +190 -0
- data/js/owlcarousel/docs/demos/video.html +189 -0
- data/js/owlcarousel/docs/docs/api-classes.html +227 -0
- data/js/owlcarousel/docs/docs/api-events.html +358 -0
- data/js/owlcarousel/docs/docs/api-options.html +395 -0
- data/js/owlcarousel/docs/docs/dev-buildin-plugins.html +157 -0
- data/js/owlcarousel/docs/docs/dev-external.html +151 -0
- data/js/owlcarousel/docs/docs/dev-plugin-api.html +160 -0
- data/js/owlcarousel/docs/docs/dev-styles.html +171 -0
- data/js/owlcarousel/docs/docs/started-faq.html +162 -0
- data/js/owlcarousel/docs/docs/started-installation.html +173 -0
- data/js/owlcarousel/docs/docs/started-welcome.html +196 -0
- data/js/owlcarousel/docs/docs/support-changelog.html +169 -0
- data/js/owlcarousel/docs/docs/support-contact.html +140 -0
- data/js/owlcarousel/docs/docs/support-contributing.html +162 -0
- data/js/owlcarousel/docs/index.html +239 -0
- data/js/owlcarousel/package-lock.json +6169 -0
- data/js/owlcarousel/package.json +57 -0
- data/js/owlcarousel/src/img/ajax-loader.gif +0 -0
- data/js/owlcarousel/src/img/owl.video.play.png +0 -0
- data/js/owlcarousel/src/js/.jscsrc +47 -0
- data/js/owlcarousel/src/js/.jshintrc +13 -0
- data/js/owlcarousel/src/js/owl.animate.js +121 -0
- data/js/owlcarousel/src/js/owl.autoheight.js +132 -0
- data/js/owlcarousel/src/js/owl.autoplay.js +233 -0
- data/js/owlcarousel/src/js/owl.autorefresh.js +111 -0
- data/js/owlcarousel/src/js/owl.carousel.js +1750 -0
- data/js/owlcarousel/src/js/owl.hash.js +122 -0
- data/js/owlcarousel/src/js/owl.lazyload.js +149 -0
- data/js/owlcarousel/src/js/owl.navigation.js +406 -0
- data/js/owlcarousel/src/js/owl.support.js +83 -0
- data/js/owlcarousel/src/js/owl.support.modernizr.js +66 -0
- data/js/owlcarousel/src/js/owl.video.js +327 -0
- data/js/owlcarousel/src/scss/_animate.scss +28 -0
- data/js/owlcarousel/src/scss/_autoheight.scss +7 -0
- data/js/owlcarousel/src/scss/_core.scss +126 -0
- data/js/owlcarousel/src/scss/_lazyload.scss +25 -0
- data/js/owlcarousel/src/scss/_theme.default.scss +30 -0
- data/js/owlcarousel/src/scss/_theme.green.scss +30 -0
- data/js/owlcarousel/src/scss/_theme.scss +64 -0
- data/js/owlcarousel/src/scss/_video.scss +53 -0
- data/js/owlcarousel/src/scss/owl.carousel.scss +5 -0
- data/js/owlcarousel/src/scss/owl.theme.default.scss +1 -0
- data/js/owlcarousel/src/scss/owl.theme.green.scss +1 -0
- data/js/owlcarousel/test/index.html +32 -0
- data/js/owlcarousel/test/unit/autoplay.js +86 -0
- data/js/owlcarousel/test/unit/core.js +140 -0
- data/js/retina.min.js +10 -0
- data/js/scripts.js +204 -0
- data/js/super-search.js +136 -0
- data/js/zepto.min.js +2 -0
- metadata +176 -1
data/css/galleries.css
ADDED
@@ -0,0 +1,150 @@
|
|
1
|
+
/* Galleries */
|
2
|
+
.gallery { clear: both; width: 100%; margin: 0 0 2em 0; }
|
3
|
+
.gallery::after { content:""; display: block; clear: both; }
|
4
|
+
.gallery-item { position: relative; display: block; width: auto; }
|
5
|
+
.gallery-icon { position: relative; z-index: 9; -webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -ms-transition: opacity .2s ease; -o-transition: opacity .2s ease; transition: opacity .2s ease; }
|
6
|
+
.gallery-icon a { display: block; width: 100%; height: 100%; position: relative; z-index: 9; }
|
7
|
+
.gallery-icon img { max-width: 100%; height: auto; margin: 0px; }
|
8
|
+
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; z-index: 10; pointer-events: none; }
|
9
|
+
.gallery-caption .entry-summary { display: inline-block; position: absolute; width: 100%; bottom: 0; color: #F7F6F5; opacity: 0;
|
10
|
+
-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
|
11
|
+
.gallery-item:hover .gallery-caption .entry-summary { opacity: 1; }
|
12
|
+
.gallery-caption h3, .gallery-caption p { -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; padding: 0; margin: 0; }
|
13
|
+
.gallery-item:hover .gallery-caption h3, .gallery-item:hover .gallery-caption p { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
|
14
|
+
.gallery-caption h3 { font-weight: bold; text-transform: uppercase; font-size: .9em; letter-spacing: 0.05em; }
|
15
|
+
.gallery-caption .entry-summary > p { font-family: Times, serif; font-style: italic; font-size: .8em; opacity: .8; }
|
16
|
+
|
17
|
+
#gallery-filter { display: block; position: relative; top: 12px; }
|
18
|
+
#gallery-filter ul { list-style: none; padding: 0; margin: 0 0 .3em 0; font-size: .8em; letter-spacing: 0.05em; }
|
19
|
+
#gallery-filter ul li { display: inline-block; vertical-align: bottom; margin: 0 2em 2em 0; }
|
20
|
+
#gallery-filter ul li a { display: block; color: #222; position: relative; }
|
21
|
+
#gallery-filter ul li a:hover { }
|
22
|
+
#gallery-filter ul li a.active { }
|
23
|
+
#gallery-filter ul li a::after { content: ""; display: block; border-bottom: 2px solid #EA8E00; width: 0; position: absolute; bottom: 0; left: 0; right: 0;
|
24
|
+
-webkit-transform: scale(0,1); transform: scale(0,1);
|
25
|
+
-webkit-transform-origin: 50% 0; transform-origin: 50% 0;
|
26
|
+
-webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
|
27
|
+
#gallery-filter ul li a.active::after { width: 100%; -webkit-transform: scale(1); transform: scale(1); }
|
28
|
+
#gallery-filter ul li a:hover::after { width: 100%; -webkit-transform: scale(1); transform: scale(1); }
|
29
|
+
|
30
|
+
#grid-changer { display: inline-block; float: right; margin-top: -2.6em; z-index: 12; }
|
31
|
+
#grid-changer ul { display: inline-block; list-style: none; padding: 0; margin: 0 0 .3em 0; font-size: .8em; letter-spacing: 0.05em; }
|
32
|
+
#grid-changer ul li { display: inline-block; vertical-align: top; margin: -.3em 0 0 .2em; }
|
33
|
+
#grid-changer ul li a { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #ccc; position: relative; border: 2px solid #999;
|
34
|
+
-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
|
35
|
+
#grid-changer ul li a.active, #grid-changer ul li a.active:hover { border-color: #222; color: #222; }
|
36
|
+
#grid-changer ul li a:hover { border-color: #EA8E00; color: #EA8E00; }
|
37
|
+
#grid-changer svg { fill: #222; }
|
38
|
+
|
39
|
+
.masonry-gallery.gallery { z-index: 0; width: 102.2%; margin: 0 0 1em 0; }
|
40
|
+
.masonry-gallery .gallery-item { margin: 0 2% 1.3em 0; background: transparent; width: 31.3%; }
|
41
|
+
.masonry-gallery .gallery-item.col-2 { width: 48%; }
|
42
|
+
.masonry-gallery .gallery-item.col-3 { width: 31.3%; }
|
43
|
+
.masonry-gallery .gallery-item.col-4 { width: 23%; }
|
44
|
+
.masonry-gallery .gallery-item.col-5 { width: 18%; }
|
45
|
+
.masonry-gallery .gallery-item.col-6 { width: 14.66%; }
|
46
|
+
.masonry-gallery .gallery-item.col-7 { width: 12.28%; }
|
47
|
+
.masonry-gallery .gallery-item.col-8 { width: 10.5%; }
|
48
|
+
.masonry-gallery .gallery-item:hover .gallery-icon { opacity: 1; }
|
49
|
+
.masonry-gallery .gallery-icon { text-align: center; }
|
50
|
+
.masonry-gallery .gallery-caption .entry-summary { text-align: center; bottom: 0; padding: 1em; font-size: .8em; color: #F7F6F5; }
|
51
|
+
.masonry-gallery .gallery-item.col-5 .gallery-caption { font-size: .85em; }
|
52
|
+
.masonry-gallery .gallery-caption h3 { -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); margin-bottom: .5em; }
|
53
|
+
.masonry-gallery .gallery-caption p { -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); padding-bottom: 1em; }
|
54
|
+
|
55
|
+
.fullscreen-gallery.gallery { height: 100vh !important; margin: 0; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
|
56
|
+
.fullscreen-gallery .gallery-caption { position: absolute; bottom: 0; left: 0; z-index: 99; pointer-events: auto; }
|
57
|
+
.fullscreen-gallery .gallery-caption .entry-summary { width: 100%; bottom: 0; padding: 2.5em 4.5%; opacity: 1; }
|
58
|
+
.fullscreen-gallery .gallery-item { height: 100%; width: 100%; }
|
59
|
+
.fullscreen-gallery .gallery-icon { height: 100%; width: 100%; }
|
60
|
+
.fullscreen-gallery .gallery-video { height: 100%; width: 100%; background-size: cover; }
|
61
|
+
.fullscreen-gallery .gallery-video video { height: 100%; width: 100%; display: inline-block; vertical-align: baseline; }
|
62
|
+
.fullscreen-gallery .gallery-icon img { min-width: 100%; min-height: 100%; }
|
63
|
+
.fullscreen-gallery .gallery-caption h3 { font-size: 1.15em; margin-bottom: .3em; text-transform: none; }
|
64
|
+
|
65
|
+
.fullscreen-gallery.kenburns-gallery .gallery-icon { display: none; }
|
66
|
+
.fullscreen-gallery.kenburns-gallery canvas { z-index: -1; position: absolute; left: 0; top: 0; }
|
67
|
+
|
68
|
+
iframe#okplayer { min-width: 100%; min-height: 100%; }
|
69
|
+
|
70
|
+
#gallerynav { display: inline-block; padding: 0 1em; }
|
71
|
+
#gallerynav a { color: #F7F6F5; padding: .3em; font-size: 1.5em; font-weight: bold; }
|
72
|
+
#gallerynav a svg { fill: #F7F6F5; vertical-align: bottom; }
|
73
|
+
#gallerynav a.thumbs { padding: 0 1.5em 0 0; }
|
74
|
+
#gallerynav a:hover, #gallerynav a.active { color: #EA8E00; }
|
75
|
+
#gallerynav a:hover svg { fill: #EA8E00; }
|
76
|
+
#gallerynav a.pause { font-size: .7em; padding-left: .9em; position: relative; top: -3px; font-weight: normal; }
|
77
|
+
#gallerythumbs { position: fixed; width: 100%; height: 120px; text-align: left; left: 0; bottom: -24px;/*hide scroll track*/ z-index: 888; white-space: nowrap; padding: 0 !important; overflow: hidden; overflow-x: scroll; background: #222;
|
78
|
+
-webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
|
79
|
+
-webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
|
80
|
+
#gallerythumbs.reveal { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
|
81
|
+
#gallerythumbs li { display: inline-block; height: 120px; width: auto; margin: 0; list-style: none; vertical-align: bottom;
|
82
|
+
opacity: 1; -webkit-transition: opacity .4s ease; -moz-transition: opacity .4s ease; -ms-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }
|
83
|
+
#gallerythumbs:hover li { opacity: .5; }
|
84
|
+
#gallerythumbs:hover li:hover { opacity: 1; }
|
85
|
+
#gallerythumbs li img { width: auto; height: 100%; margin: 0; }
|
86
|
+
body.gallerythumbsrevealed #footer { -webkit-transform: translate3d(0,-64px,0); transform: translate3d(0,-64px,0); }
|
87
|
+
body.gallerythumbsrevealed .gallery { -webkit-transform: translate3d(0,-64px,0); transform: translate3d(0,-64px,0); }
|
88
|
+
body.gallerythumbsrevealed .position-absolute { -webkit-transform: translate3d(0,-64px,0); transform: translate3d(0,-64px,0); }
|
89
|
+
|
90
|
+
.horizontal-gallery.gallery { height: 50vh; white-space: nowrap; overflow-x: auto; overflow-y: hidden; width: 109%; margin: 0 0 1.5em -4.5%; }
|
91
|
+
.horizontal-gallery .gallery-item { display: inline-block; vertical-align: top; height: 100%; width: auto; margin: 0 .2em 0 0; }
|
92
|
+
.horizontal-gallery .gallery-item:last-child { margin-right: 0; }
|
93
|
+
.horizontal-gallery .gallery-icon { display: block; width: 100%; height: 100%; }
|
94
|
+
.horizontal-gallery .gallery-icon img { height: 98%; width: auto; max-width: 9999px; }
|
95
|
+
.horizontal-gallery .gallery-caption { white-space: normal; font-size: .85em; padding: 2em; }
|
96
|
+
.horizontal-gallery .gallery-caption h3 { margin-bottom: .3em; -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
|
97
|
+
.horizontal-gallery .gallery-caption p { -webkit-transform: translate3d(0,0,0); transform: translate3d(-5px,0,0); padding-bottom: 2em; }
|
98
|
+
|
99
|
+
.vertical-gallery.gallery { height: 62vh; margin-bottom: 1em; margin-top: -4em; }
|
100
|
+
.vertical-gallery .gallery-item { height: 100%; width: 100%; clear: both; }
|
101
|
+
.vertical-gallery .gallery-icon { display: inline-block; width: 50%; height: 100%; float: right; }
|
102
|
+
.vertical-gallery .gallery-icon img { width: auto; max-height: 100%; max-width: 100%; float: right; position: absolute; bottom: 0; right: 0; }
|
103
|
+
.vertical-gallery .gallery-caption { position: relative; display: inline-block; width: 45%; height: 100%; float: left; opacity: 0; }
|
104
|
+
.vertical-gallery .gallery-caption .entry-summary { color: #222; opacity: 1; bottom: 10%; padding: 0 0 0 5em; text-align: left; }
|
105
|
+
.vertical-gallery .gallery-caption h3 { font-size: 2em; line-height: 1.1; margin-bottom: .5em; }
|
106
|
+
|
107
|
+
#gallerypuntiks { width: 18px; position: absolute; bottom: 0; z-index: 90; }
|
108
|
+
#gallerypuntiks a { display: inline-block; width: 10px; height: 10px; border: 2px solid #999; border-radius: 5px; font-size: 0; margin: .5em; clear: both; background: #F7F6F5; padding: .5em; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
|
109
|
+
#gallerypuntiks a:hover { border-color: #EA8E00; }
|
110
|
+
#gallerypuntiks a.activeSlide { border-color: #222; }
|
111
|
+
|
112
|
+
.before-after { max-width: 100%; clear: both; float: left; margin: 0 2em 1em 0; }
|
113
|
+
.before-after .gallery-icon a::after { display: none; }
|
114
|
+
|
115
|
+
.gallery.no-margin { margin-bottom: 0 !important; }
|
116
|
+
|
117
|
+
/* Popup image */
|
118
|
+
body.mfp-zoom-out-cur #header, body.mfp-zoom-out-cur #content, body.mfp-zoom-out-cur #sidebar { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); }
|
119
|
+
.mfp-bg { background: #F7F6F5; opacity: 0.7; }
|
120
|
+
.mfp-figure:after { box-shadow: none; border: 8px solid rgba(255,255,255,0.8); }
|
121
|
+
img.mfp-img { padding: 0; }
|
122
|
+
.mfp-counter { color: #F7F6F5; background: #222; padding: 0.5em 1em; margin-right: -2em;
|
123
|
+
-webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
|
124
|
+
-moz-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
|
125
|
+
-o-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
|
126
|
+
-ms-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
|
127
|
+
clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); }
|
128
|
+
.mfp-container button { box-shadow: none; background: none; }
|
129
|
+
.mfp-container button.mfp-arrow-right { background: transparent url("../img/right-arrow.svg") no-repeat center center; }
|
130
|
+
.mfp-container button.mfp-arrow-right::before, .mfp-container button.mfp-arrow-right::after { display: none; }
|
131
|
+
.mfp-container button.mfp-arrow-left { background: transparent url("../img/left-arrow.svg") no-repeat center center; }
|
132
|
+
.mfp-container button.mfp-arrow-left::before, .mfp-container button.mfp-arrow-left::after { display: none; }
|
133
|
+
|
134
|
+
|
135
|
+
/*galleries adapted*/
|
136
|
+
.masonry-gallery .gallery-item { width: 30% !important; }
|
137
|
+
|
138
|
+
@media screen and (max-height: 480px) {
|
139
|
+
/*header smaller space*/
|
140
|
+
#header { padding-top: 2em; }
|
141
|
+
|
142
|
+
/*galleries adapted*/
|
143
|
+
.fullscreen-gallery .gallery-caption .entry-summary { padding-bottom: 2em; }
|
144
|
+
.masonry-gallery .gallery-item {width: 98% !important;}
|
145
|
+
}
|
146
|
+
|
147
|
+
@media screen and (max-width: 640px) and (orientation: portrait) {
|
148
|
+
/*galleries adapted*/
|
149
|
+
.fullscreen-gallery .gallery-caption .entry-summary { padding-bottom: 5em; }
|
150
|
+
.masonry-gallery .gallery-item { width: 98% !important; }
|
data/css/home.css
ADDED
@@ -0,0 +1,151 @@
|
|
1
|
+
/* WYSIWYG TEXT STYLES
|
2
|
+
--------------------------------------------------------- */
|
3
|
+
html { font-family: 'Josefin Sans', sans-serif; font-size: 62.5%; }
|
4
|
+
body { font-family: 'Josefin Sans', sans-serif; font-size: 1.8em; font-weight: 400; }
|
5
|
+
|
6
|
+
/* CONTENT */
|
7
|
+
body #content { position: relative; }
|
8
|
+
body #content > .wrapper { padding: 3em 4.5% 0; }
|
9
|
+
|
10
|
+
/* Layouts */
|
11
|
+
body.fullscreen { max-height: 100%; overflow-y: hidden; overflow-x: hidden; background: #000; }
|
12
|
+
body.fullscreen #content { height: 100vh; overflow: hidden; }
|
13
|
+
body.fullscreen #content > .wrapper { padding: 0; }
|
14
|
+
|
15
|
+
/* Text on Dark Background (over images) */
|
16
|
+
body.fullscreen ul.social-icons, body.fullscreen #footer p { vertical-align: bottom; padding-bottom: 0; line-height: 1.1; }
|
17
|
+
body.fullscreen ul.social-icons li a { color: white; }
|
18
|
+
|
19
|
+
body.fullscreen .position-absolute { color: #dddddd; bottom: 0; left: 0; width: 100%; padding: 0 4.5%; /*-webkit-transform: translateY(-50%);
|
20
|
+
-moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);*/ -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
|
21
|
+
|
22
|
+
/*galleries adapted*/
|
23
|
+
.masonry-gallery .gallery-item { width: 47.5% !important; }
|
24
|
+
.fullscreen-gallery.kenburns-gallery canvas { position: relative; }
|
25
|
+
.fullscreen-gallery .gallery-caption .entry-summary { padding-bottom: 1.5em; }
|
26
|
+
.vertical-gallery.gallery { height: 400px; margin-top: 2em; }
|
27
|
+
.vertical-gallery .gallery-icon { width: 90%; }
|
28
|
+
.vertical-gallery .gallery-caption { width: 90%; position: absolute; bottom: 0; }
|
29
|
+
.vertical-gallery .gallery-icon img { bottom: auto; top: 0; }
|
30
|
+
.vertical-gallery .gallery-caption h3 { font-size: 1.4em; }
|
31
|
+
|
32
|
+
|
33
|
+
h1 { font-weight: normal; font-size: 1.7em; margin: 0 0 .5em 0; line-height: 1.4; }
|
34
|
+
h2 { font-weight: normal; font-size: 1.5em; margin: 0 0 .7em 0; line-height: 1.2; letter-spacing: .01em; }
|
35
|
+
h3 { font-weight: normal; font-size: 1.25em; margin: 0 0 .5em 0; line-height: 1.4; }
|
36
|
+
h4 { font-weight: normal; font-size: 1.15em; margin: 0 0 .5em 0; line-height: 1.4; }
|
37
|
+
h5 { font-weight: bold; font-size: 1em; margin: 0 0 .5em 0; line-height: 1.4; }
|
38
|
+
h6 { font-weight: bold; font-size: .8em; margin: 0 0 .5em 0; line-height: 1.4; }
|
39
|
+
p { padding: 0 0 1.5em 0; line-height: 1.6; }
|
40
|
+
ul, ol { padding: 0; line-height: 1.6; list-style: disc; }
|
41
|
+
ol { list-style: decimal; }
|
42
|
+
strong, input, button, .button { font-weight: bold; }
|
43
|
+
nav ul { list-style: none; }
|
44
|
+
em { font-style: italic; }
|
45
|
+
a { color: #EA8E00; text-decoration: none;
|
46
|
+
-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
|
47
|
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }
|
48
|
+
a:hover { text-decoration: none; color: #222; }
|
49
|
+
img { border: 0; margin-top: 5px; margin-bottom: 2em; max-width: 100%; height: auto; }
|
50
|
+
p img, h2 img { vertical-align: middle; }
|
51
|
+
ul ul, ol ol { padding-bottom: 0; }
|
52
|
+
ul.aligncenter, .aligncenter ul, ol.aligncenter, .aligncenter ol { list-style-position: inside; padding-left: 0; }
|
53
|
+
|
54
|
+
.clear { clear: both; }
|
55
|
+
.alignleft { float: left; }
|
56
|
+
.alignright { float: right; }
|
57
|
+
.aligncenter { text-align: center; margin-left: auto; margin-right: auto; }
|
58
|
+
.justify { text-align: justify; }
|
59
|
+
.justifyleft { text-align: left; }
|
60
|
+
.justifyright { text-align: right; }
|
61
|
+
.hidden { display: none; }
|
62
|
+
.big, big { font-size: 1.15em; line-height: 1.5; font-weight: 300; }
|
63
|
+
h2.big { font-size: 240%; letter-spacing: .1em; }
|
64
|
+
.extrabig { font-size: 1.9em; line-height: 1.3; }
|
65
|
+
.small, small { font-size: .85em; line-height: 1.5; }
|
66
|
+
.extrasmall { font-size: .6em; }
|
67
|
+
h6 .small, h6 .big, .small h6, .big h6 { line-height: 1; }
|
68
|
+
.big i { font-size: 1.4em; font-weight: normal; }
|
69
|
+
.extrabig i { font-size: 1.6em; font-weight: normal; }
|
70
|
+
.serif { font-family: Times, serif; opacity: .8; font-size: 94%; }
|
71
|
+
.smaller-width { width: 70%; }
|
72
|
+
.smaller-padding { padding-bottom: 8px; }
|
73
|
+
.smaller-margin { margin-bottom: 8px; }
|
74
|
+
.no-padding { padding-bottom: 0; }
|
75
|
+
.no-margin { margin-bottom: 0; }
|
76
|
+
.side-padding { padding-left: 10%; padding-right: 10%; }
|
77
|
+
.position-absolute { position: absolute; }
|
78
|
+
.bring-up { position: relative; top: -1.8em; }
|
79
|
+
hr.divider { background: none; border: 0; padding: 1.5em 0; margin: 0; clear: both; }
|
80
|
+
|
81
|
+
.image-with-caption { width: 100%; position: relative; background: #222; margin: 0 0 1em 0; }
|
82
|
+
.image-with-caption img { width: 100%; height: auto; margin: 0 0 -5px 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
|
83
|
+
.image-with-caption figcaption { position: absolute; width: 100%; padding: 1em 2em; bottom: 2em; color: #F7F6F5; font-size: 90%; opacity: 0; -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -ms-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease; }
|
84
|
+
.image-with-caption:hover figcaption { opacity: 1; bottom: 0; }
|
85
|
+
.image-with-caption:hover img { opacity: .3; }
|
86
|
+
.image-with-caption p:first-of-type { font-family: Times, serif; font-style: italic; font-size: .9em; opacity: .8; }
|
87
|
+
|
88
|
+
img.alignleft { margin: 5px 20px 20px 0; }
|
89
|
+
img.alignright { margin: 5px 0 20px 20px; }
|
90
|
+
p.alignleft, div.alignleft { margin-right: 20px; }
|
91
|
+
p.alignright, div.alignright { margin-left: 20px; }
|
92
|
+
img.alignnone.size-full { max-width: 110% !important; width: 110%; margin-left: -1.2em; }
|
93
|
+
|
94
|
+
table { width: 100%; margin: 0 0 25px 0; border-collapse: collapse; border: 1px solid rgba(0,0,0,0.15); clear: both; }
|
95
|
+
table th { background: rgba(0,0,0,.05); text-align: center; padding: 15px; font-size: 1.1em; }
|
96
|
+
table td { text-align: center; padding: 1em; vertical-align: middle; border-top: 1px solid rgba(0,0,0,0.05); font-size: .95em; }
|
97
|
+
table tr:nth-child(odd) td { }
|
98
|
+
table tr:nth-child(even) td { }
|
99
|
+
table p { padding: 0; }
|
100
|
+
table sup { vertical-align: text-top; font-size: .55em; display: inline-block; margin: 2px 5px 0 -10px; }
|
101
|
+
table p.table-top { display: inline-block; background: #EA8E00; color: #F7F6F5; text-transform: uppercase; padding: 7px 1em 5px 1em; font-size: .6em; line-height: 1; position: relative; top: -16px; margin-bottom: 1em; font-weight: bold; letter-spacing: .05em; }
|
102
|
+
|
103
|
+
ul.arrows, ul.ticks { padding-left: 2em; }
|
104
|
+
ul.arrows li, ul.ticks li { list-style: none; position: relative; }
|
105
|
+
ul.arrows li::before, ul.ticks li::before { position: absolute; left: -1.5em; font-size: 1.1em; font-weight: normal; }
|
106
|
+
ul.arrows li::before { content: '→'; }
|
107
|
+
ul.ticks li::before { content: '✔';}
|
108
|
+
|
109
|
+
|
110
|
+
.circle-image { display: inline-block; margin: 0 .8em 0 3px; vertical-align: top; float: left; }
|
111
|
+
.circle-image img, img.circle-image { width: 80px; height: 80px; border-radius: 40px; margin: -.5em .5em 2em 0; }
|
112
|
+
|
113
|
+
|
114
|
+
.icons-showoff::after { content: ""; display: block; clear: both; }
|
115
|
+
.icons-showoff p { display: inline-block; text-align: center; width: 100px; font-size: .8em; }
|
116
|
+
.icons-showoff i { font-size: 2em; display: block; }
|
117
|
+
|
118
|
+
|
119
|
+
/* FOOTER
|
120
|
+
_____________________________________ */
|
121
|
+
body.fullscreen #footer {
|
122
|
+
position: absolute;
|
123
|
+
display: block;
|
124
|
+
bottom: 0;
|
125
|
+
padding-bottom: 3.5em;
|
126
|
+
right: 0;
|
127
|
+
z-index: 3;
|
128
|
+
color: white;
|
129
|
+
text-align: right;
|
130
|
+
padding: 2em 4.5% 0;
|
131
|
+
}
|
132
|
+
|
133
|
+
|
134
|
+
#footer { -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
ul.soc-icons { list-style: none; display: inline-block; vertical-align: top; padding: 0 0 1.5em .5em; line-height: 1.1; position: relative; z-index: 99; }
|
140
|
+
ul.soc-icons::after { content: ""; display: block; clear: both; }
|
141
|
+
ul.soc-icons li { display: inline-block; padding: 0 0 0 1em; font-size: 1.5em; }
|
142
|
+
ul.soc-icons li a { text-decoration: none !important;}
|
143
|
+
ul.soc-icons li a:hover i { color: #000;
|
144
|
+
-moz-animation: spinHorizontal .5s linear;
|
145
|
+
-o-animation: spinHorizontal .5s linear;
|
146
|
+
-webkit-animation: spinHorizontal .5s linear;
|
147
|
+
animation: spinHorizontal .5s linear; }
|
148
|
+
@-webkit-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
|
149
|
+
@-mox-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
|
150
|
+
@-o-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
|
151
|
+
@keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
|
data/css/journal.css
ADDED
@@ -0,0 +1,235 @@
|
|
1
|
+
.section--postsWrapper
|
2
|
+
{
|
3
|
+
width: 100%;
|
4
|
+
background: #000;
|
5
|
+
padding-top: 20px;
|
6
|
+
position: relative;
|
7
|
+
clear: both;
|
8
|
+
}
|
9
|
+
|
10
|
+
.blockGroup
|
11
|
+
{
|
12
|
+
margin: 0;
|
13
|
+
padding: 0;
|
14
|
+
}
|
15
|
+
|
16
|
+
.blockGroup-list {
|
17
|
+
list-style: none;
|
18
|
+
padding: 0;
|
19
|
+
margin-top: 0rem;
|
20
|
+
margin-left: -25px;
|
21
|
+
margin-right: 20px;
|
22
|
+
display: -webkit-box;
|
23
|
+
display: -webkit-flex;
|
24
|
+
display: -ms-flexbox;
|
25
|
+
display: flex;
|
26
|
+
-webkit-flex-wrap: wrap;
|
27
|
+
-ms-flex-wrap: wrap;
|
28
|
+
flex-wrap: wrap;
|
29
|
+
-webkit-box-align: stretch;
|
30
|
+
-webkit-align-items: stretch;
|
31
|
+
-ms-flex-align: stretch;
|
32
|
+
align-items: stretch;
|
33
|
+
clear: both;
|
34
|
+
}
|
35
|
+
|
36
|
+
.blockGroup-list li
|
37
|
+
{
|
38
|
+
padding: 0 10px;
|
39
|
+
}
|
40
|
+
|
41
|
+
.blockGroup-list .block {
|
42
|
+
display: block;
|
43
|
+
width: 100%;
|
44
|
+
margin-bottom: 1.5rem;
|
45
|
+
font-family: "Roboto", sans-serif;
|
46
|
+
display: -webkit-flex;
|
47
|
+
display: -ms-flexbox;
|
48
|
+
display: -webkit-box;
|
49
|
+
display: flex;
|
50
|
+
}
|
51
|
+
|
52
|
+
@media (max-width: 767px)
|
53
|
+
{
|
54
|
+
.blockGroup-list .block
|
55
|
+
{
|
56
|
+
width: 100%;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
.blockGroup-list li:nth-child(1).block
|
61
|
+
{
|
62
|
+
width: 100%;
|
63
|
+
}
|
64
|
+
|
65
|
+
.blockGroup-list li:nth-child(1).block .postArticle-image
|
66
|
+
{
|
67
|
+
padding-top: 30%;
|
68
|
+
position: center;
|
69
|
+
}
|
70
|
+
|
71
|
+
@media (max-width: 767px)
|
72
|
+
{
|
73
|
+
.blockGroup-list li:nth-child(1).block .postArticle-image
|
74
|
+
{
|
75
|
+
padding-top: 50%;
|
76
|
+
}
|
77
|
+
}
|
78
|
+
|
79
|
+
.blockGroup-list li:nth-child(1).block .postArticle-title
|
80
|
+
{
|
81
|
+
color: #fff;
|
82
|
+
font-size: 1rem;
|
83
|
+
}
|
84
|
+
|
85
|
+
.blockGroup-list li:nth-child(2).block,
|
86
|
+
.blockGroup-list li:nth-child(3).block
|
87
|
+
{
|
88
|
+
width: 100%;
|
89
|
+
}
|
90
|
+
|
91
|
+
.blockGroup-list li:nth-child(2).block .postArticle-image
|
92
|
+
{
|
93
|
+
padding-top: 25%;
|
94
|
+
background-size: 50%;
|
95
|
+
background-position: left;
|
96
|
+
}
|
97
|
+
|
98
|
+
.blockGroup-list li:nth-child(3).block .postArticle-image
|
99
|
+
{
|
100
|
+
padding-top: 25%;
|
101
|
+
background-size: 50%;
|
102
|
+
background-position: right;
|
103
|
+
}
|
104
|
+
|
105
|
+
.blockGroup-list li:nth-child(2).block .postArticle-title,
|
106
|
+
.blockGroup-list li:nth-child(3).block .postArticle-title
|
107
|
+
{
|
108
|
+
font-size: 1rem;
|
109
|
+
}
|
110
|
+
|
111
|
+
@media (max-width: 767px)
|
112
|
+
{
|
113
|
+
.blockGroup-list li:nth-child(2).block,
|
114
|
+
.blockGroup-list li:nth-child(3).block
|
115
|
+
{
|
116
|
+
width: 100%;
|
117
|
+
}
|
118
|
+
}
|
119
|
+
|
120
|
+
.blockGroup-list li .postArticle-title
|
121
|
+
{
|
122
|
+
color: #fff;
|
123
|
+
font-size: 0.75rem;
|
124
|
+
line-height: 1.5;
|
125
|
+
}
|
126
|
+
|
127
|
+
.blockGroup-list .postArticle-wrapper
|
128
|
+
{
|
129
|
+
position: relative;
|
130
|
+
background: #000;
|
131
|
+
width: 100%;
|
132
|
+
-webkit-box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0);
|
133
|
+
box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0);
|
134
|
+
}
|
135
|
+
|
136
|
+
.blockGroup-list .postArticle-wrapper:hover
|
137
|
+
{
|
138
|
+
-webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0.4, 0.4, 0.4, 1);
|
139
|
+
transition: box-shadow 0.2s cubic-bezier(0.4, 0.4, 0.4, 0.4, 1);
|
140
|
+
-webkit-box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.8);
|
141
|
+
box-shadow: 4px 4px 24px 4px rgba(255, 255, 255, 0.8);
|
142
|
+
}
|
143
|
+
|
144
|
+
.blockGroup-list .postArticle a
|
145
|
+
{
|
146
|
+
display: block;
|
147
|
+
color: #fff;
|
148
|
+
margin-top: 0.75rem;
|
149
|
+
font-weight: 300;
|
150
|
+
text-align: center;
|
151
|
+
}
|
152
|
+
|
153
|
+
.blockGroup-list li:nth-child(2).block .postArticle-title
|
154
|
+
{
|
155
|
+
display: block;
|
156
|
+
color: #fff;
|
157
|
+
margin-top: 0.75rem;
|
158
|
+
text-align: left;
|
159
|
+
font-weight: 300;
|
160
|
+
}
|
161
|
+
|
162
|
+
.blockGroup-list li:nth-child(3).block .postArticle-title
|
163
|
+
{
|
164
|
+
display: block;
|
165
|
+
color: #fff;
|
166
|
+
margin-top: 0.75rem;
|
167
|
+
font-weight: 300;
|
168
|
+
text-align: right;
|
169
|
+
}
|
170
|
+
|
171
|
+
.blockGroup-list .postArticle-image {
|
172
|
+
background-size: 100%;
|
173
|
+
background-repeat: no-repeat;
|
174
|
+
background-position: center;
|
175
|
+
padding-top: 100%;
|
176
|
+
-webkit-transition-property: all, left, top, width;
|
177
|
+
-webkit-transition-duration: .5s, .1s, .1s, .1s;
|
178
|
+
-webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
179
|
+
-webkit-transition-delay: 0;
|
180
|
+
-moz-transition-property: all, left, top, width;
|
181
|
+
-moz-transition-duration: .5s, .1s, .1s, .1s;
|
182
|
+
-moz-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
183
|
+
-moz-transition-delay: 0;
|
184
|
+
-ms-transition-property: all, left, top, width;
|
185
|
+
-ms-transition-duration: .5s, .1s, .1s, .1s;
|
186
|
+
-ms-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
187
|
+
-ms-transition-delay: 0;
|
188
|
+
-o-transition-property: all, left, top, width;
|
189
|
+
-o-transition-duration: .5s, .1s, .1s, .1s;
|
190
|
+
-o-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
191
|
+
-o-transition-delay: 0;
|
192
|
+
-webkit-transition-property: all, left, top, width;
|
193
|
+
transition-property: all, left, top, width;
|
194
|
+
-webkit-transition-duration: .5s, .1s, .1s, .1s;
|
195
|
+
transition-duration: .5s, .1s, .1s, .1s;
|
196
|
+
-webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
197
|
+
transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
|
198
|
+
}
|
199
|
+
|
200
|
+
@media (max-width: 767px)
|
201
|
+
{
|
202
|
+
.blockGroup-list .postArticle-image
|
203
|
+
{
|
204
|
+
padding-top: 50%;
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
.blockGroup-list li:nth-child(2).block .block-postMeta
|
209
|
+
{
|
210
|
+
display: block;
|
211
|
+
color: #fff;
|
212
|
+
font-size: 15px;
|
213
|
+
text-transform: uppercase;
|
214
|
+
text-align: left;
|
215
|
+
}
|
216
|
+
|
217
|
+
.blockGroup-list li:nth-child(3).block .block-postMeta
|
218
|
+
{
|
219
|
+
display: block;
|
220
|
+
bottom: 0;
|
221
|
+
padding-bottom: 10px;
|
222
|
+
color: #fff;
|
223
|
+
font-size: 15px;
|
224
|
+
text-transform: uppercase;
|
225
|
+
text-align: right;
|
226
|
+
}
|
227
|
+
|
228
|
+
.blockGroup-list .postArticle-title,
|
229
|
+
.blockGroup-list .block-postMeta
|
230
|
+
{
|
231
|
+
color: #fff;
|
232
|
+
padding-left: 15px;
|
233
|
+
padding-right: 15px;
|
234
|
+
text-align: center;
|
235
|
+
}
|