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">
- <head>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:text" content="#000000">
- <meta name="color:Bold" content="#774e84">
- <meta name="color:background" content="#f1f1f1">
- <meta name="color:EntryBorder" content="#D39EE6">
- <meta name="color:Entries" content="#ffffff">
- <meta name="color:EntryLinks" content="#e04c85">
- <meta name="color:EntryLinksOnHover" content="#c7add6">
- <meta name="color:Pagination" content="#000000">
- <meta name="color:IconBorder" content="#a7123f">
- <meta name="color:IconBackground" content="#AB71B0">
- <meta name="color:IconLink" content="#FFFFFF">
- <meta name="color:ChatOdd" content="#9D5CB0">
- <meta name="color:ChatEven" content="#f26d9b">
- <meta name="color:ButtonBorder" content="#D39EE6">
- <meta name="color:ButtonText" content="#AB71B0">
- <meta name="color:ButtonBorderHover" content="#e04c85">
- <meta name="color:ButtonTextHover" content="#e04c85">
- <meta name="color:Tags" content="#9D5CB0">
- <meta name="color:TagsHover" content="#57456F">
- <meta name="image:Icon1" content="http://static.tumblr.com/jyuasny/iKRn2yud4/do.png">
- <meta name="image:Icon2" content="http://static.tumblr.com/jyuasny/R8en2yudl/tre.gif">
- <meta name="image:Icon3" content="http://static.tumblr.com/jyuasny/QhZn2yucj/uno.png">
- <meta name="image:background" content="http://static.tumblr.com/1841cbf5835d6c762292c6ea6cc4be64/hxaftoq/u2smo3oj2/tumblr_static_p6.png">
- <meta name="image:Corner" content="http://static.tumblr.com/jyuasny/F20n2yxbs/cue.png">
- <meta name="if:500px" content="1">
- <meta name="if:400px" content="0">
- <meta name="if:250px" content="0">
- <meta name="if:Pages" content="1">
- <meta name="if:EndlessScroll" content="0">
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:ShowTags" content="1">
- <meta name="if:TinyCursor" content="1">
- <meta name="if:FadeInImages" content="0">
- <meta name="if:FadeOutImages" content="0">
- <meta name="if:BlurImages" content="0">
- <meta name="if:Monochrome" content="0">
- <meta name="text:Link1" content="">
- <meta name="text:Link1Title" content="">
- <meta name="text:Link2" content="">
- <meta name="text:Link2Title" content="">
- <meta name="text:Link3" content="">
- <meta name="text:Link3Title" content="">
- <meta name="text:Link4" content="">
- <meta name="text:Link4Title" content="">
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lancelot' rel='stylesheet' type='text/css'>
- <style type="text/css">
- {block:IfTinyCursor}
- body {cursor: url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif), progress !important;}
- a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
- {/block:IfTinyCursor}
- body {
- font-size:12px;
- font-family:calibri;
- background-attachment:fixed;
- color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- }
- a {
- text-decoration:none;
- }
- #pic img{
- position:fixed;
- left:0px;
- bottom:0px;
- max-height:500px;
- max-width:300px;
- z-index:-99;
- }
- #all {
- margin:0 auto;
- }
- #posts {
- {block:if500px}width:522px;{/block:if500px}
- {block:if400px}width:422px;{/block:if400px}
- {block:if250px}width:272px;{/block:if250px}
- overflow:hidden;
- text-align:justify;
- {block:if500px}margin-left:-300px;{/block:if500px}
- {block:if400px}margin-left:-300px;{/block:if400px}
- {block:if250px}margin-left:-300px;{/block:if250px}
- margin-top:30px;
- }
- #entries pre {
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word;
- word-break:break-all;
- }
- {block:IfFadeOutImages}
- #entries img, #entries iframe {
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #entries img:hover, #entries iframe:hover {
- opacity:.7;
- }
- {/block:IfFadeOutImages}
- {block:IfBlurImages}
- {block:IndexPage}
- #entries img, #entries iframe {
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #entries img:hover, #entries iframe:hover {
- filter: blur(3px);
- -webkit-filter: blur(3px);
- -moz-filter: blur(3px);
- -o-filter: blur(3px);
- -ms-filter: blur(3px);
- }
- {/block:IndexPage}
- {/block:IfBlurImages}
- {block:IfFadeInImages}
- #entries img, #entries iframe {
- opacity:.7;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #entries img:hover, #entries iframe:hover {
- opacity:1;
- }
- {/block:IfFadeInImages}
- {block:IfMonochrome}
- {block:IndexPage}
- #entries img, #entries iframe {
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #entries img:hover, #entries iframe:hover {
- -webkit-filter: grayscale(0);
- }
- {/block:IndexPage}
- {/block:IfMonochrome}
- #entries img {
- max-width:100%;
- }
- #entries blockquote {
- border-left:3px solid {color:EntryBorder};
- margin-left:6px;
- padding-left:4px;
- }
- #entries {
- {block:if500px}width:500px;{/block:if500px}
- {block:if400px}width:400px;{/block:if400px}
- {block:if250px}width:250px;{/block:if250px}
- padding:10px;
- text-align:justify;
- margin-bottom:15px;
- background-color:{color:Entries};
- border:1px solid {color:EntryBorder};
- }
- #entries a {
- color:{color:EntryLinks};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #entries a:hover {
- color:{color:EntryLinksOnHover};
- }
- #entries img {
- max-width:100%;
- }
- #exs {
- position:fixed;
- width:250px;
- top:0px;
- height:100%;
- {block:if500px}margin-left:300px;{/block:if500px}
- {block:if400px}margin-left:200px;{/block:if400px}
- {block:if250px}margin-left:50px;{/block:if250px}
- }
- #links {
- height:100%;
- padding-top:125px;
- top:0px;
- border-left:5px solid {color:IconBorder};
- }
- #links ug {
- display:block;
- margin-left:-41px;
- margin-bottom:15px;
- width:60px;
- height:60px;
- overflow:hidden;
- border:10px solid {color:IconBorder};
- }
- ug img {
- width:60px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- ug:hover img {
- margin-left:-60px;
- }
- #hum a {
- display:block;
- margin-left:60px;
- margin-top:-63px;
- height:60px;
- width:60px;
- line-height:60px;
- text-align:center;
- font-size:12px;
- text-transform:uppercase;
- color:{color:IconLink};
- background-color:{color:IconBackground};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- @-moz-document url-prefix() {
- #hum a {
- margin-top:-64px;
- }
- }
- ug:hover #hum a {
- margin-left:0px;
- }
- #side {
- top:140px;
- position:absolute;
- margin-left:-172px;
- }
- #sidebar {
- width:150px;
- line-height:13px;
- padding:12px 10px;
- font-size:10px;
- background-image: url('http://static.tumblr.com/32cacb4befe59cbdc2bc76a145f6f583/pwhm2by/OY2mo53f8/tumblr_static_linepattern.png');
- border:1px dashed {color:IconBorder};
- }
- #sidebar p {
- margin-top:13px;
- }
- #slinks {
- margin-top:5px;
- }
- #slinks a{
- display:block;
- margin-bottom:2px;
- background-color:{color:IconBackground};
- color:{color:IconLink};
- padding:2px 10px;
- font-family:calibri;
- border-left:10px solid {color:IconBorder};
- line-height:12px;
- font-size:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #slinks a:hover {
- border-left:20px solid {color:IconBackground};
- color:{color:IconBorder};
- background-color:{color:IconLink};
- }
- #title {
- font-family: 'Rouge Script', cursive;
- font-size:25px;
- width:172px;
- letter-spacing:1px;
- }
- #quo {
- font-size:18px;
- text-align:center;
- font-family: 'Lancelot', cursive;
- }
- #quu {
- display:block;
- font-size:22px;
- float:left;
- background-color:{color:EntryBorder};
- color: {color:Entries};
- border:4px solid {color:Entries};
- outline:4px solid {color:EntryBorder};
- height:20px;
- padding-top:5px;
- margin-bottom:5px;
- width:25px;
- }
- #qoo {
- padding:10px 0px;
- }
- #sou {
- text-align:right;
- padding:2px 3px;
- border-right:6px solid {color:EntryBorder};
- font-family:courier;
- }
- #linku {
- font-size:18px;
- text-align:center;
- font-family: 'Lancelot', cursive;
- }
- #linex b{
- color:{color:Bold};
- padding-left:4px;
- }
- #ale {
- padding-top:5px;
- }
- #linex.odd {
- border-left:4px solid {color:ChatOdd};
- margin-bottom:1px;
- }
- #linex.even {
- border-left:4px solid {color:ChatEven};
- margin-bottom:1px;
- }
- .pic1 {
- margin-top:-103px;
- {block:if250px}margin-top:-73px;{/block:if250px}
- }
- @-moz-document url-prefix() {
- .pic1 {
- margin-top:-104px;
- {block:if250px}margin-top:-74px;{/block:if250px}
- }
- }
- #inf p {
- line-height:20px;
- margin-top:0px;
- margin-bottom:0px;
- border-bottom:1px dashed {color:EntryBorder};
- }
- #pagi {
- height:0px;
- width:50px;
- margin-top:-20px;
- margin-bottom:20px;
- margin-left:-27px;
- }
- #pagi a {
- color:{color:Pagination};
- font-size:20px;
- }
- #permalink {
- border-top:1px solid {color:EntryBorder};
- font-size:10px;
- font-family:courier;
- }
- #permalink img {
- display:none;
- }
- #perm {
- margin-top:-12px;
- margin-bottom:15px;
- }
- #perm a {
- color:{color:Tags};
- }
- #perm a:hover {
- color:{color:TagsHover};
- }
- #butt a {
- display:inline-block;
- margin:0px 3px;
- padding:1px 3px;
- background-color:{color:Entries};
- border:1px solid {color:ButtonBorder};
- color:{color:ButtonText};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -ms-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #butt a:hover {
- border:1px solid {color:ButtonBorderHover};
- color:{color:ButtonTextHover};
- text-decoration:none;
- }
- </style>
- {block:IfEndlessScroll}
- <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfEndlessScroll}
- </head>
- <body>
- <div id="pic"><img src="{image:Corner}"></div>
- <table id="all" cellspacing="0" cellpadding="0">
- <tr><td>
- <div id="posts">
- {block:Posts}
- <div id="entries">
- {block:Text}
- {block:Title}<table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:12px !important;"><center>✎</center></div></td>
- <td><div id="linku">{Title}</div></td></tr></table>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center><img src="{PhotoURL-500}"></center>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {block:if500px}{Photoset-500}{/block:if500px}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:if250px}{Photoset-250}{/block:if250px}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div id="quo"><div id="quu">❝</div><div id="qoo">{Quote}</div></div>
- {block:Source}<div id="sou">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Audio}
- <div style="float:right; height:100px; {block:if250px}height:70px;{/block:if250px}">
- <img src="http://static.tumblr.com/jyuasny/1U6n2yubj/adio.png" style="width:100px; {block:if250px}width:70px;{/block:if250px}">
- {block:AlbumArt}<div class="pic1"><img src="{AlbumArtURL}" style="width:100px; {block:if250px}width:70px;{/block:if250px}"></div>{/block:AlbumArt}
- <div style="overflow:hidden; width:20px; height:20px; background-color:#FFF; margin-top:-66px; margin-bottom:30px; margin-left:33px; opacity:.7;border:5px solid #555;{block:if250px}margin-top:-50px; margin-bottom:10px; margin-left:21px;{/block:if250px}">
- <div style="margin-top:-5px; margin-left:-3px;">{AudioPlayerWhite}</div>
- </div>
- </div>
- <div style="min-height:100px;{block:if250px}min-height:70px;{/block:if250px}{block:if500px}width:390px;{/block:if500px}{block:if400px}width:290px;{/block:if400px}{block:if250px}width:175px;{/block:if250px}">
- {block:TrackName}<div id="quo"><div id="quu" style="font-size:14px !important;">♪</div><div id="qoo">{TrackName}</div></div>{/block:TrackName}
- {block:if500px}{block:Artist}<div id="sou">{Artist}</div>{/block:Artist}
- {block:Album}<div id="sou" style="margin-top:2px;">{Album}</div>{/block:Album}{/block:if500px}
- {block:if400px}{block:Artist}<div id="sou">{Artist}</div>{/block:Artist}
- {block:Album}<div id="sou" style="margin-top:2px;">{Album}</div>{/block:Album}{/block:if400px}
- </div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:Audio}
- {block:Chat}
- {block:Title}
- <center><table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr width="40"><td><div id="quu" style="font-size:12px !important;"><center>♣</center></div></td>
- <td><div id="linku">{Title}</div></td></tr></table></center>
- {/block:Title}
- <div id="ale">
- {block:Lines}<div id="linex" class="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Video}
- {block:if500px}{Video-500}{/block:if500px}
- {block:if400px}{Video-400}{/block:if400px}
- {block:if250px}{Video-250}{/block:if250px}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Link}
- <table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:15px !important;"><center>➵</center></div></td>
- <td><div id="linku"><a href="{URL}" {Target}>{Name}</a></div></td></tr></table>
- {block:Description}<div>{Description}</div>{/block:Description}
- {/block:Link}
- {block:Answer}
- <table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:12px !important;"><center><img src="{AskerPortraitURL-48}" width="40px" style="margin-top:-5px;"></center></div></td>
- <td><div id="linku">{Question}</div></td></tr></table>
- <div id="sou">{Asker}</div>
- {Answer}
- {/block:Answer}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
- {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Orig: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}-->
- {/block:ContentSource}
- {block:PermalinkPage}
- <div id="permalink">
- {block:Date}Posted on {Month} {DayOfMonth}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br>Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}
- <div id="perm">
- <div id="butt" style="display:inline;">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>
- {block:IfShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
- </div>
- {/block:IndexPage}
- {/block:Posts}
- </div>
- <table id="exs" cellspacing="0" cellpadding="0">
- <tr><td>
- <div id="links">
- {block:IfPages}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">–</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" style="float:right;">+</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IfPages}
- <ug>
- <img src="{image:Icon1}">
- <div id="hum"><a href="/">Home</a></div>
- </ug>
- <ug>
- <img src="{image:Icon2}">
- <div id="hum"><a href="/ask">Ask</a></div>
- </ug>
- <ug>
- <img src="{image:Icon3}">
- <div id="hum"><a href="/archive">Past</a></div>
- </ug>
- </div>
- </td><td>
- <div id="side">
- <div id="title">{Title}</div>
- <div id="sidebar">
- {Description}
- </div>
- <div id="slinks">
- {block:IfLink1}<a href="{text:Link1}"> {text:Link1Title} </a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link2}"> {text:Link2Title} </a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link3}"> {text:Link3Title} </a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link4}"> {text:Link4Title} </a>{/block:IfLink4}
- <a href="http://bakao.co.vu">Theme</a>
- </div>
- </div>
- </td></tr>
- </table>
- </td></tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement