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>
- <script type="text/javascript">
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(5);
- tb8_messages[0] = "You're";
- tb8_messages[1] = "going";
- tb8_messages[2] = "to be";
- tb8_messages[3] = "something";
- tb8_messages[4] = "extraordinary...";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 60;
- tb8_delay = 2500;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <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}
- <!---- Woop
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:border" content="#F2F2F2"/>
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1" content="Link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="Link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="Link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border: 2px solid {color:background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:9px;
- background-color: {color:scrollbar};
- border: 4px solid {color:background};
- }
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- h1 {
- font-weight:normal;
- font-size:13px;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:normal;
- color:{color:text};
- }
- h2 {
- font-size:10px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:bold;
- text-transform:uppercase;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:times;
- font-size:12px;
- line-height:120%;
- background-image:url("http://41.media.tumblr.com/15fc6f31acdd0b5a9b444bb641dc1a40/tumblr_nndx8oKGmx1utkviyo1_r1_1280.png");
- background-attachment: fixed;
- background-image:stretch;
- background-repeat: no-repeat;
- background-image:cover;
- background-position:left top;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link hover};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #theme {
- width:500px;
- margin:0 auto -12px auto;
- }
- #post {
- width:400px;
- padding-bottom:30px;
- margin-top:10px;
- }
- #entries {
- padding:10px;
- left:500px;
- top:50px;
- position:fixed;
- background-color:transparent;
- width:450px;
- height:270px;
- top:240px;
- padding: 20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:120px;
- height:auto;
- right:70px;
- center:500px;
- text-align:left;
- }
- #sidebarimage img {
- width:100px;
- margin-top:0px;
- margin-bottom:5px;
- padding:-1px;
- outline-offset:4px;
- }
- #links {
- position:fixed;
- font-family:cambria;
- width:150px;
- bottom:50px;
- right:560px;
- font-size:20px;
- text-transform:lowercase;
- text-align:center;
- line-height:170%;
- }
- #links a{
- line-height:170%;
- padding:1px;
- margin-top:1px;
- margin-left:2px;
- color:{color:link};
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #links a:hover {
- color: {color:link hover};
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #description {
- width:110px;
- font-family:times;
- margin-bottom:0px;
- margin-top:20px;
- margin-left:-2px;
- text-align:justify;
- font-size:80%;
- color: {color:text};
- letter-spacing:1px;
- line-height:115%;
- }
- #description a {
- color:{color:link};
- }
- #description a:hover {
- color:{color:link hover};
- }
- #pagination {
- font-family:cambria;
- width:103px;
- font-size:8px;
- text-transform:normal;
- margin-top:48px;
- margin-left:0px;
- padding-top:25px;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- }
- #pagination a {
- color:{color:link};
- }
- #info {
- font-family:cambria;
- width:398px;
- margin-top:-13px;
- padding-top:1px;
- font-size:8px;
- letter-spacing:1px;
- color:{color:text};
- text-transform:lowercase;
- opacity:0;
- text-align:left;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #info a {
- color:{color:link};
- text-align:right;
- }
- #info a:hover {
- color:{color:link hover};
- }
- #post:hover #info {
- margin-top:3px;
- opacity:1;
- -moz-transition-duration:1.2s;
- -webkit-transition-duration:1.2s;
- -o-transition-duration:1.2s;
- }
- .tags {
- font-family:cambria;
- font-style:normal;
- width:398px;
- text-transform:italic;
- color:{color:link};
- line-height:120%;
- opacity:0;
- font-size:8px;
- text-align:left;
- padding-top:7px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #post:hover .tags {
- opacity:1;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- .audio{
- background-color:#e5e5e5;
- height:65px;
- overflow:hidden;
- }
- #ask {
- float:left;
- margin-left:10px;}
- #credit {
- font-size:9px;
- font-family:cambria;
- font-style:italic;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a {
- background-color:#fff;
- padding:5px;
- border:1px solid #e9e9e9;
- position:fixed;
- right:15px;
- bottom:10px
- }
- #credit a:hover {
- color:#fff;
- background-color:#191919;
- }
- {CustomCSS}#updates {
- text-align: center;
- font-size: 11px;
- position:fixed;
- left:5px;
- top:-111px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:999;
- }
- #updates:hover {top:0px;}
- #update {
- border-right-style:dashed;
- border-bottom-style:dashed;
- border-left-style:dashed;
- border-width:1px;
- border-color:#000;
- padding: 5px 0 5px 0;
- background: #fff;
- width:200px;
- height:100px;
- border-bottom-right-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- z-index: 9999;
- }
- #updatestab {
- border-top-style:none;
- border-right-style:dashed;
- border-bottom-style:dashed;
- border-left-style:dashed;
- border-width:1px;
- border-color:#000;
- text-align: center;
- height:10px;
- padding: 2px 0 8px 0;
- background:#fff;
- border-bottom-left-radius: 5px;
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- width: 200px;
- }
- </style></head><body><div id="updates">
- <div id="update"> <center><b>
- <center>
- Souji Seta || Persona 4
- <p>
- Selective || Singleship<p>
- Replies owed: 0 || Drafts: 0<p>
- <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k003.kiwi6.com/hotlink/ewg1vj0hyf/Akaneiro_ga_Moeru_Toki_-_Kuusou_Mugetz.mp3&t0=Akaneiro_ga_Moeru_Toki_-_Kuusou_Mugetz&f1=http://k003.kiwi6.com/hotlink/4qupr3vtx7/01_-_Kimluca.mp3&t1=01_-_Kimluca&total=2" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
- </center>
- </center></div>
- <div id="updatestab">Hover</div>
- </div>
- <div id="theme">
- <div id="sidebar">
- <div id="sidebarimage">
- <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
- <div id="links">
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- </div>
- <div id="description">
- {Description}</div>
- <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
- {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
- {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName} {TrackName}{/block:TrackName}
- {block:Artist} — {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> <em>{Asker}:<br> <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
- {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
- {block:HasTags}
- <div class="tags">
- {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement