Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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">
- <html>
- <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}
- <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Body Font" content="#363636"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Links" content="#0096ff"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Post Title" content="#000000"/>
- <meta name="color:Quote" content="#363636"/>
- <meta name="color:Answer Background" content="#F5F5F5"/>
- <meta name="color:ScrollBar" content="#484848"/>
- <meta name="color:ScrollBar Background" content="#e8e8e8"/>
- <meta name="color:Title" content="#898989"/>
- <meta name="color:Description" content="#000000"/>
- <meta name="color:Border" content="#CEBFB9" />
- <meta name="color:Bars" content="#cccccc"/>
- <meta name="color:Main Links" content="#799ef1"/>
- <meta name="color:Main Links Hover" content="#a5d6f8"/>
- <meta name="color:Hidden Links" content="#898989"/>
- <meta name="color:Hidden Links Font" content="#000000"/>
- <meta name="color:Notes" content="#036dac"/>
- <meta name="color:Notes Background" content="#c9f799"/>
- <meta name="color:Reblog Background" content="#95d5f5"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Music Tab" content="1" />
- <meta name="text:Music Code" content="MUSIC CODE"/>
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_lznw2m99UX1qzkjido1_500.jpg"/>
- <meta name="image:Background" content="http://subtlepatterns.com/patterns/light_wool.png"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 name" content="Link 1"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 name" content="Link 2"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 name" content=""/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 name" content=""/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 name" content=""/>
- <meta name="text:link 6" content=""/>
- <meta name="text:link 6 name" content=""/>
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: calibri;
- font-size: 10px;
- color: {color:Body Font};
- text-align: justify;
- background-image: url('{image:background}');
- background-attachment: fixed;
- }
- @font-face {
- font-family: "dawningofanewday";
- src: url('http://static.tumblr.com/jtqlgf2/SeUm2ds6e/dawningofanewday.ttf');
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
- @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
- @font-face {
- font-family: 'ThrowMyHandsUpintheAirBold';
- src: url('throwmyhandsupintheairbold-webfont.eot');
- src: url('throwmyhandsupintheairbold-webfont.eot?#iefix') format('embedded-opentype'),
- url('throwmyhandsupintheairbold-webfont.woff') format('woff'),
- url('throwmyhandsupintheairbold-webfont.ttf') format('truetype'),
- url('throwmyhandsupintheairbold-webfont.svg#ThrowMyHandsUpintheAirBold') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'SweetlyBrokenRegular';
- src: url('sweetly_broken-webfont.eot');
- src: url('sweetly_broken-webfont.eot?#iefix') format('embedded-opentype'),
- url('sweetly_broken-webfont.woff') format('woff'),
- url('sweetly_broken-webfont.ttf') format('truetype'),
- url('sweetly_broken-webfont.svg#SweetlyBrokenRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 460px;
- top:15px;
- width: 500px;
- background-color:{color:Posts};
- margin-bottom: 5px;
- padding: 5px;
- z-index:500;
- }
- #permalink {
- font-family:calibri;
- text-transform:uppercase;
- font-size: 8px;
- opacity: 0;
- margin-left:-10px;
- filter: alpha (opacity=0);
- position: absolute;
- bottom: 15px;
- text-align: center;
- width:250px;
- background-color: {color:Notes Background};
- padding:3px;
- color: #000;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-right-radius:100px;
- -webkit-border-bottom-right-radius:100px;
- }
- #lineup:hover #permalink {
- margin-left:0px;
- bottom: 15px;
- background-color: #transp;
- opacity:0.9;
- color:{color:description};
- }
- #permalink a {
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Notes};
- border-bottom:0px solid {color:Main Links Hover};
- padding-bottom:10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #permalink a:hover {
- padding-bottom:2px;
- border-bottom:2px solid {color:Main Links Hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #reblog {
- font-family:calibri;
- text-transform:uppercase;
- font-size: 8px;
- opacity: 0;
- margin-left:300px;
- filter: alpha (opacity=0);
- position: absolute;
- bottom: 15px;
- text-align: center;
- width:250px;
- background-color: {color:Reblog Background};
- padding:3px;
- color: #000;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius:100px;
- -webkit-border-bottom-left-radius:100px;
- }
- #lineup:hover #reblog {
- margin-left:244px;
- bottom: 15px;
- background-color: #transp;
- opacity:0.9;
- color:{color:description};
- }
- #reblog a {
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Notes};
- border-bottom:0px solid {color:Main Links Hover};
- padding-bottom:10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #reblog a:hover {
- padding-bottom:2px;
- border-bottom:2px solid {color:Main Links Hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .answer {
- border-top:1px dashed {color:border};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: print;
- font-size: 30px;
- letter-spacing: {text:Title letter spacing};
- background-color: {color:Title Background};
- color: {color:Title};
- text-shadow: 1px 1px 1px #C4C4C4;
- font-weight: lighter;
- }
- a.perma {
- color: {color:Border};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: print;
- border-bottom: 1px dashed {color:border};
- font-size: 26px;
- color: {color:Post Title};
- text-align: center;
- text-shadow: 1px 1px 1px #C4C4C4;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family:print;
- font-size: 14px;
- font-style: italic;
- color: {color:Quote};
- }
- blockquote {
- padding: 1px 1px 1px 1px;
- background-color: #eee;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- a:hover {
- color:{color:Links hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:ScrollBar};
- border-top:2px solid {color:ScrollBar};
- border-bottom:2px solid {color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:vertical:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:{color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar{
- height:6px;
- width:6px;
- background-color: {color:ScrollBar Background};
- }
- .topp {
- font-family: consolas;
- font-size: 10px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: {color:links};
- opacity: 0.8;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 14px;
- margin-left: 1020px;
- }
- .bar1{
- width:78px;
- height:20px;
- margin-top:204px;
- position: fixed;
- margin-left:300px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- position:fixed;
- text-align:center;
- background-color:{color:Bars};
- z-index:999999999999999;
- opacity:0.7;
- }
- .bar1:hover{
- height:170px;
- margin-top:150px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- opacity:1;}
- .gawsh{
- padding-top:7px;padding-left:20px;overflow:hidden;}
- .b1a4{
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:2px;
- position: fixed;
- font-size: 8px;
- color: #000;
- text-shadow: 1px 1px 1px #898989;
- opacity:0.8;
- text-align:center;
- }
- .othernav{
- margin-left:-22px;
- padding-left:5px;
- padding-right:6px;
- padding-top:25px;
- margin-top:-11px;
- position: fixed;
- opacity:0;
- width:70px;
- z-index:-1000;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .othernav:hover{
- opacity:1;
- z-index:999;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- .navi a{
- width: 60px;
- height:13px;
- font-family:tinytots;
- font-size: 8px;
- letter-spacing: 1px;
- text-align: center;
- padding-top:4px;
- margin-left:3px;
- margin-bottom:2px;
- margin-top:3px;
- background-color:{color:Bars};
- border:2px solid {color:Hidden Links};
- -webkit-border-top-left-radius:5px;
- -webkit-border-top-right-radius:5px;
- -webkit-border-bottom-left-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- color: {color:Hidden Links Font};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- display:block;
- }
- .navi a:hover{
- padding-top:4px;
- text-decoration:bold;
- margin-bottom:2px;
- margin-top:3px;
- background-color:{color:Hidden Links};
- border:2px solid {color:Hidden Links};
- -webkit-border-top-left-radius:5px;
- -webkit-border-top-right-radius:5px;
- -webkit-border-bottom-left-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- color: {color:Hidden Links Font}; display:block;}
- .bar2{
- width:84px;
- height:20px;
- margin-top:204px;
- position: fixed;
- margin-left:120px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- position:fixed;
- text-align:center;
- background-color:{color:Bars};
- z-index:999999999999999;
- opacity:0.7;
- }
- .bar2:hover{
- width:258px;
- height:26px;
- margin-top:160px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- overflow:hidden;opacity:1;}
- .pads{
- padding-top:7px;padding-left:25px;overflow:hidden;}
- .code{
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:2px;
- position: fixed;
- font-size: 8px;
- color: #000;
- text-shadow: 1px 1px 1px #898989;
- opacity:0.8;
- text-align:center;
- }
- .positioning{
- -webkit-transition: all 1.2s ease;
- -moz-transition: all 1.2s ease;
- -o-transition: all 1.2s ease;
- margin-top:-17px;
- padding-top:15px;
- position: fixed;
- padding-left:55px;
- margin-left:0px;
- overflow:hidden;
- width:200px;
- height:39px;
- opacity:0;
- }
- .positioning:hover{
- position: fixed;
- overflow:hidden;
- opacity:1;
- -webkit-transition: all 1.2s ease;
- -moz-transition: all 1.2s ease;
- -o-transition: all 1.2s ease;
- }
- .positioning a {
- font-family:consolas;
- color:#036dac;
- border-bottom:0px solid #799ef1;
- padding-bottom:10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .positioning a:hover {
- padding-bottom:2px;
- border-bottom:2px solid #799ef1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .banner{
- margin-top:150px;
- position: fixed;
- margin-left:200px;
- opacity:1;
- background-image: url('{image:background}');
- background-color: {color:Background};
- width:5px;
- height:174px;
- float:center;
- z-index:99999;
- border-right: 4px solid {color:Border};
- border-left: 4px solid {color:Border};
- }
- .exo{
- margin-left: 120px;
- margin-top:150px;
- position: fixed;}
- #whee{
- width:250px;
- height:166.5px;
- border: 4px solid {color:Border};
- }
- .words{
- margin-top:5px;
- margin-left:0px;
- margin-bottom:2px;
- text-align: center;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:10px;
- font-size:8px;
- width:238px;
- padding-bottom:20px;
- color: {color:description};
- }
- .linkers{
- margin-top:150px;
- position: fixed;
- margin-left:290px;
- opacity:1;
- background-image: url('{image:background}');
- background-color: {color:Background};
- width:5px;
- height:174px;
- float:center;
- z-index:99999;
- border-right: 4px solid {color:Border};
- border-left: 4px solid {color:Border};
- }
- #navigation{
- position:fixed;
- margin-left:-171px;
- margin-top:-25px;
- width:260px;
- text-align:center;
- font-family:consolas;
- text-transform:uppercase;
- font-size:10px;
- text-transform:uppercase;
- }
- #navigation a {
- letter-spacing:4px;
- color:{color:Main Links};
- border-bottom:0px solid {color:Main Links Hover};
- padding-bottom:10px;
- }
- #navigation a:hover {
- padding-bottom:2px;
- border-bottom:2px solid {color:Main Links Hover};
- }
- .myungsoo{
- margin-left:-80px;
- margin-top:-70px;
- font-family:Print;
- position: fixed;
- font-size: 40px;
- width:250px;
- color: {color:Title};
- text-shadow: 1px 1px 1px {color:Title};
- opacity:0.8;
- text-align:center;
- z-index:-10;
- }
- .previous{
- position: fixed;
- margin-top: 260px;
- margin-left: 220px;
- font-size: 35px;
- font-family:consolas;
- text-transform:uppercase;
- z-index:999999999999999;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .previous:hover{
- position: fixed;
- margin-left: 215px;
- font-family:consolas;
- text-transform:uppercase;
- z-index:999999999999999;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .next{
- position: fixed;
- margin-top: 267px;
- margin-left: 255px;
- font-size: 35px;
- font-family:consolas;
- text-transform:uppercase;
- z-index:999999999999999;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .next:hover{
- position: fixed;
- margin-left: 260px;
- font-family:consolas;
- text-transform:uppercase;
- z-index:999999999999999;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- {Block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/Block:IfInfiniteScrolling}
- </head>
- <body>
- <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="topp">
- <a href="javascript:;" id="scrollToTop"><font size="7">▲</font></a>
- </div>
- {Block:IfMusicTab}<div class="bar2"><div class="pads">
- <div class="code">+music</div>
- <div class="positioning">{text:Music Code} </div>
- </div></div></div>{/Block:IfMusicTab}
- {block:IfLink1}<div class="bar1"><div class="gawsh">
- <div class="b1a4">+links</div>
- <div class="othernav">
- <div class="navi">
- {block:IfLink1}<a href="{text:link 1}"> {text:link 1 name}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:link 2}"> {text:link 2 name}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:link 3}"> {text:link 3 name}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:link 4}"> {text:link 4 name}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:link 5}"> {text:link 5 name}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:link 6}"> {text:link 6 name}</a>{/block:IfLink6}
- </div>
- </div>
- </div></div>{/block:IfLink1}
- <div class="banner">
- <div class="myungsoo">{title}</div></div>
- {Block:IfNotInfiniteScrolling}
- <div class="previous">
- <center>
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous">◀</a>
- {/block:PreviousPage}
- </center>
- </div>
- <div class="next">
- <center>
- {block:NextPage}
- <a href="{NextPage}" title="next">▶</a>
- {/block:NextPage}
- </center>
- </div>
- {/Block:IfNotInfiniteScrolling}
- <div class="linkers">
- <div id="navigation">
- <a href="/">Home</a> <font color="{color:title}">■</font>
- <a href="/ask">Ask</a> <font color="{color:title}">■</font>
- <a href="/archive">Archive</a> <font color="{color:title}">■</font>
- <a href="http://hikoushi.tumblr.com">Theme</a>
- </div>
- </div>
- <div class="exo">
- <div class="barette"> </div>
- <img src="{image:sidebar}" id="whee">
- <div class="words">
- {description}</div>
- </div>
- {Block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/Block:IfInfiniteScrolling}
- {block:Posts}
- <div id="lineup">
- {/Block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {Body}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
- {LinkCloseTag}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
- {PostNotes}</div>
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
- </div>
- {block:Source}
- <div style="text-align:right">—{Source}</div>
- {/block:Source}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>
- <div class="story"><div style="margin-left:0px">{Name}</div> </div>
- </a>
- {block:Description}
- {Description}
- {/block:Description}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b><font color="{color:Quote}">{Label}</font></b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;-webkit-border-top-left-radius:50px;
- -webkit-border-top-right-radius:50px;-webkit-border-bottom-left-radius:50px;-webkit-border-bottom-right-radius:50px;"/>{/block:AlbumArt}
- <div class="audio"> {AudioPlayerWhite}</div>
- <div style="border-top:1px dashed {color:border}; margin-left:5px;"></div>
- {block:Artist}
- <p><b><font color="{color:Quote}">Artist:</font></b> {Artist}
- {/block:Artist}
- {block:Album}
- <br><b><font color="{color:Quote}">Album:</font></b> {Album}
- {/block:Album}
- {block:TrackName}
- <br><b><font color="{color:Quote}">Track:</font></b> {TrackName}
- {/block:TrackName}
- {block:PlayCount}
- <br><b><font color="{color:Quote}">Plays:</font></b> {FormattedPlayCount}
- {/block:PlayCount}
- <br clear="all">
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" style="height: 40px; width:40px; -moz-border-radius: 20px; border-radius: 20px;"></img> <b>{Asker}</b> whispered: {Question}<div class="answer">{Answer}</div>
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Answer}
- {Block:IndexPage}<div id="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a> </div>
- <div id="reblog">
- <a href="{ReblogURL}" target="_blank" id="take"> reblog</a>
- </div>
- </div>{/Block:IndexPage}
- {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
- </body>
- </html>
Add Comment
Please, Sign In to add comment