Song Player HTTP

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

<!-- Song Player http://playlist.

me --><script type="text/javascript"
src="http://playlist.me/w/script.js"
data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':tr
ue,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':
[{'title':'','url':'https://www.youtube.com/watch?v=NDfrS-uvI0Q'}]}" ></script><noscript><a
href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<meta name="viewport" content="width=device-width, initial-scale=0.5">

<link rel="shortcut icon" href="{Favicon}" />


<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="description"
content="{block:Description}{MetaDescription}{/block:Description}">

<meta name="color:Background" content="#ffffff" />


<meta name="color:Title" content="#333333" />
<meta name="color:Nav" content="#444444" />
<meta name="color:Text" content="#555555" />
<meta name="color:Links" content="#78c9a1" />
<meta name="color:Date" content="#aaaaaa" />
<meta name="color:Links Hover" content="#ffffff" />
<meta name="color:Border" content="#cccccc" />

<style type="text/css">

body {
width: 500px;
margin: 0 auto;
background: {color:Background};
color: {color:Text};
font-family: malgun gothic, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}

a:link, a:visited {
color: {color:Title};
text-decoration: none;
}
a:hover {
color: {color:Links Hover};
}
.nav a:link, .post a:visited {
color: {color:Nav};
text-decoration: none;
}
.nav a:hover {
color: {color:Links Hover};
}
.post a:link, .post a:visited {
color: {color:Links};
text-decoration: none;
}
.post a:hover {
color: {color:Links Hover};
}
.date a:link, .date a:visited {
color: {color:Date};
text-decoration: none;
}
.date a:hover {
color: {color:Links Hover};
}

.title {
margin: 50px 0 15px 0;
font-size: 28px;
text-align: center;
font-weight: bold;
}
.nav {
text-transform: uppercase;
font-size: 11px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}

.post {
line-height: 20px;
padding: 50px 0;
}
.posttitle, .postquote, .postlink, .postanswer {
font-size: 16px;
font-weight: bold;
}
blockquote {
padding-left: 10px;
margin-left: 15px;
border-left: 1px solid {color:Border};
}
.date {
margin: 10px 0 15px 0;
font-size: 11px;
color: {color:Text};
}
ol.notes {
margin: 10px 0 0 0;
padding: 0px;
}
ol.notes li {
list-style-type: none;
line-height: 20px;
}
.notes .avatar{
margin: 0 5px 0 0;
position: relative;
top: 4px;
}

.page {
margin-bottom: 50px;
font-size: 8px;
text-align: center;
}

{CustomCSS}
</style>

</head>

<div class="title"><a title="" href="/"><font face="arquitecta">- my blog -</font></a></div>

<div class="nav"><a href="/ask">ask</a>{block:AskEnabled}&nbsp;&nbsp;&nbsp;&nbsp;<a


href="http://domanimistury.tumblr.com/">main sup</a>{/block:AskEnabled}
{block:SubmissionsEnabled}&nbsp;&nbsp;&nbsp;&nbsp;<a title=""
href="/submit">submit</a>{/block:SubmissionsEnabled}{block:HasPages}
{block:Pages}&nbsp;&nbsp;&nbsp;&nbsp;<a
href="{URL}">{Label}</a>{block:Pages}{/block:HasPages}</div>

<body>

{block:Posts}

<div class="post">

{block:Text}
{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
{Body}
{/block:Text}
{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
{block:Caption}{Caption}{/block:Caption}
{/block:Photo}

{block:Photoset}
{Photoset-500}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}

{block:Quote}
<div class="postquote">&ldquo;{Quote}&rdquo;</div>
{block:Source}</br>- {Source}{/block:Source}
{/block:Quote}

{block:Link}
<a title="" href="{URL}" class="postlink" {Target}>{Name}</a>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Audio}
{block:AlbumArt}<img src="{AlbumArtURL}" height="207" width="207" />{/block:AlbumArt}
<div>{AudioPlayerGrey}</div>
<div>{block:Artist}{Artist}{/block:Artist} -
{block:TrackName}{TrackName}{/block:TrackName}</div></br>
{block:Caption}{Caption}{/block:Caption}
{/block:Audio}

{block:Chat}
{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
{block:Lines}<div>{block:Label}<b>{Label}</b> {/block:Label}{Line}</div>{/block:Lines}
{/block:Chat}

{block:Video}
{Video-500}
{block:Caption}{Caption}{/block:Caption}
{/block:Video}

{block:Answer}
<div class="postanswer">{Asker} said: {Question}</div>
</br>{Answer}
{/block:Answer}

<div class="date"><a href="{Permalink}">{block:Date}{DayOfMonth} {ShortMonth}


{Year}{/block:Date}</a>{block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;<a
href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>

{block:PostNotes}{PostNotes}{/block:PostNotes}

</div>

{/block:Posts}
<div class="page">{block:PreviousPage}<a title=""
href="{PreviousPage}">━</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage
}{block:NextPage}<a title"" href="{NextPage}">╋</a>{/block:NextPage}</div>

</body>

</html>

You might also like