Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <!--===================================================================
- Skyfall Tumblr theme
- Created by Hakuna Matata
- If you have any questions, please send me an email:
- leentheme@hotmail.com with the name of the theme and a link
- to your blog.
- Feel free to edit and customize this theme for personal use.
- more themes ? ===> http://www.leenthemes.com/
- http://www.leenthemes.com/
- Published on May 3, 2015
- All rights reserved
- ==================================================================
- 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">
- <script src="//static.tumblr.com/6znvctm/DrLnnzdhf/skyfall.js"></script>
- {block:Hidden}
- <meta name="select:Layout type" content="col-md-4 col-sm-6 col-xs-12" title="Three column"/>
- <meta name="select:Layout type" content="col-md-3 col-sm-6 col-xs-12" title="Four column"/>
- <meta name="select:Layout type" content="col-md-6 col-sm-6 col-xs-12" title="Two column"/>
- <meta name="select:Color Brightness" content="3" title="Level 3"/>
- <meta name="select:Color Brightness" content="5" title="Level 5"/>
- <meta name="select:Color Brightness" content="4" title="Level 4"/>
- <meta name="select:Color Brightness" content="2" title="Level 2"/>
- <meta name="select:Color Brightness" content="1" title="Level 1"/>
- <meta name="image:Background image" content=""/>
- <meta name="if:Repeat Backgruond" content="1"/>
- <meta name="color:Gradient top" content="#f7c282">
- <meta name="color:Gradient bottom" content="#b997ce">
- <meta name="color:Title Color" content="#333333">
- <meta name="color:Description Color" content="#ffffff">
- <meta name="color:Footer Color" content="#ffffff">
- <meta name="if:Infinite Scrolling" content="1"/>
- <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:Disqus Shortname" content=""/>
- <meta name="text:Google Analytics ID" content=""/>
- <meta name="text:WebSite URL" content=""/>
- <meta name="text:Facebook URL" content=""/>
- <meta name="text:Google URL" content=""/>
- <meta name="text:Vine 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: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=""/>
- {/block:Hidden}
- <!--[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <!-- Fonts -->
- <link href="//fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic" rel="stylesheet" type="text/css">
- <link href='//fonts.googleapis.com/css?family=Lobster+Two|Handlee|Satisfy' rel='stylesheet' type='text/css'>
- <!-- Stylesheet -->
- <link rel="stylesheet" href="//static.tumblr.com/zdvilra/GZGnmptcq/bootstrap.min.css">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <style type="text/css">
- html{
- font-size: 16px;
- -webkit-text-size-adjust:100% !important;
- -ms-text-size-adjust:100% !important;
- overflow-x: hidden;
- }
- body {
- font: normal 14px/22px 'Droid Sans', sans-serif;
- background-color: #36465d;
- color: rgb(94, 102, 97);
- background: linear-gradient(to bottom, {color:Gradient top} 0%, {color:Gradient bottom} 100%) repeat fixed 0% 0% transparent;
- {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{
- margin-top: 20px;
- margin-bottom: 80px;
- min-height: 800px;
- }
- #grid{
- margin-top: 20px;
- }
- div[class^='col-md'],div[class*=' col-md']{
- padding-left: 5px;
- padding-right: 5px;
- }
- .post{
- position: relative;
- word-wrap: break-word;
- }
- .col-md-3{
- padding-bottom: 8px;
- }
- .col-md-4 , .col-md-6 {
- padding-bottom: 20px;
- }
- .post_media{
- background: #fff;
- border-radius: 3px;
- border: 6px solid transparent;
- box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
- }
- img{
- max-width: 100%;
- height: auto;
- }
- figure{
- text-align: center;
- }
- /* 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}
- /* 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%
- }
- /* Typography */
- .text_caption{
- padding: 10px 10px 5px;
- }
- {block:PermalinkPage}
- .text_caption{
- padding: 20px 20px 15px;
- border-radius: 3px;
- margin-bottom: 15px;
- background: #fff;
- }
- {/block:PermalinkPage}
- .text_caption a , .decsol a , .note a , .tags a{
- 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: #919191;
- text-decoration: none;
- background-repeat: repeat-x;
- background-size: 1em 2px;
- background-position: 0 1.15em;
- padding-bottom: .15em;
- margin-right: 3px;
- }
- .tags a{
- margin-right: 5px;
- }
- .text_caption a:hover , .note a:hover , .decsol a:hover{
- background: #fff;
- color: #444;
- }
- p{
- margin: 15px 0;
- padding: 0;
- }
- p.description{
- margin: 15px 0;
- }
- .text_caption p:last-child , .text_caption blockquote:last-child{
- margin-bottom: 0;
- }
- .text_caption p:first-child{
- margin-top: 0;
- }
- b{
- font-weight: 700;
- line-height: 1.3;
- }
- blockquote {
- border-left: 2px solid #e6e6e6;
- padding: 0 0 0 18px;
- margin: 15px 0px;
- font-size: 15px;
- }
- .text_caption > blockquote{
- margin: 15px 0px;
- }
- /* Answer */
- .answer-post-wrap{
- width: 100%;
- padding:15px 0;
- }
- .asker-wrap , .answer-wrap{
- text-align: center;
- }
- .asker-wrap .decsol ,.answer-wrap .decsol{
- min-height: 80px;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .decsol{
- padding: 0px 20px;
- text-align: center;
- line-height: 1.4;
- }
- .decsol img{
- margin: 10px 0px;
- }
- .border_middle_post{
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
- box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
- border-color: #EDECEC;
- margin: 10px auto;
- }
- /* Chat */
- .chattitle{
- width: 100%;
- padding: 20px;
- font-size: 19px;
- text-align: center;
- color: #9E6A8C;
- }
- .chatwrap{
- padding:5px;
- }
- .chatwrap .line{
- line-height: 1.8;
- }
- div[class^='user']{
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
- box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
- border-color: #F7F7F7;
- padding-bottom: 5px;
- padding-top: 7px;
- }
- div[class^='user']:first-child{
- box-shadow: none;
- -webkit-box-shadow:none;
- }
- .labe_l{
- font-weight: bold;
- color: #000;
- }
- div[class^='user']:last-child{
- border-bottom: none;
- }
- /*text */
- .link_button , .text_button , .quote_button{
- border-radius: 0px;
- color: #FFF;
- background-color: transparent;
- opacity: 1;
- transition: opacity 0.25s linear 0s;
- }
- .link_og_blockquote{
- padding: 10px 0px 10px 10px;
- }
- .link_text_container {
- height: 100%;
- padding: 10px;
- overflow: hidden;
- }
- .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;
- }
- .fa-quote-left{
- margin-right: 7px;
- }
- .post_media a {
- text-decoration: none;
- }
- .link_text_container .link_text .link_title , .quote_title{
- color: #FFF;
- margin-left: auto;
- display: block;
- font-size: 16px;
- line-height: 24px;
- margin-bottom: 8px;
- margin-right: auto;
- max-width: 460px;
- overflow: visible;
- text-decoration: none;
- text-overflow: ellipsis;
- letter-spacing: 0.5px;
- position: relative;
- }
- .quote_title{
- margin-bottom: 0;
- }
- .fa-chevron-right{
- font-weight: normal;
- margin-left: 10px;
- font-size: 14px;
- }
- .post_content a {
- background-color: rgba(68, 68, 68, 0);
- background-repeat: repeat-x;
- background-size: 1em 2px;
- background-position: 0px 1.15em;
- }
- .link_text_container .link_text .link_source {
- display: block;
- font-size: 12px;
- color: rgba(255, 255, 255, 0.7);
- overflow: hidden;
- margin-left: auto;
- margin-right: auto;
- max-width: 460px;
- text-overflow: ellipsis;
- font-weight: 400;
- text-transform: uppercase;
- }
- .post_content_inner {
- padding: 10px 10px 0px;
- overflow: hidden;
- }
- .post_body > :first-child {
- margin-top: 0px;
- }
- .post_body > :last-child {
- margin-bottom: 0px;
- }
- .post_body{
- padding-bottom: 10px;
- }
- .post_content blockquote {
- border-left: 2px solid #E6E6E6;
- padding: 0px 0px 0px 18px;
- margin: 15px 0px;
- }
- .quote_button .link_text{
- text-align: left;
- }
- .header{
- text-align: center;
- margin: 0;
- padding: 0;
- }
- .AvatarShape{
- -webkit-transform: scale3d(0,0,1);
- transform: scale3d(0,0,1);
- -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;
- }
- .square , .circle{
- border-radius: 5%;
- margin: 60px auto 0;
- }
- .circle{
- border-radius: 50%;
- }
- .header h1{
- font-size: 35px;
- padding: 20px;
- color: {color:Title Color};
- font-family:satisfy;
- 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;
- }
- .header h1 a{
- color: {color:Title Color};
- }
- .header h2{
- font-size: 17px;
- line-height: 1.5;
- padding: 0 10px;
- margin: 5px auto;
- color: {color:Description Color};
- opacity: 0;
- -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;
- }
- .tooltip {
- display: inline;
- z-index: 999;
- }
- /* Trigger text */
- .tooltip-item {
- background: #fff;
- width: 40px;
- height: 30px;
- line-height: 35px;
- position: absolute;
- cursor: pointer;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- text-align: center;
- bottom: 13px;
- right: 0px;
- left: 5px;
- margin: auto;
- }
- .col-md-6 .tooltip-item , .col-md-4 .tooltip-item{
- bottom: 25px;
- }
- /* Gap filler */
- .tooltip-item::after {
- content: '';
- position: absolute;
- width: 360px;
- height: 20px;
- bottom: 100%;
- left: 50%;
- pointer-events: none;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .tooltip:hover .tooltip-item::after {
- pointer-events: auto;
- }
- /* Tooltip */
- .tooltip-content {
- position: absolute;
- z-index: 9999;
- width: 200px;
- left: 50%;
- margin: 0 0 35px -100px;
- bottom: 30px;
- text-align: center;
- font-size: 0.765em;
- line-height: 1.4;
- box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
- background: #2a3035;
- opacity: 0;
- cursor: default;
- pointer-events: none;
- }
- .col-md-6 .tooltip-content , .col-md-4 .tooltip-content{
- margin: 0 0 35px -100px;
- }
- .tooltip-effect-3 .tooltip-content {
- -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
- transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
- transition: opacity 0.3s, transform 0.3s;
- }
- .tooltiphover:hover .tooltip-content {
- pointer-events: auto;
- opacity: 1;
- -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
- transform: translate3d(0,0,0) rotate3d(0,0,0,0);
- }
- /* Arrow */
- .tooltip-content::after {
- content: '';
- top: 100%;
- left: 52%;
- border: solid transparent;
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: transparent;
- border-top-color: #2a3035;
- border-width: 8px;
- margin-left: -10px;
- }
- /* Tooltip content*/
- .tooltip-content img {
- position: relative;
- height: 48px;
- width: 48px;
- margin: 15px 0px 15px 15px;
- float: left;
- }
- .tooltip-text {
- line-height: 1.5;
- font-size: 11px;
- display: block;
- color: #EDBA17;
- font-weight: bold;
- margin-top: 15px;
- }
- .tooltip-text a {
- font-weight: bold;
- line-height: 1.6;
- color: #03A8D8;
- }
- .here{
- position: absolute;
- bottom: 15px;
- right: 15px;
- width: 30px;
- line-height: 35px;
- text-align: center;
- height: 30px;
- background: rgba(255,255,255,1);
- color: #676767;
- border-radius: 3px;
- cursor: pointer;
- font-family:satisfy;
- opacity: 0;
- z-index: 1;
- }
- .post:hover .here{
- opacity: 1;
- }
- /* Pages */
- .pagination {
- display: block;
- margin: 40px 0px;
- -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: #fff !important;
- background: none;
- border: 1px solid rgba(255,255,255,1);
- margin-bottom: 10px;
- margin-right: 4px;
- font-size: 11px;
- padding: 3px 12px 2px;
- font-weight: 800;
- text-shadow: none;
- text-transform: uppercase;
- -webkit-border-radius: 0;
- border-radius: 0px;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- display: inline-block;
- }
- {block:IfInfiniteScrolling}
- .pagination{
- opacity: 0;
- visibility: hidden;
- }
- .container{
- margin-bottom: 150px;
- }
- {/block:IfInfiniteScrolling}
- .center{
- text-align: center;
- z-index: 1;
- }
- .menu {
- position: relative;
- width: auto;
- height: auto;
- padding: 0;
- background: transparent;
- text-align: center;
- display: inline-block;
- word-wrap: break-word;
- margin: 0 auto;
- }
- .menu nav a{
- float: left;
- position: relative;
- top: 0;
- left: 0;
- width: 40px;
- height: 40px;
- line-height: 42px;
- text-align: center;
- color: #fff;
- opacity: 0;
- font-weight: normal;
- text-decoration: none;
- -webkit-transform: scale3d(0,0,1);
- transform: scale3d(0,0,1);
- -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;
- }
- .cuddles{
- opacity: 1 !important;
- -webkit-transform: scale3d(1,1,1) !important;
- transform: scale3d(1,1,1) !important;
- }
- .menu nav a i{
- position: relative;
- font-size: 16px;
- -webkit-transition-property: line-height;
- -moz-transition-property: line-height;
- -ms-transition-property: line-height;
- -o-transition-property: line-height;
- transition-property: line-height;
- -webkit-transition-duration: .08s;
- -moz-transition-duration: .08s;
- -ms-transition-duration: .08s;
- -o-transition-duration: .08s;
- transition-duration: .08s;
- -webkit-transition-timing-function: linear;
- -moz-transition-timing-function: linear;
- -ms-transition-timing-function: linear;
- -o-transition-timing-function: linear;
- transition-timing-function: linear;
- -webkit-transition-delay: 0s;
- -moz-transition-delay: 0s;
- -ms-transition-delay: 0s;
- -o-transition-delay: 0s;
- transition-delay: 0s;
- }
- /* HINT */
- .hint, [data-hint] {
- position: relative;
- display: inline-block;
- }
- .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
- position: absolute;
- -webkit-transform: translate3d(0, 0, 0);
- -moz-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- visibility: hidden;
- opacity: 0;
- top: -30px;
- left: 0;
- z-index: 1000000;
- pointer-events: none;
- -webkit-transition: 0.3s ease;
- -moz-transition: 0.3s ease;
- transition: 0.3s ease;
- -webkit-transition-delay: 0ms;
- -moz-transition-delay: 0ms;
- transition-delay: 0ms;
- }
- .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
- visibility: visible;
- opacity: 1;
- border-top-color: ;
- }
- .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
- -webkit-transition-delay: 100ms;
- -moz-transition-delay: 100ms;
- transition-delay: 100ms;
- }
- .hint:before, [data-hint]:before {
- content: '';
- position: absolute;
- background: transparent;
- border: 6px solid transparent;
- z-index: 1000001;
- margin-top: 26px;
- margin-left: -15px;
- }
- .hint:after, [data-hint]:after {
- content: attr(data-hint);
- background: inherit;
- color: white;
- padding: 8px 10px;
- font-size: 12px;
- font-weight: bold;
- line-height: 12px;
- white-space: nowrap;
- }
- .hint--top:before {margin-bottom: -12px}
- .hint--top:after {margin-left: -18px;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);}
- .hint--top:before, .hint--top:after {left: 50%}
- .hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
- -webkit-transform: translateY(-6px);
- -moz-transform: translateY(-6px);
- transform: translateY(-6px);
- }
- /* post-info-perma */
- ol.notes{
- list-style: none;
- padding: 25px;
- font-size: 14px;
- }
- .perma_post{
- margin-bottom: 25px;
- }
- .post-notes{
- background: #fff;
- border-radius: 3px;
- }
- .note{
- margin-bottom: 7px;
- }
- .action{
- margin-left: 10px;
- line-height: 1.8;
- }
- .disqus{
- background: #fff;
- padding: 30px;
- margin-top: 15px;
- border-radius: 3px;
- position: relative;
- }
- .text_caption time{
- font-family: inherit;
- font-size: 13px;
- color: #777;
- }
- .text_caption time i{
- margin-right: 5px;
- }
- .text_caption time span{
- margin-right: 5px;
- margin-left: 5px;
- }
- .text_caption time span:first-child{
- margin-left: 0;
- }
- /* Infinity */
- #infscr-loading{
- position: absolute;
- bottom: 0px;
- right: 0px;
- left: 0px;
- width: 200px;
- margin: auto;
- }
- #infscr-loading > img{
- display: none !important;
- }
- /* 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: #fff;
- 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;
- }
- .spinnertags > div{
- background-color: rgba(229, 170, 18, 0.5);
- }
- .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);
- }
- }
- .scrollup{
- position: fixed;
- bottom: 10px;
- right: 10px;
- width: 35px;
- height: 35px;
- line-height: 35px;
- cursor: pointer;
- color: #000;
- z-index: 99;
- display: none;
- text-align: center;
- background: rgba(255,255,255,0.1);
- }
- .like_btn{
- position: relative;
- }
- .like_button {
- opacity: 0;
- z-index: 999999;
- cursor: pointer;
- position: absolute;
- top: -3px;
- left: 0px;
- }
- .like_btn .like_button.liked {
- opacity: 0;
- }
- .like_btn .like_button.liked + i {
- color: #b04b40;
- }
- /* More themes */
- .more_themes{
- position: absolute;
- text-align: center;
- z-index: 9;
- width: 100px;
- padding: 6px;
- background: #fff;
- box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- left: -5px;
- display: none;
- top: 50px;
- }
- .more_themes a{
- color: {color:Gradient top};
- }
- .more_themes a:hover{
- text-decoration: underline;
- }
- .colornote{
- width: 400px;
- text-align: center;
- line-height: 1.7;
- padding: 10px;
- background: #fff;
- margin: 5px auto 20px;
- position: relative;
- border-radius: 3px;
- display: none;
- }
- .colornote:after{
- content: '';
- top: 100%;
- left: 50%;
- border: solid transparent;
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: transparent;
- border-top-color: #fff;
- border-width: 8px;
- margin-left: -10px;
- }
- /* Footer */
- #footer{
- color: {color:Footer Color};
- opacity: 0.8;
- text-align: center;
- float: left;
- font-size: 14px;
- letter-spacing: 1px;
- margin: 0px;
- 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;
- }
- /* Small devices (tablets, 768px and up) */
- @media (min-width: 768px) {
- .col-md-3{
- padding: 8px !important;
- }
- .col-md-4 , .col-md-6{
- padding-right: 15px !important;
- padding-left: 15px !important;
- }
- }
- /* Medium devices (desktops, 992px and up) */
- @media (min-width: 992px) {
- .header h1{
- font-size: 40px;
- padding: 20px;
- }
- .header h2{
- font-size: 20px;
- padding: 0 50px;
- }
- .menu nav a:first-child{
- border-bottom-left-radius: 3px;
- border-top-left-radius: 3px;
- }
- .menu nav a:last-child{
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- }
- .is-sticky .menu nav a{
- border-radius: 0 !important
- }
- .is-sticky .menu{
- background: rgba(255,255,255,0.1);
- padding: 0 7px 7px 7px;
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
- }
- .tooltip-item{
- width: 25px;
- height: 20px;
- line-height: 24px;
- opacity: 0;
- }
- .post:hover .tooltip-item{
- opacity: 1;
- }
- .tooltip-content {
- margin: 0 0 20px -100px;
- }
- .link_text_container .link_text .link_title, .quote_title{
- font-size: 20px;
- line-height: 25px;
- }
- }
- /* Large devices (large desktops, 1200px and up) */
- @media (min-width: 1200px) {
- .container {
- width: 1100px;
- }
- iframe#tumblr_controls{
- right: 4px;
- -webkit-filter: invert(100%);
- }
- .header h1{
- font-size: 45px;
- padding: 20px;
- }
- .header h2{
- font-size: 16px;
- padding: 0 300px;
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="container-fluid">
- <div class="more_themes">
- <a href="http://dejavu-themes.tumblr.com/" target="_blank">theme</a>
- </div>
- <div class="row">
- <div class="col-md-12 header">
- <a href="/"><img class="{AvatarShape} AvatarShape" src="{PortraitURL-96}"></a>
- <h1><a href="/">{Title}</a></h1>
- {block:ShowDescription}<h2>{Description}</h2>{/block:ShowDescription}
- </div>
- </div>
- </div>
- <div class="container">
- <div class="row">
- <div class="center">
- <div class="colornote">
- 5 levels of brightness from 1 to 5, level 1 being the darkest.<br> Check it on your theme options.
- </div>
- <div class="menu">
- <nav>
- {block:IndexPage}<a href="/" data-hint="Home" class="hint--top" {Target}><i class="fa fa-laptop"></i></a>{block:AskEnabled}
- <a href="/ask" data-hint="{AskLabel}" class="hint--top" {Target}><i class="fa fa-envelope-o"></i>
- </a>{/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/submit" data-hint="{SubmitLabel}" class="hint--top" {Target}><i class="fa fa-inbox"></i></a>{/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}<a href="{URL}" data-hint="{Label}" class="hint--top" {Target}><i class="fa fa-file-text-o"></i></a>{/block:Pages}
- {/block:HasPages}
- {block:IfTag1}<a href="{BlogURL}tagged/{text:Tag 1}" data-hint="{text:Tag 1}" class="hint--top" {Target}><i class="fa fa-tag"></i></a>{/block:IfTag1}
- {block:IfTag2}<a href="{BlogURL}tagged/{text:Tag 2}" data-hint="{text:Tag 2}" class="hint--top" {Target}><i class="fa fa-tag"></i></a>{/block:IfTag2}
- {block:IfTag3}<a href="{BlogURL}tagged/{text:Tag 3}" data-hint="{text:Tag 3}" class="hint--top" {Target}><i class="fa fa-tag"></i></a>{/block:IfTag3}
- {block:IfTag4}<a href="{BlogURL}tagged/{text:Tag 4}" data-hint="{text:Tag 4}" class="hint--top" {Target}><i class="fa fa-tag"></i></a>{/block:IfTag4}
- {block:IfTag5}<a href="{BlogURL}tagged/{text:Tag 5}" data-hint="{text:Tag 5}" class="hint--top" {Target}><i class="fa fa-tag"></i></a>{/block:IfTag5}
- {block:IfFacebookURL}<a href="{text:Facebook URL}" data-hint="Facebook" class="hint--top" {Target}><i class="fa fa-facebook"></i></a>
- {/block:IfFacebookURL}
- {block:IfInstagramURL}<a href="{text:Instagram URL}" data-hint="Instagram" class="hint--top" {Target}><i class="fa fa-instagram"></i></a>{/block:IfInstagramURL}
- {block:IfGoogleURL}<a href="{text:Google URL}" data-hint="Google +" class="hint--top" {Target}><i class="fa fa-google-plus"></i></a>
- {/block:IfGoogleURL}
- {block:IfVineURL}<a href="{text:Vine URL}" data-hint="Vine" class="hint--top" {Target}><i class="fa fa-vine"></i></a>
- {/block:IfVineURL}
- {block:IfTwitterURL}<a href="{text:Twitter URL}" data-hint="Twitter" class="hint--top" {Target}><i class="fa fa-twitter"></i></a>
- {/block:IfTwitterURL}
- {block:IfPinterestURL}<a href="{text:Pinterest URL}" data-hint="Pinterest" class="hint--top" {Target}><i class="fa fa-pinterest-p"></i></a>
- {/block:IfPinterestURL}
- {block:IfLinkedInURL}<a href="{text:LinkedIn URL}" data-hint="LinkedIn" class="hint--top" {Target}><i class="fa fa-linkedin"></i></a>
- {/block:IfLinkedInURL}
- {block:IfDribbbleURL}<a href="{text:Dribbble URL}" data-hint="Dribbble" class="hint--top" {Target}><i class="fa fa-dribbble"></i></a>
- {block:IfDribbbleURL}
- {block:IfFlickrURL}<a href="{text:Flickr URL}" data-hint="Flickr" class="hint--top" {Target}><i class="fa fa-flickr"></i></a>
- {/block:IfFlickrURL}
- {block:IfWebSiteURL}<a href="{text:WebSite URL}" data-hint="WebSite" class="hint--top" {Target}><i class="fa fa-file-word-o"></i></a>
- {/block:IfWebSiteURL}
- {block:IfYoutubeURL}<a href="{text:Youtube URL}" data-hint="Youtube" class="hint--top" {Target}><i class="fa fa-youtube-play"></i></a>
- {/block:IfYoutubeURL}
- {block:IfVimeoURL}<a href="{text:Vimeo URL}" data-hint="Vimeo" class="hint--top" {Target}><i class="fa fa-vimeo-square"></i></a>
- {/block:IfVimeoURL}
- {block:IfDeviantArtURL}<a href="{text:DeviantArt URL}" data-hint="DeviantArt" class="hint--top" {Target}><i class="fa fa-deviantart"></i></a>
- {/block:IfDeviantArtURL}
- {block:IfBehanceURL}<a href="{text:Behance URL}" data-hint="Behance" class="hint--top" {Target}><i class="fa fa-behance"></i></a>
- {/block:IfBehanceURL}
- {block:IfGitHubURL}<a href="{text:GitHub URL}" data-hint="Github" class="hint--top" {Target}><i class="fa fa-github-alt"></i></a>
- {/block:IfGitHubURL}
- {block:IfSpotifyURL}<a href="{text:Spotify URL}" data-hint="Spotify" class="hint--top" {Target}><i class="fa fa-spotify"></i></a>
- {/block:IfSpotifyURL}
- {block:IfSoundCloudURL}<a href="{text:SoundCloud URL}" data-hint="SoundCloud" class="hint--top" {Target}><i class="fa fa-soundcloud"></i></a>
- {/block:IfSoundCloudURL}
- {block:IfWordpressURL}<a href="{text:Wordpress URL}" data-hint="Wordpress" class="hint--top" {Target}><i class="fa fa-wordpress"></i></a>
- {/block:IfWordpressURL}
- {block:IfShowFeedPage}
- <a href="{RSS}" data-hint="{lang:Feed}" class="hint--top" {Target}>
- <i class="fa fa-rss"></i>
- </a>
- {/block:IfShowFeedPage}
- {block:IfShowRandomPost}
- <a href="/random" data-hint="{lang:random}" class="hint--top" {Target}>
- <i class="fa fa-random"></i>
- </a>
- {/block:IfShowRandomPost}
- {block:IfShowArchivePage}
- <a href="/archive" data-hint="{lang:Archive}" class="hint--top" {Target}>
- <i class="fa fa-newspaper-o"></i>
- </a>
- {/block:IfShowArchivePage}
- <a href="http://www.leenthemes.com/" data-hint="{lang:Install this theme}" class="hint--top" target="_blank"><i class="fa fa-paint-brush"></i></a>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:PermalinkPagination}
- {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}
- {/block:PermalinkPagination}
- {/block:PermalinkPage}
- </nav>
- </div>
- </div>
- <div class="col-md-12" id="organize">
- <div id="grid">
- {block:Posts}
- {block:IndexPage}<div class="{select:Layout type} post" id="{PostID}">{/block:IndexPage}
- {block:PermalinkPage}<div class="col-md-6 col-sm-6 col-xs-12 perma_post">{/block:PermalinkPage}
- <div class="post_media">
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}">
- <figure>
- <img class="mainimg" src="{PhotoURL-400}" alt="{PhotoAlt}">
- </figure>
- </a>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <figure>
- <img class="mainimg" src="{PhotoURL-1280}" alt="{PhotoAlt}">
- </figure>
- {LinkCloseTag}
- {/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>
- {/block:Photoset}
- {block:Text}
- <div class="post_media">
- {block:Title}
- <div class="text_button">
- <div class="link_text_container">
- <div class="link_text_outer">
- <div class="link_text">
- <a class="quote_title" href="{Permalink}" {Target}>{Title}</a>
- </div>
- </div>
- </div>
- </div>
- {/block:Title}
- <div class="text_caption">
- {Body}
- </div>
- </div>
- {/block:Text}
- {block:Quote}
- <div class="post_media">
- <div class="quote_button">
- <div class="link_text_container">
- <div class="link_text_outer">
- <div class="link_text">
- <a class="quote_title" href="{Permalink}" {Target}><i class="fa fa-quote-left"></i>{Quote}</a>
- </div>
- </div>
- </div>
- </div>
- {block:Source}
- <div class="text_caption">
- {Source}
- </div>
- {/block:Source}
- </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>
- {/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}<i class="fa fa-chevron-right"></i></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>
- {/block:Link}
- {block:Answer}
- <div class="post_media">
- <div class="answer-post-wrap">
- <div class="asker-wrap">
- <img class="fl-left" src="{AskerPortraitURL-24}">
- <div class="decsol">{Asker} asked: {Question}<div class="border_middle_post"></div></div>
- </div>
- {block:Answerer}
- <div class="answer-wrap">
- <img class="fl-left" src="{AnswererPortraitURL-24}" alt="{Title}"/>
- <div class="decsol">{Answerer} answered: {Answer}</div>
- </div>
- {/block:Answerer}
- {Replies}
- </div>
- </div>
- {/block:Answer}
- {block:Video}
- <div class="i_Frame">
- {VideoEmbed-250}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="i_Frame">
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- </div>
- {/block:Audio}
- <span class="tooltip tooltip-effect-3">
- <span class="tooltip-item"><i class="fa fa-info"></i></span>
- <span class="tooltip-content clearfix">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentTitle}" {Target}>
- <img src="{ReblogParentPortraitURL-48}">
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="/" title="{Title}" {Target}>
- <img src="{PortraitURL-48}">
- </a>
- {/block:NotReblog}
- <span class="tooltip-text">
- <time>
- <div class="postdate">
- <i class="fa fa-calendar"></i>
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {block:NoteCount}
- <br><i class="fa fa-heart"></i> {NoteCount}
- {/block:NoteCount}
- </div>
- <a href="{ReblogURL}" title="Reblog" {Target}>
- <i class="fa fa-retweet"></i> |
- </a>
- <a class="like_btn">
- {LikeButton size="14"}
- <i class="fa fa-heart"></i> |
- </a>
- <a href="{Permalink}" title="Permalink">
- <i class="fa fa-arrow-right"></i>
- </a>
- </time>
- </span>
- </span>
- </span>
- </div><!-- End .post_media -->
- {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>
- {block:PermalinkPage}
- {block:Date}
- <div class="col-md-6 col-sm-6 col-xs-12 perma">
- <figcaption class="text_caption">
- <time>
- <span class="postdate"><i class="fa fa-calendar"></i>{DayOfMonthWithZero} {ShortMonth} {Year}</span>
- {block:NoteCount}
- <span class="postnote"><i class="fa fa-heart"></i> {NoteCount}</span>
- {/block:NoteCount}
- </time>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}" {Target}>#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </figcaption>
- {block:PostNotes}
- <div class="post-notes">
- {PostNotes-16}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div><!-- End .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="a-next" href="{NextPage}" class="btn">{lang:Next}</a></li>
- {/block:NextPage}
- </ul>
- </div><!-- End Pagination -->
- {/block:Pagination}
- <div class="scrollup"><i class="fa fa-arrow-up"></i></div>
- </div><!-- End .container -->
- <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">Hakuna Matata</a>
- </p>
- </div>
- </div>
- <script src="http://static.tumblr.com/zdvilra/qAqnnnd3t/jquery.sticky.js"></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, #lEENstagram , .bandcamp_audio_player ,.photoset , #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(){
- gridcolumn();mansory();photoset();showshape();RandColor();
- $(".center").sticky({topSpacing:0});
- $(".header h2 , .header h1 , .AvatarShape , .menu nav a").addClass("cuddles");
- if(window.location.href.indexOf("https://assets.txmblr.com/") > -1) {
- $(".sticky-wrapper").css("height","");
- $('.more_themes , .colornote').show().fadeIn();
- }
- $('.scrollup').click(function(){$("html, body").animate({ scrollTop: 0 }, 600);return false;});
- {block:IfInfiniteScrolling}
- var $container = $("#grid");
- $container.infinitescroll({
- navSelector : 'div#loading_nav , .pagination',
- nextSelector : '#a-next',
- itemSelector : '.post',
- loading:{finishedMsg:'<div id="#loadingeen" style="position:absolute;width:170px;height:70px;bottom: -100px;right:0px;left:0;margin:auto;z-index:999;color:#fff;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();
- mansory();RandColor();photoset();
- setTimeout(function(){
- $newElems.css({opacity: 1});
- $container.masonry( 'appended', $newElems, true );
- }, 500);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- }
- );
- {/block:IfInfiniteScrolling}
- });
- var mansory = function(){
- var $container = $("#grid");
- $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});
- });
- }
- var RandColor = function(){
- var menucolor = $('.menu nav a , .link_button , .text_button , .quote_button , .btn , .current_page');
- menucolor.each(function() {$(this).css('backgroundColor', getRandColor({select:Color Brightness}))});
- }
- var gridcolumn = function(){
- var $organize = $("#organize");
- var $elements = $(".post");
- if ( $elements.hasClass( "col-md-6" ) ) {
- $organize.removeClass("col-md-12").addClass("col-md-10 col-md-offset-1");
- }
- }
- var photoset = function(){
- var $allPhotoSets = $('.photoset-grid');
- $allPhotoSets.photosetGrid({
- highresLinks: true,
- gutter: '5px',
- onComplete: function(){
- $allPhotoSets.each(function(){
- var postClass = ".photoset" + $(this).data("popup");
- $(postClass).magnificPopup({
- delegate:"a.highres-link",
- type:"image",
- gallery:{enabled:!0}
- });
- })
- }
- });
- }
- function showshape(){
- $(document).on("mousedown",".tooltip-item",function(){
- $(this).closest('.tooltip').toggleClass("tooltiphover");
- })
- }
- function getRandColor(brightness){
- var rgb = [Math.random() * 256, Math.random() * 256, Math.random() * 256];
- var mix = [brightness*51, brightness*51, brightness*51]; //51 => 255/5
- var mixedrgb = [rgb[0] + mix[0], rgb[1] + mix[1], rgb[2] + mix[2]].map(function(x){ return Math.round(x/2.0)})
- return "rgb(" + mixedrgb.join(",") + ")";
- }
- $( window ).resize(function() {mansory()});
- $(window).scroll(function(){if ($(this).scrollTop() > 300) {$('.scrollup').fadeIn();} else {$('.scrollup , .colornote').fadeOut();}});
- </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}
- </body>
- </html><!-- 05/03/2015 1:51 AM -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement