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}</title>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <!-- Starcrossed THEME BY DOHDORO ----//*********
- ***DO NOT REMOVE THE CREDIT PLEASE.
- ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
- ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
- ***DO NOT USE AS BASE --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#afafaf"/>
- <meta name="color:Bold" content="#000000"/>
- <meta name="color:Italic" content="#000000"/>
- <meta name="color:Links" content="#afafaf"/>
- <meta name="color:Links hover" content="#000000"/>
- <meta name="color:description text" content="#ffffff"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Audio Border" content="#eeeeee"/>
- <meta name="color:Post Border" content="#eeeeee"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:top bar" content="#000000"/>
- <meta name="color:link bar" content="#40E0D0"/>
- <meta name="color:top links" content="#ffffff"/>
- <meta name="color:bottom bar" content="#000000"/>
- <meta name="color:image border" content="#ffffff"/>
- <meta name="color:navigation border" content="#ffffff"/>
- <meta name="color:Navigation" content="#ffffff"/>
- <meta name="color:info border" content="#eeeeeee"/>
- <meta name="color:info" content="#eeeeeee"/>
- <meta name="color:Asker Text" content="#000000"/>
- <meta name="color:Question Text" content="#000000"/>
- <meta name="color:Answer Text" content="#888888"/>
- <meta name="color:Answer Background" content="#40e0d0"/>
- <meta name="color:askbox border" content="#eeeeee"/>
- <meta name="color:Caption Background" content="#fafafa"/>
- <meta name="color:Caption Text" content="#afafaf"/>
- <meta name="color:caption border" content="#eeeeee"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Bar image" content=""/>
- <meta name="image:description image" content=""/>
- <meta name="if:Show Captions" content="0">
- <meta name="if:Infinite Scroll" content"0">
- <meta name="text:Nav 1 URL" content="">
- <meta name="text:Nav 1 title" content="links">
- <meta name="text:Nav 2 URL" content="">
- <meta name="text:Nav 2 title" content="links">
- <meta name="text:Nav 3 URL" content="">
- <meta name="text:Nav 3 title" content="links">
- <meta name="text:Nav 4 URL" content="">
- <meta name="text:Nav 4 title" content="links">
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height:1px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: #000000; }
- body {
- font:10px consolas;
- color:{color:Text};
- background:{color:Background};
- background-image:url('{image:Background}');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position:left bottom;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -webkit-transition: .7s ease-in-out;
- }
- a:hover {
- color:{color:Links Hover};
- -webkit-transition: .7s ease-in-out;
- }
- b, strong{
- color:{color:Bold};
- }
- i, em {
- color:{color:Italic};
- }
- blockquote {
- Background:{color:Caption Background};
- }
- #title {
- position:fixed;
- display:block;
- z-index:99999;
- margin-left:210px;
- margin-top:-110px;
- width:130px;
- height:100;
- font-family:helvetica sans serif;
- text-align:center;
- font-size:35px;
- line-height:20px;
- letter-spacing:-3px;
- padding:0px;
- text-transform:lowercase;
- color:{color:title};
- }
- #barbarbar {
- position:fixed;
- z-index:99999;
- width:100%;
- height:70px;
- top:0px;
- left:0px;
- background:{color:top bar};
- background-image:url('{image:Bar image}');
- background-repeat:repeat;
- background-attachment:fixed;
- outline:30px solid {color:link bar};
- }
- #toplinks {
- position:fixed;
- z-index:999999;
- margin-left:150px;
- margin-top:-71px;
- width:400px;
- }
- #toplinks a {
- position:relative;
- display:inline-block;
- font-family:arial;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- margin:20px;
- color:{color:top links};
- }
- #toplinks a:hover{
- color:transparent;
- text-shadow: 0 0 3px rgba(0,0,0,0.3)
- -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;
- }
- #bottombar {
- position:fixed;
- z-index:99999;
- width:500px;
- height:120px;
- bottom:0px;
- margin-left:15px;
- background:{color:bottom bar};
- border-radius: 30px 30px 0px 0px;
- -webkit-border-radius: 30px 30px 0px 0px;
- -moz-border-radius: 30px 30px 0px 0px;
- }
- #stars {
- display:inline-block;
- float:left;
- padding:10px;
- margin-top:5px;
- margin-left:10px;
- }
- #stars img {
- width:100px;
- height:80px;
- border:5px solid {color:image border};
- border-radius: 10px 10px 10px 10px;
- -webkit-border-radius: 10px 10px 10px 10px;
- -moz-border-radius: 10px 10px 10px 10px;
- -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;
- }
- #stars img:hover {
- -webkit-filter: blur(3px);
- }
- #desc {
- position:fixed;
- overflow:auto;
- margin-top:8px;
- margin-left:135px;
- width:250px;
- height:85px;
- padding:10px;
- text-align:justify;
- font-family:consolas;
- letter-spacing:1px;
- line-height:10px;
- color:{color:description text};
- }
- #navigation{
- margin-left:410px;
- margin-top:30px;
- width:100px;
- }
- #navigation a {
- display:inline-block;
- width:30px;
- height:auto;
- padding:3px;
- font-family:consolas;
- color:{color:Navigation};
- border-left:1px solid {color:navigation border};
- border-right:1px solid {color:navigation border};
- border-top:1px solid {color:navigation border};
- border-bottom:1px solid {color:navigation border};
- font-size:10px;
- text-align:center;
- }
- #navigation a:hover {
- color:transparent;
- text-shadow: 0 0 3px rgba(0,0,0,0.3)
- -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;
- }
- #contain {
- width:500px;
- margin:auto;
- }
- #posts {
- left:20px;
- margin:30px;
- width:400px;
- height:auto;
- padding-left:30px;
- padding-right:30px;
- padding-bottom:30px;
- margin-bottom:130px;
- margin-top:130px;
- border:1px solid {color:Post Border};
- background:{color:Posts Background};
- }
- #posts a {
- color:{color:Links};
- }
- #posts a:hover {
- color:{color:Links Hover};
- }
- #posts img {
- max-width:100%;
- }
- #posts:hover #infoside {
- opacity:1;
- filter:alpha(opacity=100);
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- }
- #infoside {
- width:60px;
- padding:10px;
- float:right;
- margin-right:-140px;
- padding-top:10px;
- padding-bottom:10px;
- color: {color:info};
- border:3px double {color:info border};
- opacity:0;
- filter:alpha(opacity=0);
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s; }
- }
- #infoside a{
- color:{color:info};
- }
- #infoside a:hover {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- h1 {
- font-family:consolas;
- font-size:10px;
- text-align:center;
- }
- h1 a{
- color:{color:Post Links};
- text-decoration:none;
- }
- #quotes {
- font-family:arial;
- font-size:17px;
- text-align:center;
- letter-spacing:0px;
- text-transform:uppercase;
- }
- #audio {
- width:100%;
- margin-left:10px;
- }
- .tumblr_audio_player {
- height: 40px;
- width: 350px;
- border:10px solid {color:Audio Border};
- }
- #ask {
- padding:20px;
- color:{color:Question Text};
- text-align:center;
- font-size:10px;
- font-family:consolas;
- }
- #asker {
- font-size:15px;
- background:{color:Asker Background};
- color:{color:Asker Text};
- font-family:arial;
- text-align:center;
- letter-spacing:1px;
- padding:20px;
- text-transform:uppercase;
- border-bottom:1px solid {color:askbox border};
- }
- #asker img {
- border:3px double {color:Post Border};
- padding:5px;
- -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;
- }
- #asker img:hover {
- -webkit-filter: blur(3px);
- }
- #answers {
- background:{color:Answer Background};
- Color:{color:Answer Text};
- text-align:center;
- padding:20px;
- font-size:11px;
- font-family:consolas;
- }
- #caption {
- width:390;
- margin-top:7px;
- color:{color:Caption Text};
- background:{color:Caption Background};
- padding:5px;
- word-wrap:break-word;
- font-size:10px;
- font-family:consolas;
- border-left:3px solid {color:caption border};
- }
- #caption img{
- width:400px;
- }
- #notecounts {
- float:left;
- width:400px;
- margin-top:30px;
- color:{color:Post link};
- font-family:Consolas;
- font-size:10px;
- text-align:left;
- }
- ol.notecounts {
- list-style-type:square;
- }
- #pagi {
- position:fixed;
- z-index:999999;
- margin-top:5px;
- margin-left:410px;
- font-family:arial;
- font-size:8px;
- }
- .jump_page {
- padding: 4px 4px;
- color:#eee;
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 4px;
- color: #fff;
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin-top:25px;
- margin-left:15px;
- padding-left:5px;
- padding-right:5px;
- padding-top:1px;
- padding-bottom:1px;
- z-index:999999;
- border:0px double #eee;
- background-color:#FFF;
- color:#888;
- font-family:cambria;
- font-size:9px;
- letter-spacing:1px;
- text-transform:lowercase;
- line-height:13px;
- border:3px double #eee;
- }
- #thmcredit {
- position:fixed;
- z-index:99999;
- bottom:5px;
- right:10px;
- background:#fff;
- font-weight:bold;
- font-size:10px;
- color:#000000;
- font-family:Cambria;
- </style>
- <body>
- <div id="barbarbar"></div>
- <div id="contain">
- <div id="title">{title}</div>
- <div id="toplinks">
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- <a href="/archive">MEMORIES</a>
- </div>
- <div id="bottombar">
- <div id="desc">{description}</div>
- <div id="stars">
- <img src="{image:description image}"></a></div>
- <div id="navigation">
- <a href="{text:Nav 1 URL}" title="{text:Nav 1 title}">01</a>
- <a href="{text:Nav 2 URL}" title="{text:Nav 2 title}">02</a>
- <a href="{text:Nav 3 URL}" title="{text:Nav 3 title}">03</a>
- <a href="{text:Nav 4 URL}" title="{text:Nav 4 title}">04</a>
- </div>
- {block:IfNotInfiniteScroll}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div> {/block:IfNotInfiniteScroll}
- </div>
- <div class ="autopagerize_page_element">
- {block:posts}
- <div id="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="moreinf">
- <div style="text-align:right"><br><br>
- </div>
- </div>
- {block:IndexPage}
- <div id="infoside">
- <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/bj5zkci/ecTn1eenk/heart.png"></a> <br>
- {block:HasTags}
- <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}"><img src="http://static.tumblr.com/bj5zkci/RCxn1eeqi/toggle.png"></a><br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via:{ReblogParentName}">VIA</a>
- <a href="{ReblogRootURL}" title="source:{ReblogRootName}">SOURCE</a>
- {/block:RebloggedFrom}
- {block:NoteCount}
- <a href="{Permalink}" title="{NoteCount}">{NoteCount} notes</a>{/block:NoteCount}
- {block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
- </div>{/block:IndexPage}
- {block:Date}<a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} {Year}"></a> {/block:Date}
- {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
- {block:photo}<img src="{PhotoURL-400}"/>
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}{/block:photo}
- {block:Photoset}{Photoset-400}
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}{/block:Photoset}
- {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
- {block:Description}{Description}{/block:Description} {/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="audio">{AudioPlayerGrey}</div>
- {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Audio}
- {block:Video}{Video-400}
- {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
- {block:Answer}
- <div id="asker">
- <img src="{AskerPortraitURL-40}"></a><br><br>
- {Asker} ASKED:</div></p>
- <div id="ask">
- {Question}</div>
- <div id="answers">{Answer}</div>
- {/block:Answer}
- {block:PermalinkPage} {block:PostNotes}
- <div id="notecounts">{PostNotes}</div>
- {/block:PostNotes}{/block:PermalinkPage}
- </div>
- {/block:posts}
- </div>
- <div id="thmcredit">
- <a href="http://dohdoro.tumblr.com" title="theme credit">DTHM.</a></div>
- </body></head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment