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">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i1119.photobucket.com/albums/k637/kawaiiscraps/dashboard.gif" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:Background" content="#fdf3ee" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Sidebar Background" content="#ffffff" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Text" content="#4d4c4a" />
- <meta name="color:Links" content="#a09280" />
- <meta name="color:Italic" content="#a09280" />
- <meta name="color:Bold" content="#a09280" />
- <meta name="color:Links Hover" content="#CCCCCC" />
- <meta name="color:Info background" content="#d6dbdf" />
- <meta name="color:Info Border" content="#ffffff" />
- <meta name="color:scroll bar" content="#CCCCCC" />
- <meta name="color:Post title" content="#a09280" />
- <meta name="color:Navigation links" content="#000000" />
- <meta name="color:Navigation background" content="#ffffff" />
- <meta name="color:Navigation links hover" content="" />
- <meta name="color:Navigation background hover" content="#ffffff" />
- <meta name="color:Description background" content="#ffffff" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4" content ="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="if:ShowCaptions" content="0">
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar { width: 4px; height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
- ::-webkit-scrollbar-track-piece { background-color: white; }
- ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scroll bar}; }
- /* CONTENT */
- body {background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:consolas;
- font-size:10px;
- margin: 0px;
- padding: 0px;}
- a {text-decoration:none;
- color:{color:links};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- b {color:{color:Bold};}
- i {color:{color:italic};}
- .contentwhole {width:520px;
- margin-left:300px;
- height:100%;}
- /* POSTS */
- .content {
- margin:15px;
- width: 250px;
- padding:5px;
- background-color:{color:post background};}
- .ttitle{color:{color:post title};
- font-size: 15px;
- line-height: 15px;
- letter-spacing: 0px;
- text-align: left;
- text-transform: normal;}
- img { opacity:0.8;
- transition-duration: 2.0s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s}
- img:hover{ opacity:1.0;
- transition-duration: 2.0s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- .photoset { opacity:0.8;
- transition-duration: 2.0s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s}
- .photoset:hover{ opacity:1.0;
- transition-duration: 2.0s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- blockquote{ padding-left: 5px; margin: 0px 0px 10px 0px; display: block;
- position: relative; border-left: 1px solid {color:bold}; }
- blockquote img{ max-width: 100%!important; }
- /* Permalinks, the links that appear when you hover on a post */
- .permalink {
- width: 150px;
- height: auto;
- line-height: 10px;
- padding-left:5px;
- margin-left: 260px;
- margin-top: 0px;
- margin-bottom:20px;
- border-left: 1px solid white;
- font-family: calibri;
- text-align:left;
- font-size: 9px;
- color: {color:bold};
- text-transform: uppercase;
- letter-spacing: 1px;
- display:inline-block;
- position:absolute;
- opacity:0;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a {
- color: {color:links};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a:hover{
- color: {color:links hover};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .content:hover .permalink{
- opacity:1;
- border-left: 1px solid {color:bold};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
- i, em, .em {color:{color:Italic};}
- /* Permalink Page */
- #source{
- width: 250px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: calibri;
- color:{color:post text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #source a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #PostNotes {margin-left:0px;
- text-align:left;
- width:250px;
- height:250px;
- overflow:auto;}
- /* SIDEBAR */
- #title { color:{color:title};
- font-size:20px;
- font-family: 'Petit Formal Script', cursive;
- text-align:center;
- letter-spacing:px;
- margin-bottom:5px;
- padding-bottom:0px;
- }
- #sidebar {
- margin-left:110px;
- width:150px;
- position:fixed;
- top:0px;
- padding-left:0px;
- padding-right:0px;
- padding-top:50px;
- left:20px;}
- #navi{
- margin-top:70px;
- margin-left:60px;
- width:70px;
- padding-bottom:10px;
- position:fixed;}
- #navi a{ color:{color:navigation links};
- background-color:{color:navigation background};
- display:block;
- margin-top:5px;
- text-transform:uppercase;
- text-transform: uppercase;
- padding:1px 0px 1px 10px;
- letter-spacing: 1px;
- text-align: left;
- line-height: 15px;
- -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;}
- #navi a:hover {background-color: {color:navigation background hover};
- border-right:5px solid {color:bold};
- color: {color:links hover};
- -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;}
- #sidebarimage img {
- width:150px;
- margin-right:2px;
- }
- #description {
- width:140px;
- margin-top:10px;
- padding: 5px;
- padding-top:10px;
- padding-bottom: 15px;
- line-height: 9px;
- letter-spacing:2px;
- text-align:left;}
- /*Pop-up Ask Box */
- .popup_block{
- display: none;
- background: #FFFFFF;
- background-image: url();
- padding: 10px;
- font-family: consolas;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 2;
- border: 1px solid #363636;
- -moz-box-shadow: 0 0 5px #CFCFCF;
- -webkit-box-shadow: 0 0 5px #CFCFCF;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- /* CREDIT do not remove */
- .credit { position: fixed;
- bottom: 5px;
- right: 5px;
- font-size: 12px;
- font-family: verdana;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .credittext { height:10px;
- width:50px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- }
- .credit:hover .credittext{
- height: 11px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .x {display:none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- </style></head>
- <body>
- <div id="sidebar">
- <div align="center">
- <div id="title">{title}</div>
- <div id="sideborder"><div id="sidebarimage">
- <img src="{image:sidebar}" ></div></div>
- <div id="description">
- {Description}
- <br>
- {block:IfNotEndlessScrolling}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">< </a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
- {/block:Pagination}
- </div>{/block:IfNotEndlessScrolling}
- </div></div></div>
- <div id="navi"> <a href="/">Home</a> <a href="#?w=500" rel="02" class="poplight">Ask</a> <a href="/archive">Archive</a>
- {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
- </div>
- </div>
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="contentwhole">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="content">
- <div class="permalink">posted <a href="{Permalink}">{TimeAgo}</a>
- <br>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog</a></br></div>
- {block:Text}
- {block:Title}
- <a href="{Permalink}" class="ttitle">{Title}</a>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-250}" class="center">
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- {Quote}<p>
- {block:Source}- {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
- {block:Description} {Description} {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title} {Title} {/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- <p>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100px" />
- {/block:AlbumArt}
- <p>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <table style="border-bottom:1px solid #a0a0a0;padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="height:60px; width:60px; -moz-border-radius:30px; border-radius:30px; float:left"></td>
- <td style="vertical-align:top;"><strong>{Asker} asked:</strong> {Question}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- <div id="source"> {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- tags » {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div class="credit"><a href="http://chinqu.tumblr.com">
- <div class="x">✖</div> <div class="credittext"> Theme
- </div></a></div>
- </head></body>
- <div id="02" class="popup_block">
- <Center><font size="5" color="#1C1C1C">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOURTUMBLRNAMEHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment