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">
- <!---
- |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
- -PLEASE DON'T REMOVE THE CREDIT--DON'T REPOST AND CLAIM AS YOUR OWN-
- -EDIT AS MUCH AS YOU LIKE--Don't just take the update code from theme-
- _____________________________________________________________________________
- ~You can remove the updates tab I've labeled
- where the codes begin and end for you~
- ~~~~With the Pop up ask box remember to scroll~~~~~
- to the very bottom and replace "YOUR URL" with your info!
- ~~~~~~That is also where you plug in your FAQ ~~~~~~
- _____________________________________________________________________________
- ~~~~~~~~If you want to change the icons on the tabs~~~~~~~~
- head over to http://astronautweb.co/snippet/font-awesome/site
- ~~~~~and pick the icon you want~~~~~
- Replace the entire <i class=""></i> with the one provided!
- _____________________________________________________________________________
- -Feel free to message me with any questions! Enjoy!
- wwww.trenzathemes.tumblr.com *****
- ****** wwww.trenzalours.tumblr.com
- _____________________________________________________________________________
- --->
- <head>
- <!---TITLE--->
- <title>{Title}</title>
- <!---FAVICON--->
- <link rel="shortcut icon" href="{Favicon}">
- <!---RSS FEED--->
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!---DESCRIPTION--->
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <!---COLORS--->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:accent" content="#000000" />
- <meta name="color:link" content="#A1A1A1" />
- <meta name="color:linkhover" content="#ffffff" />
- <meta name="color:title" content="#b8b8b8" />
- <meta name="color:font" content="#b6b5b5" />
- <meta name="color:infocolor" content="#eeeeee" />
- <meta name="color:scrollbar" content="#b8b8b8" />
- <meta name="color:selection" content="#b8b8b8" />
- <meta name="if:400px" content="0">
- <!---updates tab meta--->
- <meta name="color:tabcolor" content="#000">
- <meta name="color:tabcolor2" content="#333233">
- <meta name="color:tabcolor3" content="#666566">
- <meta name="color:tabcolor4" content="#8C8C8C">
- <meta name="color:tabcolor5" content="#ABABAB">
- <!---LINKS--->
- <meta name="text:navititle" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3 Title" content="" />
- <!---IMAGES--->
- <meta name="image:Sidebar Image" content="" />
- <!---fonts--->
- <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
- <!---begin script coding now--->
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#navigation").click(function(){
- $("#links").slideToggle("slow");
- });
- });
- </script>
- <style type="text/css">
- /*---WEBKIT SCROLLBAR---*/
- /* Styles specific to this particular page */
- .scroll-pane,
- .scroll-pane-arrows
- {
- width: 100%;
- height: 100px;
- overflow: auto;
- }
- .horizontal-only
- {
- height: auto;
- max-height: 200px;
- }
- *, body, a, a:hover {cursor: url(http://i58.tinypic.com/a2qecm.jpg), auto;}
- ::-webkit-scrollbar {
- width: 3px; height: 3px; background:white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- }
- ::selection {
- background-color:{color:selection};
- color:white;
- }
- /*---begin tooltips---*/
- #s-m-t-tooltip{
- max-width:250px;
- z-index:999999;
- margin:10px;
- padding:2px 5px;
- border-radius:3px;
- text-transform:uppercase; /* cand be lowercase or none */
- border:0px solid #DDD; /* change the border width and color */
- background:white; /* change the background color */
- color:{color:title}; /* change the text color */
- font-family:calibri; /* change the font */
- font-size:8px; /* change the font size */
- box-shadow:1px 1px 3px {color:title};
- letter-spacing:1px;
- }
- /*---updates tab css begin---*/
- #tabcode1{
- margin-bottom:3px;
- border-left:2px solid {color:tabcolor};
- padding-left:4px;
- height:14px;
- text-align:left;
- overflow:hidden;
- margin-top:-1px;
- border-bottom:0px solid #706732;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:10px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode1:hover{
- height:120px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode2{
- margin-bottom:3px;
- height:14px;
- text-align:left;
- overflow:hidden;
- border-left:2px solid {color:tabcolor2};
- padding-left:4px;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode2:hover{
- height:140px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode3{
- margin-bottom:3px;
- border-left:2px solid {color:tabcolor3};
- padding-left:4px;
- height:14px;
- text-align:left;
- overflow:hidden;
- border-bottom:0px solid #ccc;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode3:hover{
- height:135px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode4{
- margin-bottom:3px;
- border-left:2px solid {color:tabcolor4};
- padding-left:4px;
- height:14px;
- text-align:left;
- overflow:hidden;
- border-bottom:0px solid #ccc;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode4:hover{
- height:60px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode5{
- margin-bottom:3px;
- border-left:2px solid {color:tabcolor5};
- padding-left:4px;
- height:14px;
- text-align:left;
- overflow:hidden;
- border-bottom:0px solid #ccc;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode5:hover{
- height:35px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #tabcode{
- text-align:left;
- font-size:10px;
- opacity: .8;
- text-transform:uppercase;
- position:fixed;
- font-family:calibri;
- {block:IfNot400px}left:1013px;{/block:IfNot400px}
- {block:If400px}left:920px;{/block:If400px}
- background-color:transparent;
- letter-spacing:1px;
- width:95px;
- z-index:9999;
- padding:4px;
- margin-top:135px;
- }
- /*---end updates tab css---*/
- /*---BODY---*/
- body {
- font-style:none;
- background:{color:background};
- margin:0px; color:{color:Font};
- font-family:calibri;
- font-size:11px;
- line-height:130%;
- }
- blockquote {
- border-left:2px solid {color:title};
- padding-left:3px;
- margin:5px;
- }
- a {color:{color:link};
- }
- a {
- text-decoration:none;
- text-transform:lowercase;
- -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;
- }
- a:hover {
- color:{color:linkhover}
- }
- strong{
- font-style:bold;
- color:{color:accent};
- }
- b{
- font-style:bold;
- color:{color:accent};
- }
- em{
- color:{color:accent};
- }
- img {
- max-height:100%;
- }
- h1 , h2 {
- color:{color:title};
- font-weight:none;
- font-family:serif;
- text-align:left;
- text-transform:lowercase;
- letter-spacing:2px;
- font-family: 'VT323';
- font-size:14px;
- }
- /*---ENTRIES/POSTS---*/
- #entry {
- width:400px;
- margin-top:50px;
- }
- #posts {
- {block:IfNot400px}width:500px;{/block:IfNot400px}
- {block:If400px}width:400px;{/block:If400px}
- padding-bottom:100px;
- font-style:none;
- border:0px solid #ececec;
- padding:15px;
- margin-left:490px;
- {block:IfNot400px}margin-bottom:50px;
- {/block:IfNot400px}
- {block:If400px}margin-bottom:40px;
- {/block:If400px}
- opacity:.9;
- -webkit-transition: all .8s ease-out;
- -moz-transition: all .8s ease-out;
- transition: all .8s ease-out;
- }
- #posts:hover{
- opacity:1;
- -webkit-transition: all .8s ease-in;
- -moz-transition: all .8s ease-in;
- transition: all .8s ease-in;
- }
- /* --- SIDEBAR ---*/
- #bt{
- font-size:14px;
- padding-left:10px;
- color:{color:title};
- font-family: 'VT323';
- padding-bottom:3px;
- width:230px;
- margin-left:45px;
- border-bottom:1px solid {color:accent};
- text-align:left;
- letter-spacing:1px;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #bt a{
- color:{color:title};
- }
- #bt:hover{
- color:{color:linkhover};
- opacity:.3;
- }
- #sidebar {
- width:300px;
- position:fixed;
- {block:IfNot400px}
- margin-left:150px;
- {/block:IfNot400px}
- {block:If400px}
- margin-left:180px;
- {/block:If400px}
- margin-top:120px;
- }
- #sidebar {
- width:100px;
- }
- #sidebarimage img {
- overflow:hidden;
- margin-left:40px;
- border-right:1px solid {color:accent};
- width:100px;
- height:100px;
- max-height:750px;
- margin-top:0px;
- padding:5px;
- padding-bottom:12px;
- }
- #nav {
- position:fixed;
- overflow:hidden;
- margin-top:140px;
- margin-left:317px;
- }
- #link1 a, #link2 a, #link3 a, #link4 a, #link 5 a
- #title {
- font-family:calibri;
- text-align:center;
- margin-top:-129px;
- padding-bottom:0px;
- text-transform:none;
- font-style:normal;
- font-size:10px;
- }
- #description {
- margin-left: 147px;
- margin-top:-115px;
- width: 111px;
- line-height: 110%;
- text-transform:lowercase;
- text-align:justify;
- color:{color:font};
- font-family:calibri;
- font-size: 11px;
- font-style:none;
- height:70px;
- overflow:scroll;
- padding:14px;
- padding-right:13px;
- padding-bottom:8px;
- padding-top:8px;
- }
- #navtitle{
- margin-left:46px;
- margin-top:-10px;
- width:100px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:5px;
- font-family: 'VT323';
- font-size:12px;
- color:{color:title};
- -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;
- }
- #navtitle:hover{
- color:{color:linkhover};
- letter-spacing:3px;
- -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;
- }
- #links,#navigation{
- text-align:center;
- width:100px;
- }
- #links {
- display:none;
- background-color:white;
- opacity:.9;
- position: fixed;
- border:1px solid {color:accent};
- color:{color:link};
- font-family:calibri;
- margin-top:-80px;
- padding-bottom: 5px;
- margin-left:45px;
- letter-spacing: 2px;
- height:auto;
- z-index:0;
- text-align:center;
- width: 98px;
- }
- #links a {
- font-family:calibri;
- color:{color:link};
- padding 5px;
- padding-top: 0px;
- padding-bottom: 10px;
- padding-right:2px;
- padding-left:2px;
- margin-bottom: 5px;
- opacity:1;
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- width: 50px;
- -webkit-transition-duration:.4s ease-in;
- -o-transition-duration:.4s ease-in;
- -moz-transition-duration:.4s ease-in;
- }
- #links a:hover{
- color:{color:linkhover};
- opacity:1;
- letter-spacing:1px;
- -webkit-transition-duration:.4s ease-out;
- -o-transition-duration:.4s ease-out;
- -moz-transition-duration:.4s ease-out;
- }
- /*---ASKS/INFO---*/
- #questions {
- background-color:#ffffff;
- color:{color:Font};
- margin-left:0px;
- padding:5px;
- margin-top:5px;
- margin-bottom:5px;
- font-family:calibri;
- font-size:10px;
- font-style:normal;
- text-align:center;
- }
- #answers {
- background-color:#ffffff;
- color:{color:Font};
- padding:2px;
- font-family:cambria;
- font-size:10px;
- font-style:normal;
- text-align:justify;
- }
- /*/ NOTES /*/
- #info {
- position:absolute;
- {block:Ifnot400px}
- width:450px;
- {/block:Ifnot400px}
- {block:If400px}
- width:350px;
- {/block:If400px}
- margin-left:8px;
- padding:10px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- margin-top:0px;
- margin-bottom:5px;
- text-align:left;
- }
- #inforight{
- float:right;
- text-align:right;
- margin-left:-10px;
- }
- #info a{
- color:{color:text};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #info a:hover{
- text-shadow: 3px 0 .2px {color:accent1},
- -4px 0 .2px {color:accent2};
- color:{color:info hover};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #tags {
- position:absolute;
- margin-top:5px;
- text-transform:lowercase;
- font-size:9px;
- margin-left:10px;
- opacity:0;
- color:{color:text};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #tags a{
- color:{color:text};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #tags a:hover{
- text-shadow: 3px 0 .2px {color:accent1},
- -4px 0 .2px {color:accent2};
- color:{color:info hover};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #posts:hover #tags {
- opacity:1;
- margin-left:0px;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- ol.notes {
- display:block;
- text-align:left;
- margin-bottom:30px;
- list-style-type:none;
- width:520px;
- margin-left:10px;
- padding:0px;
- }
- ol.notes li.note{
- padding:5px;
- padding-top:2px;
- margin-bottom:3px;
- }
- .pagenotes {
- text-align:left;
- margin-left:500px;
- background:transparent;
- text-transform:uppercase;
- font-size:9px;
- }
- .pagenotes:hover{
- Background:{color:link bg};
- }
- .pagenotes img{
- padding-right:5px;
- padding-top:5px;
- margin-bottom:-5px;
- border:none;
- padding-bottom:2px;
- }
- /* pagination styles */
- #pagination {
- text-align:center;
- letter-spacing:2px;
- width:150px;
- height:150px;
- margin:10px;
- margin-left:143px;
- font-size:9px;
- color:{color:link};
- }
- /*---CREDIT don't touch---*/
- #cred {
- bottom:3px;
- padding:5px;
- position:fixed;
- right:10px;
- float:right;
- font-size:12px;
- letter-spacing:1px;
- }
- #cred a {
- color:{color:link};
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -moz-transition-duration:1s;
- }
- #cred a:hover {
- color:{color:linkhover};
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -moz-transition-duration:1s;
- }
- /*---END CSS---*/
- {CustomCSS}
- </style></head><body>
- <!---updates tab body--->
- <div id="tabholder">
- <div id="tabcode">
- <div id="tabcode1">
- <div style="font-size:8px;color:#453220;">about</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:9px; text-align:left; color:#b9b9b9;"><br>
- TEXT HERE
- </div>
- </div>
- <div id="tabcode2">
- <div style="font-size:8px;color:#453220;">updates</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
- TEXT HERE
- </div></div>
- <div id="tabcode3">
- <div style="font-size:8px;color:#453220;">currently</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
- TEXT HERE
- </div>
- </div>
- <div id="tabcode4">
- <div style="font-size:8px;color:#453220;">social</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
- TEXT HERE
- </div>
- </div>
- <div id="tabcode5">
- <div style="font-size:8px;color:#453220;">extra</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
- TEXT HERE
- </div>
- </div>
- </div></div></div></div>
- <!---end updates tab body--->
- <!---->
- <!---SIDEBAR--->
- <div id="sidebar">
- <div id="bt"><a href="/">{title}</a></div>
- <div id="sidebarimage"><img src="{image:Sidebar Image}"/></div>
- <div id=navigation><div id="navtitle">{text:navititle}</div>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
- </div> </div>
- <div id="description">{Description}</div>
- {block:Pagination} <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}" title="previous">↞</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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}" title="forward">↠</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="scrollbar">{scrollbar}</div>
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </div></center>
- </div>
- <!---END SIDEBAR--->
- <!---POSTS--->
- <div id="entry">
- {block:Posts}
- <div id="posts">
- <!---TEXT POSTS--->
- {block:Text}
- <h1>
- {block:Title}{Title}
- {/block:Title}
- </h1>
- {Body}
- {/block:Text}
- {block:blockquote}
- {/block:blockquote}
- <!---PHOTO POSTS--->
- {block:IfNot400px}
- <img src="{PhotoURL-500}"/>
- {/block:IfNot400px}
- {block:If400px}
- <img src="{PhotoURL-400}"/>
- {/block:If400px}</a><p>
- {/block:Photo}
- {block:Photoset}<center>
- {block:IfNot400px}{Photoset-500}{/block:IfNot400px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}</center>
- <!---QUOTE POSTS--->
- {block:Quote}
- {Quote}<p><center>
- {block:Source}
- —{Source}
- {/block:Source}</center>
- {/block:Quote}
- <!---LINK POSTS--->
- {block:Link}
- <h1>
- <a href="{URL}"{Target}>{Name}</a>
- </h1>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- <!---CHAT POSTS--->
- {block:Chat}
- {block:Title}
- <h1>
- {Title}
- </h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- <!---AUDIO POSTS--->
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- <!---VIDEO POSTS--->
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!---ASK POSTS--->
- {block:Answer}<div id="questions">
- <a href="{askerURL}"><b>{Asker}</b> whispered:
- {Question}
- </div>
- <div id="answers">{Answer}</div>
- {/block:answer}
- <!---END POSTS--->
- <!---POST INFO--->
- <div id="info">
- <a href="{Permalink}">
- {block:Date}
- {12Hour}:{Minutes} {AmPm}
- {/block:Date}
- </a> {block:NoteCount}
- | <a href="{Permalink}"> ♥ {NoteCount}</a> |{/block:NoteCount}
- <div id="inforight">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- {block:ContentSource} &
- <a href="{SourceURL}">src</a>
- {/block:ContentSource}
- </div>
- <div id="tags">
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}
- {/block:HasTags}
- </div>
- </div></div>
- {block:PostNotes}
- <div class="pagenotes">{PostNotes-16}</div>{/block:PostNotes}
- {/block:Posts}
- {/block:Posts}</div>
- <!---CREDIT DON'T TOUCH--->
- <div id="cred">
- <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
- <i class="fa fa-moon-o"></i></a></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment