Added CSS and fonts directory
BIN
css/HelveticaLt.ttf
Normal file
BIN
css/Isabelle Layne Bold.ttf
Normal file
BIN
css/Isabelle_Layne.ttf
Normal file
BIN
css/Isabelle_Layne_Bold.ttf
Normal file
BIN
css/TravelingTypewriter.ttf
Normal file
6584
css/bootstrap.css
vendored
Normal file
BIN
css/edosz.ttf
Normal file
2199
css/font-awesome.css
vendored
Normal file
4
css/font-awesome.min.css
vendored
Normal file
35
css/fonts.css
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'helvetica';
|
||||||
|
src: url('HelveticaLt.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'helvetica', serif; */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'isabelle_layne';
|
||||||
|
src: url('Isabelle_Layne_Bold.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'isabelle_layne', serif; */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'raleway';
|
||||||
|
src: url('fonts/Raleway-Light.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'raleway', serif; */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'playfair_display';
|
||||||
|
src: url('playfair_display.tff') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'playfair_display', serif; */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'edosz';
|
||||||
|
src: url('edosz.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'edosz', serif; */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'TravelingTypewriter';
|
||||||
|
src: url('TravelingTypewriter.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
/* font-family: 'TravelingTypewriter', serif; */
|
||||||
348
css/index.css
Normal file
@ -0,0 +1,348 @@
|
|||||||
|
/*font-family: 'isabelle_layne', serif;*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.isabelle_layne {
|
||||||
|
font-family: 'isabelle_layne', sans-serif;
|
||||||
|
}
|
||||||
|
#wrapper {
|
||||||
|
width: 100%;
|
||||||
|
height: 300px;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pointer { cursor: pointer }
|
||||||
|
|
||||||
|
.banner_nonpure {
|
||||||
|
background: rgba(68,148,211,1); /* Old browsers */
|
||||||
|
background: -moz-linear-gradient(top, rgba(68,148,211,1) 0%, rgba(232,232,232,1) 78%); /* FF3.6-15 */
|
||||||
|
background: -webkit-linear-gradient(top, rgba(68,148,211,1) 0%,rgba(232,232,232,1) 78%); /* Chrome10-25,Safari5.1-6 */
|
||||||
|
background: linear-gradient(to bottom, rgba(68,148,211,1) 0%,rgba(232,232,232,1) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e8e8e8',GradientType=0 );
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner_nonpure2 {
|
||||||
|
background: rgb(68,148,211); /* Old browsers */
|
||||||
|
background: -moz-linear-gradient(top, rgba(68,148,211,1) 0%, rgba(232,232,232,1) 214%);
|
||||||
|
background: -webkit-linear-gradient(top, rgba(68,148,211,1) 0%,rgba(232,232,232,1) 214%);
|
||||||
|
background: linear-gradient(to bottom, rgba(68,148,211,1) 0%,rgba(232,232,232,1) 214%);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4494d3', endColorstr='#ffffff',GradientType=0 );
|
||||||
|
}
|
||||||
|
|
||||||
|
.wthree-heading h3 {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
.logobox {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
.banner .isabelle_layne {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'isabelle_layne', serif;
|
||||||
|
font-size: 21px;
|
||||||
|
color: white;
|
||||||
|
letter-spacing: 27px;
|
||||||
|
padding-left: 26px;
|
||||||
|
margin-top: -11px;
|
||||||
|
text-shadow: 1px 1px 3px rgb(98, 98, 98);
|
||||||
|
}
|
||||||
|
.logobox .edzofont {
|
||||||
|
color: white;
|
||||||
|
font-size: 46px;
|
||||||
|
}
|
||||||
|
.logobox .isabelle_layne {
|
||||||
|
font-family: 'isabelle_layne', serif;
|
||||||
|
color: #8d8f90;
|
||||||
|
font-size: 15px;
|
||||||
|
letter-spacing: 11px;
|
||||||
|
margin-top: -11px;
|
||||||
|
}
|
||||||
|
#sec_vision {
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.headtxt {
|
||||||
|
color: white;
|
||||||
|
font-family: 'edosz', cursive;
|
||||||
|
font-size: 100px;
|
||||||
|
text-shadow: 1px 1px 3px rgb(98, 98, 98);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.edzofont { font-family: 'edosz', cursive; }
|
||||||
|
.logox{ width: 80px; }
|
||||||
|
.banner{
|
||||||
|
background-size: 100% auto;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w3ls-banner-info {
|
||||||
|
padding: 1em 0.5em;
|
||||||
|
color: white;
|
||||||
|
background-color: rgba( 68,148,211,1 );
|
||||||
|
}
|
||||||
|
@media
|
||||||
|
.w3ls-banner-info img {
|
||||||
|
height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner_info{
|
||||||
|
background-color: red;
|
||||||
|
padding: 2px 0px 1px 6px;
|
||||||
|
/* padding-right: 6px; */
|
||||||
|
float: right;
|
||||||
|
width: 22px;
|
||||||
|
position: relative;
|
||||||
|
margin-right: -27px;
|
||||||
|
margin-top: -44px;
|
||||||
|
-webkit-border-radius: 100px;
|
||||||
|
-moz-border-radius: 100px;
|
||||||
|
border-radius: 100px;
|
||||||
|
color: white;
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#floatleft {
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.blue{
|
||||||
|
color: #4494D3;
|
||||||
|
}
|
||||||
|
.d_txt{
|
||||||
|
padding-top: 200px;
|
||||||
|
padding-bottom: 200px;
|
||||||
|
|
||||||
|
padding-left: 7%;
|
||||||
|
padding-right: 15%;
|
||||||
|
overflow: word-wrap.;
|
||||||
|
}
|
||||||
|
.welcome-left{
|
||||||
|
padding-right: 62px;
|
||||||
|
padding-top: 44px;
|
||||||
|
}
|
||||||
|
#footersz { width: 50%;}
|
||||||
|
|
||||||
|
.imgUnt {
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
|
.foot_gem {
|
||||||
|
color: gray;
|
||||||
|
margin-top: -12px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- banner --- */
|
||||||
|
|
||||||
|
.crowdfunding_details {
|
||||||
|
margin: 2em 0 1em;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.crowdfunding_details img {
|
||||||
|
height: 1.8em;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- /banner --- */
|
||||||
|
|
||||||
|
/* --- MEDIEN --- */
|
||||||
|
|
||||||
|
/*
|
||||||
|
.agile_events_grid .img-responsive {
|
||||||
|
border: 1px solid rgba( 68,148,211,1 );
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
.agile_events_grid_pos1 {
|
||||||
|
background-color: hsla( 213, 40%, 90%, 1 );
|
||||||
|
}
|
||||||
|
.agile_events_grid_pos1 h5,
|
||||||
|
.w3_agileits_event_head {
|
||||||
|
color: hsla( 213, 80%, 40%, 1 );
|
||||||
|
}
|
||||||
|
.agile_events_grid_pos,
|
||||||
|
.agile_events_grid_pos_sub {
|
||||||
|
border-bottom-color: #F44336;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- /MEDIEN --- */
|
||||||
|
|
||||||
|
/* --- SINGLE --- */
|
||||||
|
|
||||||
|
.agileits-single-img p {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
.agileits-single-img h5 {
|
||||||
|
margin: 1em 0 0.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 1.8;
|
||||||
|
}
|
||||||
|
.call_to_action {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 1em 0;
|
||||||
|
padding: 1em 2em;
|
||||||
|
width: auto;
|
||||||
|
color: white;
|
||||||
|
background-color: #082;
|
||||||
|
border-radius: 1em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.call_to_action:hover {
|
||||||
|
color: black;
|
||||||
|
background-color: #071;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.call_to_action img {
|
||||||
|
width: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width:500px) {
|
||||||
|
|
||||||
|
.agileinfo-single-icons,
|
||||||
|
.agileits-single-img h4,
|
||||||
|
.agileits-single-img h5,
|
||||||
|
.agileits-single-img p,
|
||||||
|
.agileits-single-img a {
|
||||||
|
margin-left: 4%;
|
||||||
|
margin-right: 4%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- /SINGLE --- */
|
||||||
|
|
||||||
|
/* --- Team Grid --- */
|
||||||
|
|
||||||
|
.w3_agileits_team_grid {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
.w3_agileits_team-info h4,
|
||||||
|
.w3_agileits_team-info p {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.agileinfo_about_text ul {
|
||||||
|
list-style: outside none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- //Team Grid --- */
|
||||||
|
|
||||||
|
|
||||||
|
@media(max-width:3500px){
|
||||||
|
.logox{ width: 80px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width:900px){
|
||||||
|
.banner{ background-size: auto 100%; }
|
||||||
|
|
||||||
|
.d_txt{
|
||||||
|
padding-top: 100px;
|
||||||
|
padding-bottom: 100px;
|
||||||
|
padding-left: 4%;
|
||||||
|
padding-right: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.headtxt { font-size: 80px; }
|
||||||
|
.welcome-left{
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.d_txt h2{
|
||||||
|
font-size: 1.2em
|
||||||
|
}
|
||||||
|
#footersz { width: 60%;}
|
||||||
|
.foot_gem {
|
||||||
|
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.banner .isabelle_layne {
|
||||||
|
font-size: 18px;
|
||||||
|
letter-spacing: 21px;
|
||||||
|
padding-left: 17px;
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width:700px){
|
||||||
|
.logox{ width: 60px; }
|
||||||
|
#footersz { width: 70%;}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width:500px){
|
||||||
|
.logox{ width: 50px; }
|
||||||
|
#appinfobox img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.headtxt {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
.d_txt{
|
||||||
|
padding-top: 80px;
|
||||||
|
padding-bottom: 80px;
|
||||||
|
padding-left: 4%;
|
||||||
|
padding-right: 1%;
|
||||||
|
}
|
||||||
|
#footersz { width: 100%;}
|
||||||
|
|
||||||
|
.col-md-7 {
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
.welcome-right { padding: 1em; }
|
||||||
|
.container {
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.imgUnt {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
#sec_vision {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner .isabelle_layne {
|
||||||
|
font-size: 16px;
|
||||||
|
letter-spacing: 12px;
|
||||||
|
padding-left: 16px;
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width:414px) {
|
||||||
|
}
|
||||||
|
|
||||||
|
#youtube_:hover{
|
||||||
|
color: #c4302b;
|
||||||
|
}
|
||||||
|
.facebook_:hover{
|
||||||
|
color: #3b5998;
|
||||||
|
}
|
||||||
|
#facebook_:hover{
|
||||||
|
color:#3b5998;
|
||||||
|
}
|
||||||
|
#facebook__:hover{
|
||||||
|
color:#3b5998;
|
||||||
|
}
|
||||||
|
#facebook___:hover{
|
||||||
|
color:#3b5998;
|
||||||
|
}
|
||||||
|
#twitter_:hover{
|
||||||
|
color:#00acee;
|
||||||
|
}
|
||||||
|
.insta_:hover{
|
||||||
|
color:#BA3173;
|
||||||
|
}
|
||||||
|
#insta_:hover{
|
||||||
|
color:#BA3173;
|
||||||
|
}
|
||||||
|
#insta__:hover{
|
||||||
|
color:#BA3173;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
24
css/playfair_display.ttf
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/* cyrillic */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Playfair Display';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CUR-13DsDU150T1bKbJZejI.woff2) format('woff2');
|
||||||
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||||
|
}
|
||||||
|
/* latin-ext */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Playfair Display';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format('woff2');
|
||||||
|
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||||
|
}
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Playfair Display';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||||
|
}
|
||||||
2870
css/style.css
Normal file
285
css/swipebox.css
Normal file
@ -0,0 +1,285 @@
|
|||||||
|
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
|
||||||
|
html.swipebox-html.swipebox-touch {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-overlay img {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-overlay {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 99999 !important;
|
||||||
|
overflow: hidden;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-container {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-slider {
|
||||||
|
-webkit-transition: -webkit-transform 0.4s ease;
|
||||||
|
transition: transform 0.4s ease;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
line-height: 1px;
|
||||||
|
text-align: center;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide:before {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
height: 50%;
|
||||||
|
width: 1px;
|
||||||
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide img,
|
||||||
|
#swipebox-slider .slide .swipebox-video-container,
|
||||||
|
#swipebox-slider .slide .swipebox-inline-container {
|
||||||
|
display: inline-block;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide .swipebox-video-container {
|
||||||
|
background: none;
|
||||||
|
max-width: 1140px;
|
||||||
|
max-height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5%;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
|
||||||
|
width: 100%;
|
||||||
|
height: 0;
|
||||||
|
padding-bottom: 56.25%;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#swipebox-slider .slide-loading {
|
||||||
|
background: url(../img/loader.gif) no-repeat center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-bottom-bar,
|
||||||
|
#swipebox-top-bar {
|
||||||
|
-webkit-transition: 0.5s;
|
||||||
|
transition: 0.5s;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
z-index: 999;
|
||||||
|
height: initial;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-bottom-bar {
|
||||||
|
bottom: -50px;
|
||||||
|
}
|
||||||
|
#swipebox-bottom-bar.visible-bars {
|
||||||
|
-webkit-transform: translate3d(0, -50px, 0);
|
||||||
|
transform: translate3d(0, -50px, 0);
|
||||||
|
}
|
||||||
|
#swipebox-title {
|
||||||
|
display: block;
|
||||||
|
width: 85%;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
line-height: 1.8em;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 1em;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
#swipebox-prev,
|
||||||
|
#swipebox-next,
|
||||||
|
#swipebox-close {
|
||||||
|
background-image: url(../images/icons.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
border: none !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
cursor: pointer;
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-arrows {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-prev {
|
||||||
|
background-position: -32px 13px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-next {
|
||||||
|
background-position: -78px 13px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-close {
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 9999;
|
||||||
|
background-position: 15px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swipebox-no-close-button #swipebox-close {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-prev.disabled,
|
||||||
|
#swipebox-next.disabled {
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
|
||||||
|
-webkit-animation: rightSpring 0.3s;
|
||||||
|
animation: rightSpring 0.3s;
|
||||||
|
}
|
||||||
|
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
|
||||||
|
-webkit-animation: leftSpring 0.3s;
|
||||||
|
animation: leftSpring 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
|
||||||
|
-webkit-backface-visibility: hidden;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
-webkit-transition: all .3s ease;
|
||||||
|
transition: all .3s ease;
|
||||||
|
content: ' ';
|
||||||
|
position: absolute;
|
||||||
|
z-index: 999;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 20px;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
.swipebox-touch #swipebox-container:before {
|
||||||
|
left: 0;
|
||||||
|
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
|
||||||
|
box-shadow: inset 10px 0px 10px -8px #656565;
|
||||||
|
}
|
||||||
|
.swipebox-touch #swipebox-container:after {
|
||||||
|
right: 0;
|
||||||
|
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
|
||||||
|
box-shadow: inset -10px 0px 10px -8px #656565;
|
||||||
|
}
|
||||||
|
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes rightSpring {
|
||||||
|
0% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
left: -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes rightSpring {
|
||||||
|
0% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
left: -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes leftSpring {
|
||||||
|
0% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes leftSpring {
|
||||||
|
0% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 800px) {
|
||||||
|
#swipebox-close {
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-arrows {
|
||||||
|
width: 92%;
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* Skin
|
||||||
|
--------------------------*/
|
||||||
|
#swipebox-overlay {
|
||||||
|
background: #0d0d0d;
|
||||||
|
}
|
||||||
|
|
||||||
|
#swipebox-bottom-bar,
|
||||||
|
#swipebox-top-bar {
|
||||||
|
text-shadow: 1px 1px 1px black;
|
||||||
|
background: #000;
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
BIN
fonts/FontAwesome.otf
Normal file
BIN
fonts/economica/Economica-Bold.ttf
Normal file
BIN
fonts/economica/Economica-BoldItalic.ttf
Normal file
BIN
fonts/economica/Economica-Italic.ttf
Normal file
BIN
fonts/economica/Economica-Regular.ttf
Normal file
94
fonts/economica/OFL.txt
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
Copyright (c) 2012, Vicente Lamonaca (produccion.taller@gmail.com www.tipografia-montevideo.info www.tipotype.com),
|
||||||
|
with Reserved Font Name Economica.
|
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font creation
|
||||||
|
efforts of academic and linguistic communities, and to provide a free and
|
||||||
|
open framework in which fonts may be shared and improved in partnership
|
||||||
|
with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as
|
||||||
|
distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||||
|
or substituting -- in part or in whole -- any of the components of the
|
||||||
|
Original Version, by changing formats or by porting the Font Software to a
|
||||||
|
new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||||
|
redistribute, and sell modified and unmodified copies of the Font
|
||||||
|
Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components,
|
||||||
|
in Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the corresponding
|
||||||
|
Copyright Holder. This restriction only applies to the primary font name as
|
||||||
|
presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created
|
||||||
|
using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||||
BIN
fonts/fontawesome-webfont.eot
Normal file
2671
fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
fonts/fontawesome-webfont.ttf
Normal file
BIN
fonts/fontawesome-webfont.woff
Normal file
BIN
fonts/fontawesome-webfont.woff2
Normal file
BIN
fonts/glyphicons-halflings-regular.woff
Normal file
BIN
fonts/glyphicons-halflings-regular.woff2
Normal file
BIN
fonts/helvetica_light/HelveticaLt.ttf
Normal file
BIN
fonts/helvetica_light/font-map-helvetica-light.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
fonts/helvetica_light/font-map-unicode-helvetica-light.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
fonts/helvetica_light/helvetica-light.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
5
fonts/helvetica_light/myfonts.me.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
This font was downloaded from
|
||||||
|
|
||||||
|
http://www.myfonts.me
|
||||||
|
|
||||||
|
Thank you for download!!!
|
||||||
BIN
fonts/isabelle_layne/Isabelle Layne Bold.ttf
Normal file
BIN
fonts/isabelle_layne/Isabelle_Layne.ttf
Normal file
11
fonts/isabelle_layne/READ ME!!.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
**** TERMS OF USE ****
|
||||||
|
You may download my fonts for personal use for FREE. If you are interested in COMMERCIAL use, please
|
||||||
|
purchase the license here: http://bythebutterfly.com/shop.php I offer different packages & bulk discounts.
|
||||||
|
You MAY redistribute my fonts on your website for download as long as you credit (link) me,
|
||||||
|
Vanessa Bays @ http://bythebutterfly.com as the original creator.
|
||||||
|
|
||||||
|
Thank you VERY much for downloading my font, and if you have ANY questions, or requests, you can contact me
|
||||||
|
here: http://bythebutterfly.com/contact.php -or- EMAIL me at BYTHEBUTTERFLY@GMAIL.COM
|
||||||
|
|
||||||
|
Thank you,
|
||||||
|
Vanessa Bays
|
||||||
BIN
fonts/isabelle_layne/isabellelayne.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
fonts/isabelle_layne/isabelleshow.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
95
fonts/raleway/OFL.txt
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
Copyright (c) 2010, Matt McInerney (matt@pixelspread.com),
|
||||||
|
Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
|
||||||
|
Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway
|
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
|
||||||
|
-----------------------------------------------------------
|
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||||
|
-----------------------------------------------------------
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font creation
|
||||||
|
efforts of academic and linguistic communities, and to provide a free and
|
||||||
|
open framework in which fonts may be shared and improved in partnership
|
||||||
|
with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as
|
||||||
|
distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||||
|
or substituting -- in part or in whole -- any of the components of the
|
||||||
|
Original Version, by changing formats or by porting the Font Software to a
|
||||||
|
new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||||
|
redistribute, and sell modified and unmodified copies of the Font
|
||||||
|
Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components,
|
||||||
|
in Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the corresponding
|
||||||
|
Copyright Holder. This restriction only applies to the primary font name as
|
||||||
|
presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created
|
||||||
|
using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||||
BIN
fonts/raleway/Raleway-Black.ttf
Normal file
BIN
fonts/raleway/Raleway-BlackItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-Bold.ttf
Normal file
BIN
fonts/raleway/Raleway-BoldItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-ExtraBold.ttf
Normal file
BIN
fonts/raleway/Raleway-ExtraBoldItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-ExtraLight.ttf
Normal file
BIN
fonts/raleway/Raleway-ExtraLightItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-Italic.ttf
Normal file
BIN
fonts/raleway/Raleway-Light.ttf
Normal file
BIN
fonts/raleway/Raleway-LightItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-Medium.ttf
Normal file
BIN
fonts/raleway/Raleway-MediumItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-Regular.ttf
Normal file
BIN
fonts/raleway/Raleway-SemiBold.ttf
Normal file
BIN
fonts/raleway/Raleway-SemiBoldItalic.ttf
Normal file
BIN
fonts/raleway/Raleway-Thin.ttf
Normal file
BIN
fonts/raleway/Raleway-ThinItalic.ttf
Normal file
BIN
fonts/traveling typeright/TravelingTypewriter.gif
Normal file
|
After Width: | Height: | Size: 889 KiB |