Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!--
- _______ __ __ .____ __ __ .____ ____ _ _
- ' / | | / | | / / \ `. /
- | |___| |__. |\ /| |__. |,_-< `./
- | | | | | \/ | | | ` ,'
- / / / /----/ / / /----/ `----' _-'
- ____ _____ .____ _______ __ __ .____ __ __ .____ _____
- / \ ( / ' / | | / | | / (
- |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
- | ` | | | | | | | \/ | | |
- `----' \___.' /----/ / / / /----/ / / /----/ \___.'
- -don't change or remove credit
- -don't take bits of the code
- -don't claim theme as yours
- -for any questions, feedback or theme requests please don't hesitate to contanct me!!!
- -->
- <head>
- <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:background" content=""/>
- <meta name="color:background" content=""/>
- <meta name="color:text" content=""/>
- <meta name="color:title" content=""/>
- <meta name="color:links" content=""/>
- <meta name="color:hover" content=""/>
- <meta name="color:active" content=""/>
- <meta name="color:border" content=""/>
- <meta name="color:tooltip" content=""/>
- <meta name="color:tooltip background" content=""/>
- <meta name="color:selection" content=""/>
- <meta name="text:url 1" content="/"/>
- <meta name="text:link 1" content="link 1"/>
- <meta name="text:url 2" content="/"/>
- <meta name="text:link 2" content="link2"/>
- <meta name="text:url 3" content="/"/>
- <meta name="text:link 3" content="link 3"/>
- <meta name="text:url 4" content="/"/>
- <meta name="text:link 4" content="link 4"/>
- <meta name="if:tags" content="0"/>
- <meta name="if:caption" content="0"/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:covered background" content="0"/>
- {block:ifinfinitescroll} <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script> {/block:ifinfinitescroll}
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'VT323::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Abel);
- body {
- font-family: 'Abel', sans-serif;
- color:{color:text};
- font-size:14px;
- background-color: {color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifcoveredbackground}
- background-size:cover;
- background-repeat:no-repeat;
- {/block:ifcoveredbackground}
- {block:ifnotcoveredbackground}
- background-repeat:repeat;
- {/block:ifnotcoveredbackground}
- background-position:center;
- overflow:hidden;
- margin:0px;
- padding:0px;
- }
- a {
- text-decoration:none;
- color:{color:links};
- font-style:italic;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- a:hover {
- color:{color:hover};
- text-shadow:3px 3px 0px rgba(0,0,0,0.3);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- a:active {
- color:{color:active};
- text-shadow:3px 3px 0px rgba(0,0,0,0.7);
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- #s-m-t-tooltip {
- max-width:200px;
- margin:25px 20px 25px 20px;
- background-color:{color:tooltip background};
- color:{color:tooltip};
- font-family:'VT323';
- border-bottom:1px solid black;
- border-right:1px solid black;
- border-top:1px solid white;
- border-left:1px solid white;
- font-size:10px;
- line-height:13px;
- padding:3px 5px 4px 5px;
- box-shadow:rgba(0,0,0,0.07) 4px 4px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-color:rgb(90, 90, 90);
- border-bottom:1px solid #000;
- border-right:1px solid #000;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- }
- ::-webkit-scrollbar-button:vertical:increment:hover {
- background-color:rgb(114, 114, 114);
- }
- ::-webkit-scrollbar{
- width: 15px;
- }
- ::-webkit-scrollbar-thumb{
- background-color:rgb(196, 196, 196);
- border-radius: 0;
- border-bottom:1px solid #000;
- border-right:1px solid #000;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- }
- ::-webkit-scrollbar-thumb:hover{
- background-color:rgb(170, 170, 170);
- }
- ::-webkit-scrollbar-track{
- background-color:rgb(237, 237, 237);
- border-left:1px solid rgb(196,196,196);
- width:16px;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-color:rgb(90, 90, 90);
- border-bottom:1px solid #000;
- border-right:1px solid #000;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- }
- ::-webkit-scrollbar-button:vertical:decrement:hover {
- background-color:rgb(114, 114, 114);
- }
- ::-moz-selection {
- background: transparent;
- color:{color:selection};
- }
- ::selection {
- background: transparent;
- color:{color:selection};
- }
- #top {
- min-height:43px;
- width: 100%;
- background: white url(http://s13.postimg.org/yzs8qh42v/top.png) no-repeat;
- position:fixed;
- z-index:1;
- background-size: 100% 100%;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- border-right:2px solid #000;
- border-bottom:5px solid #bdbdbd;
- -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
- -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
- box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
- }
- #bottom {
- content:url(http://s23.postimg.org/qt1j3w4or/bottom.png);
- position:fixed;
- z-index:1;
- background-size: 100% 100%;
- width: 100%;
- bottom:0px;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- border-right:2px solid #000;
- border-bottom:1px solid #fff;
- }
- .sidebar {
- width:170px;
- height:100%;
- background:#bdbdbd;
- position:fixed;
- padding-right:10px;
- padding-left:10px;
- padding-top:30px;
- border-left:1px solid #fff;
- border-right:1px solid #fff;
- }
- .sidebar img {
- max-width:200px;
- margin-right:20px;
- }
- #title {
- color:{color:title};
- font-size:25px;
- padding-top:40px;
- margin-top:25px;
- font-family: 'VT323';
- text-transform:uppercase;
- font-weight:bold;
- text-align:center;
- padding-bottom:30px;
- }
- #title:first-letter {
- text-decoration:underline;
- font-size:30px;
- }
- #links {
- position:absolute;
- margin-left:75px;
- margin-top:10px;
- text-align:center;
- z-index:1;
- }
- #links a {
- text-decoration:none;
- }
- #links img {
- margin-left:-25px;
- margin-top:-5px;
- width:40px;
- }
- #links a:hover {
- cursor:help;
- }
- #description {
- letter-spacing:2px;
- line-height:150%;
- border:1px dotted #444888;
- text-align:justify;
- font-size:11px;
- margin-top:200px;
- color:#333333;
- padding:10px;
- }
- #next {
- margin-left:100px;
- padding-top:10px;
- position:fixed;
- text-align:center;
- font-size:17px;
- }
- #next a:hover {
- text-shadow:0px 0px 0px;
- cursor:help;
- }
- #previous {
- margin-left:40px;
- padding-top:10px;
- position:fixed;
- text-align:center;
- font-size:17px;
- }
- #previous a:hover {
- text-shadow:0px 0px 0px;
- cursor:help;
- }
- #entries {
- border-right:15px solid #bdbdbd;
- padding-left:500px;
- padding-right:0px;
- padding-bottom:30px;
- margin-top:50px;
- padding-top:50px;
- overflow:auto;
- position:absolute;
- height:460px;
- width:62.2%;
- z-index:-1;
- }
- #post {
- text-align:justify;
- border:1px solid {color:border};
- background:#fff;
- width:400px;
- padding:10px;
- margin-bottom:10px;
- }
- .title {
- color:{color:title};
- font-size:20px;
- font-family: 'VT323';
- text-transform:uppercase;
- font-weight:bold;
- text-align:center;
- padding:5px;
- border-bottom:1px solid {color:border};
- }
- .title:first-letter {
- text-decoration:underline;
- font-size:25px;
- }
- #caption img {
- max-width:200px;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid {color:border};
- }
- #quote {
- text-align:justify;
- font-weight:bold;
- line-height:150%;
- letter-spacing:3px;
- font-family: 'VT323';
- }
- .chat ul {
- list-style:none;
- }
- #aud {
- opacity:0.4;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- #aud:hover {
- opacity:0.7;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- #perma {
- background:#f1f1f1;
- padding:8px;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- #perma a {
- text-decoration:underline;
- opacity:1;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- transition-duration: 1s;
- }
- #tags {
- font-size:9px;
- padding-left:10px;
- }
- #notes {
- text-align:left;
- max-height:300px;
- overflow:auto;
- line-height:200%;
- }
- #notes img {
- border-radius:50%;
- margin-right:5px;
- margin-top:5px;
- }
- #credit {
- position:fixed;
- right:5px;
- bottom:15px;
- z-index:9999;
- font-family: 'VT323';
- }
- #credit a {
- border:1px dotted #303030;
- font-style:normal;
- padding:7px;
- color:#333333;
- text-decoration:none;
- font-size:18px;
- letter-spacing:3px;
- }
- #credit a:hover {
- cursor:help;
- color:#333333;
- text-shadow:0px 0px 0px;
- }
- #credit a:active {
- text-shadow:0px 0px 0px;
- }
- </style>
- </head>
- <body>
- <div id="top"></div>
- <div id="bottom"></div>
- <div class="sidebar">
- <div id="title">{title}</div>
- <div id="links">
- <a href="/" title="home"><img src="http://s23.postimg.org/qvleqq8c7/home.png"/></a>
- <a href="/ask" title="ask"><img src="http://s23.postimg.org/tsd14r3jr/pen.png"/></a><br>
- <a href="/archive" title="archive"><img src="http://s23.postimg.org/3nr4hvzjr/image.png"/></a>
- <a href="{text:url 1}" title="{text:link 1}"><img src="http://s23.postimg.org/b50bx3p2v/archive.png"/></a><br>
- <a href="{text:url 2}" title="{text:link 2}"><img src="http://s23.postimg.org/4v52a3po7/brush.png"/></a>
- <a href="{text:url 3}" title="{text:link 3}"><img src="http://s23.postimg.org/iz0xihwvr/ask.png"/></a><br>
- <a href="{text:url 4}" title="{text:link 4}"><img src="http://s23.postimg.org/wl1nb1eif/idk.png"/></a>
- <a href="/submit" title="submit"><img src="http://s23.postimg.org/bqtw6y9iv/spray.png"/></a>
- </div>
- <div id="description">{Description}</div>
- {block:ifnotinfinitescroll}
- {block:Pagination}{block:PreviousPage}<div id="previous"><a href="{PreviousPage}"><<</a></div>{/block:PreviousPage}
- {block:NextPage}<div id="next"><a href="{NextPage}">>></a></div>{/block:NextPage}{/block:Pagination}
- {/block:ifnotinfinitescroll}
- </div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a> {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Photo}
- {block:Panorama}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/> {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Panorama}
- {block:Photoset}{Photoset-400} {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Photoset}
- {block:Quote}<div id="quote"><q>{Quote}</q></div> {block:Source}{Source}{/block:Source}{/block:Quote}
- {block:Link}<div class="title"><a href="{URL}" target="{Target}">{Name}</a></div> {block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul>
- {block:Lines}<li class="{Alt}" style="border-bottom:1px solid #c0c0c0"><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line} </p></li>{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<img src="{AlbumArtURL}" width="400px"/>{/block:AlbumArt}
- {block:AudioPlayer}<div id="aud">{AudioPlayerGrey}</div>{/block:AudioPlayer}
- {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Audio}
- {block:Video}{Video-400} {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:Video}
- {block:Answer}<div class="title">{Asker} Said: </div>{Question}
- {Answer}{/block:Answer}
- {block:Submission}<div class="title"><a href="{SubmitterURL}">{Submitter}</a> Submitted: </div>{/block:Submission}
- <div id="perma">
- {block:Date}<a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} {12Hour}:{Minutes}{AmPm}">{TimeAgo}</a>{/block:Date}
- {block:NoteCount}<a href="{Permalink}">Notes: {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentName}"> Via </a> {/block:RebloggedFrom}
- {block:ContentSource}/
- <a href="{SourceURL}" title="{SourceTitle}">Source</a>
- {/block:ContentSource}
- <div id="tags">
- {block:iftags}
- {block:HasTags}{block:Tags}
- ↳ <a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}
- {/block:iftags}
- </div>
- </div>
- <div id="notes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
- </div>
- {/block:Posts}</div>
- </div>
- <div id="credit"><a href="http://bsethemes.tumblr.com/">bsethemes</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement