Advertisement
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">
- <!----------
- Theme #15 "Floral" by Vanne @ themesbyvanne.tumblr.com ***PLEASE DO NOT REMOVE THE CREDITS, THANKS YOU***
- For any questions please visit my FAQ page.
- Cualquier duda por favor visita mi página de FAQ.
- ----------->
- <html>
- <head>
- {block:IfCuteCursor}
- <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
- {/block:IfCuteCursor}
- {block:ifCrosshairCursor}
- <style type="text/css">body { cursor: crosshair; } </style>
- {/block:ifCrosshairCursor}
- <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:100,400' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content="https://24.media.tumblr.com/c0e1f64a79fd05714dbb9585f1cb6ca6/tumblr_mz3trrVCvS1sl631ro3_250.png"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Title" content="#fff"/>
- <meta name="color:Title BG" content="#d3a6b4"/>
- <meta name="color:Sidebar Border" content="#f7d8e2"/>
- <meta name="color:Description" content="#9c9c9c"/>
- <meta name="color:Blockquote Text" content="#bbab92"/>
- <meta name="color:Scrollbar" content="#e0bdc8"/>
- <meta name="color:Entries BG" content="#fff"/>
- <meta name="color:Entries Text" content="#959595"/>
- <meta name="color:Entries Title" content="#cc7d96"/>
- <meta name="color:Entries Border" content="#e4e2d3"/>
- <meta name="color:Link" content="#c297a8"/>
- <meta name="color:Link Hover" content="#bfb895"/>
- <meta name="color:Navigation Links" content="#fff"/>
- <meta name="color:Navigation BG" content="#e0d8c3"/>
- <meta name="color:Navigation BG Hover" content="#c4bfa8"/>
- <meta name="color:Custom Links Link" content="#fff"/>
- <meta name="color:Custom Links BG" content="#e6c7d3"/>
- <meta name="color:Custom Links BG Hover" content="#eddde2"/>
- <meta name="color:Italic Text" content="#c293b3"/>
- <meta name="color:Bold Text" content="#b9987c"/>
- <meta name="color:Music Border" content="#dcc5cd"/>
- <meta name="color:Chat Title" content="#b1aa90"/>
- <meta name="color:Chat BG 1" content="#eccad5"/>
- <meta name="color:Chat Text 1" content="#fff"/>
- <meta name="color:Chat BG 2" content="#d1ceb1"/>
- <meta name="color:Chat Text 2" content="#fff"/>
- <meta name="color:Ask Border" content="#dabdc9"/>
- <meta name="if:Infinite Scroll" content=""/>
- <meta name="if:Show Captions" content=""/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Image Fade" content="1"/>
- <meta name="if:Black And White Images" content=""/>
- <meta name="if:Back To Top" content="1"/>
- <meta name="if:Cute Cursor" content=""/>
- <meta name="if:Crosshair Cursor" content=""/>
- <meta name="text:Sidebar Title" content="floral">
- <meta name="text:Ask URL" content="/ask">
- <meta name="text:Link 1" content="link 1">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link 2" content="link 2">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3" content="link 3">
- <meta name="text:Link 3 URL" content="">
- <meta name="text:Link 4" content="link 4">
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link 5" content="link 5">
- <meta name="text:Link 5 URL" content="">
- <meta name="text:Link 6" content="link 6">
- <meta name="text:Link 6 URL" content="">
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- margin: -20px 14px;
- padding: 5px 8px 5px 8px;
- z-index: 99999;
- display: none;
- text-align: center;
- position: absolute;
- font-size: 9px;
- font-family: Roboto Condensed;
- color: {color:Custom Links Link};
- background: {color:Custom Links BG};
- border-radius: 4px;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- @import url(http://weloveiconfonts.com/api/?family=fontawesome);
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- }
- iframe#tumblr_controls {
- right: 3px !important;
- position: fixed !important;
- opacity: 0.2;
- white-space: nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- iframe#tumblr_controls:hover {
- opacity: 0.7;
- }
- body {
- background: {color:Background} url('{image:Background}');
- background-attachment: fixed;
- font-family: Roboto Condensed;
- }
- ::selection {
- color: #fff;
- background: {color:Scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Scrollbar};
- height: auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:Scrollbar};
- height: auto;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 5px;
- }
- blockquote {
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 5px;
- font-size: 10px;
- font-style: italic;
- border-left: 3px solid;
- color: {color:Blockquote Text};
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- color: {color:Link Hover};
- text-decoration: none;
- }
- b, strong {
- color: {color:Bold Text};
- font-weight: 700;
- }
- i, em {
- color: {color:Italic Text};
- font-weight: 400italic;
- }
- /*SIDEBAR*/
- #left {
- position: fixed;
- margin-left:3px;
- margin-top: 70px;
- width: 300px;
- }
- #sidebar {
- position: relative;
- margin-left:20px;
- margin-top: 60px;
- width: 216px;
- }
- #sidebar img {
- width: 240px;
- margin-bottom: 20px;
- border: 10px solid {color:Sidebar Border};
- }
- #title {
- z-index: 99999;
- position: fixed;
- margin-top: 101px;
- margin-left: 23px;
- font-size: 14px;
- text-align: center;
- font-family: Josefin Sans;
- color: {color:Title};
- padding: 7px 0px 7px 0px;
- background: {color:Title BG};
- text-transform: uppercase;
- border-top-left-radius: 14px;
- border-top-right-radius: 14px;
- width: 260px;
- }
- #description {
- position: relative;
- margin-top: 20px;
- margin-left: 10px;
- margin-bottom: 5px;
- padding: 10px;
- width: 256px;
- line-height: 13px;
- z-index:9999;
- font-size: 12px;
- text-align: center;
- color: {color:Description};
- border-top: 2px dashed {color:Navigation BG};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /*LINKS*/
- #navi {
- position: fixed;
- margin-left: 23px;
- margin-top: 389px;
- margin-bottom: 10px;
- z-index: 99999;
- padding: 0px ;
- border-bottom-left-radius: 14px;
- border-bottom-right-radius: 14px;
- width: 260px;
- background: {color:Navigation BG};
- text-align: center;
- overflow: hidden
- }
- #navi a {
- z-index: 999;
- position: relative;
- display: inline-block;
- margin: 0px;
- text-align: center;
- text-transform: uppercase;
- font-family: Inconsolata;
- letter-spacing: 1px;
- font-size: 10px;
- width: 47px;
- padding: 7px 2px 7px 2px;
- color: {color:Navigation Links};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #navi a:hover {
- background: {color:Navigation BG Hover};
- }
- /*CUSTOM LINKS*/
- #others {
- position: fixed;
- margin-top: 50px;
- margin-left: 10px;
- z-index: 9999;
- width: 240px;
- }
- #others a {
- z-index: 99999;
- margin: 4px;
- position: relative;
- display: inline-block;
- text-align: center;
- font-size: 9px;
- border-radius: 3px;
- text-transform: uppercase;
- padding: 5px;
- font-family: Inconsolata;
- width: 86px;
- letter-spacing: 1px;
- color: {color:Custom Links Link};
- background: {color:Custom Links BG};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #others a:hover {
- background: {color:Custom Links BG Hover};
- }
- /*ENTRIES*/
- /*IMPORTANT*/
- #all {
- position:relative;
- top:0px;
- width:800px;
- margin:0 auto;
- padding:5px;
- }
- #container {
- margin-top: 20px;
- margin-bottom: 20px;
- margin-left: 330px;
- width: 420px;
- }
- .entry {
- float:left;
- z-index: 9999;
- position: relative;
- width: 400px;
- margin-left: 22px;
- margin-bottom: 17px;
- padding: 10px 10px 7px 10px;
- text-align: left;
- border-radius: 3px;
- font-size: 13px;
- overflow: hidden;
- color: {color:Entries Text};
- background: {color:Entries BG};
- border: 2px solid {color:Entries Border};
- }
- .entry img {
- max-width: 100%;
- }
- #entrytitle {
- z-index: 99999;
- text-align: center;
- text-transform: uppercase;
- margin-bottom: -10px;
- font-size: 13px;
- font-family: Josefin Sans;
- color: {color:Entries Title};
- }
- /*PAGINATION*/
- #pagination {
- z-index: 9999999;
- position: fixed;
- padding: 2px;
- margin-top: 10px;
- margin-left: 0px;
- width: 258px;
- text-align: center;
- letter-spacing: 1px;
- font-family: Inconsolata;
- color: {color:Description Text};
- {block:IfInfiniteScroll}
- display: none;
- {block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}
- display: visible;
- {/block:IfNotInfiniteScroll}
- }
- #pagination a {
- display: inline-block;
- opacity: .8;
- font-size: 9px;
- padding: 5px 6px 3px 6px;
- text-transform: uppercase;
- margin: 0px 0px 6px 0px;
- text-align: center;
- letter-spacing: 1px;
- font-family: Inconsolata;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #pagination a:hover {
- opacity: 1;
- }
- /*ASK*/
- #asker {
- border-bottom: 1px dotted {color:Ask Border};
- padding: 5px;
- text-transform: uppercase;
- margin-bottom: 10px;
- width: 90%;
- }
- #ask {
- padding: 4px 8px 11px 8px;
- }
- #answer {
- padding: 10px 5px 0px 5px;
- border: 1px dotted {color:Ask Border};
- }
- #portrait img {
- float: right;
- border: 5px solid {color:Ask Border};
- margin: -35px 7px 5px 0px;
- border-radius: 30px;
- }
- /*IMAGES*/
- {block:IfImageFade}
- .photo {
- opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover {
- opacity: 1;
- }
- .entry img {
- opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .entry img:hover {
- opacity: 1;
- }
- {/block:IfImageFade}
- {block:IfBlackAndWhiteImages}
- .entry img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.7;
- -webkit-filter:grayscale(100%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .entry img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- -webkit-filter:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- {/block:IfBlackAndWhiteImages}
- /*AUDIO*/
- /* PLEASE DO NOT STEAL MY AUDIO CODES!! */
- #audio img {
- float: left;
- margin-right: 10px;
- border: 5px solid {color:Music Border};
- border-radius: 2px;
- width: 58px;
- }
- #player {
- width: 28px;
- overflow: hidden;
- position: absolute;
- opacity: .4;
- margin-left: 21px;
- margin-top: 21px;
- }
- #player:hover {
- opacity: .8;
- }
- /*AUDIO PERMALINK PAGE*/
- #audio2 img {
- width: 80px;
- float: left;
- margin-right: 7px;
- border: 4px solid {color:Music Border};
- }
- /*BACK TO TOP*/
- .top {
- position: fixed;
- z-index: 999;
- }
- .top a {
- font-size: 9px;
- text-align: center;
- font-family: Inconsolata;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .top a:hover {
- }
- #scrollToTop:link, #scrollToTop:visited {
- z-index: 9999;
- display: none;
- position: fixed;
- bottom: 25px;
- right: 25px;
- }
- /*CHAT*/
- .chat {
- margin: 0;
- }
- .chat .chat1 {
- margin-left: 0px;
- }
- .chat .chat1 .chat2 {
- background: {color:Chat BG 1};
- color: {color:Chat Text 1};
- margin-bottom: 2px;
- padding: 4px 4px 5px 5px;
- }
- .chat .chat1 .chat2.even {
- background: {color:Chat BG 2};
- color: {color:Chat Text 2};
- }
- #chattitle {
- margin-bottom: 6px;
- font-size: 15px;
- text-align: center;
- text-transform: none;
- color: {color:Chat Title};
- }
- /*PERMALINK AND TAGS FOR TEXT*/
- #permalinktxt{
- margin-top: 10px;
- margin-left: 0px;
- width: 385px;
- border-top: 1px dotted {color:Entries Border};
- padding: 6px;
- text-align: center;
- font-family: Inconsolata;
- letter-spacing: 1px;
- position: relative;
- text-transform: uppercase;
- font-size: 9px;
- line-height: 13px;
- }
- /*CREDITS*/
- #credz {
- z-index: 99999999;
- position: fixed;
- bottom: 15px;
- left: 15px;
- }
- #credz a {
- text-align: center;
- font-size: 13px;
- border-radius: 5px;
- letter-spacing: 1px;
- text-shadow:
- -1px 0 #fff,
- 0 1px #fff,
- 1px 0 #fff,
- 0 -1px #fff;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #credz a:hover {
- }
- </style>
- {block:IfBackToTop}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="top">
- <a href="javascript:;" id="scrollToTop">back to<br>top ↑</a>
- </div>
- {/block:IfBackToTop}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="all">
- <div id="center"></div>
- <div id="title">{text:Sidebar Title}</div>
- <div id="navi">
- <a href="/">home</a>
- <a href="{text:Ask URL}">ask</a>
- <a href="/archive">archive</a>
- <a href="http://themesbyvanne.tumblr.com">theme</a>
- </div>
- <div id="left">
- <div id="sidebar">
- <div id="sidebar img"><img src="{image:Sidebar Image}"/></div>
- </div>
- <div id="description">{Description}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page"><span class="highlight1"> {PageNumber} </span></span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="others">
- {block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
- {block:iflink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:iflink5}
- {block:iflink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:iflink6}
- </div>
- </div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<div id="entrytitle"><font color="{color:Entries Title}"></font> {Title} <font color="{color:Entries Border}"></font></div>{/block:Title}
- {Body}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Text}
- {block:Photo}
- <div class="photo"><img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}"></div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="photo">{Photoset-400}</div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Audio}
- {block:IndexPage}
- {block:AlbumArt}
- <div id="audio"><img src="{AlbumArtURL}" alt=""></div>
- {/block:AlbumArt}
- <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 0px;"></div>
- {block:Artist}
- <b>Artist:</b> <i>{Artist}</i>
- {/block:Artist} <br />
- {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
- {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
- <b>Plays:</b> <i>{FormattedPlayCount}</i>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:AlbumArt}
- <div id="audio2"><img src="{AlbumArtURL}" alt=""></div><p>
- {/block:AlbumArt}
- <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 5px;"></div>
- {block:Artist}
- <b>Artist:</b> <i>{Artist}</i>
- {/block:Artist} <br />
- {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
- {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
- <b>Plays:</b> <i>{FormattedPlayCount}</i>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-400}
- {/block:IndexPage}
- {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Video}
- {block:Quote}
- <div style="color: {color:Blockquote Text}; font-style: italic;">" {Quote} " </div>
- <div style="text-align: right; font-size: 10px; font-style: italic; padding-top: 3px;">—{Source}</div>
- {/block:Quote}
- {block:Link}
- <div id="entrytitle"><a href="{URL}" {Target}>{Name}</a></div>
- {Description}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="chattitle">{Title}</div>{/block:Title}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- {Label}
- {/block:Label}
- {Line} </div>
- {/block:Lines}
- </div>
- </div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Chat}
- {block:Answer}
- <div id="asker">{Asker} <b>sent:</b></div>
- <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
- <div id="ask"><i>"{Question}"</i></div>
- <div id="answer"{Answer}</div>
- {/block:Answer}
- <!-- permalink --> {block:IndexPage}
- <div id="permalinktxt"><a href="{permalink}"><b><span class="fontawesome-time"></span></b> {block:Date}Posted {TimeAgo} {/block:Date} {block:NoteCount} <b><span class="fontawesome-heart-empty"></span></b> {NoteCountWithLabel}{/block:NoteCount}</a> / <a href="{ReblogURL}" target="_blank"><b><span class="fontawesome-refresh"></span></b> REBLOG</a>
- {block:IfShowTags}{block:HasTags}<br><b><span class="fontawesome-tags"></span></b> Tags: {block:Tags}<a href="{TagURL}"><b><span class="fontawesome-pencil"></span></b> {Tag}</a> {/block:Tags}{block:HasTags}{/block:IfShowTags}
- </div>
- <!-- /permalink --> {/block:IndexPage}
- <!-- permalink --> {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:Date}<b><span class="fontawesome-time"></span></b> Posted {12Hour}:{Minutes}{AmPm} {ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}{/block:Date}
- {block:NoteCount}with <b><span class="fontawesome-heart-empty"></span></b> <i>{NoteCountWithLabel}</i>{/block:NoteCount}
- {block:RebloggedFrom}<br><b><span class="fontawesome-share-alt"></span></b> via: <a href="{ReblogParentURL}">{ReblogParentName}</a> - <b><span class="fontawesome-random"></span></b> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><b><span class="fontawesome-tags"></span></b> Tags: {block:Tags}<a href="{TagURL}"><b><span class="fontawesome-pencil"></span></b> {Tag}</a> {/block:Tags}{block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <!-- /permalink --> {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div id="credz"><a href="http://themesbyvanne.tumblr.com/" title="theme"><span class="fontawesome-key"></span></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement