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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- THEME 005: CERBERUS by GASPHARD-ULLIEL
- Please don't:
- 1. Remove or move the credit
- 2. Use this as a base code
- 3. Claim as your own or redistribute
- Thank you!
- If there's any error in the coding please tell me and I'll fix it. I hope you enjoy using this theme! C:
- -->
- <html>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="/path/to/jquery.masonry.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta name="image:sidebar01" content="">
- <meta name="image:sidebar02" content="">
- <meta name="image:sidebar03" content="">
- <meta name="text:description2" content="">
- <meta name="if:2sidebars" content="0">
- <meta name="if:biggerposts" content="1">
- <meta name="if:tags" content="1">
- <meta name="if:caption" content="1">
- <!--DEFAULT COLORS-->
- <meta name="color:text" content="#000">
- <meta name="color:background" content="#fff">
- <meta name="color:sidebar" content="#d7d7d7">
- <meta name="color:title" content="#000">
- <meta name="color:links" content="#442255">
- <meta name="color:hover" content="#000">
- <meta name="color:posts" content="#f5f3f3">
- <meta name="color:border" content="#000">
- <meta name="color:sidelink01" content="#442255">
- <meta name="color:sidelink02" content="#4e2762">
- <meta name="color:sidelink03" content="#572e6c">
- <meta name="color:sidelink04" content="#613477">
- <meta name="color:sidelink05" content="#6a3b81">
- <meta name="color:sidelink06" content="#72438a">
- <meta name="color:sidelink07" content="#7c4a95">
- <meta name="color:sidelink08" content="#8652a0">
- <meta name="color:sidelink09" content="#905bab">
- <meta name="color:sidelink10" content="#9966b3">
- <meta name="color:sidelink text" content="#fff">
- <meta name="color:scrollbar" content="#442255">
- <meta name="color:scrollbar background" content="#d7d7d7">
- <meta name="color:notes" content="#bca6c7">
- <!--DEFAULT LINKS-->
- <meta name="text:sidelink01" content="http://">
- <meta name="text:sidelink02" content="http://">
- <meta name="text:sidelink03" content="http://">
- <meta name="text:sidelink04" content="http://">
- <meta name="text:sidelink05" content="http://">
- <meta name="text:sidelink06" content="http://">
- <meta name="text:sidelink07" content="http://">
- <meta name="text:sidetitle01" content="link 01">
- <meta name="text:sidetitle02" content="link 02">
- <meta name="text:sidetitle03" content="link 03">
- <meta name="text:sidetitle04" content="link 04">
- <meta name="text:sidetitle05" content="link 05">
- <meta name="text:sidetitle06" content="link 06">
- <meta name="text:sidetitle07" content="link 07">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:description}
- <link href='http://fonts.googleapis.com/css?family=Orienta|Satisfy' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font-family: 'orienta', sans-serif;
- font-size: 11px;
- background-color: {color:background};
- text-align: justify;
- }
- a:link, a:active, a:visited {
- color: {color:links};
- text-decoration: none;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- a:hover {
- color: {color:hover};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:100px;
- }
- ::-webkit-scrollbar {
- height:25px;
- width:4px;
- background-color: {color:scrollbar background};
- }
- /*SIDEBAR*/
- #containuh {
- height: 1000%;
- margin-left: 80px;
- width: 375px;
- position: fixed;
- {block:ifnot2sidebars}margin-top: 2%;{/block:ifnot2sidebars}
- {block:if2sidebars}margin-top: 17%;{/block:if2sidebars}
- }
- .sidebar01 {
- float: left;
- width: 200px;
- height: 200px;
- margin-top: 10px;
- opacity: 1;
- overflow: hidden;
- position: absolute;
- }
- .sidebar02 {
- float: left;
- width: 200px;
- height: 200px;
- margin-top: 220px;
- margin-left: 200px;
- opacity: 1;
- overflow: hidden;
- position: absolute;
- }
- .sidebar03 {
- float: left;
- width: 200px;
- height: 200px;
- margin-top: 430px;
- opacity: 1;
- overflow: hidden;
- position: absolute;
- }
- #kidcontainuh1 {
- width: 410px;
- margin-left: -10px;
- margin-top: 23px;
- position: fixed;
- height: 150px;
- }
- .boxes1 {
- width: 46px;
- height: 46px;
- margin-left: 153px;
- margin-top: -3px;
- }
- .boxes1 a {
- display: block;
- margin-top: 3px;
- text-transform: uppercase;
- font-size: 7px;
- padding: 18px 3px 17px 3px;
- text-align: center;
- color: {color:sidelink text};
- border: 1px dotted {color:border};
- opacity: 0.6;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .boxes1 a:hover {
- opacity: 0.9;
- color: {color:sidelink text};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .desc1 {
- width: 398px;
- height: 162px;
- padding: 6px;
- float: left;
- position: fixed;
- background-color: {color:sidebar};
- color: {color:text};
- font-size: 10px;
- opacity: 0.6;
- line-height: 12px;
- }
- .kiddesc1 {
- width: 188px;
- height: 162px;
- padding: 6px;
- margin-left: 210px;
- float: left;
- position: fixed;
- background-color: transparent;
- color: {color:text};
- font-size: 10px;
- opacity: 0.6;
- line-height: 12px;
- }
- #kidcontainuh2 {
- width: 420px;
- margin-left: 0px;
- margin-top: 235px;
- position: fixed;
- height: auto;
- }
- .sidelinks {
- width: 410px;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .sidelinks a {
- display: block;
- margin-top: 1px;
- text-transform: uppercase;
- font-size: 9px;
- padding:3px 3px 3px 3px;
- height: 10px;
- color: {color:sidelink text};
- opacity: 0.6;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .sidelinks a:hover {
- opacity: 0.9;
- border-left: 3px solid {color:text};
- color: {color:sidelink text};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- #kidcontainuh3 {
- width: 420px;
- margin-left: -10px;
- margin-top: 443px;
- position: fixed;
- height: 150px;
- }
- .boxes2 {
- width: 46px;
- height: 46px;
- margin-left: 153px;
- margin-top: -3px;
- }
- .boxes2 a {
- display: block;
- margin-top: 3px;
- text-transform: uppercase;
- font-size: 7px;
- padding: 18px 3px 17px 3px;
- text-align: center;
- color: {color:sidelink text};
- border: 1px dotted {color:border};
- opacity: 0.6;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .boxes2 a:hover {
- opacity: 0.9;
- color: {color:sidelink text};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .desc2 {
- width: 398px;
- height: 162px;
- padding: 6px;
- float: left;
- position: fixed;
- background-color: {color:sidebar};
- color: {color:text};
- font-size: 10px;
- opacity: 0.6;
- line-height: 12px;
- }
- .kiddesc2 {
- width: 188px;
- height: 162px;
- padding: 6px;
- margin-left: 210px;
- float: left;
- position: fixed;
- background-color: transparent;
- color: {color:text};
- font-size: 10px;
- opacity: 0.6;
- line-height: 12px;
- }
- .title {
- margin-top: -65px;
- position: fixed;
- width: 400px;
- color: {color:text};
- font-family: 'Monsieur La Doulaise', cursive;
- font-size: 50px;
- text-align: right;
- }
- /*PAGINATION*/
- .prev {
- bottom: 2px;
- color: {color:text};
- opacity: 0.4;
- width: 40px;
- height: auto;
- font-size: 20px;
- text-align: left;
- position: fixed;
- }
- .prev a {
- color: {color:text};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .prev a:hover {
- color: {color:notes};
- opacity: 0.9;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .next {
- bottom: 2px;
- color: {color:text};
- opacity: 0.4;
- width: 40px;
- margin-left: 360px;
- height: auto;
- font-size: 20px;
- text-align: right;
- position: fixed;
- }
- .next a {
- color: {color:text};
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .next a:hover {
- color: {color:notes};
- opacity: 0.9;
- transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- /*POSTS*/
- #posts {
- margin-left: 550px;
- background-color: transparent;
- margin-top: -10px;
- margin-bottom: -10px;
- height: 1000%;
- position: relative;
- width: 600px;
- }
- .postz {
- margin-top: 10px;
- margin-bottom: 10px;
- {block:IfBiggerPosts}width: 520px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}width: 420px; {/block:IfNotBiggerPosts}
- margin-left: 0px;
- height: 1000%;
- float: left;
- position: relative;
- }
- .entry {
- background-color: {color:posts};
- color: {color:text};
- position: relative;
- {block:IfBiggerPosts}width: 500px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}width: 400px; {/block:IfNotBiggerPosts}
- text-align: justify;
- float: left;
- z-index: 999;
- line-height: 14px;
- padding: 10px;
- margin-bottom: 5px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .permalink {
- opacity: 0;
- width: 150px;
- {block:IfBiggerPosts}margin-left: 430px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}margin-left: 330px;{/block:IfNotBiggerPosts}
- font-size: 10px;
- text-align: left;
- color: {color:description};
- position: absolute;
- height: auto;
- padding: 5px;
- background-color: transparent;
- border-left: 2px solid {color:posts};
- text-transform: lowercase;
- letter-spacing: 0px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- float: left;
- }
- .postz:hover .permalink {
- opacity: 1;
- width: 150px;
- {block:IfBiggerPosts}margin-left: 530px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}margin-left: 430px;{/block:IfNotBiggerPosts}
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .permalink a:hover {
- color: {color:text};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .dates {
- position: relative;
- color: {color:text};
- background-color: {color:notes};
- text-align: left;
- padding: 1px 10px 3px 10px;
- {block:ifbiggerposts}width: 500px;{/block:ifbiggerposts}
- {block:ifnotbiggerposts}width: 400px;{/block:ifnotbiggerposts}
- text-transform: uppercase;
- font-size: 9px;
- height: auto;
- margin-top: 0px;
- opacity: 0.6;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .dates:hover {
- opacity: 1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .dates a {
- color: {color:text};
- }
- .dates a:hover {
- color: {color:text};
- opacity: 1;
- text-decoration: underline;
- }
- ol.notes{
- padding: 0px;
- text-align: center;
- list-style-type: none;
- }
- ol.notes li.notes{
- padding: 0px;
- text-align: center;
- }
- .entry b, strong{
- color: {color:text};
- }
- .entry i, em{
- color: {color:text};
- }
- .entry h1{
- text-transform: uppercase;
- font-size: 16px;
- font-weight: normal;
- letter-spacing: 0px;
- text-align: center;
- line-height: 20px;
- }
- .entry h2{
- text-transform: none;
- text-decoration: none;
- letter-spacing: 0px;
- font-size: 14px;
- text-align: center;
- font-weight:normal;
- }
- .entry blockquote {
- border-left: 3px solid {color:border};
- color: {color:text};
- padding-left: 6px;
- margin-left: 3px;
- text-align: justify;
- }
- .entry img {
- {block:IfBiggerPosts}max-width: 500px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}max-width: 400px; {/block:IfNotBiggerPosts}
- padding: 0px;
- }
- .entry img:hover {
- filter: none;
- -webkit-filter: grayscale(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;
- }
- .ask {
- background-color: {color:background};
- text-align: justify;
- font-size: 12px;
- padding: 10px;
- margin-left: 53px;
- opacity: 0.7;
- }
- .askicon {
- margin-left: 0px;
- position: absolute;
- text-align: left;
- }
- .answer {
- padding: 2px;
- margin-left: 61px;
- text-align: justify;
- margin-top: -10px;
- }
- .chat {
- padding: 10px;
- text-align: justify;
- line-height: 13px;
- }
- .audioplay {
- width:28px;
- height: 30px;
- margin-top: -65px;
- margin-left: 37px;
- position: absolute;
- overflow:hidden;
- float:left;
- }
- .albumart {
- width: 100px;
- height: 100px;
- overflow: hidden;
- text-align: left;
- }
- .audiodesc {
- border-left: 4px solid {color:links};
- color: {color:text};
- padding: 2px;
- {block:IfBiggerPosts}width: 385px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}width: 285px; {/block:IfNotBiggerPosts}
- overflow: hidden;
- margin-left: 105px;
- position: absolute;
- }
- .photo {
- opacity: 0.8;
- -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;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .permalink2 {
- font-size: 10px;
- padding-bottom:5px;
- padding-top:5px;
- margin-bottom:10px;
- line-height:12px;
- color: {color:posts};
- text-transform: lowercase;
- text-align: center;
- position: relative;
- margin-left: 10px;
- float: left;
- {block:IfBiggerPosts}width: 500px;{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}width: 400px;{/block:IfNotBiggerPosts}
- height: auto;
- }
- iframe#tumblr_controls {
- position: fixed !important;
- right:2px !important;
- opacity: 0.3;
- width: 900px;
- border-radius: 10px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- opacity: 1;
- border-radius: 5px;
- }
- </style>
- </head>
- <body>
- <div id="containuh">
- <div id="kidcontainuh1">
- <div class="desc1"></div>
- <div class="kiddesc1">
- {Description}
- </div>
- </div>
- <div class="sidebar01"><img src="{image:sidebar01}" width="200"></div>
- <div id="kidcontainuh2">
- <div class="sidelinks">
- <div style="background-color: {color:sidelink01}; opacity: 0.6;"><a href="/">Home</a></div>
- <div style="background-color: {color:sidelink02}; opacity: 0.6;"><a href="/ask">Ask</a></div>
- {block:ifsidelink01}<div style="background-color: {color:sidelink03}; opacity: 0.6;"><a href="{text:sidelink01}">{text:sidetitle01}</a></div>{/block:ifsidelink01}
- {block:ifsidelink02}<div style="background-color: {color:sidelink04}; opacity: 0.6;"><a href="{text:sidelink02}">{text:sidetitle02}</a></div>{/block:ifsidelink02}
- {block:ifsidelink03}<div style="background-color: {color:sidelink05}; opacity: 0.6;"><a href="{text:sidelink03}">{text:sidetitle03}</a></div>{/block:ifsidelink03}
- {block:ifsidelink04}<div style="background-color: {color:sidelink06}; opacity: 0.6;"><a href="{text:sidelink04}">{text:sidetitle04}</a></div>{/block:ifsidelink04}
- {block:ifsidelink05}<div style="background-color: {color:sidelink07}; opacity: 0.6;"><a href="{text:sidelink05}">{text:sidetitle05}</a></div>{/block:ifsidelink05}
- {block:ifsidelink06}<div style="background-color: {color:sidelink08}; opacity: 0.6;"><a href="{text:sidelink06}">{text:sidetitle06}</a></div>{/block:ifsidelink06}
- {block:ifsidelink07}<div style="background-color: {color:sidelink09}; opacity: 0.6;"><a href="{text:sidelink07}">{text:sidetitle07}</a></div>{/block:ifsidelink07}
- <div style="background-color: {color:sidelink10}; opacity: 0.6;"><a href="http://gasphard-ulliel.tumblr.com">Theme</a></div>
- </div>
- </div>
- <div class="sidebar02"><img src="{image:sidebar02}" width="200"></div>
- {block:ifnot2sidebars}
- <div id="kidcontainuh3">
- <div class="desc2"></div>
- <div class="kiddesc2">{text:description2}</div>
- </div>
- <div class="sidebar03"><img src="{image:sidebar03}" width="200"></div>{/block:ifnot2sidebars}
- {block:if2sidebars}<div class="title">{title}</div>{/block:if2sidebars}
- {block:Pagination}
- {block:PreviousPage}<div class="prev"><a href="{PreviousPage}">-</a></div>{/block:PreviousPage}
- {block:NextPage}<div class="next"><a href="{NextPage}">+</a></div>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="postz">
- <div class="entry">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IfBiggerPosts}<div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}</div>{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}<div class="photo">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}</div>{/block:IfNotBiggerPosts}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
- {/block:Photo}
- {block:Photoset}
- {block:IfBiggerPosts}<div class="photo">{Photoset-500}</div>{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}<div class="photo">{Photoset-400}</div>{/block:IfNotBiggerPosts}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
- {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
- {/block:Photoset}
- {block:Quote}
- <div style="font-size: 16px; text-align:center">"{Quote}"</div>
- {block:Source}
- <p align="right">{Source}{/block:Source}</p>
- {/block:Quote}
- {block:Link}
- <div style="font-size: 16px; text-align:center"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">{block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br/>
- {/block:Lines}</div>
- {/block:Chat}
- {block:Video}
- {block:IfBiggerPosts}<div class="photo">{Video-500}</div>{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}<div class="photo">{Video-400}</div>{/block:IfNotBiggerPosts}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
- {/block:Video}
- {block:Audio}
- {block:AlbumArt}
- <div class="albumart"><img src="{AlbumArtURL}" width="100" height="100">
- <div class="audioplay"><center>{AudioPlayerBlack}</center></div></div>{/block:AlbumArt}
- {block:Artist}
- <div class="audiodesc" style="margin-top: -90px;"><b>Artist:</b> {Artist}</div>
- {/block:Artist}
- {block:Album}
- <div class="audiodesc" style="margin-top: -70px;"><b>Album:</b> {Album}</div>
- {/block:Album}
- {block:TrackName}
- <div class="audiodesc" style="margin-top: -50px"><b>Title:</b> {TrackName}</div>
- {/block:TrackName}
- {block:PlayCount}
- <div class="audiodesc" style="margin-top: -30px"><b>Plays:</b> {PlayCount}</div>
- {/block:PlayCount}
- {/block:Audio}
- {block:Answer}
- <div class="askicon"><img src="{AskerPortraitURL-48}" width="48" height="48"></div><div class="ask"> {Asker} <b>asked:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- </div>
- {block:IndexPage}
- {block:IfTags}{block:HasTags}<div class="permalink">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfTags}
- {block:Date}<div class="dates">posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
- {/block:IndexPage}
- </div>
- {block:PermalinkPage}
- <div class="permalink2">
- {block:RebloggedFrom}
- reblogged from: <a href="{ReblogRootURL}">{ReblogRootName}</a> via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- {block:HasTags}{block:Tags}
- <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}
- {block:IfBiggerPosts}<div style="line-height: 14px; text-align:left; width: 500px;font-size: 11px; color: {color:posts};margin-left: 10px;">{PostNotes}</div>{/block:IfBiggerPosts}
- {block:IfNotBiggerPosts}<div style="line-height: 14px; text-align:left; width: 400px;font-size: 11px; color: {color:posts};margin-left: 10px;">{PostNotes}</div>{/block:IfNotBiggerPosts}
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement