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">
- <!-------------------------------
- FIONA BY NINPEN.TUMBLR.COM
- DO NOT REMOVE THE CREDIT.
- HOW TO INSTALL
- 1. Click on customize theme then click on edit HTML
- 2. Delete the entire code, and replace it with the code for this theme
- 3. Click on update preview then click on appearance.
- 4. Click save. Now refresh the screen. Now you can customize the appearance
- ___________________________________________________________________________
- If there's a problem with the theme, or you need help, just ask me.
- --------------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="text:picture hover text" content="fiona"/>
- <meta name="if:smallposts" content="1"/>
- <meta name="if:mediumposts" content=""/>
- <meta name="if:normalposts" content=""/>
- <meta name="if:grayscale" content="0"/>
- <meta name="if:showCaption" content="0"/>
- <meta name="color:info text" content="#fff"/>
- <meta name="color:info BG" content="#1f1d1d"/>
- <meta name="color:Link" content="#1f1d1d"/>
- <meta name="color:Link-hover" content="#555555"/>
- <meta name="color:Background" content ="#f9f9f9"/>
- <meta name="color:navi BG hover" content="#000"/>
- <meta name="color:navi text hover" content="#fff"/>
- <meta name="color:navi text" content="#000"/>
- <meta name="color:navigation BG" content="#000"/>
- <meta name="color:navigation text" content="#fff"/>
- <meta name="color:navigation BG hover" content="#ffff23"/>
- <meta name="color:navigation text hover" content="#000"/>
- <meta name="color:posts" content ="#ffffff"/>
- <meta name="color:inform bg" content ="#000"/>
- <meta name="color:inform text" content ="#fff"/>
- <meta name="color:Text" content="#4e4e4e"/>
- <meta name="color:H1 text" content ="#666"/>
- <meta name="color:H2 text" content ="#1F1D1D"/>
- <meta name="color:H2 BG" content ="#fff"/>
- <meta name="color:H1 BG" content ="#fff"/>
- <meta name="color:border" content="#fff"/>
- <meta name="image:background image" content=""/>
- <meta name="image:entry BG image" content=""/>
- <meta name="image:portrait" content="http://static.tumblr.com/1f1tzta/Xf8m8mmfl/untitled-2.png"/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <meta name="text:Custom Link Five" content=""/>
- <meta name="text:Custom Link Five URL" content=""/>
- <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px;border: 2px solid #000;}
- ::-webkit-scrollbar-thumb { border: 2px solid #fff;}
- body {
- background-color: #fff;
- font-family: "Open Sans", Arial, sans-serif;
- font-size: 12px;
- line-height: 14px;
- font-weight:400;
- font-size: 11px;
- color: {color:text};
- background-color: {color:Background};
- background-attachment: fixed;
- background-repeat: repeat;
- background-image: url({image:background image});
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Link-hover};
- }
- h1{
- border-left: 20px solid #eee;
- border-right: 20px solid #eee;
- line-height: 15pt;
- font-family: courier new;
- text-transform: uppercase;
- font-size: 9px;
- letter-spacing: 2px;
- margin-bottom: 7px;
- text-align: center;
- background-color:{color:h1 BG};
- color:{color:h1 text};
- }
- h1 a{
- color:{color:h1 text};
- }
- h2 {
- font-size: 8pt;
- font-weight:100;
- font-family: 'Lora', serif;
- font-style: italic;
- text-align:center;
- text-transform: none;
- letter-spacing: 1px;
- background-color:{color:h2 BG};
- color: {color:h2 text};
- }
- {block:Ifgrayscale}
- img {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- }
- {/block:Ifgrayscale}
- #music{
- margin-top:13px;
- position:fixed;
- padding:10px;
- text-align:center;
- height:12px;
- width:50px;
- overflow:hidden;
- color:#888;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background-color:{color:posts};
- {block:IndexPage}
- {block:Ifnormalposts}margin-left:677px;{/block:Ifnormalposts}
- {block:Ifmediumposts}margin-left:572px;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-left: 422px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}margin-left:677px;{/block:PermalinkPage}
- }
- #topnav{
- position:fixed;
- text-align:center;
- height:35px;
- padding:10px;
- top:0px;
- left:50%;
- border-bottom:1px solid #eee;
- {block:IndexPage}
- {block:Ifnormalposts}margin-left:-435px;width:750px;{/block:Ifnormalposts}
- {block:Ifmediumposts}margin-left:-380px;width:650px;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-left: -280px;width:500px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}margin-left:-435px;width:750px;{/block:PermalinkPage}
- }
- #toppy{
- position:fixed;
- top:0px;
- left:50%;
- padding-top:20px;
- height:35px;
- background-color:{color:posts};
- color:{color:navigation text};
- {block:IndexPage}
- {block:Ifnormalposts}margin-left:-300px;width:505px;{/block:Ifnormalposts}
- {block:Ifmediumposts}margin-left:-250px;width:405px;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-left: -170px;width:300px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}margin-left:-350px;width:600px;{/block:PermalinkPage}
- }
- #topnav a{
- padding:2px;
- text-transform:uppercase;
- font-family:trebuchet ms;
- font-size:7px;
- letter-spacing:2px;
- background-color:{color:navigation BG};
- color:{color:navigation text};
- }
- #topnav a:hover{
- background-color:{color:navigation BG hover};
- color:{color:navigation text hover};
- }
- #navi{
- position:absolute;
- text-align:left;
- top:9px;
- left:170px;
- }
- #navi a{
- background-color:{color:posts};
- padding:2px 50px 2px 20px;
- text-transform:uppercase;
- font-family:trebuchet ms;
- font-size:7px;
- line-height:7px;
- letter-spacing:2px;
- border-bottom:1px solid #fff;
- color:{color:navi text};
- background-color:{color:posts};
- }
- #navi a:hover{
- color:{color:navi text hover};
- background-color:{color:navi BG hover};
- }
- .side {
- position: fixed;
- width: 15%;
- height:200px;
- bottom:200px;
- {block:IndexPage}
- {block:Ifnormalposts}right: 15%;{/block:Ifnormalposts}
- {block:Ifmediumposts}right: 18%;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-right: 70px;right: 17%;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}right: 15%;{/block:PermalinkPage}
- }
- }
- #side1 {
- position:fixed;
- top:250px;
- margin-left:-70px;
- }
- .side-portrait {
- width: 100%;
- height: 100%;
- position: relative;
- box-shadow: 0 1px 2px rgba(0,0,0,0.1);
- cursor: default;
- }
- .side-info-wrap,
- .side-info{
- position: absolute;
- width: 100px;
- height: 100px;
- }
- .side-info-wrap {
- top: 20px;
- left: 20px;
- background-color:;
- box-shadow:
- 0 0 0 20px {color:border},
- inset 0 0 3px rgba(115,114, 23, 0.8);
- }
- .side-info > div {
- display: block;
- position: absolute;
- width: 100%;
- height: 100%;
- background-position: center center;
- -webkit-backface-visibility: hidden;
- }
- .side-info .side-info-front {
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .side-info .side-info-back {
- opacity: 0;
- background: {color:inform BG};
- pointer-events: none;
- -webkit-transform: scale(1.5);
- -moz-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
- -webkit-transition: all 0.4s ease-in-out 0.2s;
- -moz-transition: all 0.4s ease-in-out 0.2s;
- -o-transition: all 0.4s ease-in-out 0.2s;
- -ms-transition: all 0.4s ease-in-out 0.2s;
- transition: all 0.4s ease-in-out 0.2s;
- }
- .side-img-1 {
- background-image: url({image:portrait});
- }
- .side-info h3 {
- color: {color:inform text};
- text-transform: uppercase;
- letter-spacing: 2px;
- line-height:22px;
- font-size: 18px;
- margin: 0 15px;
- padding: 40px 0 0 0;
- height: 80px;
- font-family: 'Open Sans', Arial, sans-serif;
- text-shadow:
- 0 0 1px #fff,
- 0 1px 2px rgba(0,0,0,0.3);
- }
- .side-info p {
- color: #fff;
- padding: 10px 5px 0;
- font-style: italic;
- margin: 0 30px;
- font-size: 12px;
- border-top: 1px solid rgba(255,255,255,0.5);
- }
- .side-info p a {
- display: block;
- color:;
- font-style: normal;
- font-weight: 700;
- text-transform: uppercase;
- font-size: 9px;
- letter-spacing: 1px;
- padding-top: 4px;
- font-family: 'Open Sans', Arial, sans-serif;
- }
- .side-info p a:hover {
- color: #fff;
- }
- .side-portrait:hover .side-info-front {
- -webkit-transform: scale(0);
- -moz-transform: scale(0);
- -o-transform: scale(0);
- -ms-transform: scale(0);
- transform: scale(0);
- opacity: 0;
- }
- .side-portrait:hover .side-info-back {
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- pointer-events: auto;
- }
- #desc{
- position:absolute;
- text-align:left;
- top:55px;
- left:180px;
- width:110px;
- font-size:10px;
- letter-spacing:1px;
- font-style:italic;
- font-family: calibri;
- color:{color:inform text};
- }
- #content{
- position: absolute;
- top: 40px;
- left: 0px;
- width: 100%;
- height: 1px;
- overflow: visible;
- }
- .container{
- position: relative;
- left: 50%;
- margin-bottom: 30px;
- background-color:{color:posts};
- {block:IndexPage}
- {block:Ifnormalposts}margin-left:-250px;width:500px;{/block:Ifnormalposts}
- {block:Ifmediumposts}margin-left:-200px;width:400px;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-left: -125px;width:250px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}margin-left:-250px;width:500px;{/block:PermalinkPage}
- }
- #cont{
- position:relative;
- left:50%;
- margin-top:-40px;
- border-left:1px solid #eee;
- border-right:1px solid #eee;
- {block:IndexPage}
- {block:Ifnormalposts}margin-left:-350px;width:600px;{/block:Ifnormalposts}
- {block:Ifmediumposts}margin-left:-300px;width:500px;{/block:Ifmediumposts}
- {block:Ifsmallposts}margin-left: -200px;width:350px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}margin-left:-351px;width:605px;{/block:PermalinkPage}
- background-color: {color:posts};
- background-attachment: fixed;
- background-repeat: repeat;
- background-image: url({image:entry BG image});
- }
- .askcontain {
- background:transparent;
- margin-left:10px;
- border-bottom: 1px dotted #eee;
- padding-bottom: 3px;
- }
- .answer{
- position:relative;
- overflow:auto;
- {block:IndexPage}
- {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
- {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
- {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- img{
- max-width:100%;
- }
- .askingimage{
- position: relative;
- margin: 0px;
- background:{color:posts};
- border:1px solid #eee;
- padding: 5px;
- }
- .audiotext {
- font-size: 8px;
- font-family: trebuchet ms;
- text-transform:uppercase;
- line-height: 10px;
- letter-spacing: 1px;
- }
- .audioplayer {
- opacity: 0.96;
- filter:alpha(opacity=0.96);
- width: 500px;
- position: relative;
- overflow: hidden;
- padding: 2px 0;
- background-color: {color:posts};
- }
- .audiocont{
- position: absolute;
- padding:5px;
- left: 80px;
- top: 80px;
- width:25px;
- height:20px;
- }
- .audiocirc {
- margin-left:25px;
- margin-top:25px;
- width: 25px;
- height: 30px;
- overflow: hidden;
- }
- .albumart {
- position: relative;
- margin-left:-3px;
- margin-top:-10px;
- {block:IndexPage}
- {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
- {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
- {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- background-color: {color:posts};
- }
- #albumart {
- {block:IndexPage}
- {block:Ifnormalposts}width:500px;{/block:Ifnormalposts}
- {block:Ifmediumposts}width:400px;{/block:Ifmediumposts}
- {block:Ifsmallposts}width:250px;{/block:Ifsmallposts}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- #pagination{
- margin-left:80px;
- margin-top:150px;
- font-family: "Arial Black",Gadget,sans-serif;
- font-size:40px;
- }
- .postinfo {
- position:absolute;
- text-align:left;
- background-color:{color:info BG};
- color:{color:info text};
- width:5px;
- padding:5px;
- height:auto;
- margin-left:-15px;
- font-family:trebuchet ms;
- line-height:8px;
- font-size:7px;
- text-transform:uppercase;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .postinfo a{
- color:{color:info text};
- }
- .container:hover .postinfo{
- padding:5px;
- width:100px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #infoperm{
- text-align:center;
- margin-top:-20px;
- margin-bottom:10px;
- font-family:trebuchet ms;
- font-size:7px;
- line-height:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px 10px 9px 10px;
- width:580px;
- background-color:{color:posts};
- }
- blockquote{
- font-size:9px;
- font-family:calibri;
- margin:1.5em 3em;
- padding:.5em 1em;
- color:{color:text};
- border-left:3px solid {color:info BG};
- background-color:{color:background};
- }
- ul {
- list-style-type: square;
- list-style-image: inherit;
- list-style-position: inside;
- color: {color: Text};
- }
- ol {
- list-style-type: decimal;
- list-style-position: inside;
- color: {color: Text};
- }
- #notes {
- position:absolute;
- left:50%;
- border-left:1px solid #eee;
- border-right:1px solid #eee;
- margin-top:-10px;
- margin-left:-351px;
- width:605px;
- }
- .note {
- font-family:trebuchet ms;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding: 5px;
- position:relative;
- background-color:{color:posts};
- color: {color:text};
- }
- .notes img{
- border: 0px;
- border-radius:50%;
- max-width:20px;
- width:20px;
- }
- .notes li {
- list-style-type: none;
- }
- </style>
- </head>
- <body>
- <div class="side">
- <div id="side1">
- <div id="navi">
- <a href="/">Homepage</a><br>
- <a href="/">Inbox</a><br>
- <a href="/">Archive</a>
- </div>
- <div id="desc">
- <span style="background-color:{color:inform BG}; padding:3px;line-height:13px;">{Description}</span>
- </div>
- <ul class="side-grid">
- <div class="side-portrait side-img-1">
- <div class="side-info-wrap">
- <div class="side-info">
- <div class="side-info-front side-img-1"></div>
- <div class="side-info-back">
- {block:Ifpicturehovertext}<h3><center>{text:picture hover text}</h3></center>{/block:Ifpicturehovertext}
- </div>
- </div>
- </div>
- </div>
- </ul>
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">-</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">+</a>
- {/block:NextPage}
- </div>
- </div>
- </div>
- <div id="content">
- <div id="cont">
- <br><br><br><br><br>
- {block:Posts}
- <div class="container">
- {block:IndexPage}
- <div class="postinfo">
- <a href="{Permalink}">p<br>e<br>r<br>m<br>a<br>l<br>i<br>n<br>k</a>
- </div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:IndexPage}<a href="{Permalink}"><img class="postimg" src="{PhotoURL-500}"
- {block:Ifnormalposts}width="500px"{/block:Ifnormalposts}
- {block:Ifmediumposts}width="400px"{/block:Ifmediumposts}
- {block:Ifsmallposts}width="250px"{/block:Ifsmallposts}alt="{PhotoAlt}"></a>
- {block:IfshowCaption}
- {Caption}
- {/block:IfshowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}
- <img class="photo" src="{PhotoURL-500}" width="500px"
- alt="{PhotoAlt}"/>{LinkCloseTag}
- {Caption}{/block:PermalinkPage}
- {/block:photo}
- {block:Photoset}
- {block:IndexPage}{block:Ifnormalposts}{Photoset-500}{/block:Ifnormalposts}
- {block:Ifmediumposts}{Photoset-400}{/block:Ifmediumposts}
- {block:Ifsmallposts}{Photoset-250}{/block:Ifsmallposts}
- {block:IfshowCaption}
- {Caption}
- {/block:IfshowCaption}{/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}{Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <h2>"{Quote}"</h2>
- {block:Source}
- <div style="text-align:right;font-style:italic;font-size:8px;letter-spacing:1px;font-family:calibri;text-transform:uppercase;
- ">? {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}<h1>{block:TrackName}<span><span>{TrackName}</span></span>{/block:TrackName}</h1>
- <div class="audiotext" style="margin-bottom: -8px !important;">
- <table><tr><td>
- <div class="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" id="albumart" style="margin: 0;">
- {/block:AlbumArt}
- <div class="audiocont" style="opacity:.9;width:80px;height:80px;background-color: {color:posts};overflow: hidden;">
- <div class="audiocirc">
- {AudioPlayerWhite}
- </div></div>
- </div>
- </td>
- <td>
- <div class="audiotext">
- <tr><td>{block:Artist}<b>ARTIST: </b><i>{Artist}</i>{/block:Artist}</td></tr>
- <tr><td>{block:Album}<b>ALBUM: </b><i>{Album}</i>{/block:Album}</td></tr>
- <tr><td>{block:PlayCount}<b>Plays:</b> <i>{FormattedPlayCount}</i> {/block:PlayCount}</td>
- </tr>
- </td></tr></table>
- </div>
- <div style="margin-bottom:20px;"></div>
- {block:IfshowCaption}
- {Caption}
- {/block:IfshowCaption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{block:Ifnormalposts}{Video-500}{/block:Ifnormalposts}
- {block:Ifmediumposts}{Video-400}{/block:Ifmediumposts}
- {block:Ifsmallposts}{Video-250}{/block:Ifsmallposts}
- {block:IfshowCaption}
- {Caption}
- {/block:IfshowCaption}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <a href="{Permalink}"><img src="{AskerPortraitURL-30}" align="left" class="askingimage">
- <div class="askcontain">{Asker} <i>asked:</i> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:answer}
- </div>
- {block:PermalinkPage}
- <div id="infoperm">
- <center>
- {block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}<br>
- {block:PostNotes}<b>With:</b> {NoteCountWithLabel} - {/block:PostNotes}<b>Posted:</b> {block:Date}{TimeAgo}{/block:Date} <br>
- {block:RebloggedFrom}<b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- </center>
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- <div id="topnav">
- <div id="music">
- <div id="musicplayer"><center><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.mediafire.com/?z65us012044tf91&t0=Off to the races&f1=http://www.mediafire.com/?hh2z8waghff6qgy&t1=Dark Paradise&f2=http://www.mediafire.com/?asnaanacuk10rs3&t2=Without you&f3=http://www.mediafire.com/?31996ns1cctryaz&t3=Born to die&f4=http://www.mediafire.com/?39bwwbc9bwz6itu&t4=this is what makes us girls&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
- </div>
- <div id="toppy">
- <a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"> {text:Custom Link One}{/block:IfCustomLinkOne}</a>
- {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"> {text:Custom Link Two}{/block:IfCustomLinkTwo}</a>
- {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"> {text:Custom Link Three}{/block:IfCustomLinkThree}</a>
- {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"> {text:Custom Link Four}{/block:IfCustomLinkFour}</a>
- {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"> {text:Custom Link Five}{/block:IfCustomLinkFive}</a>
- </div>
- </div>
- </div>
- <div id="notes">
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment