Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Nova+Round' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:Background" content="#EBF3F6" />
- <meta name="color:Post Background" content="#F4F4F4" />
- <meta name="color:Sidebar Background" content="#F4F4F4" />
- <meta name="color:Title" content="#102739" />
- <meta name="color:Text" content="#4D4D4D" />
- <meta name="color:Ask background" content="#A4C6CF" />
- <meta name="color:Links" content="#435E69" />
- <meta name="color:Bold" content="#7D979E" />
- <meta name="color:Links Hover" content="#7FA2BE" />
- <meta name="color:scroll bar" content="#A4C6CF" />
- <meta name="color:Post title" content="#102739" />
- <meta name="color:Post border" content="#435E69" />
- <meta name="color:Bubbles border" content="#435E69" />
- <meta name="color:Custom border" content="#435E69" />
- <meta name="color:Bubbles bg" content="#EBF3F6" />
- <meta name="color:Custom bg" content="#EBF3F6" />
- <meta name="if:Endless Scrolling" content=""/>
- <meta name="if:Show Captions" content="">
- <meta name="if:Monochrome" content="">
- <meta name="if:Post border" content="">
- <meta name="if:Lazy Load" content="">
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 URL" content=""/>
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 URL" content=""/>
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 URL" content=""/>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background: #9C9C9C;}
- ::-webkit-scrollbar-track-piece {background-color: white;}
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- height: 50px;
- background-color: {color:scroll bar};}
- /* CONTENT */
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:''Merriweather Sans', sans-serif';
- font-size:10px;
- margin: 0px;
- padding: 0px;}
- a {
- text-decoration:none;
- color:{color:links};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{
- color:{color:linkshover};
- opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- b {color:{color:Bold};}
- .contentwhole {
- width:520px;
- margin-left:400px;
- height:100%;}
- /* POSTS */
- .content {
- width: 500px;
- margin:15px;
- padding:5px;
- background-color:{color:post background};
- {block:ifpostborder}
- border:1px solid {color:post border};
- {/block:ifpostborder};}
- .posttitle{font-family:'Trochut' cursive;
- text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
- color:{color:post title};
- font-size: 20px;
- line-height: 15px;
- letter-spacing: 0px;
- text-align: left;
- text-transform: normal;}
- blockquote{
- padding-left: 5px;
- margin: 0px 0px 10px 0px;
- display: block;
- position: relative;
- border-left: 1px solid {color:bold};}
- blockquote img{
- max-width: 100%!important;}
- #link, .Link {font-family:'Trochut' cursive;
- text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
- font-size:20px;
- letter-spacing:1px;}
- #quote {font-size:15px;}
- .ask {
- display:block;
- padding:10px;
- background-color:{color:ask background};
- color:{color:text};}
- .ask1 img {
- max-width: 40px;
- display:block;
- margin-left:5px;
- margin-top:5px;
- -moz-border-radius: 10px 10px 10px 10px;
- -webkit-border-radius: 10px 10px 10px 10px;
- border-radius: 10px 10px 10px 10px;}
- .ask2 {
- display:block;
- float:left;
- font-family: 'nova round', cursive;
- text-transform:lowercase;
- margin-top:35px;
- font-size:10px;
- margin-left:5px;}
- .ask3{
- display:block;
- margin-top:50px;
- border-top: 1px solid {color:ask background};}
- .point {
- margin-top:-5px;
- display:block;
- margin-left:10px;
- width:0px;
- height:0px;
- border-left:10px solid transparent;
- border-right:10px solid transparent;
- border-top:15px solid{color:ask background};
- font-size:0px;
- line-height:0px;}
- /*MAKES POSTS BLACK AND WHITE */
- {block:ifmonochrome}
- img, .photo, .photoset{
- -webkit-filter: Grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration:0.8s;
- transition-duration:0.8s;
- -o-transition-duration:0.8s;}
- img:hover, .photo:hover, .photoset:hover{
- -webkit-filter: Grayscale(100%);
- opacity:;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- {block:ifmonochrome}
- /* AUDIO POSTS */
- #audiopost {font-family: 'nova round', cursive;
- margin-bottom:5px;
- width:500px;
- height:150px}
- .cover {
- width:150px;
- height:150px;
- position:absolute;}
- .cover img {
- width:150px;
- height:150px;
- float:left;}
- .player {
- opacity: 0.5;position:absolute;
- z-index:1;
- background:#fff;
- width:150px;
- height:150px;
- display:block;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .playerr {
- width:25px;
- height:25px;
- margin-top:55px;
- margin-left:55px;
- overflow:hidden;
- padding:3px;}
- .track {
- margin-left:160px; line-height:12px; padding-top: 35px;}
- /* PERMALINKS */
- .permalink {
- width: 80px;
- height:40px;
- background-color:{color:post background};
- font-family: 'nova round', cursive;
- margin-left: -93px;
- margin-top:-5px;
- padding-top:5px;
- text-align:center;
- z-index: 99;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- display:inline-block;
- position:absolute;
- opacity:0;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- -webkit-border-top-left-radius: 30px;
- -webkit-border-bottom-left-radius: 30px;
- -moz-border-radius-topleft: 30px;
- -moz-border-radius-bottomleft: 30px;
- border-top-left-radius: 30px;
- border-bottom-left-radius: 30px;}
- .permalink a {
- color:{color:permalink};
- background-color:{color:permalink bg};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a:hover{
- color:{color:permalink hover};
- background-color:{color:permalink bg};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .content:hover .permalink{
- opacity:1;
- background-color:{color:permalink bg};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #tumblr_controls{
- position:fixed!important; right: 0px; top:0px;}
- /* PERMALINK PAGE */
- #source{
- width: 500px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: 'sintony', sans-serif;
- color:{color:post text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #source a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #PostNotes {
- margin-left:0px;
- text-align:left;
- width:500px;}
- /*SIDEBAR */
- #sidebar {
- margin-left:20px;
- width:200px;
- height:500px;
- position:fixed;
- bottom:0px;
- padding-left:15px;
- padding-right:10px;
- padding-top:50px;
- background-color:{color:sidebar background};
- }
- #title {font-size:20px;
- letter-spacing:1px;
- color:{color:title};
- font-family:'Trochut' cursive;
- text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
- width:200px;
- text-align:center;
- padding-top:10px;
- font-style:none}
- #description {padding:5px;
- margin-top:10px;
- margin-left:1px;
- margin-right:10px;
- font-size:10px;
- width:180px;}
- #sidebarimage img{
- border-radius: 19px 19px 1px 1px;
- width:225px;
- margin-left:-15px;
- margin-top:-100px;}
- .links {
- font-family: 'nova round', cursive;
- letter-spacing:2px;
- margin-top:15px;}
- .links a {
- border:1px solid {color:custom border};
- background: {color:custom bg};
- display:block;
- width: 90px;
- text-align: center;
- padding-top:2px;
- padding-bottom:3px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- display: inline-block;
- -moz-border-radius:15px;
- -webkit-border-radius:15px;}
- .links a:hover{-moz-border-radius:15px;
- -webkit-border-radius:15px;}
- /* BUBBLES */
- #bubblebar
- {width:60px;
- position:fixed;
- left:250px;
- bottom:200px;
- z-index:999;
- font-size:9px;
- text-align:center;}
- #line
- {width:10px;
- height:360px;
- bottom:0px;
- background-color: {color:post background};
- position:fixed;
- left:285px;}
- .bubble
- {text-align:center;
- color:#555;
- float:right;
- height:10px;
- width:34px;
- padding-top:12px;
- padding-bottom:12px;
- margin-top:10px;
- overflow:hidden;
- -moz-border-radius: 17px 17px 17px 17px;
- border-radius:17px 17px 17px 17px;
- -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
- .bubble:hover {
- -moz-border-radius: 0px 0px 0px 0px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out; }
- .bubble img
- {margin-bottom:10px;
- margin-top:-2px;}
- #bubble1 {border:1px solid {color:bubbles border};
- background-color:{color:bubbles bg}}
- #bubble2
- {border:1px solid {color:bubbles border};
- background-color:{color:bubbles bg}}
- #bubble3
- {border:1px solid {color:bubbles border};
- background-color:{color:bubbles bg}}
- #bubble4
- {border:1px solid {color:bubbles border};
- background-color:{color:bubbles bg}}
- /* PAGINATION */
- #paginacaoml {
- color:{color:Text};
- margin-left:200px;
- margin-bottom:50px;
- -moz-border-radius: 10px;
- -webkit-border-radius:10px;
- padding:20px;}
- #paginacaoml a {
- border:2px solid {color:bubbles border};
- background: {color:bubbles bg};
- margin: 1px;
- padding: 5px;
- color:{color:Text}
- text-decoration: none;
- -moz-border-radius: 10px;
- -webkit-border-radius:10px;}
- #paginacaoml a:hover {
- border:2px solid {color:bubbles border};
- background: {color:bubbles bg};
- text-decoration: none;}
- #paginacaoml span.pagina_atual {color:{color:Text};
- border:2px solid {color:bubbles border};
- background: {color:bubbles bg};
- margin: 1px;
- padding: 5px;
- text-decoration: none;
- -moz-border-radius: 10px;
- -webkit-border-radius:10px; }
- #paginacaoml span.info {
- border:2px solid {color:bubbles border};
- margin: 1px;
- padding: 5px;
- text-decoration: none;}
- /* THEME CREDIT DO NOT REMOVE */
- .credit {
- position: fixed;
- bottom: 6px;
- right: 5px;
- font-size: 15px;
- font-family: verdana;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .credittext {
- height:10px;
- width:50px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;}
- /* DO NOT MAKE CHANGES IN THE AREA BELOW IF YOU ARE NOT FAMILIAR WITH THE CODING */
- </style></head>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"> <img src="{image:sidebar}" > </div>
- <div id="title"> {title} </div>
- <div id="description">{description} </div>
- <div class="links">
- {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}
- </div>
- <div id='line'></div>
- <div id='bubblebar'>
- <div class='bubble' id='bubble1'><a href="/"><img src="http://media.tumblr.com/fd7511a72325b311ae81dcc63447cf3c/tumblr_inline_mm9hnhJKGY1qz4rgp.png"/> </a>
- </div><!--bubble1-->
- <div class='bubble' id='bubble2'><a href="/ask"><img src="http://media.tumblr.com/a2fec6f062b1d6a1f92ec458c2ca0bbe/tumblr_inline_mm9hok3Una1qz4rgp.png"/></a>
- </div><!--bubble2-->
- <div class='bubble' id='bubble3'><a href="/archive"><img src="http://media.tumblr.com/f77a1d13f464af3ef8d7a7e05d4876a4/tumblr_inline_mm9hp8pm6j1qz4rgp.png"/></a>
- </div><!--bubble3-->
- <div class='bubble' id='bubble4'><a href="/random"><img src="http://media.tumblr.com/d5b4628ab33e7baa562d5cfe6071e5a3/tumblr_inline_mm9hope0Px1qz4rgp.png"/></a>
- </div><!--bubble3-->
- </div><!--bubbleblar-->
- </div>
- </div>
- </div>
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="contentwhole">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="content">
- {block:Text}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body} {/block:indexpage}
- {block:PermalinkPage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- <img src="{PhotoURL-500}" class="center">
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" class="center">
- {block:Caption}{Caption}{/block:caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- {Photoset-500}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- <div id="quote">❝ {Quote} ❞ </div><p>
- {block:Source}<p style="text-align:right">- {Source}{/block:Source} {/block:indexpage}
- {block:PermalinkPage}
- {Quote}<p>
- {block:Source}- {Source}{/block:Source}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
- {block:Description} {Description} {/block:Description}
- {/block:indexpage}
- {block:PermalinkPage}
- <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
- {block:Description} {Description} {/block:Description}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- <a href="{Permalink}" class="posttitle">{Title}</a>
- <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines} {/block:indexpage}
- {block:PermalinkPage}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- {/block:indexpage}
- {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- {Video-500}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
- {block:permalinkpage}{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>{/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
- <div class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="ask">{Question}</div>
- <div class="point"></div>
- <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
- <div class="ask2">{Asker}</div>
- <div class="ask3">{Answer}</div>
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- </div>
- {/block:Posts}
- {block:IfNotEndlessScrolling}
- <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination} </div>
- {/block:IfNotEndlessScrolling}
- </div>
- <div class="credit"><a href="http://chinqu.tumblr.com"><div class="credittext">Theme</div></a></div>
- {block:iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>{/block:iflazyload}
- </head></body>
Advertisement
Add Comment
Please, Sign In to add comment