Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!------------------------------------------
- (◍•ᴗ•◍)♡ ✧*。
- False Promises Theme by Chloe | @dontbrag | @bychloethemes
- > Do not delete/alter any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- ------------------------------------------->
- {block:Hidden}
- <meta name="image:Avatar" content="" />
- <meta name="color:Background" content="#fafafa"/>
- <meta name="color:Text" content="#4b4f54"/>
- <meta name="color:Accent" content="#f0bfb6" />
- <meta name="color:Post Accent" content="#eee" />
- <meta name="select:Body Font" content="'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif" title="Helvetica"/>
- <meta name="select:Body Font" content="inconsolata" title="Inconsolata"/>
- <meta name="select:Images" content="contain" title="Contain" />
- <meta name="select:Images" content="cover" title="Cover" />
- <meta name="select:Padding" content="0px" title="No Padding" />
- <meta name="select:Padding" content="5px" title="Small Padding" />
- <meta name="select:Padding" content="10px" title="Medium Padding" />
- <meta name="select:Padding" content="15px" title="Large Padding" />
- <meta name="select:Filter" content="" title="None" />
- <meta name="select:Filter" content="-webkit-filter:grayscale(50%);filter:grayscale(50%);" title="50% Greyscale" />
- <meta name="select:Filter" content="-webkit-filter:grayscale(100%);filter:grayscale(100%);" title="100% Greyscale" />
- <meta name="select:Filter" content="-webkit-filter:opacity(70%);filter:opacity(70%);" title="Faded" />
- <meta name="if:Infinite Scroll" content="" />
- <meta name="if:Manual Load" content="" />
- <meta name="if:Multisized Posts" content="" />
- <meta name="if:Rounded Corners" content="" />
- <meta name="if:Borders" content="" />
- <meta name="if:Related Posts" content="" />
- <meta name="if:Credit Link" content="" />
- <meta name="text:Tagline" content="tagline" />
- <meta name="text:Ask Label" content="message" />
- <meta name="text:Submit Label" content="submit" />
- <meta name="text:Archive Label" content="past" />
- <meta name="text:Link 1" content="" />
- <meta name="text:URL 1" content="http://" />
- <meta name="text:Link 2" content="" />
- <meta name="text:URL 2" content="http://" />
- <meta name="text:Link 3" content="" />
- <meta name="text:URL 3" content="http://" />
- {/block:Hidden}
- <meta charset="UTF-8" />
- <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,600' rel='stylesheet' type='text/css'>
- <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
- <script src="//use.edgefonts.net/{select:Body Font}:n4,i4,n5,n6,n7.js"></script>
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <link rel="stylesheet" href="http://static.tumblr.com/yxfeliq/0gMo0fe39/style.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <style type="text/css">
- /*--start global settings--*/
- #tumblr_controls, .tmblr-iframe {top:5px!important;right:5px!important;-webkit-filter: invert(90%);filter: invert(90%);position:fixed!important;-webkit-transform:scale(.8, .8);-moz-transform:scale(.8, .8);transform:scale(.8, .8);-webkit-transform-origin: right top;-moz-transform-origin: right top;-ms-transform-origin: right top;-o-transform-origin: right top;transform-origin: right top;z-index:999999999999999999!important}
- ::-webkit-scrollbar {background-color:#fff;height: 7px;width: 7px;}
- ::-webkit-scrollbar-thumb {background-color:{color:Accent};border:2px solid #fff;}
- body{background:{color:background};color:{color:text};font-size:14px;font-family: {select:Body Font};font-weight:300;}
- a {text-decoration:none;color:{color:Text};-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
- a:focus {outline:none;}
- iframe, img, embed, object, video {max-width: 100%;}
- img {height: auto;width: auto;vertical-align:middle;}
- {block:IfInfiniteScroll}
- #infscr-loading {position:absolute;bottom:-180px;height: 124px;width: 124px;margin-left:50%;left:-60px;text-align:center;line-height:120px;color:#bbb;text-transform:uppercase;font-weight:bold;{block:IfManualLoad}display:none!important;{/block:IfManualLoad}}
- #infscr-loading:before {content:'';position:absolute;top:0;left:0;height: 120px;width: 120px;border:2px solid #ccc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-bottom-color:{color:Accent};-webkit-animation:rotate 2s linear infinite;-moz-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;}
- #infscr-loading img {display:none;}
- @-webkit-keyframes rotate{ 100% { -webkit-transform: rotate(360deg); } }
- @-moz-keyframes rotate{ 100% { -moz-transform: rotate(360deg); } }
- @keyframes rotate{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
- {/block:IfInfiniteScroll}
- {block:IfManualLoad}
- #load-more {position:relative;height: 124px;width: 124px;margin-left:50%;left:-60px;text-align:center;line-height:120px;color:{color:Accent};text-transform:uppercase;font-weight:bold;margin-top:60px;cursor:pointer;}
- #load-more #spin {position:absolute;top:0;left:0;height: 120px;width: 120px;border:2px solid {color:Accent};border-radius:50%;border-bottom-color:{color:Accent};}
- #load-more.roll #spin {-webkit-animation:rotate 2s linear infinite;-moz-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;border:2px solid #ccc;border-bottom-color:{color:Accent};}
- #load-more.roll {color:#bbb}
- {/block:IfManualLoad}
- /*--end global settings--*/
- /*--start main body wrap--*/
- #wrapper {margin-left:50%;-webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%, 0%);-ms-transform: translate(-50%, 0%);-o-transform: translate(-50%, 0%);transform: translate(-50%, 0%);margin-top:40px;width:936px;{block:IfInfiniteScroll}padding-bottom:240px;{block:IfManualLoad}padding-bottom:60px;{/block:IfManualLoad}{/block:IfInfiniteScroll}}
- /*--end main body wrap--*/
- /*--start header--*/
- #header {padding: 20px 0;margin-bottom:45px;}
- #header img {width: 150px;height: 150px;border-radius: 50%;margin: 0 71px;letter-spacing: 0;word-spacing: 0;display: inline-block;vertical-align:top;{block:IfBorders}margin:0 70px;border:1px solid #ececec;{/block:IfBorders}}
- #head-info {width: 543px;margin-left: 30px;display: inline-block;}
- #header h1 {font-weight:normal;font-size:34px;margin:0;line-height:40px;}
- #header p {margin:0;font-size: 17px;line-height: 24px;margin-top: 14px;}
- #tag-line {font-weight:normal;color:{color:Accent};margin-right:15px;}
- ul#navlinks {list-style-type:none;font-size:17px;margin: 0;padding:0;z-index:99;margin-top: 17px;}
- ul#navlinks a li {display:inline-block;padding:0;margin:0 8px;}
- ul#navlinks a:first-child li {margin-left:0;}
- ul#navlinks a {color:{color:accent};-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
- ul#navlinks a:hover {color:{color:text};-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
- /*--end header--*/
- /*--------------------START OF POSTS--------------------*/
- #header img, .photo-post, .photoset, .albumart, .post img{block:PermalinkPage}, .photo-box, .photoset-box, .album-box{/block:PermalinkPage} {{select:Filter};-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
- {block:PermalinkPage}.post:hover img, .post:hover .photo-box, .post:hover .photoset-box, .post:hover .album-box {-webkit-filter:initial;filter:initial;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}{/block:PermalinkPage}
- #posts {margin-top:50px;}
- /*--start global post settings--*/
- article {margin-bottom:30px;position:relative;width:292px;height:292px;overflow:hidden;background:#fff;}
- article a {color:{color:Accent};}
- article h2 {margin:0;font-size:1.3em;}
- article p {margin:10px 0;}
- article p:first-child {margin-top:0;}
- article p:last-child {margin-bottom:0;}
- article blockquote {margin: 5px 0 5px 10px;border-left:2px solid {color:Accent};padding-left:10px;}
- article ul, article ol {padding-left:25px;}
- {block:IfBorders}article{width:290px;height:290px;border:1px solid #ececec;}{/block:IfBorders}
- /*--end global post settings--*/
- /*--start text based settings--*/
- .text-based {padding:20px;position:relative;z-index:2;word-break: break-word;}
- .text-based a {color:{color:Accent};-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
- .text-based a:hover {color:{color:Text};-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
- .t-b:after {content:'';width: 100%;height: 50px;position: absolute;bottom: 0;left: 0;z-index:999;background-image:-webkit-linear-gradient(bottom, #fff 45%, transparent);background-image:-moz-linear-gradient(bottom, #fff 45%, transparent);background-image:-ms-linear-gradient(bottom, #fff 45%, transparent);background-image:-o-linear-gradient(bottom, #fff 45%, transparent);background-image:linear-gradient(bottom, #fff 45%, transparent);}
- .quote-post cite {text-align:right;display:block;margin:5px 5px 10px 5px;}
- ul.chat-list {padding:0;list-style-type:none;margin:0;}
- ul.chat-list li {line-height:1.3em;}
- ul.chat-list .label {color:{color:Accent};font-weight:bold;}
- .responses p:first-of-type {margin-top:0;display:inline-block;}
- /*--end text based settings--*/
- /*--start big post settings--*/
- article.big {width:614px;height:614px;font-size:2.2em;}
- {block:IfBorders}article.big{width:612px;height:612px;}{/block:IfBorders}
- .big .text-based {padding:40px;}
- .big.t-b:after {height:100px;}
- .big .photo-post, .big .photoset, .big .albumart { width:calc(614px - {select:Padding} - {select:Padding}{block:IfBorders} - 2px{/block:IfBorders});height:calc(614px - {select:Padding} - {select:Padding}{block:IfBorders} - 2px{/block:IfBorders});}
- .big .audio-button {height: 88px;width: 88px;line-height: 88px;}
- .photo-post, .photoset, .albumart {background:center center;width:calc(292px - {select:Padding} - {select:Padding}{block:IfBorders} - 2px{/block:IfBorders});height:calc(292px - {select:Padding} - {select:Padding}{block:IfBorders} - 2px{/block:IfBorders});background-repeat:no-repeat;background-size:{select:Images};margin:{select:Padding};}
- .photos .photoset {display: none;}
- .photos .photoset:first-child {display: block;}
- .audio_player {background: {color:Accent};margin: 10px 0;}
- .tumblr_audio_player {width: 100%;opacity: 0.7;margin-bottom: -3px;}
- .audio-button {font-weight: normal;bottom:{select:Padding};left:{select:Padding};line-height:40px;text-align: center;z-index: 1;font-size: 1.4em;position: absolute;color: {color:Text};width:40px;height:40px;border-radius:0 50% 0 0;background:rgba({RGBcolor:Accent}, 0.6);}
- /*--start underlay settings--*/
- .q-bg, .l-bg, .c-bg, .a-bg {font-weight: normal;top: 0px;text-align: center;width: 100%;z-index: 0;opacity: 0.3;font-size: 18em;position: absolute;color: {color:Post Accent};}
- .big .q-bg, .big .l-bg, .big .c-bg, .big .a-bg {position: absolute;font-size: 18em;font-weight: normal;top: -20px;text-align: center;width: 100%;z-index: 0;opacity: 0.3;color: {color:Post Accent};}
- .l-bg, .big .l-bg {font-size: 17em;}
- .c-bg, .big .c-bg {top: -20px;font-size: 17em;}
- .a-bg {font-size: 20em;top: -30px;}
- .big .a-bg {font-size: 20em;top: -80px;}
- /*--end underlay settings--*/
- /*--start permalinks settings--*/
- .post-mask {width:100%;height:100%;position:absolute;opacity:0;visibility:hidden;-webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;transition: all 0.4s ease-in;background:rgba(0,0,0, 0.6);z-index:9999;}
- article:hover .post-mask {opacity:1;visibility:visible;-webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;transition: all 0.4s ease-in;}
- .info {top:50%;position:relative;text-align:center;-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);-o-transform: translate(0%, -50%);transform: translate(0%, -50%);color:#fff;width:100%;text-transform:uppercase;font-family:'Roboto Condensed';font-size:18px;}
- .info a {background:transparent;color:#fff;padding:2px 5px;margin:3px ;line-height:200%;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .info a:hover {color:{color:text};background:#fff;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .big .info {font-size:1.2em;}
- /*--end permalinks settings--*/
- /*-----Dont Change Lightbox------*/
- #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
- #cboxWrapper {max-width:none;}
- #cboxOverlay{position:fixed; width:100%; height:100%;}
- #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
- #cboxContent{position:relative;}
- #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
- #cboxTitle{margin:0;}
- #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
- #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
- .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
- .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
- #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
- /*----Change below here-------*/
- #cboxOverlay{background:#000;}
- #colorbox{outline:0;}
- #cboxContent{;background:#fff;}
- .cboxIframe{background:#fff;}
- #cboxError{padding:50px; border:1px solid #ccc;}
- #cboxLoadedContent{ background:#fff;max-height:540px;position:relative;}
- #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
- #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
- #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
- #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
- #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {outline:0;}
- #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
- #cboxPrevious{position: absolute;top: calc(50% - 21px);left: calc(50% - 490px);width: 30px;height: 20px;z-index: 99999;color: #fff;font-size: 3em;}
- #cboxNext{position: absolute;top: calc(50% - 21px);left: calc(50% + 460px);width: 30px;height: 20px;z-index: 99999;color: #fff;font-size: 3em;}
- #cboxPrevious:hover, #cboxNext:hover{color:{color:Accent};}
- #cboxClose{position:absolute; top:15px; right:5px; display:block; width:38px; height:19px;z-index:99999;color:#000;font-size:20px;}
- #cboxClose:hover{color:{color:Accent};}
- .cboxPhoto {width:500px;}
- .lighters {padding:0px; background:#fff;overflow-y:auto;}
- .lighters h1 {margin:0;padding:0;font-weight:400;}
- /*---lightbox----*/
- /*---lightbox sidebar--*/
- .sidebox {position: absolute;top: 0px;left: 540px;padding: 20px;width: 310px;}
- .via img {width: 40px;height: 40px;border-radius: 50%;border: 1px solid #eee;position:relative; top:-7px;}
- .linked {display: inline-block;margin-left: 10px;margin-top: 10px;font-size: 0.9em;}
- .linked a:first-of-type {margin-top:3px;text-transform:uppercase;font-size: 1.1em;}
- hr {margin: 15px auto;width: 100%;height: 1px;border: none;background: #eee;}
- .captions blockquote {border-left: 2px solid #eee;margin: 0px 0 5px 10px;padding: 0 0 0 10px;}
- .captions p {margin:5px;}
- a.tumblr_blog {font-weight:bold;color:{color:Accent};}
- .tags { font-size:0.9em;word-break:break-word;}
- .tags a {color:{color:Accent};}
- .footer {position: absolute;bottom: 0px;left: 540px;padding: 20px;width: 310px;color: #fff;text-align: center;line-height: 12px;padding-top:0;}
- .liker {position: absolute;left: 30px;bottom: 23px;font-size: 1.6em;cursor:pointer;}
- .like_button {width: 100%;height: 14px;z-index: 10;cursor: pointer;position: relative;top: 2px;left:-1px;position: absolute;opacity:0!important;}
- .like_button iframe {width: 100% !important;height: 100% !important;cursor:pointer;}
- .my_button {width: 100%;z-index: 1;cursor: pointer;display: inline-block;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;color:{color:Text};}
- .like_button:hover + .my_button {cursor:pointer;color:{color:Accent};-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .like_button.liked + .my_button .ion-android-favorite-outline {color: #f12938;cursor:pointer;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .timeago {font-size: 11px;color: {color:Text};text-shadow: none;text-transform: uppercase;text-align: center;}
- .timeago a:hover {color:{color:Accent};-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .reblogger {position: absolute;right: 30px;bottom: 22px;font-size: 1.6em;}
- .reblogger a {color:{color:Text};-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- .reblogger a:hover {color:{color:Accent};-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
- /*---end lightbox sidebar--*/
- /*---lightbox content--*/
- .photo-box, .photoset-box, .album-box {background:center center;width:540px;height:540px;background-repeat:no-repeat;background-color:#fff;border-right:1px solid #eee;display:inline-block;}
- .lighters .sidebox-words {height: 358px;overflow-y: auto;padding-top: 15px;padding-bottom: 15px;width: 310px;padding-right: 20px;}
- .lighters .text-based {width: 460px;height: 460px;border-right: 1px solid #eee;overflow-y: auto;padding:40px;}
- .lighters blockquote {margin: 5px 0 5px 10px;border-left:2px solid {color:Accent};padding-left:10px;}
- .lighters p {margin:10px 0;}
- .lighters p:first-child, .lighters h2:first-child {margin-top:0;}
- .lighters p:last-child {margin-bottom:0;}
- .lighters .q-bg, .lighters .l-bg,.lighters .c-bg, .lighters .a-bg {position: absolute;font-size: 36em;font-weight: normal;text-align: center;z-index: 0;opacity: 0.3;color: {color:Post Accent};width:540px;line-height:540px;}
- .lighters .l-bg {font-size: 35em;}
- .lighters .c-bg {top: -30px;font-size: 33em;}
- .lighters .a-bg {font-size: 44em;top: -40px;}
- .lighters .quote-post, .lighters .chat-post, .lighters .link-post {font-size:2em;}
- .lighters .answer-post, .lighters .text-post {font-size:1.6em;}
- /*---end lightbox content--*/
- /*--start permalink page settings--*/
- #newer-post {position: absolute;top: calc(50% - 21px);left: calc(50% - 480px);width: 30px;height: 20px;z-index: 99999;font-size: 3em;}
- #older-post {position: absolute;top: calc(50% - 21px);left: calc(50% + 470px);width: 30px;height: 20px;z-index: 99999;font-size: 3em;}
- #newer-post a, #older-post a {color:{color:Accent};}
- #newer-post a:hover, #older-post a:hover {color:{color:Text};-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
- .post {width:540px;{block:PermalinkPagination}width:890px;height:540px;{/block:PermalinkPagination}background:#fff;margin:0 auto 50px auto;position:relative;overflow:hidden;}
- .video-box {border-right:1px solid #eee;width:540px;position:absolute;top:0;height:540px;}
- .video {margin-top:50%;-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);-o-transform: translate(0%, -50%);transform: translate(0%, -50%)}
- .video iframe {height:540px}
- .post .captions {height: 367px;overflow-y: auto;padding-top: 15px;padding-bottom: 15px;}
- .post .text-based {width: 460px;{block:PermalinkPagination}height: 460px;border-right: 1px solid #eee;{/block:PermalinkPagination}overflow-y: auto;padding:40px;}
- .post blockquote {margin: 5px 0 5px 10px;border-left:2px solid {color:Accent};padding-left:10px;}
- .post p {margin:10px 0;}
- .post p:first-child, .post h2:first-child {margin-top:0;}
- .post p:last-child {margin-bottom:0;}
- .post .q-bg, .post .l-bg,.post .c-bg, .post .a-bg {position: absolute;font-size: 36em;font-weight: normal;text-align: center;z-index: 0;opacity: 0.3;color: {color:Post Accent};width:540px;line-height:540px;}
- .post .l-bg {font-size: 35em;}
- .post .c-bg {top: -30px;font-size: 33em;}
- .post .a-bg {font-size: 44em;top: -40px;}
- .post .quote-post, .post .chat-post, .post .link-post {font-size:2em;}
- .post .answer-post, .post .text-post {font-size:1.2em;}
- .sidebar-words {height: 358px;overflow-y: auto;padding-top: 15px;padding-bottom: 15px;width: 310px;padding-right: 20px;}
- .captions-p blockquote {border-left: 2px solid #eee;margin: 0px 0 5px 10px;padding: 0 0 0 10px;}
- .captions-p p {margin:5px;}
- ol.notes {padding: 0px;margin: 0;list-style-type: none;font-size:0.9em;}
- ol.notes a {border-bottom:0;}
- ol.notes a:hover {color:{color:Accent};}
- ol.notes li.note {padding: 3px;margin-bottom:3px;}
- ol.notes li.note img.avatar {float:right;border-radius:50%;margin-left:5px;}
- ol.notes li.note blockquote {border-color: {color:text};padding-left: 6px;margin: 6px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ol.notes a.more_notes_link, ol.notes .notes_loading {color:{color:Accent};}
- /*--end permalink page settings--*/
- /*--start pagination settings--*/
- .pagination {text-align: center;width: 936px;margin: 20px auto;line-height: 30px;padding-bottom:20px;}
- .pagination a {color:{color:Accent};}
- .pagination a:hover {color:{color:Text};-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
- #prev-link {float: left;font-size: 1.9em;}
- #next-link {float: right;font-size: 1.9em;}
- /*--end pagination settings--*/
- {block:PermalinkPage}
- #related { text-align:center;}
- #related h1 {font-weight:normal;}
- article {width:200px; height:200px; display:inline-block; margin:11px; text-align:left; font-size:0.9em;}
- .photo-post, .photoset, .albumart { width:calc(200px - {select:Padding} - {select:Padding});height:calc(200px - {select:Padding} - {select:Padding});}
- .q-bg, .l-bg, .c-bg, .a-bg {display:none;}
- .masker {position:absolute; top:0; left:0; z-index:99999; width:200px; height:200px;}
- article:nth-child(n+10){
- display:none;
- }
- {block:IfBorders}
- article{margin:10px;border:1px solid #ececec;}
- .post {border:1px solid #ececec;}
- {/block:IfBorders}
- {/block:PermalinkPage}
- {block:IfRoundedCorners}
- #cboxLoadedContent, #cboxContent, .post-mask, article, .post {border-radius:10px;}
- {/block:IfRoundedCorners}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="header"><!--
- --><img src="{image:Avatar}"><!--
- --><div id="head-info">
- <h1>{Title}</h1>
- <p>{block:IfTagline}<span id="tag-line">{text:Tagline}</span>{/block:IfTagline} {block:Description}<i>{Description}</i>{/block:Description}</p>
- <ul id="navlinks">
- <a href="/"><li>home</li></a>{block:AskEnabled}<!--
- --><a href="/ask"><li>{text:Ask Label}</li></a>{/block:AskEnabled}{block:SubmissionsEnabled}<!--
- --><a href="/submit"><li>{text:Submit Label}</li></a>{/block:SubmissionsEnabled}{block:IfLink1}<!--
- --><a href="{text:URL 1}"><li>{text:Link 1}</li></a>{/block:IfLink1}{block:IfLink2}<!--
- --><a href="{text:URL 2}"><li>{text:Link 2}</li></a>{/block:IfLink2}{block:IfLink3}<!--
- --><a href="{text:URL 3}"><li>{text:Link 3}</li></a>{/block:IfLink3}<!--
- --><a href="/archive"><li>{text:Archive Label}</li></a>{block:IfCreditLink}<!--
- --><a href="http://dontbrag.tumblr.com" target="_blank"><li>credit</li></a>{/block:IfCreditLink}
- </ul>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- {block:IndexPage}
- <article id="{PostID}" class="{block:Text} t-b{/block:Text}{block:Quote} t-b{/block:Quote}{block:Link} t-b{/block:Link}{block:Chat} t-b{/block:Chat}{block:Answer} t-b{/block:Answer}{block:IfMultisizedPosts}{block:Post4} big{/block:Post4}{block:Post11} big{/block:Post11}{/block:IfMultisizedPosts}">
- <a class='inline group1' href="#lb_{PostID}"><div class="post-mask">
- <div class="info"><i class="fa fa-heart"></i> {NoteCount} <i class="ion-chatbox-working"></i> {24HourWithZero}:{Minutes}</div>
- </div></a>
- {block:Text}
- <div class="text-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}{block:Photo}
- <div class="photo-post" style="background-image:url('{PhotoURL-500}');">
- </div>
- {/block:Photo}{block:Photoset}
- <div class="photoset-post">
- <div class="photos">
- {block:Photos}
- <div class="photoset" style="background-image:url('{PhotoURL-500}');"></div>
- {/block:Photos}
- </div>
- <div class="audio-button"><i class="ion-images"></i></div>
- </div>
- {/block:Photoset}{block:Quote}
- <div class="q-bg"><i class="fa fa-quote-left"></i></div>
- <div class="quote-post text-based">
- <h2><span style="color:{color:Accent};">❝</span> {Quote} <span style="color:{color:Accent};">❞</span></h2>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="l-bg"><i class="fa fa-link"></i></div>
- <div class="link-post text-based">
- <h2><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}{block:Chat}
- <div class="c-bg"><i class="fa fa-comments"></i></div>
- <div class="chat-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}{block:Audio}
- <div class="audio">
- <div class="albumart" style="background-image:url('http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg');{block:AlbumArt}background-image:url('{AlbumArtURL}');{/block:AlbumArt}"></div>
- <div class="audio-button"><i class="ion-ios-musical-notes"></i></div>
- {/block:Audio}{block:Video}
- <div class="video-post">
- <div class="albumart" style="background-image:url('http://static.tumblr.com/yxfeliq/epAo1nvhu/video-play-button-icon-614x460.png');{block:VideoThumbnail}background-image:url('{VideoThumbnailURL}');{/block:VideoThumbnail}"></div>
- <div class="audio-button"><i class="ion-ios-videocam-outline"></i></div>
- </div>
- {/block:Video}{block:Answer}
- <div class="a-bg"><i class="fa fa-question"></i></div>
- <div class="answer-post text-based">
- <span style="{color:Accent}; font-weight:bold;">Q:</span> {Question}
- <br><i style="float:right">— {Asker}</i>
- <br><div class="responses"><span style="{color:Accent}; font-weight:bold">A:</span> {Replies}</div>
- </div>
- {/block:Answer}<div style="display:none;">
- <div id="lb_{PostID}" class="lighters">
- {block:Text}
- <div class="text-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}{block:Photo}
- <div class="photo-lb">
- <div class="photo-box" style="background-image:url('{PhotoURL-500}');background-size:contain;"></div>
- </div>
- {/block:Photo}{block:Photoset}
- <div class="slideshow">
- {block:Photos}<div class="photoset-box" style="background-image:url('{PhotoURL-500}');background-size:contain;"></div>{/block:Photos}
- </div>
- {/block:Photoset}{block:Quote}
- <div class="q-bg"><i class="fa fa-quote-left"></i></div>
- <div class="quote-post text-based">
- <h2><span style="color:{color:Accent};">❝</span> {Quote} <span style="color:{color:Accent};">❞</span></h2>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="l-bg"><i class="fa fa-link"></i></div>
- <div class="link-post text-based">
- <h2><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}{block:Chat}
- <div class="c-bg"><i class="fa fa-comments"></i></div>
- <div class="chat-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- </div>
- {/block:Chat}{block:Audio}
- <div class="album-box" style="background-image:url('http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg');{block:AlbumArt}background-image:url('{AlbumArtURL}');{/block:AlbumArt}background-size:contain;"></div>
- {/block:Audio}{block:Video}
- <div class="photo-box" style="background-image:url('http://static.tumblr.com/yxfeliq/epAo1nvhu/video-play-button-icon-614x460.png');{block:VideoThumbnail}background-image:url('{VideoThumbnailURL}');{/block:VideoThumbnail}background-size:contain;"></div>
- {/block:Video}{block:Answer}
- <div class="a-bg"><i class="fa fa-question"></i></div>
- <div class="answer-post text-based">
- <span style="{color:Accent}; font-weight:bold;">Q:</span> {Question}
- <br><i style="float:right">— {Asker}</i>
- <br><div class="responses"><span style="{color:Accent}; font-weight:bold">A:</span> {Replies}</div>
- </div>
- {/block:Answer}
- <div class="sidebox">
- <div class="via">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-40}">
- <span class="linked"><a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br>(via <a href="{ReblogParentURL}" target="_bank">{ReblogParentName}</a>)</span>{/block:RebloggedFrom}
- {block:NotReblog}<img src="{PortraitURL-40}">
- <span class="linked"><a href="/" style="position: relative;top: -5px;">{Name}</a><br></span>
- {/block:NotReblog}
- </div>
- <hr style="margin-bottom:0;">
- <div class="sidebox-words">
- {block:Photo}{block:Caption}<div class="captions-p">{Caption}</div>{block:HasTags}<hr>{/block:HasTags}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:Caption}<div class="captions-p">{Caption}</div>{block:HasTags}<hr>{/block:HasTags}{/block:Caption}{/block:Photoset}
- {block:Audio}<center><span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist} — <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</center>{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:Caption}<hr><div class="captions-p">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Video}{block:Caption}<div class="captions-p">{Caption}</div>{block:HasTags}<hr>{/block:HasTags}{/block:Caption}{/block:Video}
- {block:HasTags}<div class="tags">{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- <div class="footer">
- <hr>
- <div class="liker">{LikeButton size="14"}<span class="my_button"><i class="ion-android-favorite-outline"></i></span></div>
- <span class="timeago"><a href="{Permalink}" target="_blank">{block:NotReblog}Posted {/block:NotReblog}{block:RebloggedFrom}Reblogged {block:RebloggedFrom} at {12Hour}:{Minutes}{AmPm} <br>on {Month} {DayOfMonth}{DayOfMonthSuffix}</a></span>
- <span class="reblogger"><a href="{ReblogURL}" target="_blank"><i class="ion-ios-loop-strong"></i></a></span>
- </div>
- </div>
- </div>
- </article>{/block:IndexPage}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:PermalinkPage}
- <div class="post">
- {block:PermalinkPagination}
- {block:NextPost}<div id="newer-post">
- <a href="{NextPost}"><i class="fa fa-angle-left"></i></a>
- </div>{/block:NextPost}
- {block:PreviousPost}<div id="older-post">
- <a href="{PreviousPost}"><i class="fa fa-angle-right"></i></a>
- </div>{/block:PreviousPost}
- {/block:PermalinkPagination}
- {block:Text}
- <div class="text-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}{block:Photo}
- <div class="photo-p">
- <div class="photo-box" style="background-image:url('{PhotoURL-500}');background-size:contain;"></div>
- </div>
- {/block:Photo}{block:Photoset}
- <div class="slideshow">
- {block:Photos}<div class="photoset-box" style="background-image:url('{PhotoURL-500}');background-size:contain;"></div>{/block:Photos}
- </div>
- {/block:Photoset}{block:Quote}
- <div class="q-bg"><i class="fa fa-quote-left"></i></div>
- <div class="quote-post text-based">
- <h2><span style="color:{color:Accent};">❝</span> {Quote} <span style="color:{color:Accent};">❞</span></h2>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="l-bg"><i class="fa fa-link"></i></div>
- <div class="link-post text-based">
- <h2><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}{block:Chat}
- <div class="c-bg"><i class="fa fa-comments"></i></div>
- <div class="chat-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- </div>
- {/block:Chat}{block:Audio}
- <div class="album-box" style="background-image:url('http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg');{block:AlbumArt}background-image:url('{AlbumArtURL}');{/block:AlbumArt}background-size:contain;"></div>
- {/block:Audio}{block:Video}
- <div class="video-box">
- <div class="video">{Video-500}</div>
- </div>
- {/block:Video}{block:Answer}
- <div class="a-bg"><i class="fa fa-question"></i></div>
- <div class="answer-post text-based">
- <span style="{color:Accent}; font-weight:bold;">Q:</span> {Question}
- <br><i style="float:right">— {Asker}</i>
- <br><div class="responses"><span style="{color:Accent}; font-weight:bold">A:</span> {Replies}</div>
- </div>
- {/block:Answer}
- {block:Date}<div class="sidebox">
- <div class="via">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-40}">
- <span class="linked"><a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br>(via <a href="{ReblogParentURL}" target="_bank">{ReblogParentName}</a>)</span>{/block:RebloggedFrom}
- {block:NotReblog}<img src="{PortraitURL-40}">
- <span class="linked"><a href="/" style="position: relative;top: -5px;">{Name}</a><br></span>
- {/block:NotReblog}
- </div>
- <hr style="margin-bottom:0;">
- <div class="sidebar-words">
- {block:Photo}{block:Caption}<div class="captions-p">{Caption}</div><hr>{/block:Caption}{/block:Photo}
- {block:Photoset}{block:Caption}<div class="captions-p">{Caption}</div><hr>{/block:Caption}{/block:Photoset}
- {block:Audio}<center><span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist} — <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</center>{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:Caption}<hr><div class="captions-p">{Caption}</div><hr>{/block:Caption}{/block:Audio}
- {block:Video}{block:Caption}<div class="captions-p">{Caption}</div><hr>{/block:Caption}{/block:Video}
- {block:HasTags}<div class="tags">{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}</div><hr>{/block:HasTags}
- {block:PostNotes}<div id="notes">{PostNotes-16}</div>{/block:PostNotes}
- </div>
- </div>
- <div class="footer">
- <hr>
- <div class="liker">{LikeButton size="14"}<span class="my_button"><i class="ion-android-favorite-outline"></i></span></div>
- <span class="timeago"><a href="{Permalink}">{block:NotReblog}Posted {/block:NotReblog}{block:RebloggedFrom}Reblogged {block:RebloggedFrom} at {12Hour}:{Minutes}{AmPm} <br>on {Month} {DayOfMonth}{DayOfMonthSuffix}</a></span>
- <span class="reblogger"><a href="{ReblogURL}" taget="_blank"><i class="ion-ios-loop-strong"></i></a></span>
- </div>{/block:Date}
- </div>
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfRelatedPosts}{block:RelatedPosts}<section id="related">
- <h1>Related Posts</h1>
- {block:Posts}
- <article{block:Text} class="t-b"{/block:Text}{block:Quote} class="t-b"{/block:Quote}{block:Link} class="t-b"{/block:Link}{block:Chat} class="t-b"{/block:Chat}{block:Answer} class="t-b"{/block:Answer}>
- <a href="{Permalink}"><div class="masker"></div></a>
- {block:Text}<div class="text-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>{/block:Text}{block:Photo}
- <div class="photo-post" style="background-image:url('{PhotoURL-500}');">
- </div>{/block:Photo}{block:Photoset}
- <div class="photoset-post">
- <div class="photos">
- {block:Photos}
- <div class="photoset" style="background-image:url('{PhotoURL-500}');"></div>
- {/block:Photos}
- </div>
- <div class="audio-button"><i class="ion-images"></i></div>
- </div>{/block:Photoset}{block:Quote}
- <div class="q-bg"><i class="fa fa-quote-left"></i></div>
- <div class="quote-post text-based">
- <h2><span style="color:{color:Accent};">❝</span> {Quote} <span style="color:{color:Accent};">❞</span></h2>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>{/block:Quote}{block:Link}
- <div class="l-bg"><i class="fa fa-link"></i></div>
- <div class="link-post text-based">
- <h2><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}{Description}{/block:Description}
- </div>{/block:Link}{block:Chat}
- <div class="c-bg"><i class="fa fa-comments"></i></div>
- <div class="chat-post text-based">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>{/block:Chat}{block:Audio}
- <div class="audio">
- <div class="albumart" style="background-image:url('http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg');{block:AlbumArt}background-image:url('{AlbumArtURL}');{/block:AlbumArt}"></div>
- <div class="audio-button"><i class="ion-ios-musical-notes"></i></div>{/block:Audio}{block:Video}
- <div class="video-post">
- <div class="albumart" style="background-image:url('http://static.tumblr.com/yxfeliq/uWknysfvj/video_icon_0.png');{block:VideoThumbnail}background-image:url('{VideoThumbnailURL}');{/block:VideoThumbnail}"></div>
- <div class="audio-button"><i class="ion-ios-videocam-outline"></i></div>
- </div>{/block:Video}{block:Answer}
- <div class="a-bg"><i class="fa fa-question"></i></div>
- <div class="answer-post text-based">
- <span style="{color:Accent}; font-weight:bold;">Q:</span> {Question}
- <br><i style="float:right">— {Asker}</i>
- <br><div class="responses"><span style="{color:Accent}; font-weight:bold">A:</span> {Replies}</div>
- </div>{/block:Answer}
- </article>
- {/block:Posts}
- </section>{/block:RelatedPosts}{/block:IfRelatedPosts}
- </div><!--end posts-->
- {block:IfManualLoad}{block:IndexPage}
- <div id="load-more">
- <div id="spin"></div>
- <div id="words">Load More</div>
- </div>
- {/block:IndexPage}{/block:IfManualLoad}
- </div><!--end wrapper-->
- {block:Pagination}
- <div class="pagination" {block:IfInfiniteScroll}style="visibility:hidden;"{/block:IfInfiniteScroll}>
- {block:PreviousPage}<a href="{PreviousPage}" id="prev-link"><i class="fa fa-angle-left"></i></a>{/block:PreviousPage}
- <span id="pagecount">{CurrentPage} / {TotalPages}</span>
- {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/yxfeliq/Lldnysg3a/jquery.cycle.all.js"></script>
- <script src="http://static.tumblr.com/yxfeliq/V5Dnspn2w/jquery.colorbox-min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>{/block:IndexPage}
- {block:IfInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/yxfeliq/RSoo1o2ai/false-promises.script.js"></script>
- <script>
- {block:IfManualLoad}
- $(document).ready(function(){
- $('#load-more').click(function() {
- $('#words').text('Loading')
- $(this).addClass('roll');
- });
- });{/block:IfManualLoad}
- {block:IndexPage}
- (function () {
- var $tumblelog = $('#posts');
- $tumblelog.masonry({
- itemSelector: 'article',
- isAnimated:true,
- columnWidth:292,
- gutterWidth:30,
- });
- {block:IfInfiniteScroll}
- $tumblelog.infinitescroll({
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next-link",
- itemSelector : "article",
- loading: {
- finishedMsg: "NO MORE",
- img : null,
- msg: "Loading",
- msgText: "Loading",
- {block:IfManualLoad}
- finished: function() {
- $('#load-more').removeClass('roll');
- $('#words').text('Load More');
- },
- {/block:IfManualLoad}
- },
- {block:IfManualLoad}
- errorCallback: function() {
- $('#load-more').removeClass('roll');
- $('#words').text('No More');
- },
- {/block:IfManualLoad}
- },
- function( newElements ) {
- var $newElems = $(newElements)
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.hide();
- $tumblelog.masonry( 'appended', $newElems, {
- isAnimated: true,
- animationOptions: {
- duration: 250,
- easing: 'linear',
- queue: false
- }
- },
- function(){
- $newElems.fadeIn('slow');
- });
- $(newElements).find(".group1").colorbox({
- rel:'group1',
- innerWidth:'890px',
- innerHeight: '540px',
- current:'',
- previous: "<i class='fa fa-angle-left'></i>",
- next: "<i class='fa fa-angle-right'></i>",
- close:'✕',
- overlayClose:false,
- fixed:true,
- opacity:'0.75',
- scrolling:false,
- loop:false,
- });
- $(newElements).find(".inline").colorbox({
- inline:true,
- });
- $(newElements).find('.slideshow').cycle('fade');
- console.log($newElems,$newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- {block:IfManualLoad}
- $tumblelog.infinitescroll('unbind');
- $('#load-more').on('click', function(e) {
- e.preventDefault();
- $tumblelog.infinitescroll('retrieve');
- });
- {/block:IfManualLoad}
- {/block:IfInfiniteScroll}
- })();
- {/block:IndexPage}
- </script>
- <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5208111";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement