Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---------------
- broken age by Verteau www.verteau.tumblr.com
- ---------------------->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{block:TagPage}#{Tag} - {/block:TagPage}{block:PermalinkPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{/block:PermalinkPage}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
- " rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <!-------------------------------META---------------------------------->
- <meta name="keywords" content="{block:Permalink}{block:Posts}{block:Tags}{Tag}, {/block:Tags}{/block:Posts}{/block:Permalink}" />
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="title" content="{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <meta name="color:background" content="#fff">
- <meta name="color:scrollbar" content="#d2d2d2">
- <meta name="color:text" content="#777">
- <meta name="color:links" content="#000">
- <meta name="color:links hover" content="#777">
- <meta name="color:title" content="#666">
- <meta name="color:title line" content="#eee">
- <meta name="color:description" content="#666">
- <meta name="color:main links" content="#777">
- <meta name="color:main links border" content="#eee">
- <meta name="color:main links background" content="#fff">
- <meta name="color:main links hover" content="#777">
- <meta name="color:main links hover background" content="#eee">
- <meta name="color:tags" content="#555">
- <meta name="color:tags hover" content="#777">
- <meta name="color:photo accent" content="#f2c4ca">
- <meta name="color:text accent" content="#b8ede1">
- <meta name="color:answer accent" content="#d0c2e8">
- <meta name="color:quote accent" content="#f7f396">
- <meta name="color:link accent" content="#baffc4">
- <meta name="color:chat accent" content="#cbf49f">
- <meta name="color:audio accent" content="#ffadcb">
- <meta name="color:video accent" content="#adaeff">
- <meta name="color:post border" content="#eee">
- <meta name="color:post titles" content="#777">
- <meta name="color:lightbox bg" content="#fff" />
- <meta name="color:like button" content="#ccc">
- <meta name="color:reblog button" content="#ccc" />
- <meta name="color:like button hover" content="#ff879b">
- <meta name="color:reblog button hover" content="#999" />
- <meta name="text:lightbox opacity" content="0.8" />
- <meta name="if:sidebar layout" content="0" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="if:manual load" content="1" />
- <meta name="if:hide captions" content="0" />
- <meta name="if:hide tags" content="0" />
- <meta name="if:custom scrollbar" content="1" />
- <meta name="if:post rounded border" content="1" />
- <meta name="select:post size" name="350px" content="350px">
- <meta name="select:post size" name="400px" content="400px" content="1">
- <meta name="select:post size" name="450px" content="450px">
- <meta name="select:post size" name="540px" content="540px">
- <meta name="text:photoset spacing" content="0">
- <meta name="text:Link1 URL" content="/" />
- <meta name="text:Link1 Name" content="link 1" />
- <meta name="text:Link2 URL" content="/" />
- <meta name="text:Link2 Name" content="link 2" />
- <meta name="text:Link3 URL" content="/" />
- <meta name="text:Link3 Name" content="link 3" />
- <meta name="text:Link4 URL" content="/" />
- <meta name="text:Link4 Name" content="link 4" />
- <meta name="text:Link5 URL" content="/" />
- <meta name="text:Link5 Name" content="link 5" />
- <meta name="text:Link6 URL" content="/" />
- <meta name="text:Link6 Name" content="link 6" />
- <style type="text/css">
- /*--------------------------------RESET----------------------------------*/
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
- display:block;
- }
- html, html a {
- -webkit-font-smoothing: antialiased;
- text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
- }
- /*-------------------------------SCROLL----------------------------------*/
- {block:ifcustomscrollbar}
- ::-webkit-scrollbar {
- width: 12px;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- border:4px solid {color:background};
- border-radius: 5px;
- background:{color:scrollbar};
- }
- {/block:ifcustomscrollbar}
- * {
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /*-------------------------CONTROLS----------------------*/
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:10px!important;
- right:15px!important;
- opacity:0.4;
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- /*-------------------------BLOCKQUOTE----------------------*/
- blockquote {
- padding-left:12px;
- margin:6px 0;
- border-left:1px solid {color:post border};
- }
- blockquote img {
- padding: 0px;
- max-width:100px!important;
- height:auto;
- }
- /*---------------------------BODY-------------------------------------*/
- html {
- height: 100%;
- }
- body {
- background-color: {color:background};
- background-attachment:fixed;
- background-repeat:repeat;
- height: 100%;
- margin: 0;
- padding: 0px;
- font-family: 'Source Sans Pro', sans-serif;
- font-size: 11px;
- letter-spacing:0.04em;
- word-wrap: break-word;
- color: {color:text};
- line-height:1.3;
- }
- a,
- a:active,
- a:visited,
- a:hover {
- color: {color:links};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color: {color:links hover};
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- small{
- font-size:10px;
- }
- big {
- font-size:13px;
- }
- strong, b {
- font-weight:bold;
- }
- em, i, u {
- font-style:italic;
- }
- ul, ol {
- list-style-type:circle;
- }
- h1, h2, h3, h4, h5, h6, h7, h7 {
- width:100%;
- text-align:left;
- margin: 5px 0;
- }
- h1 {
- font-family:'Karla', sans-serif;
- font-size: 16px;
- margin: 0 0 20px 0;
- line-height:1.5;
- }
- /*---------------------------MARKUP--------------------------------*/
- header {
- width:100%;
- max-width:{select:post size};
- margin:60px auto 30px auto;
- }
- #wrapper {
- margin:0px auto;
- max-width:{select:post size};
- width:100%;
- }
- #entries {
- width:100%;
- margin:0 auto;
- position:relative;
- padding:10px;
- }
- .verteau {
- position:fixed;
- bottom:20px;
- right:20px;
- text-align:center;
- z-index:10000000;
- }
- /*---------------------------Header--------------------------------*/
- .header-content {
- text-align:center;
- margin-top:20px;
- }
- .header-content .main-title {
- width:100%;
- position:relative;
- }
- .header-content .main-title .line {
- height:1px;
- background-color:{color:title line};
- width:100%;
- position:absolute;
- top:9px;
- z-index:-1;
- }
- .header-content .main-title a {
- font-family:'Karla', sans-serif;
- font-size:14px;
- display:block;
- background:{color:background};
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:0.2em;
- margin:0px auto 0 auto;
- max-width:200px;
- width:100%;
- color:{color:title};
- }
- .header-content .desc {
- color:{color:description};
- display:block;
- background:{color:background};
- max-width:250px;
- margin:10px auto;
- }
- /*---------------------------nav--------------------------------*/
- #nav {
- margin-top:30px;
- }
- #nav .linkslist {
- list-style:none;
- padding:0;
- margin:0;
- text-align:center;
- }
- #nav .linkslist li {
- display:inline-block;
- margin:0 0 20px 8px;
- font-size:10px;
- }
- #nav .linkslist a {
- color:{color:main links};
- border-radius:5px;
- font-family:'Karla', sans-serif;
- text-align:right;
- padding:5px 10px;
- border:1px solid {color:main links border};
- text-transform:uppercase;
- background: {color:main links background};
- }
- #nav .linkslist a:hover {
- color:{color:main links hover};
- background:{color:main links hover background};
- }
- /*---Lightbox---*/
- .vignette {
- opacity:0;
- }
- .tmblr-lightbox {
- background-color:rgba({RGBcolor:lightbox bg},{text:lightbox opacity})!important;
- }
- .tmblr-lightbox img {
- box-shadow:none!important;
- border-radius:0!important;
- }
- /*-----------------Sidebar layout-----------------------------------*/
- {block:ifsidebarlayout}
- @media (min-width:800px) {
- header {
- max-width: 250px;
- float:left;
- margin-top:-15px;
- position:fixed;
- }
- #wrapper {
- max-width: 100%;
- max-width: calc({select:post size} + 300px);
- }
- #entries {
- max-width:{select:post size};
- margin:100px 0 0 280px;
- }
- .header-content {
- text-align:left;
- }
- .header-content .main-title a {
- margin:0;
- max-width:150px;
- }
- #nav .linkslist li {
- display:block;
- text-align:left;
- }
- .numbered-pagination,
- .load-wrapper {
- max-width:{select:post size};
- margin-left: 280px;
- }
- }
- {/block:ifsidebarlayout}
- /*---------------------------------POST-----------------------------------*/
- #entries .post {
- margin:0 auto 50px auto;
- position:relative;
- min-height:40px;
- {block:ifpostroundedborder}
- border-radius:10px;
- {/block:ifpostroundedborder}
- padding:15px;
- border:1px solid {color:post border};
- width:100%;
- }
- .post-inner {
- position:relative;
- overflow:hidden;
- padding:0 5px;
- }
- .photo.post .post-inner,
- .audio.post .post-inner {
- padding:0;
- }
- .reblog-source {
- font-family:'Karla', sans-serif;
- font-size:9px;
- text-align:right;
- padding:4px 9px;
- display:inline-block;
- color:{color:background};
- border-radius:5px;
- margin-bottom:10px;
- border:1px solid transparent;
- }
- .reblog-source.photo {
- background:{color:photo accent};
- }
- .reblog-source.photo:hover {
- color:{color:photo accent};
- border:1px solid {color:photo accent};
- }
- .reblog-source.answer {
- background:{color:answer accent};
- }
- .reblog-source.answer:hover {
- color:{color:answer accent};
- border:1px solid {color:answer accent};
- }
- .reblog-source.text {
- background:{color:text accent};
- }
- .reblog-source.text:hover {
- color:{color:text accent};
- border:1px solid {color:text accent};
- }
- .reblog-source.quote {
- background:{color:quote accent};
- }
- .reblog-source.quote:hover {
- color:{color:quote accent};
- border:1px solid {color:quote accent};
- }
- .reblog-source.link {
- background:{color:link accent};
- }
- .reblog-source.link:hover {
- color:{color:link accent};
- border:1px solid {color:link accent};
- }
- .reblog-source.chat {
- background:{color:chat accent};
- }
- .reblog-source.chat:hover {
- color:{color:chat accent};
- border:1px solid {color:chat accent};
- }
- .reblog-source.audio {
- background:{color:audio accent};
- }
- .reblog-source.audio:hover {
- color:{color:audio accent};
- border:1px solid {color:audio accent};
- }
- .reblog-source.video {
- background:{color:video accent};
- }
- .reblog-source.video:hover {
- color:{color:video accent};
- border:1px solid {color:video accent};
- }
- .reblog-source:hover {
- background:transparent;
- }
- .note-tag {
- font-family:'Karla', sans-serif;
- font-size:9px;
- text-align:center;
- padding:5px 10px;
- border:1px solid {color:main links border};
- display:inline-block;
- color:{color:main links};
- border-radius:5px;
- margin-bottom:10px;
- margin-left:10px;
- background:{color:main links background};
- }
- .note-tag:hover {
- color:{color:main links hover};
- background:{color:main links hover background};
- }
- .date-tag {
- font-family:'Karla', sans-serif;
- font-size:9px;
- text-align:center;
- margin:-20px 0 0 0;
- position:absolute;
- width:30%;
- background:{color:background};
- text-transform:uppercase;
- }
- .date-tag a {
- color:{color:text};
- }
- .permalink-tag {
- font-size:18px;
- text-align:center;
- margin:-20px 30px 0 0;
- position:absolute;
- right:0;
- width:20px;
- border:1px solid transparent;
- }
- .permalink-tag.photo a {
- color:{color:photo accent};
- }
- .permalink-tag.answer a {
- color:{color:answer accent};
- }
- .permalink-tag.text a {
- color:{color:text accent};
- }
- .permalink-tag.quote a {
- color:{color:quote accent};
- }
- .permalink-tag.link a {
- color:{color:link accent};
- }
- .permalink-tag.chat a {
- color:{color:chat accent};
- }
- .permalink-tag.audio a {
- color:{color:audio accent};
- }
- .permalink-tag.video a {
- color:{color:video accent};
- }
- .like-and-reblog {
- font-size:16px;
- text-align:center;
- position:absolute;
- bottom:7px;
- right:10px;
- display:none;
- z-index:10;
- }
- @media (min-width: 1024px) {
- .post.photo .like-and-reblog {
- display:block;
- }
- .post.photo .like-and-reblog-alt {
- display:none;
- }
- }
- .like-and-reblog .post-like,
- .like-and-reblog .post-reblog {
- margin:0;
- padding:0;
- display:block;
- height:25px;
- width:25px;
- background:{color:background};
- border-radius:3px;
- text-align:center;
- cursor:pointer;
- opacity:0;
- }
- .like-and-reblog .post-like {
- padding:2px 0 0 0;
- transform:translateX(40px);
- }
- .like-and-reblog .post-reblog {
- transform:translateX(80px);
- transition-delay: 0.2s;
- margin-bottom:5px;
- }
- .post:hover .like-and-reblog .post-like,
- .post:hover .like-and-reblog .post-reblog {
- transform:translateX(0px);
- opacity:1;
- }
- /* Like button*/
- .post-like {
- position: relative;
- cursor: pointer;
- }
- /* class for the Tumblr Like Button iframe */
- .like_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 10;
- }
- /* Force iframe to fill button */
- .like-button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- /* class for Our Like Button */
- .custom-like {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- }
- .custom-like i {
- font-size:10px;
- color:{color:like button};
- width:100%;
- }
- /* Hover State */
- .like_button:hover + .custom-like i {
- color: {color:like button hover};
- }
- /* Liked State */
- .like_button.liked + .custom-like i {
- color: {color:like button hover};
- }
- .post-reblog i {
- font-size:10px;
- color:{color:reblog button};
- }
- .post-reblog:hover i {
- font-size:10px;
- color:{color:reblog button hover};
- }
- .like-and-reblog-alt {
- position:absolute;
- right:0;
- bottom:-22px;
- background:{color:background};
- width:80px;
- text-align:center;
- }
- .like-and-reblog-alt .post-like,
- .like-and-reblog-alt .post-reblog {
- margin:0;
- padding:0;
- display:inline-block;
- height:10px;
- width:20px;
- text-align:center;
- cursor:pointer;
- }
- .like-and-reblog-alt .post-like {
- top:0px;
- }
- .videoinner {
- position: relative;
- padding-bottom: 75%;
- height: 0;
- overflow: hidden;
- }
- .videoinner iframe,
- .videoinner object,
- .videoinner embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .post .post-inner img,
- .photoset .post-inner img,
- .photoset .post-inner iframe {
- width:100%;
- height:auto;
- display:block;
- }
- #entries .post-caption {
- position:relative;
- }
- .post .cap {
- max-width:100%;
- padding: 20px;
- {block:ifhidecaptions}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidecaptions}
- }
- #entries .post .cap img {
- width:auto;
- }
- #entries .post .titulo,
- #entries .post .titulo a {
- color: {color:post titles};
- width: 100%;
- letter-spacing:0.02em;
- margin-bottom:10px;
- }
- #entries .post .tags {
- position:relative;
- padding: 10px;
- width: 100%;
- {block:ifhidetags}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidetags}
- }
- #entries .post .tags a {
- color:{color:tags};
- letter-spacing:0.1em;
- font-size:8px;
- display:inline-block;
- margin-right:5px;
- text-transform:uppercase;
- }
- #entries .post .tags a:hover,
- #entries .post .tags a:active {
- color:{color:tags hover};
- }
- .load-wrapper {
- width:100%;
- margin-bottom:40px;
- text-transform:uppercase;
- width:100%;
- text-align:center;
- }
- .load-more {
- font-family:'Karla', sans-serif;
- font-size:10px;
- padding:5px 10px;
- border:1px solid {color:main links border};
- display:inline-block;
- color:{color:main links};
- background:{color:main links background};
- border-radius:5px;
- }
- .load-more:hover {
- color:{color:main links hover};
- background:{color:main links hover background};
- }
- #infscr-loading {
- display:none!important;
- }
- .numbered-pagination {
- width:100%;
- margin-bottom:40px;
- text-align:center;
- {block:ifInfiniteScroll}
- display:none;
- {/block:ifInfiniteScroll}
- }
- .numbered-pagination a,
- .numbered-pagination .current-page {
- display:inline-block;
- font-family:'Karla', sans-serif;
- font-size:10px;
- padding:5px 10px;
- border:1px solid {color:main links border};
- color:{color:main links};
- background:{color:main links background};
- border-radius:5px;
- margin-bottom:10px;
- margin-left:10px;
- }
- .numbered-pagination a:hover,
- .numbered-pagination .current-page {
- background:{color:main links hover background};
- color:{color:main links hover};
- }
- /*-------------------------------AUDIO------------------------------*/
- .album-art {
- width:100px;
- height:auto;
- float:left;
- }
- .player {
- display:block;
- margin-left:120px;
- padding-top:20px;
- }
- .audioplayer {
- display:block;
- overflow:hidden;
- border:1px solid {color:post border};
- width:35px;
- height:30px;
- border-radius:5px;
- }
- .audioinfo {
- font-size:10px;
- margin-left:110px;
- padding:10px;
- letter-spacing:0.05em;
- text-transform:uppercase;
- }
- /*------------------------------------CHAT-------------------------*/
- .user .label {
- font-weight:bold;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- padding:0;
- margin:10px 0;
- }
- /*-----------------------------------ASK-------------------------*/
- .answer .pregunta {
- padding:5px;
- }
- .answer .pregunta .asker-question {
- font-weight:bold;
- margin-bottom:4px;
- }
- .answer .pregunta .curioso {
- margin-bottom:5px;
- }
- .answer .pregunta .curioso a {
- text-transform:uppercase;
- }
- .answer .replies,
- .answer .respuesta {
- padding:5px;
- }
- /*----------------------LINK-------------------------*/
- .linkinner {
- padding:10px;
- }
- .link h1 a {
- color: {color:post titles};
- }
- /*-----------------------------------QUOTE----------------------*/
- .quoteinner {
- padding:20px;
- letter-spacing:0.06em;
- line-height:1.5;
- font-size:14px;
- text-align:center;
- }
- .quoteinner .quote-source {
- font-size:12px;
- margin:10px 0;
- text-align:center;
- }
- /*-----------------------------------NOTAS----------------------*/
- .notas {
- width: 100%;
- list-style-type: none;
- {block:ifpostroundedborder}
- border-radius:10px;
- {/block:ifpostroundedborder}
- padding:15px;
- border:1px solid {color:post border};
- margin-bottom:50px;
- }
- ol.notes {
- padding: 0;
- margin:0;
- }
- ol.notes li.note {
- display: block;
- margin:10px auto;
- padding:0;
- }
- ol.notes li.note:before {
- content:"â—‹";
- margin-right:5px;
- display:inline-block;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.more_notes_link_container {
- display: block;
- margin-top: 10px;
- }
- {CustomCSS}
- </style>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div id="wrapper" class="{select:post size}">
- <header>
- <div class="header-content">
- <div class="main-title">
- <div class="line"></div>
- <a href="/">{Title}</a>
- </div>
- <div class="desc">
- {Description}
- </div>
- <nav id="nav">
- <ul class="linkslist">
- {block:IfLink1Name}
- <li>
- <a href="{text:Link1 URL}" >{text:Link1 Name}</a>
- </li>
- {/block:IfLink1Name}
- {block:IfLink2Name}
- <li>
- <a href="{text:Link2 URL}" >{text:Link2 Name}</a>
- </li>
- {/block:IfLink2Name}
- {block:IfLink3Name}
- <li>
- <a href="{text:Link3 URL}" >{text:Link3 Name}</a>
- </li>
- {/block:IfLink3Name}
- {block:IfLink4Name}
- <li>
- <a href="{text:Link4 URL}" >{text:Link4 Name}</a>
- </li>
- {/block:IfLink4Name}
- {block:IfLink5Name}
- <li>
- <a href="{text:Link5 URL}" >{text:Link5 Name}</a>
- </li>
- {/block:IfLink5Name}
- {block:IfLink6Name}
- <li>
- <a href="{text:Link6 URL}" >{text:Link6 Name}</a>
- </li>
- {/block:IfLink6Name}
- </ul>
- </nav>
- </div>
- </header>
- <div id="entries" class="{select:post size}">
- {block:Posts}
- <div class="post {PostType} {select:post size}" id="{PostId}">
- {block:Date}
- <div class="date-tag">
- <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
- </a>
- </div>
- {block:indexpage}
- <div class="permalink-tag {PostType}">
- <a href="{Permalink}"><i class="fa fa-bookmark" aria-hidden="true"></i></a>
- </a>
- </div>
- {/block:indexpage}
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}">
- <div class="reblog-source {PostType}">
- {PostType} by {ReblogRootName}
- </div>
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="{Permalink}">
- <div class="reblog-source {PostType}">
- {PostType} by me
- </div>
- </a>
- {/block:NotReblog}
- {block:NoteCount} <a href="{Permalink}">
- <div class="note-tag">
- {NoteCount}
- </div>
- </a>
- {/block:NoteCount}
- {/block:Date}
- <!--HIDESOURCE-->
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- <div class="post-inner">
- {block:Text}
- {block:Title}
- <h1 class="titulo">
- <a href="{Permalink}">{Title}</a>
- </h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quoteinner">
- <span>"</span>{Quote}<span>"</span>
- {block:Source}
- <div class="quote-source">
- {Source}
- </div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="linkinner">
- <a href="{URL}"><h1 class="titulo">{Name}</h1></a>
- {block:Description}
- <blockquote><p>{Description}</p></blockquote>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div>
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- {/block:Photoset}
- {block:Chat}
- <ul class="chat">
- {block:Lines}
- <li class="user">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- <div class="videoinner">
- {Video-700}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="pregunta">
- <div class="curioso">
- {Asker} said:
- </div>
- <div class="asker-question">
- {Question}
- </div>
- </div>
- {block:Answerer}
- <div class="respuesta">
- <div class="answerer">
- {Answerer}
- </div>
- <div class="answerer-answer">
- <blockquote>{Answer}</blockquote>
- </div>
- </div>
- {/block:Answerer}
- <div class="replies">
- {Replies}
- </div>
- {/block:Answer}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}
- <div class="album-art">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}</div>
- <div class="player">
- <div class="audioplayer">
- {AudioPlayer}
- </div>
- </div>
- <div class="audioinfo">
- <div class="cancion">
- {block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<br>{Artist}{/block:Artist}
- </div>
- </div>
- {block:AudioPlayer}
- {block:AudioEmbed}
- <div class="audioembed">
- {AudioEmbed}
- </div>
- {/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:Date}
- <div class="like-and-reblog">
- <div class="post-reblog"><a href="{ReblogURL}"><i class="fa fa-refresh" aria-hidden="true"></i></a></div>
- <div class="post-like">
- {LikeButton}
- <span class="custom-like">
- <i class="fa fa-heart-o" aria-hidden="true"></i>
- </span>
- </div>
- </div>
- {/block:Date}
- </div><!--post-inner-->
- <div class="post-caption">
- {block:Caption}
- <div class="cap">
- {Caption}
- </div>
- {/block:Caption}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagUrl}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {block:Date}
- <div class="like-and-reblog-alt">
- <div class="post-reblog"><a href="{ReblogURL}"><i class="fa fa-refresh" aria-hidden="true"></i></a></div>
- <div class="post-like">
- {LikeButton}
- <span class="custom-like">
- <i class="fa fa-heart-o" aria-hidden="true"></i>
- </span>
- </div>
- </div>
- {/block:Date}
- </div><!--post-caption-->
- </div><!---end post-->
- {block:PostNotes}
- <div class="notas">
- Notes:<br >
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}
- <div class="numbered-pagination">
- {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current-page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:ifInfiniteScroll}
- {block:ifmanualload}
- {block:Pagination}
- <div class="load-wrapper">
- <a href="#" class="load-more">load more</a>
- </div>
- {/block:Pagination}
- {block:ifmanualload}
- {/block:ifInfiniteScroll}
- <div class="verteau">
- <a href="http://verteau.tumblr.com">verteau</a>
- </div>
- </div><!--wrapper-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/d4tdea8/Mkhnw70y5/pxuphotoset.js"></script>
- <script src="http://static.tumblr.com/d4tdea8/8rfo8l8ry/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function(){
- //Audio Color
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:post background}!important;}.play-pause{color:{color:text}!important;}.progress {display:none !important;} </style>"));
- });
- var photosetOptions = {
- lightoox: true,
- rounded: false,
- gutter: {text:photoset spacing},
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- };
- $('.photo-slideshow').pxuPhotoset(photosetOptions);
- {block:ifInfiniteScroll}
- $('#entries').infinitescroll({
- navSelector : ".numbered-pagination",
- nextSelector : ".numbered-pagination a:first",
- itemSelector : "#entries .post",
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000,
- errorCallback: function(){
- $('.load-more').hide();
- },
- },
- function(newElements){
- $(newElements).find('.photo-slideshow').pxuPhotoset(photosetOptions);
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- //Audio Color
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:post background}!important;}.play-pause{color:{color:text}!important;}.progress {display:none !important;} </style>"));
- });
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load-more').click(function(){
- $('#entries').infinitescroll('retrieve');
- return false
- });
- {/block:ifmanualload}
- {/block:ifInfiniteScroll}
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment