base_logic_landing 0.1.5 → 0.1.6
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/lib/app_mate_landing/version.rb +1 -1
- data/lib/app_mate_landing.rb +2 -76
- data/vendor/assets/javascripts/app_mate.js +0 -0
- data/vendor/assets/javascripts/landing/common.js +468 -0
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.flash.swf +0 -0
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.html5.js +258 -0
- data/vendor/assets/javascripts/landing/jwplayer/jwplayer.js +138 -0
- data/vendor/assets/javascripts/landing/main.js +669 -0
- data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.js +1512 -0
- data/vendor/assets/javascripts/landing/owl-carousel/owl.carousel.min.js +47 -0
- data/vendor/assets/javascripts/landing/requirer.js +0 -0
- data/vendor/assets/javascripts/landing/third/detectmobilebrowser.js +7 -0
- data/vendor/assets/javascripts/landing/third/gmaps.js +2149 -0
- data/vendor/assets/javascripts/landing/third/html5shiv.js +301 -0
- data/vendor/assets/javascripts/landing/third/isotope.pkgd.min.js +8 -0
- data/vendor/assets/javascripts/landing/third/jquery.ajaxchimp.min.js +1 -0
- data/vendor/assets/javascripts/landing/third/jquery.counterup.min.js +8 -0
- data/vendor/assets/javascripts/landing/third/jquery.easing.1.3.js +205 -0
- data/vendor/assets/javascripts/landing/third/jquery.fitvids.js +83 -0
- data/vendor/assets/javascripts/landing/third/jquery.nicescroll.min.js +114 -0
- data/vendor/assets/javascripts/landing/third/jquery.stellar.js +660 -0
- data/vendor/assets/javascripts/landing/third/jquery.timeago.js +214 -0
- data/vendor/assets/javascripts/landing/third/jquery.tubular.1.0.js +148 -0
- data/vendor/assets/javascripts/landing/third/matchMedia.js +46 -0
- data/vendor/assets/javascripts/landing/third/owl.carousel.min.js +47 -0
- data/vendor/assets/javascripts/landing/third/tweetie.js +142 -0
- data/vendor/assets/javascripts/landing/third/waypoints.js +8 -0
- data/vendor/assets/javascripts/landing/third/wow.min.js +2 -0
- data/vendor/assets/stylesheets/app_mate.css +0 -0
- data/vendor/assets/stylesheets/landing/app_mate/animate.min.css +6 -0
- data/vendor/assets/stylesheets/landing/app_mate/blog-single.css +657 -0
- data/vendor/assets/stylesheets/landing/app_mate/blog.css +168 -0
- data/vendor/assets/stylesheets/landing/app_mate/bootstrap.css +6358 -0
- data/vendor/assets/stylesheets/landing/app_mate/bootstrap.min.css +10 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color1.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color2.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color3.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color4.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color5.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color6.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color7.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/colors/color8.css +164 -0
- data/vendor/assets/stylesheets/landing/app_mate/font-awesome.min.css +4 -0
- data/vendor/assets/stylesheets/landing/app_mate/fonts.css +75 -0
- data/vendor/assets/stylesheets/landing/app_mate/ionicons.min.css +11 -0
- data/vendor/assets/stylesheets/landing/app_mate/main.css +2500 -0
- data/vendor/assets/stylesheets/landing/app_mate/materialize.min.css +16 -0
- data/vendor/assets/stylesheets/landing/app_mate/responsive.css +856 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/AjaxLoader.gif +0 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/grabbing.png +0 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.carousel.css +71 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.theme.css +79 -0
- data/vendor/assets/stylesheets/landing/owl-carousel/owl.transitions.css +163 -0
- metadata +65 -13
- data/bin/console +0 -14
- data/bin/setup +0 -7
- data/lib/app_mate_landing/engine.rb +0 -11
@@ -0,0 +1,168 @@
|
|
1
|
+
/* ===================================================
|
2
|
+
Apppick All Blog styles
|
3
|
+
|
4
|
+
TOC :
|
5
|
+
1. All Blog Page
|
6
|
+
2. All Blog Page Responsive
|
7
|
+
|
8
|
+
====================================================== */
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
/* ====================================================
|
15
|
+
All Blog Page
|
16
|
+
=======================================================*/
|
17
|
+
|
18
|
+
.blog-banner-area {
|
19
|
+
background-image: url('../../img/blog-header-bg.jpg');
|
20
|
+
margin-top: 75px;
|
21
|
+
margin-bottom: 60px;
|
22
|
+
}
|
23
|
+
.blog-banner-area .overlay {
|
24
|
+
opacity: .8;
|
25
|
+
filter: alpha(opacity=80);
|
26
|
+
}
|
27
|
+
|
28
|
+
.blog-banner-area .section-space {
|
29
|
+
padding: 80px 0px 75px;
|
30
|
+
}
|
31
|
+
.blog-banner-area .section-space .page-title {
|
32
|
+
font-size: 40px;
|
33
|
+
font-weight: 900;
|
34
|
+
text-transform: uppercase;
|
35
|
+
line-height: 1.2;
|
36
|
+
margin: 0;
|
37
|
+
}
|
38
|
+
|
39
|
+
.single-blog-post .blog-post-bottom-meta.read-more .favorite-link {
|
40
|
+
margin-top: 3px;
|
41
|
+
}
|
42
|
+
|
43
|
+
.bottom-space {
|
44
|
+
margin-bottom: 120px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.blog-posts {
|
48
|
+
box-shadow: 0px 1px 0px #eee, 0px 2px 0px #fff;
|
49
|
+
}
|
50
|
+
|
51
|
+
.all-blog-section {
|
52
|
+
padding-left: 15px;
|
53
|
+
padding-right: 15px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.all-blog-section .single-blog-post .blog-post-content {
|
57
|
+
margin-bottom: 25px;
|
58
|
+
}
|
59
|
+
|
60
|
+
.blog-masonry-full {
|
61
|
+
width: 100%;
|
62
|
+
max-width: 1920px;
|
63
|
+
}
|
64
|
+
.blog-masonry-full .single-post {
|
65
|
+
padding-left: 15px;
|
66
|
+
padding-right: 15px;
|
67
|
+
width: 20%;
|
68
|
+
}
|
69
|
+
|
70
|
+
.blog-pagination {
|
71
|
+
margin-left: -15px;
|
72
|
+
margin-right: -15px;
|
73
|
+
}
|
74
|
+
|
75
|
+
.blog-pagination .pagination {
|
76
|
+
margin: 30px auto;
|
77
|
+
display: table;
|
78
|
+
}
|
79
|
+
.blog-pagination .pagination li {
|
80
|
+
display: inline-block;
|
81
|
+
margin: 3px;
|
82
|
+
width: 38px;
|
83
|
+
height: 38px;
|
84
|
+
}
|
85
|
+
|
86
|
+
.blog-pagination .pagination li a {
|
87
|
+
border: none;
|
88
|
+
color: #444;
|
89
|
+
float: none;
|
90
|
+
font-size: 13px;
|
91
|
+
display: block;
|
92
|
+
margin: 0px;
|
93
|
+
padding: 0px;
|
94
|
+
line-height: 38px;
|
95
|
+
border-radius: 2px;
|
96
|
+
}
|
97
|
+
.blog-pagination .pagination li i {
|
98
|
+
font-size: 13px;
|
99
|
+
color: #444;
|
100
|
+
}
|
101
|
+
|
102
|
+
.blog-pagination .pagination li.active a,
|
103
|
+
.blog-pagination .pagination li.active a:active,
|
104
|
+
.blog-pagination .pagination li.active a:focus,
|
105
|
+
.blog-pagination .pagination li.active a:hover {
|
106
|
+
color: #fff;
|
107
|
+
}
|
108
|
+
|
109
|
+
.blog-pagination .pagination li a:active,
|
110
|
+
.blog-pagination .pagination li a:focus,
|
111
|
+
.blog-pagination .pagination li a:hover {
|
112
|
+
background-color: #fff;
|
113
|
+
}
|
114
|
+
|
115
|
+
|
116
|
+
.blog-pagination .pagination li.disabled a,
|
117
|
+
.blog-pagination .pagination li.disabled a:active,
|
118
|
+
.blog-pagination .pagination li.disabled a:focus,
|
119
|
+
.blog-pagination .pagination li.disabled a:hover {
|
120
|
+
background-color: transparent !important;
|
121
|
+
}
|
122
|
+
|
123
|
+
.blog-pagination .pagination li.disabled a {
|
124
|
+
cursor: not-allowed;
|
125
|
+
}
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
/* ====================================================
|
136
|
+
All Blog Page Responsive
|
137
|
+
=======================================================*/
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
@media (max-width: 1510px) {
|
143
|
+
.blog-masonry-full .single-post {
|
144
|
+
width: 25%;
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
@media (max-width: 1130px) {
|
149
|
+
.blog-masonry-full .single-post {
|
150
|
+
width: 33.33%;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
@media (max-width: 800px) {
|
155
|
+
.blog-masonry-full .single-post {
|
156
|
+
width: 50%;
|
157
|
+
}
|
158
|
+
.blog-masonry-full .single-blog-post {
|
159
|
+
margin-left: 0px !important;
|
160
|
+
margin-right: 0px !important;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
@media (max-width: 550px) {
|
165
|
+
.blog-masonry-full .single-post {
|
166
|
+
width: 100%;
|
167
|
+
}
|
168
|
+
}
|