Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title> {Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="image:sidebar1" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="color:text" content="#b8b8b8"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:sidebar" content="#ccd2de">
- <meta name="color:description text" content="#3f3f3f"/>
- <meta name="color:title" content="#d5d5d5"/>
- <meta name="color:background" content="#f3f3f3"/>
- <meta name="color:post bg" content="#ffffff"/>
- <meta name="color:ask bg" content="#f3f3f3"/>
- <meta name="text:ask label" content="ask"/>
- <meta name="text:archive label" content="archive"/>
- <meta name="text:link 1 label" content=""/>
- <meta name="text:link 1 url" content="http://"/>
- <meta name="text:link 2 label" content=""/>
- <meta name="text:link 2 url" content="http://"/>
- <meta name="if:always show sidebar images" content="0">
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <style type="text/css">
- *{-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
- body {background: {color:background} url('http://static.tumblr.com/puls2hm/iE0mt9n8x/693712_38614915_.png') no-repeat left top fixed; font-family:Inconsolata, Courier New; color:{color:text};}
- img {max-width:100%;}
- a, a:visited, a:link, a:active {text-decoration:none; color:{color:link};}
- a:hover {text-decoration:underline; color:{color:link};}
- p, li {text-align:justify; color:{color:text};}
- h3 {text-align:center; color:{color:title}; margin: 3px 0; }
- #picbutton {border-radius:22px; height:23px; width:23px; background-color:#000; opacity:0; position: fixed; top:342px; left: 939px; z-index:9;}
- #picbutton:hover {opacity:0.3;}
- #staticbutton {border-radius:22px; height:23px; width:23px; background-color:#000; opacity:0; position: fixed; top:344px; left: 1008px; z-index:9;}
- #staticbutton:hover {opacity:0.3;}
- .side {height:100px; width:127px; border-radius:0 69px 69px 0; position:fixed; opacity:0; z-index:9; left:905.5px;}
- .static {width:600px; height:460px; position:fixed; top:70px; left: 260px; display:none; z-index:99;}
- {block:ifAlwaysShowSidebarImages} .side {opacity:1;} {/block:ifAlwaysShowSidebarImages}
- #sidebar {position:fixed; top:372px; left:897px; background-color:{color:sidebar}; width:163px; height:202px; border-radius:0 0 20px 0; padding: 2px; z-index:9;}
- #sidebar h3 {color:{color:description text};}
- #sidebar p {color:{color:description text};}
- #desc {text-align:justify; padding-right:4px; height:175px; overflow:scroll; color:{color:description text}; border-top:solid 1px {color:description text};}
- #links a {padding: 2px 7px; height:16px; width:110px; max-width:120px; background-color:black; color:white; border-radius: 20px; z-index:9; position:fixed; top:553px; text-align:center;}
- #links a img {height:16px; width:16px;}
- #posts {width:600px; height:460px; overflow-y:scroll; overflow-x:hidden; overflow-wrap:break-word; position:fixed; top:70px; left: 260px; text-align:center; background-color:{color:post bg};}
- #posts blockquote {padding-left:15px; margin:0; border-left: solid 2px {color:text};}
- #info, #info div {padding:5px;}
- #tags {font-size: 0.7em;}
- #permalink {font-size:0.9em;}
- #info {border-top: solid 2px rgba({RGBcolor:background},0.4); border-bottom: solid 2px rgba({RGBcolor:background},0.4);}
- #entry {margin-top:10px; margin-bottom:10px; padding:10px; padding-bottom:0; border-top:solid 1px {color:text};}
- #entry * {max-width:600px;}
- #pagination {text-align:center; height:60px; width:25px; border-radius:10px; position:fixed; top:160px; left:1030px; background-color:{color:post bg}; color:{color:text};}
- #pagination a {color:{color:text};}
- .q {background-color:rgba({RGBcolor:ask bg},1;}
- ol.notes {list-style-type:none; margin:0; padding:10px;}
- img.avatar {margin-right:10px; width:16px; height:16px;}
- iframe#tumblr_controls {right:1px !important; top:1px !important; position: fixed !important;}
- {CustomCSS}
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- {block:ifNotAlwaysShowSidebarImages}
- <script type="text/javascript">
- $(document).ready(function(){
- $('#picbutton').click(function(){
- if ($('.side').css('opacity') == '0') {
- $('.side').css('opacity','1');
- } else {
- $('.side').css('opacity','0');
- };
- });
- });
- </script>
- {block:ifNotAlwaysShowSidebarImages}
- <script type="text/javascript">
- $(document).ready(function(){
- $('#staticbutton').click(function(){
- $('.static').fadeIn();
- window.setTimeout(function (){$('.static').fadeOut(); }, 1000);
- });
- });
- </script>
- </head>
- <body>
- <img style="top:72px;" class="side" src="{image:sidebar1}">
- <img style="top:206px;" class="side" src="{image:sidebar2}">
- <div id="picbutton"></div>
- <div id="staticbutton"></div>
- <div id="sidebar">
- <h3>{Title}</h3>
- <div id="desc">
- <p>{Description}</p>
- </div>
- </div>
- <div id="links">
- <a style="left:238px; padding:2px 0; width: 60px;" href="/"><img src="http://static.tumblr.com/puls2hm/BmXn4mvt4/main-qimg-f6c958933d62de56d6c5036bad9cd240.png"/></a>
- <a style="left:318px;" href="/ask">{text:ask label}</a>
- <a style="left:472px; margin-top:1px;" href="/archive">{text:archive label}</a>
- <a style="left:606px; margin-top:2px;" href="{text:link 1 url}">{text:link 1 label}</a>
- <a style="left:740px; margin-top:1px;" href="{text:link 2 url}">{text:link 2 label}</a>
- </div>
- <img class="static" src="http://static.tumblr.com/puls2hm/d4omtdj3y/b2dc824680dcfc19b2fd61628e712d54f05dd6d2_m.gif"/>
- <div id="pagination">
- {block:Pagination}
- {block:NextPage}<a style="padding-left:6px;" href="{NextPage}">↥</a>{/block:NextPage}{/block:Pagination}
- <br/>{CurrentPage}<br/>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↧</a>{/block:PreviousPage}
- {/block:Pagination}
- </div>
- <!-------------------------AND NOW, THE POSTS----------------------------->
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- <p>{Body}</p>
- {/block:Text}
- {block:Answer}
- <div class="q">{Asker} asked: <h3>{Question}</h3></div>
- <p>{Answer}</p>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}
- <p class="{Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</p>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayer}
- <p>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
- {block:TrackName} | {TrackName}{/block:TrackName}
- {block:Album} | {Album}{/block:Album}
- {block:Artist} | {Artist}{/block:Artist}
- </p>
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- <p>{PlayCountWithLabel}</p>
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:Video}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}">
- {LinkCloseTag}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:Photoset}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}"/>{LinkCloseTag}
- {block:Caption}<p>{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Quote}
- <h3>❝{Quote}❞</h3>
- {block:Source}<p style="text-align:center;">-- {Source} --</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="URL"><h3>{Name}</h3></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- {block:Date}
- <div id="info">
- <div id="permalink">
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> | <a href="{ReblogRootURL}">source</a> | {/block:RebloggedFrom} <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a> | <a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">⟳</a>
- </div><!--permalink-->
- {block:HasTags}<div id="tags">
- Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- </div><!--infooo-->
- {/block:Date}
- </div><!--entry-->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div><!--posts-->
- <!---------------------------GOODBYE, POSTS------------------------------->
- <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
- <a href="http://syntaxthemes.tumblr.com">
- <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
- <!----------------------------------THANK-------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment