Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" class="no-js">
- <head>
- <!--======================================================
- Hakuna Matata Tumblr theme
- Created by Hakuna Matata
- Published on May 3, 2015
- All rights reserved
- leentheme@hotmail.com
- http://www.leenthemes.com/
- ==========================================================
- External resources used in this theme:
- # SCRIPT: jQuery v1.11.2
- + http://jquery.com
- + jQuery Foundation, Inc. and other contributors
- + Licensed under the MIT license
- # SCRIPT: Infinite Scroll
- + https://github.com/paulirish/infinite-scroll
- + version 2.0b2.120519
- + Copyright 2011/12 Paul Irish & Luke Shumard
- + Licensed under the MIT license
- # SCRIPT: Modernizr 2.8.3 (Custom Build) | MIT & BSD
- + http://modernizr.com
- # FONT: FONT AWESOME (v4.3.0)
- + http://fontawesome.io
- + Dave Gandy
- + Font licensed under the SIL Open Font License 1.1
- + CSS licensed under the MIT license
- ============================================================== -->
- <title>{Title}{block:TagPage} • Posts Tagged ‘{Tag}’{/block:TagPage}{block:PostSummary} • {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <meta charset="UTF-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,700,600,800' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/zdvilra/EgNnod5dn/hakuna.js"></script>
- {block:Hidden}
- <meta name="font:Title" content="Streetscript"/>
- <meta name="image:Background image" content=""/>
- <meta name="color:Description Color" content="#444444">
- <meta name="color:Tweets Color" content="#444444">
- <meta name="color:Background Color" content="#f2f2f2">
- <meta name="color:Social media icons" content="#427ea3">
- <meta name="color:Menu bar Background" content="#d5d2d2">
- <meta name="color:Menu bar links" content="#000000">
- <meta name="color:Menu icon Color" content="#d377cd">
- <meta name="color:Search color" content="#606060">
- <meta name="color:Search color on focus" content="#333">
- <meta name="color:Links Color" content="#4e4a46">
- <meta name="color:Links on hover" content="#6e6e6e">
- <meta name="color:Pagination Color" content="#000">
- <meta name="color:Pagination Color on hover" content="#75b1d6">
- <meta name="color:Scroll to top" content="#d377cd">
- <meta name="color:Loading spinner" content="#d377cd">
- <meta name="color:Footer Color" content="#848282">
- <meta name="select:Layout type" content="col--three" title="Three column"/>
- <meta name="select:Layout type" content="col--two " title="Two column"/>
- <meta name="select:Layout type" content="col--one" title="One column"/>
- <meta name="if:Repeat Backgruond" content="1"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Show info on hover" content="0"/>
- <meta name="if:Show Caption on main page" content="0"/>
- <meta name="if:Disable Search" content="0"/>
- <meta name="if:Square Social media icons" content="0"/>
- <meta name="if:Date Format TimeAgo" content="0"/>
- <meta name="if:Show Random Post" content="1"/>
- <meta name="if:Show Archive Page" content="1"/>
- <meta name="if:Show Feed Page" content="1"/>
- <meta name="text:Title font size" content="35px"/>
- <meta name="text:Description font size" content="16px"/>
- <meta name="text:WebSite URL" content=""/>
- <meta name="text:Facebook URL" content=""/>
- <meta name="text:Twitter URL" content=""/>
- <meta name="text:Google Plus URL" content=""/>
- <meta name="text:Dribbble URL" content=""/>
- <meta name="text:Instagram URL" content=""/>
- <meta name="text:Flickr URL" content=""/>
- <meta name="text:Youtube URL" content=""/>
- <meta name="text:Vine URL" content=""/>
- <meta name="text:We Heart It URL" content=""/>
- <meta name="text:Vimeo URL" content=""/>
- <meta name="text:DeviantArt URL" content=""/>
- <meta name="text:Pinterest URL" content=""/>
- <meta name="text:LinkedIn URL" content=""/>
- <meta name="text:Behance URL" content=""/>
- <meta name="text:GitHub URL" content=""/>
- <meta name="text:Spotify URL" content=""/>
- <meta name="text:SoundCloud URL" content=""/>
- <meta name="text:Wordpress URL" content=""/>
- <meta name="text:Tag 1" content=""/>
- <meta name="text:Tag 2" content=""/>
- <meta name="text:Tag 3" content=""/>
- <meta name="text:Tag 4" content=""/>
- <meta name="text:Tag 5" content=""/>
- <meta name="text:Disqus Shortname" content=""/>
- <meta name="text:Google Analytics ID" content=""/>
- {/block:Hidden}
- <!--[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <!-- stylesheet -->
- <link rel="stylesheet" href="http://static.tumblr.com/zdvilra/GZGnmptcq/bootstrap.min.css">
- <style type="text/css">
- html{overflow-x: hidden;}
- body {
- font: 400 150%/1.5 'Open Sans', sans-serif;
- color: rgb(94, 102, 97);
- overflow-x: hidden;
- background: {color:Background Color};
- {block:IfBackgroundImageImage}
- {block:IfNotRepeatBackgruond}
- background: url('{image:Background Image}') center center fixed;
- background-size: 100% 100% !important;
- {/block:IfNotRepeatBackgruond}
- {block:IfRepeatBackgruond}
- background: url({image:Background Image}) repeat fixed;
- {/block:IfRepeatBackgruond}
- {/block:IfBackgroundImageImage}
- }
- .container {
- padding: 40px 0;
- }
- .col-md-4{
- padding: 0 8px;
- }
- a {
- color: {color:Links Color};
- text-decoration: none;
- outline: none;
- }
- p{
- margin: 15px 0 0;
- }
- a:hover, a:focus {
- color: {color:Links on hover};
- outline: none;
- }
- .tumblr_blog , .read_more , .answerer , .asker{
- margin-right: 4px;
- background-color: rgba(68,68,68,0);
- background-image: -webkit-linear-gradient(top,rgba(68,68,68,0)50%,rgba(68,68,68,.25)50%);
- background-image: linear-gradient(to bottom,rgba(68,68,68,0)50%,rgba(68,68,68,.25)50%);
- color: {color:Links Color};
- text-decoration: none;
- background-repeat: repeat-x;
- background-size: 1em 2px;
- background-position: 0 1.15em;
- padding-bottom: .15em;
- }
- .read_more , .answerer , .asker{font-weight: bold;font-size: 14px;}
- button:focus {
- outline: none;
- }
- /* magnificPopup */
- .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{cursor:crosshair}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
- /* content */
- .content-wrap {
- -webkit-overflow-scrolling: touch;
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- }
- .content {
- position: relative;
- }
- .content::before {
- position: absolute;
- min-height: 1000px;
- top: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.3);
- content: '';
- opacity: 0;
- -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
- transition: opacity 0.3s, transform 0s 0.3s;
- -webkit-transform: translate3d(100%,0,0);
- transform: translate3d(100%,0,0);
- }
- /* Menu Button */
- .menu-button {
- padding: 1.6rem;
- display: block;
- position: fixed;
- cursor: pointer;
- z-index: 9;
- opacity: 1;
- margin: 20px;
- width: 40px;
- height: 35px;
- padding: 10px;
- }
- .menu-button .line {
- width: 2.2rem;
- height: 2px;
- display: block;
- background: {color:Menu icon Color};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .menu-button .line:before {
- content: "";
- width: 2.2rem;
- height: 2px;
- background: {color:Menu icon Color};
- display: block;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .menu-button:before, .menu-button:after {
- content: "";
- width: 2.2rem;
- height: 2px;
- background: {color:Menu icon Color};
- display: block;
- margin-bottom: 0.5rem;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .menu-button:after {margin-top: 0.5rem;}
- .menu-button:hover .line , .menu-button:hover:after , .menu-button:hover:before , .menu-button:hover .line:before{
- opacity: 0.7;
- }
- /* Close Button */
- .close-button {
- width: 16px;
- height: 16px;
- position: absolute;
- right: 1em;
- top: 1em;
- overflow: hidden;
- text-indent: 16px;
- border: none;
- z-index: 1001;
- background: transparent;
- color: transparent;
- }
- .close-button::before,
- .close-button::after {
- content: '';
- position: absolute;
- width: 2px;
- height: 100%;
- top: 0;
- left: 50%;
- background: {color:Menu bar links};
- }
- .close-button::before {
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .close-button::after {
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- /* Menu */
- .menu-wrap {
- position: fixed;
- z-index: 1001;
- width: 300px;
- height: 100%;
- font-size: 15px;
- -webkit-transform: translate3d(-300px,0,0);
- transform: translate3d(-300px,0,0);
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- }
- .menu-wrap a {color: {color:Menu bar links};}
- .menu-wrap a:hover,.menu-wrap a:focus {color: {color:Links on hover}}
- .menu {background: {color:Menu bar Background};width: calc(100% - 120px);height: 100%;padding: 2em 1em;}
- .icon-list {width: 280px;}
- .icon-list a {display: block;padding: 0.8em 6em 0.8em 0.8em;}
- .icon-list a i {opacity: 0.5;}
- .icon-list a span {margin-left: 10px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;font-size: 0.75em;}
- /* Morph Shape */
- .morph-shape {position: absolute;width: 120px;height: 100%;top: 0;right: 0;fill:{color:Menu bar Background};z-index: 1000;}
- /* Shown menu */
- .show-menu .menu-wrap {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
- .show-menu .content-wrap {-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-webkit-transform: translate3d(100px,0,0);transform: translate3d(100px,0,0);}
- .show-menu .content::before {opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
- img{max-width: 100%;height: auto;}
- /* Header */
- h1{margin: 0;}
- .col-header{text-align: center;padding: 40px 5px 25px;}
- .avatarShape{width: 96px;height: 96px;margin-bottom: 10px;border:4px solid #fff;-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;}
- .square{border-radius:border-radius: 5%;}
- .circle{border-radius: 50%;}
- .col-header a{color: {TitleColor}}
- .col-header h1{font-weight: {TitleFontWeight};font-family:{font:Title}, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;word-wrap: break-word;font-size: 24px;opacity: 0;-webkit-transform: scale3d(1.3,1.3,1.3);transform: scale3d(1.3,1.3,1.3);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;margin:20px 0;}
- .col-header h2 {font-size: 16px;opacity: 0; line-height: 1.5;margin: 5px auto;color: {color:Description Color};-webkit-transform: scale3d(0,0,1);transform: scale3d(0,0,1);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}
- .cuddles{opacity: 1 !important;-webkit-transform: scale3d(1,1,1) !important;transform: scale3d(1,1,1) !important;}
- /* Media Posts */
- .media--post{
- margin-bottom: 16px;
- background: rgba(255,255,255,1);
- word-wrap: break-word;
- border-radius: 2px;
- position: relative;
- border: 4px solid #fff;
- -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- -o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- {block:PermalinkPage}
- margin-bottom: 100px;
- {/block:PermalinkPage}
- }
- .post_media{
- padding: 10px 15px 15px;
- background: #fff;
- }
- .mainimg{
- display: block;
- width: 100%;
- }
- /*---------------*/
- /***** Milo *****/
- /*---------------*/
- {block:IfShowinfoonhover}
- figure{overflow: hidden;}
- figure.effect-milo {
- background: rgba(0,0,0,0.9);
- position: relative;
- }
- figure.effect-milo img:not(.re-img) {
- max-width: none;
- width: -webkit-calc(100% + 60px);
- width: calc(100% + 60px);
- opacity: 1;
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- -webkit-transform: translate3d(-10px,0,0) scale(1.05);
- transform: translate3d(-10px,0,0) scale(1.05);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- figure.effect-milo:hover img:not(.re-img) {
- opacity: 0.3;
- -webkit-transform: translate3d(0,0,0) scale(1);
- transform: translate3d(0,0,0) scale(1);
- }
- figure.effect-milo .lines {
- padding: 0 10px 0 0;
- width: 40%;
- color: #fff;
- font-size: 11px;
- line-height: 1.7;
- font-weight: bold;
- border-right: 1px solid #fff;
- text-align: right;
- opacity: 0;
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- -webkit-transform: translate3d(-30px,0,0);
- transform: translate3d(-30px,0,0);
- }
- figure.effect-milo .from--re{
- position: absolute;
- right: 20px;
- top: 21px;
- width: 50%;
- padding: 0 30px 30px 0;
- opacity: 0;
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- -webkit-transform: translate3d(0,-30px,0);
- transform: translate3d(0,-30px,0);
- }
- .from--re img{
- width: 48px;
- height: 48px;
- border-radius: 2px;
- }
- .from--re .viewline{
- font-size: 11px;
- font-weight: bold;
- margin-top: 4.5px;
- }
- .from--re .viewline .fa{
- margin-left: 5px;
- -webkit-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .from--re .viewline:hover .fa{
- margin-left: 10px;
- }
- figure.effect-milo a{
- color: #fff;
- }
- .viewline a:hover, .viewline a:focus , figure.effect-milo a:hover{
- color: {color:Links on hover};
- outline: none;
- }
- figure.effect-milo:hover .lines , figure.effect-milo:hover .from--re {
- opacity: 1;
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- figure imgnot(.re-img) {
- position: relative;
- display: block;
- min-height: 100%;
- max-width: 100%;
- opacity: 0.8;
- }
- figure figcaption {
- padding: 1em;
- color: #fff;
- text-transform: uppercase;
- font-size: 1.25em;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- figure figcaption::before,
- figure figcaption::after {
- pointer-events: none;
- }
- figure figcaption{
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .lines i{
- margin-right: 6px;
- }
- {/block:IfShowinfoonhover}
- /* like button */
- .likeline{
- position: relative;
- }
- .likeline .like_button {
- opacity: 0;
- z-index: 999999;
- cursor: pointer;
- position: absolute;
- top: 2px;
- right: 35px;
- }
- .likeline .like_button.liked {
- opacity: 0;
- }
- .likeline .like_button.liked + i {
- color: #b04b40;
- }
- /* action for all posts but photos */
- .info{
- width: 100%;
- height: 55px;
- line-height: 60px;
- color: #bbb;
- background: #fff;
- font-size: 11px;
- padding: 0 5px 0 10px;
- font-weight: bold;
- border-top: 1px dashed #eee;
- }
- .info a{
- color: #bbb;
- }
- .info a:hover{
- color: #777;
- }
- .info .fa{
- margin-right: 4px;
- }
- .dateinfo , .noteinfo{
- float: left;
- }
- .noteinfo{padding-left: 12px;}
- .likeinfo , .rebloginfo{
- float: right;
- font-size: 14px;
- }
- .likeinfo{
- position: relative;
- padding-left: 8px;
- overflow: hidden;
- }
- .likeinfo .like_button:hover + i{
- color: #777;
- }
- .likeinfo .like_button {
- opacity: 0;
- z-index: 999999;
- cursor: pointer;
- position: absolute;
- top: 2px;
- right: 5px;
- }
- .likeinfo .like_button.liked {
- opacity: 0;
- }
- .likeinfo .like_button.liked + i {
- color: #FF1900;
- }
- /* share btn */
- .share-button{
- float: right;
- width: 25px;
- height: 25px;
- cursor: pointer;
- margin-top: 25px;
- position: relative;
- }
- .share-button .share--line {
- width: 1.3rem;
- height: 2px;
- display: block;
- background: #bbb;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .share-button .share--line:before {
- content: "";
- width: 1.3rem;
- height: 2px;
- background: #bbb;
- display: block;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .share-button:before, .share-button:after {
- content: "";
- width: 1.3rem;
- height: 2px;
- background: #bbb;
- display: block;
- margin-bottom: 0.2rem;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .share-button:after {margin-top: 0.2rem;}
- .share-button:hover .share--line , .share-button:hover:after , .share-button:hover:before , .share-button:hover .share--line:before{
- background: #777;
- }
- .share-button.toggle:before, .share-button.toggle:after {
- opacity: 0;
- }
- .share-button.toggle .share--line {
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- display: block;
- }
- .share-button.toggle .share--line:before {
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- transform: rotate(-90deg);
- display: block;
- }
- .share-blob{
- position: absolute;
- left: -55px;
- bottom: 45px;
- width: 120px;
- font-size: 13px;
- visibility: hidden;
- opacity: 0;
- z-index: -8;
- -webkit-backface-visibility: hidden;
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- -webkit-transform: translate3d(0,20px,0);
- transform: translate3d(0,20px,0);
- }
- .share-btn:last-child:after {
- content: '';
- display: block;
- position: absolute;
- left: 3px;
- right: 0;
- margin: auto;
- height: 0;
- width: 0;
- border-left: 7px solid transparent;
- border-right: 7px solid transparent;
- border-top: 7px solid #55ACEE;
- }
- .open{
- -webkit-transform: translate3d(0px,0,0);
- transform: translate3d(0px,0,0);
- opacity: 1;
- visibility: visible;
- z-index: 1;
- }
- .share-btn {
- display: block;
- text-align: center;
- position: relative;
- background: #F6BC6F;
- color: #fff !important;
- line-height: 30px;
- border-bottom: 1px solid #fff;
- font-size: 13px;
- }
- .share-btn .fa{
- width: 30px;
- height: 30px;
- line-height: 30px;
- background: #31B0B5;
- float: left;
- margin-right: 10px;
- border-right: 1px solid #fff;
- }
- .share-btn .fa-facebook , .facebook-btn{
- background: #3F5A95;
- }
- .share-btn .fa-twitter , .twitter-btn{
- background: #55ACEE;
- }
- .share-btn .fa-google-plus , .google-btn{
- background: #DD4B39;
- }
- .share-btn .fa-pinterest-p , .pinterest-btn{
- background: #D01D15;
- }
- /* blockquote & guote posts */
- blockquote{
- border-left: 2px solid transparent;
- border-color: #ECECEC;
- padding: 5px 0 5px 12px;
- margin: 10px 0 10px;
- font-size: 15px;
- }
- b{font-size: 18px;}
- blockquote img{margin:10px 0 0}
- .quote_container{
- position:relative;
- padding:15px 0 0;
- }
- .the_quote{padding-bottom:10px;font-size:25px}
- /* videos */
- .i_Frame{
- position: relative;
- background: #fff;
- }
- .responsive-video-wrapper{
- width:100%;position:relative;padding:0;
- -webkit-transition: all 1.9s ease;
- -ms-transition: all 1.9s ease;
- -o-transition: all 1.9s ease;
- transition: all 1.9s ease;
- }
- .responsive-video-wrapper iframe,.responsive-video-wrapper object,.responsive-video-wrapper embed{
- position:absolute;top:0;left:0;width:100%;height:100%
- }
- /* links post */
- .link_text_container .link_text .link_title{
- margin-left: auto;
- display: block;
- font-size: 16px;
- line-height: 24px;
- margin-right: auto;
- max-width: 460px;
- overflow: visible;
- text-decoration: none;
- text-overflow: ellipsis;
- letter-spacing: 0.5px;
- position: relative;
- font-weight: bold;
- }
- .link_text_container {
- height: 100%;
- padding:8px;
- text-align: left;
- }
- .link_text_outer {
- display: table;
- width: 100%;
- min-height: 100%;
- height: 58px;
- }
- .link_text_outer .link_text{
- display: table-cell;
- width: 100%;
- vertical-align: middle;
- text-align: center;
- }
- .link_source{
- font-size: 12px;
- text-transform: uppercase;
- color: #D0D0D0;
- }
- /* text posts */
- .text_title_container{
- text-align: left;
- font-size: 22px;
- margin-top: 15px;
- }
- .the--caption , .the--tags{
- padding: 0px 20px 10px;
- background: #fff;
- }
- .the--tags{
- float: left;
- }
- .text_caption > :last-child{
- margin-bottom: 0;
- }
- .text_caption > :first-child{
- margin-top: 15px;
- }
- .text_caption figure{
- margin: 15px 0;
- }
- blockquote > :first-child{
- margin-top: 0;
- }
- .text_caption ul{
- padding-left: 20px;
- }
- /* chat posts */
- .chattitle{
- padding: 15px 0px;
- font-size: 22px;
- }
- div[class^='user']{
- border-bottom: 1px dashed #eee;
- padding-bottom: 5px;
- padding-top: 7px;
- }
- div[class^='user']:last-child{
- border-bottom: none;
- }
- .labe_l{
- font-weight: bold;
- color: #000;
- }
- /* asked posts */
- .answer-wrap{
- padding: 20px 0 0;
- overflow: hidden;
- }
- .asker-wrap{
- border-bottom: 1px dashed #eee;
- padding: 20px 0;
- min-height: 85px;
- }
- .fl-left{
- margin-right: 15px;
- float: left;
- }
- .fl-right{
- margin-left: 15px;
- float: right;
- }
- .answered figure{
- margin: 15px 0 0;
- }
- /* Disqus Shortname */
- .disqus{
- background: #fff;
- padding: 30px;
- margin-top: 15px;
- position: relative;
- }
- /* notes */
- /* post-info-perma */
- ol.notes{
- list-style: none;
- padding: 25px;
- font-size: 14px;
- color: rgb(186, 186, 186);
- }
- .notes a{
- color: #818181;
- }
- .notes a:hover{
- text-decoration: underline;
- color: {color:Links on hover}
- }
- .post-notes{
- background: #fff;
- border-radius: 3px;
- }
- .note{
- margin-bottom: 3px;
- }
- .action{
- margin-left: 10px;
- line-height: 1.8;
- }
- /* social */
- .social{
- margin: 15px 0;
- width: 100%;
- padding: 0 20px;
- text-align: center;
- }
- .social ul{
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .social ul li{
- display: inline-block;
- margin-bottom: 10px;
- margin-right: 5px;
- }
- .social ul li a{
- display: inline-block;
- width: 35px;
- height: 35px;
- font-size: 20px;
- color: #fff;
- background: {color:Social media icons};
- line-height: 35px;
- {block:IfNotSquareSocialmediaicons}
- border-radius: 50%;
- {/block:IfNotSquareSocialmediaicons}
- opacity: 0.8;
- -webkit-transition: all 0.1s ease;
- -ms-transition: all 0.1s ease;
- -o-transition: all 0.1s ease;
- transition: all 0.1s ease;
- -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- }
- .social ul li a:hover{
- opacity: 1;
- color: {color:Social media icons};
- background: #fff;
- }
- .social ul li a i{
- margin: 0;
- padding: 0;
- }
- /* search */
- .input {position: relative;z-index: 1;display: inline-block;margin: 0 1em 1em;max-width: 350px;width: calc(100% - 2em);vertical-align: top;}
- .input__field {position: relative;display: block;float: right;padding: 0.8em;width: 60%;border: none;border-radius: 0;background: #f0f0f0;color: #aaa;font-weight: 400;-webkit-appearance: none; /* for box shadows to show on iOS */}
- .input__field:focus {outline: none;}
- .input__label {display: inline-block;float: right;padding: 0 1em;width: 40%;color: #000000;font-weight: bold;font-size: 70.25%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
- .input--nao {overflow: hidden;}
- .input__field--nao {padding: 0.5em 0em 0.25em;width: 100%;background: transparent;color: #000000;font-size: 1.25em;}
- .input__label--nao {position: absolute;top: 0.95em;font-size: 0.85em;left: 0;display: block;width: 100%;text-align: left;padding: 0em;pointer-events: none;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;transition: transform 0.2s 0.15s, color 1s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
- .graphic--nao {stroke: {color:Search Color};pointer-events: none;-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;transition: transform 0.7s, stroke 0.7s;-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);}
- .input__field--nao:focus + .input__label--nao,.input--filled .input__label--nao {color: #333;-webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);}
- .input__field--nao:focus ~ .graphic--nao,.input--filled .graphic--nao {stroke: {color:Search Color on focus};-webkit-transform: translate3d(-66.6%, 0, 0); transform: translate3d(-66.6%, 0, 0);}
- .graphic {position: absolute;top: 0;left: 0;fill: none;}
- ::-webkit-input-placeholder { /* WebKit browsers */
- color: #fff;
- opacity: 0.5;
- }
- :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #fff;
- opacity: 0.5;
- }
- ::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #fff;
- opacity: 0.5;
- }
- :-ms-input-placeholder { /* Internet Explorer 10+ */
- color: #fff;
- opacity: 0.5;
- }
- .input .fa{
- position: absolute;
- bottom: 10px;
- right: 0px;
- width: 30px;
- opacity: 0.6;
- color: {color:Search Color};
- }
- /* twitter */
- #twitter{
- margin: 15px 0;
- }
- #tweets li a{
- color: {color:Tweets Color};
- font-size: {text:Description font size};
- }
- .contentr .fa-twitter{
- color: #4AA8D8;
- }
- .rslides {
- position: relative;
- list-style: none;
- overflow: hidden;
- width: 100%;
- padding: 0;
- min-height: 120px;
- margin: 0;
- background: transparent;
- }
- .col--one .rslides{
- min-height: 50px;
- }
- .rslides li {
- -webkit-backface-visibility: hidden;
- position: absolute;
- display: none;
- padding-bottom: 25px;
- width: 100%;
- left: 0;
- top: 0;
- }
- .rslides li:first-child {
- position: relative;
- display: block;
- float: left;
- }
- /* Footer */
- #footer{
- padding: 70px 0 0;
- color: {color:Footer Color};
- opacity: 0.8;
- text-align: center;
- float: left;
- font-size: 15px;
- letter-spacing: 1px;
- margin: 30px auto 15px;
- width: 100%;
- }
- .footer{
- color: rgb(255,255,255,0.8);
- font-family: 'Ubuntu',sans-serif;
- text-decoration: none;
- }
- .footer p{
- font-size: 12px;
- letter-spacing: 1px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .footer a{
- color: {color:Footer Color};
- text-decoration: none;
- text-transform: uppercase;
- }
- .footer a:hover{
- text-decoration: underline;
- }
- /* Infinity Spinner */
- .spinner{
- width: 70px;
- height: 18px;
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- margin: auto;
- text-align: center;
- }
- .spinnertags{
- text-align: center;
- margin: 15px auto;
- }
- .spinner > div , .spinnertags > div{
- width: 18px;
- height: 18px;
- background-color: {color:Loading spinner};
- border-radius: 100%;
- display: inline-block;
- -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
- animation: bouncedelay 1.4s infinite ease-in-out;
- /* Prevent first frame from flickering when animation starts */
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .spinner .bounce1 , .spinnertags .bounce1{
- -webkit-animation-delay: -0.32s;
- animation-delay: -0.32s;
- }
- .spinner .bounce2 , .spinnertags .bounce2{
- -webkit-animation-delay: -0.16s;
- animation-delay: -0.16s;
- }
- @-webkit-keyframes bouncedelay {
- 0%, 80%, 100% { -webkit-transform: scale(0.0) }
- 40% { -webkit-transform: scale(1.0) }
- }
- @keyframes bouncedelay {
- 0%, 80%, 100% {
- transform: scale(0.0);
- -webkit-transform: scale(0.0);
- } 40% {
- transform: scale(1.0);
- -webkit-transform: scale(1.0);
- }
- }
- /* Pages */
- .pagination {
- display: block;
- margin: 60px 0px 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- text-align: center;
- padding: 0px;
- }
- .pagination ul {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .pagination ul > li {
- display: inline-block;
- margin-bottom: 10px;
- margin-top: 10px;
- }
- .pagination ul > li > a, .pagination ul > li > span {
- float: none;
- margin: 0;
- margin-right: 3px;
- }
- .btn {
- color: {color:Pagination Color} !important;
- background: none;
- border: 2px solid rgba(255,255,255,0.4);
- margin-bottom: 10px;
- margin-right: 4px;
- font-size: 12px;
- padding: 9px 17px;
- font-weight: 800;
- text-shadow: none;
- text-transform: uppercase;
- -webkit-border-radius: 0;
- border-radius: 0;
- -webkit-transition: all 200ms ease-in;
- -o-transition: all 200ms ease-in;
- -moz-transition: all 200ms ease-in;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- display: inline-block;
- }
- .btn:hover , .current_page{
- color: {color:Pagination Color on hover} !important;
- border-color: {color:Pagination Color on hover};
- }
- {block:IfInfiniteScrolling}
- .pagination{
- opacity: 0;
- visibility: hidden;
- }
- {/block:IfInfiniteScrolling}
- /* scroll to top */
- .button {
- background: none;
- width: 40px;
- height: 45px;
- border: none;
- position: fixed;
- right: 10px;
- bottom: 30px;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-tap-highlight-color: transparent;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .morph-shape1 {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- }
- .button--line .morph-shape1 svg {
- fill: {color:Scroll to top};
- stroke: none;
- opacity: 0.5;
- stroke-width: 1px;
- stroke-linecap: round;
- }
- .button__text{
- font-size: 25px;
- color: #fff;
- text-align: center;
- }
- /* next page */
- .np{
- margin-top: 50px;
- }
- .np a{
- width: 40px;
- height: 40px;
- background: #fff;
- color: #000;
- text-align: center;line-height: 40px;
- display: inline-block;
- -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
- }
- .np a:hover{
- color: {color:Links on hover};
- }
- .post--tags{
- display: inline-block;
- margin-right: 5px;
- line-height: 1.6;
- }
- .post--photo .info{
- border: none;
- }
- /* Small devices (tablets, 768px and up) */
- @media (min-width: 768px) {
- .container {
- padding: 80px 0 0;
- min-height: 800px;
- }
- body{
- overflow-x: visible;
- }
- .info{
- padding: 0 20px;
- }
- .menu-button {
- z-index: 1000;
- margin: 10px;
- border: none;
- text-indent: 2.5em;
- font-size: 1.5em;
- background: none;
- }
- .col-header{
- padding: 0 25px 15px;
- }
- .col-header > *:first-child{
- margin-top: 0 !important;
- }
- .col-header h1{
- font-size: {text:Title font size};
- }
- .col-header h2{
- margin: 25px 0;
- font-size: {text:Description font size};
- }
- iframe#tumblr_controls{
- position: absolute !important;
- -webkit-filter: invert(100%);
- }
- .post_media{
- padding: 10px 25px 15px;
- }
- .col--two .col-md-4{
- width: 100%;
- }
- .col--one .col-md-4{
- width: 50%;
- }
- }
- /* Medium devices (desktops, 992px and up) */
- @media (min-width: 992px) {
- .col--two .col-md-4{
- width: 50%;
- }
- .col-md-offset-1 {
- margin-left: 10%;
- }
- .col--one .col-md-4{
- width: 100%;
- margin-bottom: 30px;
- }
- .col--two , .col--one{
- float: none;
- width: 80%;
- margin: 0 auto;
- }
- .col--one{
- width: 60%;
- }
- .col--one figure.effect-milo .from--re{
- right: 50px;
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="wraper">
- <div class="menu-wrap">
- <nav class="menu">
- <div class="icon-list">
- <a href="/" {Target}><i class="fa fa-fw fa-star-o"></i><span>{lang:Home}</span></a>
- {block:SubmissionsEnabled}
- <a href="/submit" {Target}><i class="fa fa-fw fa-bell-o"></i><span>{SubmitLabel}</span></a>
- {/block:SubmissionsEnabled}
- {block:AskEnabled}
- <a href="/ask" {Target}><i class="fa fa-fw fa-envelope-o"></i><span>{AskLabel}</span></a>
- {/block:AskEnabled}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}" {Target}><i class="fa fa-file-text"></i><span>{Label}</span></a>
- {/block:Pages}
- {/block:HasPages}
- {block:IfTag1}<a href="{BlogURL}tagged/{text:Tag 1}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 1}</span></a>{/block:IfTag1}
- {block:IfTag2}<a href="{BlogURL}tagged/{text:Tag 2}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 2}</span></a>{/block:IfTag2}
- {block:IfTag3}<a href="{BlogURL}tagged/{text:Tag 3}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 3}</span></a>{/block:IfTag3}
- {block:IfTag4}<a href="{BlogURL}tagged/{text:Tag 4}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 4}</span></a>{/block:IfTag4}
- {block:IfTag5}<a href="{BlogURL}tagged/{text:Tag 5}" {Target}><i class="fa fa-tag"></i><span>{text:Tag 5}</span></a>{/block:IfTag5}
- {block:IfShowFeedPage}
- <a href="{RSS}" {Target}><i class="fa fa-rss"></i><span>{lang:Feed}</span></a>
- {/block:IfShowFeedPage}
- {block:IfShowRandomPost}
- <a href="/random" {Target}><i class="fa fa-random"></i><span>{lang:random}</span></a>
- {/block:IfShowRandomPost}
- {block:IfShowArchivePage}
- <a href="/archive" {Target}><i class="fa fa-newspaper-o"></i><span>{lang:Archive}</span></a>
- {/block:IfShowArchivePage}
- <a href="http://www.leenthemes.com/" target="_blank"><i class="fa fa-paint-brush"></i><span>Leen themes</span></a>
- </div>
- </nav>
- <button class="close-button" id="close-button">Close Menu</button>
- <div class="morph-shape" id="morph-shape" data-morph-open="M-1,0h101c0,0,0-1,0,395c0,404,0,405,0,405H-1V0z">
- <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 800" preserveAspectRatio="none">
- <path d="M-1,0h101c0,0-97.833,153.603-97.833,396.167C2.167,627.579,100,800,100,800H-1V0z"/>
- </svg>
- </div>
- </div><!-- End .menu-wrap -->
- <span class="menu-button" id="open-button"><div class="line"></div></span>
- <div class="content-wrap">
- <div class="content">
- <div class="container">
- <div class="row">
- <div class="col-md-12 {block:IndexPage}{select:Layout type}{/block:IndexPage}" id="grid">
- <div class="masonry">
- <div class="col-md-4 col-sm-6 col-xs-12 element profile">
- <div class="col-header">
- {block:ShowAvatar}
- <a href="/"><img class="{AvatarShape} avatarShape" src="{PortraitURL-96}"></a>
- {/block:ShowAvatar}
- {block:ShowTitle}<h1><a href="/">{Title}</a></h1>{/block:ShowTitle}
- {block:ShowDescription}<h2>{Description}</h2>{/block:ShowDescription}
- {block:Twitter}
- <div id="twitter" style="display:none;">
- <ul id="tweets" class="rslides"></ul>
- </div>
- <script type="text/javascript">
- function recent_tweets(data) {
- for (i=0; i<data.length; i++) {
- document.getElementById("tweets").innerHTML =
- document.getElementById("tweets").innerHTML +
- '<li><a href="http://twitter.com/{TwitterUsername}/status/' +
- (data[i].id_str ? data[i].id_str : data[i].id) +
- '" target="_blank"><div class="contentr"><i class="fa fa-twitter"></i> ' + data[i].text +
- '</div></a></li>';
- }
- document.getElementById("twitter").style.display = 'block';
- }
- </script>
- {/block:Twitter}<!-- Twitter -->
- <div class="social">
- <ul>
- {block:IfWebSiteURL}<li><a href="{text:WebSite URL}" {Target}><i class="fa fa-flag"></i></a></li>{/block:IfWebSiteURL}
- {block:IfFacebookURL}<li><a href="{text:Facebook URL}" {Target}><i class="fa fa-facebook"></i></a></li>{/block:IfFacebookURL}
- {block:IfTwitterURL}<li><a href="{text:Twitter URL}" {Target}><i class="fa fa-twitter"></i></a></li>{/block:IfTwitterURL}
- {block:IfGooglePlusURL}<li><a href="{text:Google Plus URL}" {Target}><i class="fa fa-google-plus"></i></a></li>{/block:IfGooglePlusURL}
- {block:IfDribbbleURL}<li><a href="{text:Dribbble URL}" {Target}><i class="fa fa-dribbble"></i></a></li>{/block:IfDribbbleURL}
- {block:IfInstagramURL}<li><a href="{text:Instagram URL}" {Target}><i class="fa fa-instagram"></i></a></li>{/block:IfInstagramURL}
- {block:IfFlickrURL}<li><a href="{text:Flickr URL}" {Target}><i class="fa fa-flickr"></i></a></li>{/block:IfFlickrURL}
- {block:IfYoutubeURL}<li><a href="{text:Youtube URL}" {Target}><i class="fa fa-youtube-play"></i></a></li>{/block:IfYoutubeURL}
- {block:IfVineURL}<li><a href="{text:Vine URL}" {Target}><i class="fa fa-vine"></i></a></li>{/block:IfVineURL}
- {block:IfWeHeartItURL}<li><a href="{text:We Heart It URL}" {Target}><i class="fa fa-heartbeat"></i></a></li>{/block:IfWeHeartItURL}
- {block:IfVimeoURL}<li><a href="{text:Vimeo URL}" {Target}><i class="fa fa-vimeo-square"></i></a></li>{/block:IfVimeoURL}
- {block:IfDeviantArtURL}<li><a href="{text:DeviantArt URL}" {Target}><i class="fa fa-deviantart"></i></a></li>{/block:IfDeviantArtURL}
- {block:IfPinterestURL}<li><a href="{text:Pinterest URL}" {Target}><i class="fa fa-pinterest"></i></a></li>{/block:IfPinterestURL}
- {block:IfLinkedInURL}<li><a href="{text:LinkedIn URL}" {Target}><i class="fa fa-linkedin-square"></i></a></li>{/block:IfLinkedInURL}
- {block:IfBehanceURL}<li><a href="{text:Behance URL}" {Target}><i class="fa fa-behance"></i></a></li>{/block:IfBehanceURL}
- {block:IfGitHubURL}<li><a href="{text:GitHub URL}" {Target}><i class="fa fa-github-alt"></i></a></li>{/block:IfGitHubURL}
- {block:IfSpotifyURL}<li><a href="{text:Spotify URL}" {Target}><i class="fa fa-spotify"></i></a></li>{/block:IfSpotifyURL}
- {block:IfSoundCloudURL}<li><a href="{text:SoundCloud URL}" {Target}><i class="fa fa-soundcloud"></i></a></li>{/block:IfSoundCloudURL}
- {block:IfWordpressURL}<li><a href="{text:Wordpress URL}" {Target}><i class="fa fa-wordpress"></i></a></li>{/block:IfWordpressURL}
- </ul>
- </div><!-- social menu -->
- {block:IfNotDisableSearch}
- <div class="col--search">
- <form action="/search" method="get">
- <span class="input input--nao">
- <input class="input__field input__field--nao" name="q" type="text" id="input-1" placeholder=''/>
- <i class="fa fa-search"></i>
- <label class="input__label input__label--nao" for="input-1"></label>
- <svg class="graphic graphic--nao" width="300%" height="100%" viewBox="0 0 1200 60" preserveAspectRatio="none"><path d="M0,56.5c0,0,298.666,0,399.333,0C448.336,56.5,513.994,46,597,46c77.327,0,135,10.5,200.999,10.5c95.996,0,402.001,0,402.001,0"/>
- </svg>
- </span>
- </form>
- </div><!-- Colsearch -->
- {/block:IfNotDisableSearch}
- {block:PermalinkPage}
- {block:PermalinkPagination}
- <div class="np">
- {block:NextPost}
- <a href="{NextPost}"><i class="fa fa-arrow-left"></i></a>
- {/block:NextPost}
- {block:PreviousPost}
- <a href="{PreviousPost}"><i class="fa fa-arrow-right"></i></a>
- {/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- {/block:PermalinkPage}
- </div>
- </div>
- {block:Posts}
- {block:IndexPage}
- <div class="col-md-4 col-sm-6 col-xs-12 element post--{PostType}" id="{PostID}">
- <div class="media--post">
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="col-md-6 col-sm-6 col-xs-12 perma_post post--{PostType}">
- <div class="media--post">
- {/block:PermalinkPage}
- {block:Photo}
- {block:IndexPage}
- <figure class="effect-milo">
- <img class="mainimg" src="{PhotoURL-500}" data-high="{PhotoURL-1280}" alt="{PhotoAlt}">
- {block:IfShowinfoonhover}
- <figcaption>
- <div class="lines">
- <div class="dateline">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </div>
- <div class="noteline">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </div>
- <div class="reblogline">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i> reblog
- </a>
- </div>
- <div class="likeline">
- {LikeButton size="14"}
- <i class="fa fa-heart-o"></i> like
- </div>
- </div>
- <div class="from--re">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentTitle}" {Target}>
- <img class="re-img" src="{ReblogParentPortraitURL-48}">
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="/" title="{Title}" {Target}>
- <img class="re-img" src="{PortraitURL-48}">
- </a>
- {/block:NotReblog}
- <div class="viewline">
- <a href="{Permalink}">view the post <i class="fa fa-arrow-right"></i>
- </a>
- </div>
- </div>
- </figcaption>
- {/block:IfShowinfoonhover}
- </figure>
- {block:IfNotShowinfoonhover}
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn pinterest-btn" href="https://pinterest.com/pin/create/button/?url={ShortURL}&media={PhotoURL-HighRes}&description={PostTitle}" target="_blank"><i class="fa fa-pinterest-p"></i> pinterest</a>
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {block:IfNotShowinfoonhover}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <figure>
- <img class="mainimg" src="{PhotoURL-1280}" alt="{PhotoAlt}">
- </figure>
- {LinkCloseTag}
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn pinterest-btn" href="https://pinterest.com/pin/create/button/?url={ShortURL}&media={PhotoURL-HighRes}&description={PostTitle}" target="_blank"><i class="fa fa-pinterest-p"></i> pinterest</a>
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset-grid photoset{PostID}" data-layout="{PhotosetLayout}" data-id="photoset{PostID}" data-popup="{PostID}">
- {block:Photos}
- <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" {block:HighRes}data-highres="{PhotoURL-HighRes}"{/block:HighRes}
- {block:Caption}alt="{Caption}"{/block:caption} />
- {/block:Photos}
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Photoset}
- {block:Text}
- <div class="post_media">
- {block:Title}
- <div class="text_title_container">
- {Title}
- </div>
- {/block:Title}
- <div class="text_caption">
- {Body}
- </div>
- </div>
- {block:Date}
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Date}
- {/block:Text}
- {block:Quote}
- <div class="post_media">
- <div class="quote_container">
- <div class="the_quote"><i>“ {Quote} ” </i></div>
- </div>
- {block:PermalinkPage}
- {block:Source}
- <div class="text_caption">
- {Source}
- </div>
- {/block:Source}
- {/block:PermalinkPage}
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="post_media">
- <div class="chatwrap">
- {block:Title}
- <div class="chattitle">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- <div class="user_{UserNumber}">
- {block:Label}
- <span class="labe_l">{Label}</span>
- {/block:Label}
- <span class="line">{Line}</span>
- </div>
- {/block:Lines}
- </div>
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Chat}
- {block:Link}
- <div class="post_media">
- <div class="link_button">
- <div class="link_text_container">
- <div class="link_text_outer">
- <div class="link_text">
- <a href="{URL}" target="_blank" class="link_title">{Name}</a>
- <a href="{URL}" target="_blank" class="link_source">{Host}</a>
- </div>
- </div>
- </div>
- </div>
- {block:Description}
- <div class="post_content_inner">
- <div class="post_body" data-subview="body">
- {Description}
- </div>
- </div>
- {/block:Description}
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Link}
- {block:Answer}
- <div class="post_media">
- <div class="answer-post-wrap">
- <div class="asker-wrap">
- <img class="fl-left" src="{AskerPortraitURL-48}">
- <div class="">{Asker} asked: {Question}</div>
- </div>
- {block:Answerer}
- <div class="answer-wrap">
- <img class="fl-right" src="{AnswererPortraitURL-48}" alt="{Title}"/>
- <div class="answered">{Answerer} answered: {Answer}</div>
- </div>
- {/block:Answerer}
- {Replies}
- </div>
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Answer}
- {block:Video}
- <div class="i_Frame">
- {VideoEmbed-400}
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Video}
- {block:Audio}
- <div class="i_Frame">
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- </div>
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}">
- <i class="fa fa-calendar"></i>
- {block:IfDateFormatTimeAgo}
- {TimeAgo}
- {/block:IfDateFormatTimeAgo}
- {block:IfNotDateFormatTimeAgo}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:IfNotDateFormatTimeAgo}
- </a>
- </div>
- <div class="noteinfo">
- <a href="{Permalink}">
- <i class="fa fa-bar-chart"></i> {NoteCountWithLabel}
- </a>
- </div>
- <div class="likeinfo">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i>
- </div>
- <div class="rebloginfo">
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i>
- </a>
- </div>
- <div class="share-button">
- <div class="share--line"></div>
- <div class="share-blob">
- <a class="share-btn facebook-btn" href="https://www.facebook.com/sharer/sharer.php?u={Permalink}" target="_blank"><i class="fa fa-facebook"></i> facebook</a>
- <a class="share-btn google-btn" href="https://plus.google.com/share?url={Permalink}" target="_blank"><i class="fa fa-google-plus"></i> google +</a>
- <a class="share-btn twitter-btn" href="https://twitter.com/intent/tweet?url={Permalink}" target="_blank"><i class="fa fa-twitter"></i> twitter</a>
- </div>
- </div>
- </div>
- {/block:Audio}
- {block:IfShowCaptiononmainpage}
- {block:Caption}
- <div class="the--caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IfShowCaptiononmainpage}
- {block:PermalinkPage}
- {block:Date}
- {block:Caption}
- <div class="the--caption">
- {Caption}
- </div>
- {/block:Caption}
- {block:HasTags}
- <div class="the--tags">
- {block:Tags}
- <a class="post--tags" href="{TagURL}" {Target}>#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div class="post-notes">
- {PostNotes-16}
- </div>
- {/block:PostNotes}
- {/block:Date}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:Date}
- {block:IfDisqusShortname}
- <div class="disqus">
- <div id="disqus_thread"></div>
- <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
- <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
- </div>
- {/block:IfDisqusShortname}
- {/block:Date}
- {/block:PermalinkPage}
- </div><!-- mediaPost -->
- </div>
- {/block:Posts}
- </div><!-- .masonry-->
- </div><!-- #grid -->
- </div><!-- /row -->
- {block:Pagination}
- <div class="col-md-12 col-xs-12 pagination">
- <ul>
- {block:PreviousPage}
- <li><a href="{PreviousPage}" class="prev_page btn">{lang:Prev}</a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <li><span class="current_page btn" >{PageNumber}</span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li class="jq"><a class="jump_page btn" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="next" href="{NextPage}" class="btn">{lang:Next}</a></li>
- {/block:NextPage}
- </ul>
- </div><!-- End Pagination -->
- {/block:Pagination}
- </div><!-- /container -->
- {block:IndexPage}
- <div class="col-md-12">
- <div class="row">
- <div id="footer">
- <div class="footer">
- <p>Copyright © {CopyrightYears} <span class="style1">{title}</span>.All rights reserved. Theme by <a href="http://www.leenthemes.com/" target="_blank">Leen Themes</a>
- </p>
- </div>
- </div>
- </div>
- </div>
- {/block:IndexPage}
- </div><!-- /content -->
- </div><!-- /content-wrap -->
- </div><!-- /wraper -->
- <button class="button button--line button--effect-1 scrollup hidden-xs" style="display: none;">
- <span class="morph-shape1" data-morph-active="M286,113c0,0-68.8,9-136,9c-78.2,0-137-9-137-9S3,97.198,3,62.5C3,33.999,13,12,13,12S72,2,150,2c85,0,136,10,136,10s11,17.598,11,52C297,96.398,286,113,286,113z">
- <svg width="100%" height="100%" viewBox="0 0 300 125" preserveAspectRatio="none">
- <path d="M286.5,113c0,0-104,0-136.5,0c-35.75,0-136.5,0-136.5,0s0-39.417,0-52.5c0-12.167,0-48.5,0-48.5s101.833,0,136.5,0c33.583,0,136.5,0,136.5,0s0,35.917,0,48.5C286.5,73.167,286.5,113,286.5,113z"/>
- </svg>
- </span>
- <span class="button__text"><i class="fa fa-angle-up"></i></span>
- </button>
- <script src="http://static.tumblr.com/6znvctm/iUqnnza1s/main.js"></script>
- <script>
- (function() {
- function extend( a, b ) {for( var key in b ) {if( b.hasOwnProperty( key ) ) {a[key] = b[key];}}return a;}
- function SVGButton( el, options ) {this.el = el;this.options = extend( {}, this.options );extend( this.options, options );this.init();}
- SVGButton.prototype.options = {speed : { reset : 800, active : 150 },easing : { reset : mina.elastic, active : mina.easein }};
- SVGButton.prototype.init = function() {this.shapeEl = this.el.querySelector( 'span.morph-shape1' );
- var s = Snap( this.shapeEl.querySelector( 'svg' ) );
- this.pathEl = s.select( 'path' );
- this.paths = {reset : this.pathEl.attr( 'd' ),active : this.shapeEl.getAttribute( 'data-morph-active' )};this.initEvents();};
- SVGButton.prototype.initEvents = function() {
- this.el.addEventListener( 'mousedown', this.down.bind(this) );
- this.el.addEventListener( 'mouseup', this.up.bind(this) );
- this.el.addEventListener( 'touchend', this.up.bind(this) );
- this.el.addEventListener( 'mouseout', this.up.bind(this) );
- };
- SVGButton.prototype.down = function() {
- this.pathEl.stop().animate( { 'path' : this.paths.active }, this.options.speed.active, this.options.easing.active );};
- SVGButton.prototype.up = function() {
- this.pathEl.stop().animate( { 'path' : this.paths.reset }, this.options.speed.reset, this.options.easing.reset );};
- [].slice.call( document.querySelectorAll( 'button.button--effect-1' ) ).forEach( function( el ) {
- new SVGButton( el );
- } );
- })();
- </script>
- <script type="text/javascript">
- ( function($) {$.fn.responsiveVideo = function() {var $all_videos = $(".i_Frame");$all_videos = $(this).find( 'iframe, object, embed' );$all_videos.not( 'object object , .like_toggle , .bandcamp_audio_player ,.photoset ,#lEENstagram , #submit_form , #ask_form , #dsq-2' ).each( function() {var $video = $(this);if ( $video.parents( 'object' ).length )return;if ( ! $video.prop( 'id' ) )$video.attr( 'id', 'sandy' + Math.floor( Math.random() * 999999 ) );$video.wrap( '<div class="responsive-video-wrapper" style="padding-top: ' + ( $video.attr( 'height' ) / $video.attr( 'width' ) * 100 ) + '%" />' ).removeAttr( 'height' ).removeAttr( 'width' );$video.closest( ".responsive-video-wrapper iframe" )});};} )(jQuery);
- $("body").responsiveVideo();
- $(document).ready(function(){
- var $container = $(".masonry");
- changeattr();hakuna();
- $(".col-header .avatarShape, .col-header h1 , .col-header h2").addClass("cuddles");
- $(document).on('click', '.share-button', function(){
- $(this).toggleClass("toggle");
- $(this).find(".share-blob").toggleClass("open");
- });
- $(window).scroll(function(){if ($(this).scrollTop() > 700) {$('.scrollup').fadeIn();} else {$('.scrollup').fadeOut();}});
- $('.scrollup').click(function(){$("html, body").animate({ scrollTop: 0 }, 600);return false;});
- {block:IfInfiniteScrolling}
- $container.infinitescroll({
- navSelector : '.pagination',
- nextSelector : '#next',
- itemSelector : '.element:not(.profile)',
- loading:{finishedMsg:'<div id="#loadingeen" style="position:absolute;width:170px;height:70px;bottom: -100px;right:0px;left:0;margin:auto;z-index:999;color:{color:Loading spinner};text-align:center;"><strong>{lang:No more posts}</strong></div>',msgText:'<div id="#loading_nav" style="position:absolute;width:70px;height:70px;bottom: -100px;right:0px;left:0;margin:auto;z-index: 999"><div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div>'}
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.responsiveVideo();
- changeattr();
- hakuna();
- setTimeout(function(){
- $newElems.css({opacity: 1});
- $container.masonry( 'appended', $newElems, true );
- }, 500);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- }
- );
- {/block:IfInfiniteScrolling}
- });
- var hakuna = function(){
- /* Trigger mansory */
- var $container = $(".masonry");
- $container.masonry({transitionDuration: 0});
- setTimeout(function(){ $container.masonry() }, 100);
- setTimeout(function(){ $container.masonry() }, 200);
- setTimeout(function(){ $container.masonry() }, 300);
- setTimeout(function(){ $container.masonry() }, 500);
- setTimeout(function(){ $container.masonry() }, 1000);
- setTimeout(function(){ $container.masonry() }, 2000);
- setTimeout(function(){ $container.masonry() }, 4000);
- setTimeout(function(){ $container.masonry() }, 6000);
- $container.imagesLoaded().progress( function( instance, image ) {
- image.isLoaded ? $container.masonry({transitionDuration: 0}) : $container.masonry({transitionDuration: 0});
- });
- /* Photosets */
- var $allPhotoSets = $('.photoset-grid');
- $allPhotoSets.photosetGrid({highresLinks: true,gutter: '3px',onComplete: function(){$allPhotoSets.each(function(){var postClass = ".photoset" + $(this).data("popup");$(postClass).magnificPopup({delegate:"a.highres-link",type:"image",gallery:{enabled:!0}})})}});
- }
- var changeattr = function(){
- var $elements = $(".media--post");
- var elementwidth = $elements.width();
- var windowwidth = $(window).width();
- if (elementwidth > 500) {
- $elements.each(function() {
- var biggerimage = $(this).find('img.mainimg').data("high");
- $(this).find('img.mainimg').attr( "src", biggerimage );
- });
- }
- }
- $(window).load(function(){$(function() {$("#tweets").responsiveSlides({auto: true,speed: 500,timeout: 5000,pause: true,namespace: "maha"})})});
- </script>
- {block:IfGoogleAnalyticsID}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{text:Google Analytics ID}', 'tumblr.com');
- ga('send', 'pageview');
- </script>
- {/block:IfGoogleAnalyticsID}
- {block:Twitter}
- <script type="text/javascript" src="/tweets.js"></script>
- {/block:Twitter}
- </body>
- </html><!-- 9:14 PM 14/05/2015 leen themes ==> leentheme@hotmail.com -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement