first commit
This commit is contained in:
BIN
assets/plugin/coming-soon/._css
Executable file
BIN
assets/plugin/coming-soon/._css
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/._img
Executable file
BIN
assets/plugin/coming-soon/._img
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/._js
Executable file
BIN
assets/plugin/coming-soon/._js
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/css/._style.css
Executable file
BIN
assets/plugin/coming-soon/css/._style.css
Executable file
Binary file not shown.
187
assets/plugin/coming-soon/css/style.css
Executable file
187
assets/plugin/coming-soon/css/style.css
Executable file
@ -0,0 +1,187 @@
|
||||
/* ==== Google font ==== */
|
||||
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
|
||||
|
||||
body {
|
||||
background: #394864;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
color: #555;
|
||||
line-height: 1.6em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: #ACBAC1;
|
||||
word-wrap: break-word;
|
||||
-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-o-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #4F92AF;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a:before,
|
||||
a:after {
|
||||
-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
-o-transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
transition: color 0.1s ease-in, background 0.1s ease-in;
|
||||
}
|
||||
|
||||
.alignleft {
|
||||
text-align: left;
|
||||
}
|
||||
.alignright {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 10px 20px;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-theme {
|
||||
color: #fff;
|
||||
background-color: #4F92AF;
|
||||
border-color: #4F92AF;
|
||||
}
|
||||
.btn-theme:hover {
|
||||
color: #fff;
|
||||
background-color: #444;
|
||||
border-color: #444;
|
||||
}
|
||||
form.signup input {
|
||||
height: 42px;
|
||||
width: 200px;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
form.signup button.btn {
|
||||
font-weight: 700;
|
||||
}
|
||||
form.signup input.form-control:focus {
|
||||
border-color: #fd680e;
|
||||
}
|
||||
|
||||
|
||||
/* wrapper */
|
||||
|
||||
#wrapper {
|
||||
text-align: center;
|
||||
padding: 50px 0;
|
||||
background: url(../img/main-bg.jpg) no-repeat center top;
|
||||
background-attachment: relative;
|
||||
background-position: center center;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
-webkit-background-size: 100%;
|
||||
-moz-background-size: 100%;
|
||||
-o-background-size: 100%;
|
||||
background-size: 100%;
|
||||
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#wrapper h1 {
|
||||
margin-top: 60px;
|
||||
margin-bottom: 40px;
|
||||
color: #fff;
|
||||
font-size: 45px;
|
||||
font-weight: 900;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
@media(max-width: 479px){
|
||||
#wrapper h1{
|
||||
font-size: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
h2.subtitle {
|
||||
color: #fff;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* countdown */
|
||||
#countdown {
|
||||
font-size: 48px;
|
||||
color: #fff;
|
||||
line-height: 1.1em;
|
||||
margin: 40px 0 60px;
|
||||
}
|
||||
|
||||
|
||||
/* footer */
|
||||
p.copyright {
|
||||
margin-top: 50px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.form-inline .form-maintenance{
|
||||
width: calc(100% - 130px);
|
||||
max-width: 300px;
|
||||
display: inline-block;
|
||||
}
|
||||
.form-inline .form-maintenance input{
|
||||
width: 100%;
|
||||
}
|
BIN
assets/plugin/coming-soon/img/._main-bg.jpg
Executable file
BIN
assets/plugin/coming-soon/img/._main-bg.jpg
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/img/._slide1.png
Executable file
BIN
assets/plugin/coming-soon/img/._slide1.png
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/img/._slide2.png
Executable file
BIN
assets/plugin/coming-soon/img/._slide2.png
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/img/._slide3.png
Executable file
BIN
assets/plugin/coming-soon/img/._slide3.png
Executable file
Binary file not shown.
BIN
assets/plugin/coming-soon/img/main-bg.jpg
Executable file
BIN
assets/plugin/coming-soon/img/main-bg.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
assets/plugin/coming-soon/img/slide1.png
Executable file
BIN
assets/plugin/coming-soon/img/slide1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
assets/plugin/coming-soon/img/slide2.png
Executable file
BIN
assets/plugin/coming-soon/img/slide2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
assets/plugin/coming-soon/img/slide3.png
Executable file
BIN
assets/plugin/coming-soon/img/slide3.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
assets/plugin/coming-soon/js/._jquery.countdown.min.js
vendored
Executable file
BIN
assets/plugin/coming-soon/js/._jquery.countdown.min.js
vendored
Executable file
Binary file not shown.
22
assets/plugin/coming-soon/js/jquery.countdown.min.js
vendored
Executable file
22
assets/plugin/coming-soon/js/jquery.countdown.min.js
vendored
Executable file
@ -0,0 +1,22 @@
|
||||
/*!
|
||||
* The Final Countdown for jQuery v2.0.2 (http://hilios.github.io/jQuery.countdown/)
|
||||
* Copyright (c) 2013 Edson Hilios
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
* this software and associated documentation files (the "Software"), to deal in
|
||||
* the Software without restriction, including without limitation the rights to
|
||||
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
* the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
* subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){"use strict";function b(a){if(a instanceof Date)return a;if(String(a).match(g))return String(a).match(/^[0-9]*$/)&&(a=Number(a)),new Date(a);throw new Error("Couldn't cast `"+a+"` to a date object.")}function c(a){return function(b){var c=b.match(/%(-|!)?[A-Z]{1}(:[^;]+;)?/gi);if(c)for(var e=0,f=c.length;f>e;++e){var g=c[e].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),i=new RegExp(g[0]),j=g[1]||"",k=g[3]||"",l=null;g=g[2],h.hasOwnProperty(g)&&(l=h[g],l=Number(a[l])),null!==l&&("!"===j&&(l=d(k,l)),""===j&&10>l&&(l="0"+l.toString()),b=b.replace(i,l.toString()))}return b=b.replace(/%%/,"%")}}function d(a,b){var c="s",d="";return a&&(a=a.replace(/(:|;|\s)/gi,"").split(/\,/),1===a.length?c=a[0]:(d=a[0],c=a[1])),1===Math.abs(b)?d:c}var e=100,f=[],g=[];g.push(/^[0-9]*$/.source),g.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g.push(/[0-9]{4}(\/[0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g=new RegExp(g.join("|"));var h={Y:"years",m:"months",w:"weeks",d:"days",D:"totalDays",H:"hours",M:"minutes",S:"seconds"},i=function(b,c,d){this.el=b,this.$el=a(b),this.interval=null,this.offset={},this.setFinalDate(c),this.instanceNumber=f.length,f.push(this),this.$el.data("countdown-instance",this.instanceNumber),d&&(this.$el.on("update.countdown",d),this.$el.on("stoped.countdown",d),this.$el.on("finish.countdown",d)),this.start()};a.extend(i.prototype,{start:function(){if(null!==this.interval)throw new Error("Countdown is already running!");var a=this;this.update(),this.interval=setInterval(function(){a.update.call(a)},e)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},pause:function(){this.stop.call(this)},resume:function(){this.start.call(this)},remove:function(){this.stop(),delete f[this.instanceNumber]},setFinalDate:function(a){this.finalDate=b(a)},update:function(){return 0===this.$el.closest("html").length?(this.remove(),void 0):(this.totalSecsLeft=this.finalDate.valueOf()-(new Date).valueOf(),this.totalSecsLeft=Math.ceil(this.totalSecsLeft/1e3),this.totalSecsLeft=this.totalSecsLeft<0?0:this.totalSecsLeft,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30),years:Math.floor(this.totalSecsLeft/60/60/24/365)},0===this.totalSecsLeft?(this.stop(),this.dispatchEvent("finish")):this.dispatchEvent("update"),void 0)},dispatchEvent:function(b){var d=a.Event(b+".countdown");d.finalDate=this.finalDate,d.offset=a.extend({},this.offset),d.strftime=c(this.offset),this.$el.trigger(d)}}),a.fn.countdown=function(){var b=Array.prototype.slice.call(arguments,0);return this.each(function(){var c=a(this).data("countdown-instance");if(void 0!==c){var d=f[c],e=b[0];i.prototype.hasOwnProperty(e)?d[e].apply(d,b.slice(1)):null===String(e).match(/^[$A-Z_][0-9A-Z_$]*$/i)?d.setFinalDate.call(d,e):a.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,e))}else new i(this,b[0],b[1])})}});
|
Reference in New Issue
Block a user