Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><html><head>
- <!---base code #1 by ewzayns
- _______ __ __ .____ __ __ .____ ____ _ _
- ' / | | / | | / / \ `. /
- | |___| |__. |\ /| |__. |,_-< `./
- | | | | | \/ | | | ` ,'
- / / / /----/ / / /----/ `----' _-'
- ____ _____ .____ _______ __ __ .____ __ __ .____ _____
- / \ ( / ' / | | / | | / (
- |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
- | ` | | | | | | | \/ | | |
- `----' \___.' /----/ / / / /----/ / / /----/ \___.'
- -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!!!
- ---->
- <title>{Title}</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="color:background" content="#fff"/>
- <meta name="color:topbar" content="#000"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:post title" content="#000000"/>
- <meta name="color:italic" content="#000000"/>
- <meta name="color:links" content="#787878"/>
- <meta name="color:hover" content="#e0e0e0"/>
- <meta name="color:Scrollbar" content="#fff"/>
- <meta name="color:Scrollbar Background" content="#c0c0c0"/>
- <meta name="image:background" content=""/>
- <meta name="text:sidebar title" content="this is ur title"/>
- <meta name="text:popupask title" content="truth is overrated"/>
- <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="/"/>
- <meta name="if:pixelfont" content="1">
- <meta name="if:captions" content="1">
- <meta name="if:tags" content="1">
- <meta name="if:250posts" content="1">
- <meta name="if:windowsposts" content="1">
- <meta name="if:infinitescroll" content="1">
- <meta name="if:popupask" content="1">
- <meta name="if:darkversion" content="1">
- <meta name="if:updatestab1" content="1">
- <meta name="if:updatestab2" content="1">
- <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>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <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>
- <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://s1.postimg.org/9vyqo5waz/close.jpg" title="Close" align="right" 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>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#clackyclack").click(function(){
- $("#inside").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#clackyclack2").click(function(){
- $("#inside2").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#clackyclack3").click(function(){
- $("#inside3").slideToggle("fast");
- });
- });
- </script>
- <script language="javascript" src="liveclock.js"></script>
- <style type="text/css">
- .popup_block{
- display: none;
- background: {color:post background};
- padding: 10px;
- font-family: 'VT323';
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 10;
- border: 2px solid #363636;
- border-top:1px solid #fff;
- border-left:1px solid #fff;
- border-bottom:1px solid #000;
- border-right:1px solid #000;
- -webkit-box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
- -moz-box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
- box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.2);
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- #asktitle {
- padding:3px;
- margin-left:-5px;
- width:507px;
- z-index:-1;
- background: {color:topbar};
- margin-top:-8px;
- font-family:'VT323';
- font-size:15px;
- color:{color:post title};
- letter-spacing:-1px;
- position:absolute;
- }
- #s-m-t-tooltip {
- max-width:200px;
- margin:25px 20px 25px 20px;
- background-color:{color:post background};
- color:{color:text};
- 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-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color:{color:Scrollbar Background};
- }
- body {
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position:center;
- background-repeat:repeat;
- letter-spacing:2px;
- {block:ifpixelfont}
- font-family:'VT323';
- font-size:15px;
- {/block:ifpixelfont}
- {block:ifnotpixelfont}
- font-family: Arial Narrow;
- font-size:12px;
- {/block:ifnotpixelfont}
- color:{color:text};
- }
- a {
- color:{color:links};
- text-decoration:none;
- font-weight:normal;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- blockquote {
- border-left:1px solid {color:topbar};
- padding-left:10px;
- }
- h1 {
- margin-top:-3px;
- {block:if250posts}
- width:250px;
- {/block:if250posts}
- {block:ifnot250posts}
- width:400px;
- {/block:ifnot250posts}
- margin-left:-3px;
- padding:3px;
- font-size:15px;
- font-family:'VT323';
- font-weight:bold;
- letter-spacing:-1px;
- color:{color:post title};
- background: {color:topbar};
- }
- #sidebar {
- width:250px;
- height:200px;
- {block:if250posts}
- margin-left:550px;
- {block:if250posts}
- {block:ifnot250posts}
- margin-left:700px;
- {/block:ifnot250posts}
- margin-top:135px;
- position:fixed;
- }
- #sidebartitle {
- padding:3px;
- margin-left: 3px;
- width:250px;
- border-bottom:1px solid #fff;
- margin-top:-17px;
- font-family:'VT323';
- font-size:25px;
- color:{color:title};
- letter-spacing:2px;
- position:absolute;
- z-index:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #description {
- width:240px;
- margin-top:15px;
- font-size:11px;
- font-family:arial;
- font-weight:italic;
- letter-spacing:1px;
- text-align:left;
- padding:5px;
- }
- #pagination {
- margin-left:50px;
- position:absolute;
- z-index:2;
- text-align:center;
- margin-top:5px;
- }
- #entries {
- padding:20px;
- width:500px;
- margin-left:200px;
- margin-top:40px;
- }
- #post {
- margin-top:20px;
- {block:if250posts}
- width:250px;
- {/block:if250posts}
- {block:ifnot250posts}
- width:400px;
- {/block:ifnot250posts}
- padding:5px;
- background:{color:post background};
- border:1px solid #fff;
- border-bottom:1px solid #c0c0c0;
- border-right:1px solid #c0c0c0;
- -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
- -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
- box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
- }
- #postinfo {
- text-align:center;
- font-size:10px;
- padding: 5px;
- margin-top:10px;
- {block:ifwindowsposts}
- padding-top:5px;
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid white;
- border-bottom:1px solid white;
- {/block:ifwindowsposts}
- }
- {block:PermalinkPage}
- #notes {
- {block:if250posts}
- width:240px;
- {/block:if250posts}
- {block:ifnot250posts}
- width:400px;
- {/block:ifnot250posts}
- margin-top:5px;
- overflow:auto;
- padding:5px;
- max-height:300px;
- }
- {/block:PermalinkPage}
- #asker {
- float:left;
- padding:2px;
- margin-top:-2px;
- margin-right:5px;
- }
- #credit {
- position:fixed;
- line-height:150%;
- letter-spacing:5px;
- right:10px;
- bottom:10px;
- background: #fff;
- text-transform:uppercase;
- text-align:center;
- }
- #credit a {
- font-size:11px;
- letter-spacing: 2px;
- padding:5px;
- color:#c0c0c0;
- border: 1px solid #e5e5e5;
- -webkit-box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
- -moz-box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
- box-shadow: 5px 5px 0px -1px rgba(0,0,0,1);
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a:hover {
- color: #000;
- border: 1px solid #fff;
- -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {block:ifupdatestab1}
- /* UPDATES TAB #1*/
- /* DON'T TOUCH ANYTHING THAT IS NOT COMMENTED ON!!*/
- #updates1 {
- position:fixed;
- margin-left:1000px; /* add to move to the right and subtract to move to the left */
- margin-top:20px; /* add to move higher and subtract to move lower */
- color:#000; /* text color */
- }
- #updates1image{
- content: url(http://i57.tinypic.com/2cqo3rl.png);
- z-index:0;
- margin-top:-5px;
- }
- #updates1 a {
- color:#000; /* link color */
- text-decoration:underline; /* link decoration, if you don't want anything just delete underline and type in none */
- }
- .closebutton {
- width:5px;
- height:5px;
- font-family:'VT323'; /* the font */
- font-size:13px; /* text size */
- background:#c0c0c0;
- padding:5px;
- margin-top:-16px;
- margin-left:35px;
- border-bottom:1px solid gray;
- border-right:1px solid gray;
- border-top:1px solid white;
- border-left:1px solid white;
- overflow:auto;
- overflow-x:hidden;
- opacity:.0;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- }
- .closebutton:hover {
- position:absolute;
- z-index:100;
- width:100px; /* the width of the first tab */
- height:100px; /* the height of the first tab */
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .resizebutton {
- width:2px;
- height:2px;
- font-family:'VT323'; /* the font */
- font-size:13px; /* text size */
- background:#c0c0c0;
- padding:5px;
- margin-top:-16px;
- margin-left:17px;
- border-bottom:1px solid gray;
- border-right:1px solid gray;
- border-top:1px solid white;
- border-left:1px solid white;
- overflow:auto;
- overflow-x:hidden;
- opacity:.0;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- }
- .resizebutton:hover {
- position:absolute;
- z-index:100;
- width:100px; /* the width of the second tab*/
- height:100px; /* the height of the second tab*/
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .minimizebutton {
- width:2px;
- height:2px;
- font-family:'VT323'; /* the font */
- font-size:13px; /* text size */
- background:#c0c0c0;
- padding:5px;
- margin-top:-17px;
- margin-left:0px;
- border-bottom:1px solid gray;
- border-right:1px solid gray;
- border-top:1px solid white;
- border-left:1px solid white;
- overflow:auto;
- overflow-x:hidden;
- opacity:.0;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
- }
- .minimizebutton:hover {
- position:absolute;
- z-index:100;
- width:100px; /* the width of the third tab*/
- height:100px; /* the height of the third tab*/
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* END UPDATES TAB 1 */
- {/block:ifupdatestab1}
- {block:ifupdatestab2}
- /*START UPDATES TAB #2 */
- /* DON'T TOUCH ANYTHING THAT IS NOT ANNOTATED PLEASE!!*/
- #topbar{
- position:absolute;
- margin-top:-30px;
- margin-left:-4px;
- width:153px;
- height:15px;
- background:{color:topbar}; /*bar background*/
- padding:3px;
- padding-top:1px;
- padding-bottom:5px;
- font-family:'VT323';
- font-size:15px;
- letter-spacing:-1px;
- }
- /*don't touch this */
- #babuttons {
- content: url(http://i57.tinypic.com/2cqo3rl.png);
- margin-left:107px;
- margin-top:-15px;
- width:45px;
- }
- #updates{
- position:fixed;
- width:150px; /*don't touch this */
- margin-top:40px; /* top margins, add to lower the updates tab, subtract to get it higher */
- margin-left:950px; /* left margins, add to lower the updates tab, subtract to get it higher */
- padding-top:33px;
- padding-left:7px;
- padding-right:7px;
- padding-bottom:4px;
- font-family:'VT323'; /*font family, feel free to change it*/
- font-size:13px; /*font size, feel free to change it*/
- line-height:12px;
- background-color:{color:post background}; /*background color, i advise not to change it*/
- border-bottom:1px solid #808080;
- border-right:1px solid #808080;
- border-left:1px solid white;
- border-top:1px solid white;
- color:#000000; /*text color*/
- z-index:999;
- /*delete the following for no shadows*/
- box-shadow:rgba(0,0,0,0.07)7px 7px;
- }
- #inside,#clackyclack{
- padding:1px;
- display:inline-block;
- }
- #clackyclack{
- width:100px;
- height:17px;
- letter-spacing:1px;
- background:#c0c0c0; /*1st tab background color, i advise not to change it*/
- border-top:1px solid white;
- border-left:1px solid white;
- border-right:1px solid #808080;
- border-bottom:1px solid #808080;
- margin-bottom:10px;
- margin-left:25px;
- text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
- text-align:center;
- display:block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- /*delete the following for no shadows*/
- box-shadow:rgba(0,0,0,0.07)3px 3px;
- }
- #clackyclack:active{
- background-color:#a0a0a0; /*1st tab background color when clicked*/
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid white;
- border-bottom:1px solid white;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- /*delete the following for no shadows*/
- box-shadow:rgba(0,0,0,0.07)0px 0px;
- }
- #inside{
- padding:1px;
- display:none;
- }
- #inside2,#clackyclack2{
- padding:1px;
- display:inline-block;
- }
- #clackyclack2{
- width:100px;
- height:17px;
- letter-spacing:1px;
- background:#c0c0c0; /*2nd tab background color, i advise not to change it*/
- border-top:1px solid white;
- border-left:1px solid white;
- border-right:1px solid #808080;
- border-bottom:1px solid #808080;
- margin-top:10px;
- margin-bottom:10px;
- margin-left:25px;
- text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
- text-align:center;
- display:block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- /*delete the following for no shadows*/
- box-shadow:rgba(0,0,0,0.07)3px 3px;
- }
- #clackyclack2:active{
- background-color:#a0a0a0; /*2nd tab background color when clicked*/
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid white;
- border-bottom:1px solid white;
- box-shadow:rgba(0,0,0,0.07)0px 0px;
- }
- #inside2{
- padding:1px;
- display:none;
- }
- #inside3,#clackyclack3{
- padding:1px;
- display:inline-block;
- }
- #clackyclack3{
- width:100px;
- height:17px;
- letter-spacing:1px;
- background:#c0c0c0; /*3rd tab background color, i advise not to change it*/
- border-top:1px solid white;
- border-left:1px solid white;
- border-right:1px solid #808080;
- border-bottom:1px solid #808080;
- margin-top:10px;
- margin-bottom:10px;
- margin-left:25px;
- text-transform:uppercase; /* tabs title uppercase, if you don't want it delete uppercase and type in none */
- text-align:center;
- display:block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- /*delete the following for no shadows*/
- box-shadow:rgba(0,0,0,0.07)3px 3px;
- }
- #clackyclack3:active{
- background-color:#a0a0a0; /*3rd tab background color when clicked*/
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid white;
- border-bottom:1px solid white;
- box-shadow:rgba(0,0,0,0.07)0px 0px;
- }
- #inside3{
- padding:1px;
- display:none;
- }
- {/block:ifupdatestab2}
- #links {
- position:fixed;
- }
- </style>
- </head>
- <body>
- {block:ifupdatestab1}
- <!-- UPDATES TAB 1 TEXT -->
- <!-- PASTE THIS UNDER <body>-->
- <div id="updates1">
- <div id="updates1image"></div>
- <div class="closebutton">
- this is the first tab text!!!
- </div>
- <div class="resizebutton">
- and this is the second tab text!!!
- <a href="/" class="tooltip" title="AND THIS IS A TOOLTIP">also a link</a>
- </div>
- <div class="minimizebutton">
- and this is the third tab text!!!
- </div>
- </div>
- <!-- END UPDATES TAB 1 TEXT -->
- {/block:ifupdatestab1}
- {block:ifupdatestab2}
- <!-- START UPDATES TAB 2 TEXT -->
- <div id="updates">
- <!-- delete this part to take off bar and buttons-->
- <div id="topbar">
- <img src="http://i62.tinypic.com/28hh1ch.png"/> updates<div id="babuttons"></div>
- </div>
- <!--end-->
- <div id="clackyclack"><u>B</u>utton</div>
- <div id="inside">
- this is the first tab text!!!
- </div>
- <div id="clackyclack2"><u>B</u>utton</div>
- <div id="inside2">
- and this is the second tab text!!!
- <a href="/" class="tooltip" title="AND THIS IS A TOOLTIP">also a link</a>
- </div>
- <div id="clackyclack3"><u>B</u>utton</div>
- <div id="inside3">
- and this is the third tab text!!!
- </div>
- </div>
- <!-- END UPDATES TAB 2 TEXT -->
- {block:ifupdatestab2}
- <div id="links">
- {block:ifdarkversion}
- <a href="/" title="home"><img src="http://s14.postimg.org/r9uie9k7h/dark_home.png" width="80px" hspace="10px"/></a><br><br>
- {block:ifpopupask}
- <a href="#?w=500" rel="02" class="poplight" title="ask"><img src="http://s30.postimg.org/yemqwbcrx/dark_ask.png" width="50px" hspace="20px"/></a><br><br>
- {/block:ifpopupask}
- {block:ifnotpopupask}
- <a href="/ask" title="ask"><img src="http://s30.postimg.org/yemqwbcrx/dark_ask.png" width="50px" hspace="20px"/></a><br><br>
- {/block:ifnotpopupask}
- <a href="{text:link 1 url}" title="{text:link 1}"><img src="http://s18.postimg.org/ubp244jr9/dark_briefcase.png" width="80px" hspace="10px"/></a><br><br>
- <a href="{text:link 2 url}" title="{text:link 2}"><img src="http://s9.postimg.org/i9nc7l35n/dark_recycle_bin.png" width="80px" hspace="10px"/></a><br><br>
- <a href="{text:link 3 url}" title="{text:link 3}"><img src="http://s28.postimg.org/4nw1akcdl/dark_online_services.png" width="55px" hspace="25px"/></a><br><br>
- <a href="{text:link 4 url}" title="{text:link 4}"><img src="http://s9.postimg.org/5yudnih4r/dark_network.png" width="80px" hspace="10px"/></a>
- {/block:ifdarkversion}
- {block:ifnotdarkversion}
- <a href="/" title="home"><img src="http://s2.postimg.org/vs097ogmt/light_home.png" width="80px" hspace="10px"/></a><br><br>
- {block:ifpopupask}
- <a href="#?w=500" rel="02" class="poplight" title="ask"><img src="http://s17.postimg.org/a4xb3646j/light_ask.png" width="50px" hspace="20px"/></a><br><br>
- {/block:ifpopupask}
- {block:ifnotpopupask}
- <a href="/ask" title="ask"><img src="http://s17.postimg.org/a4xb3646j/light_ask.png" width="50px" hspace="20px"/></a><br><br>
- {/block:ifnotpopupask}
- <a href="{text:link 1 url}" title="{text:link 1}"><img src="http://s28.postimg.org/lckm402p5/light_briefcase.png" width="80px" hspace="10px"/></a><br><br>
- <a href="{text:link 2 url}" title="{text:link 2}"><img src="http://s15.postimg.org/s2bykp6s7/light_recycle_bin.png" width="80px" hspace="10px"/></a><br><br>
- <a href="{text:link 3 url}" title="{text:link 3}"><img src="http://s4.postimg.org/4pzvafm2h/light_online_services.png" width="55px" hspace="25px"/></a><br><br>
- <a href="{text:link 4 url}" title="{text:link 4}"><img src="http://s27.postimg.org/stvm19j7z/light_network.png" width="80px" hspace="10px"/></a>
- {/block:ifnotdarkversion}
- </div>
- <div id="sidebar">
- <div id="sidebartitle">{text:sidebar title}</a></div>
- <div id="description">{Description}</div>
- {block:ifnotinfinitescroll}
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}– <a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </div>{/block:ifnotinfinitescroll}
- </div>
- <div id="entries">{block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}{block:Posts}<div id="post">
- {block:Text}<h1><img src="http://www.milk.com.hk/sites/default/files/imagecache/largebanner/sites/default/files/notepad_1.png" width="15px"/> Notepad {block:Title}- {Title}{/block:Title}<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1>{Body}{/block:Text}
- {block:Photo}<h1><img src="http://s13.postimg.org/pey8bxwib/win98se.png" width="15px"/> Media Player<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1>{LinkOpenTag}<img src="{block:if250posts}{PhotoURL-250}{/block:if250posts}{block:ifnot250posts}{PhotoURL-400}{block:ifnot250posts}">{LinkCloseTag}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{block:ifcaptions}{/block:Photo}
- {block:Photoset}<h1><img src="http://s13.postimg.org/pey8bxwib/win98se.png" width="15px"/> Media Player<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1>{block:if250posts}{Photoset-250}{/block:if250posts}{block:ifnot250posts}{Photoset-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{block:ifcaptions}{/block:Photoset}
- {block:Quote}<h1><img src="http://www.milk.com.hk/sites/default/files/imagecache/largebanner/sites/default/files/notepad_1.png" width="15px"/> Notepad <img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1><big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><img src="http://www.milk.com.hk/sites/default/files/imagecache/largebanner/sites/default/files/notepad_1.png" width="15px"/> Notepad <img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1><h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<h1><img src="http://www.milk.com.hk/sites/default/files/imagecache/largebanner/sites/default/files/notepad_1.png" width="15px"/> Notepad {block:Title}- {Title}{/block:Title}<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}<h1><img src="http://s13.postimg.org/pey8bxwib/win98se.png" width="15px"/> Media Player<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1>{block:if250posts}{Video-250}{/block:if250posts}{block:ifnot250posts}{Video-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{block:ifcaptions}{/block:Video}
- {block:Audio}<h1><img src="http://s13.postimg.org/pey8bxwib/win98se.png" width="15px"/> Media Player<img src="http://s1.postimg.org/9vyqo5waz/close.jpg" align="right" width="15px" /></h1><div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
- {block:Caption}<div class="caption">{Caption}</div>
- {/block:Caption}{/block:Audio}
- {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
- <div id="postinfo">on <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{/block:Date} <a href="{Permalink}">{NoteCount}%</a> {block:RebloggedFrom}<a href="{ReblogParentURL}"> via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:iftags}{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{tag}</a>, {/block:Tags}</div>{/block:HasTags}{block:iftags}</div></div>
- {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
- {block:ifinfinitescroll}</div>{/block:ifinfinitescroll}</div></div></div></div>
- </div>
- </div>
- </div>
- <div id="credit"><a href="http://bsethemes.tumblr.com/">bsethemes</a></div>
- </body>
- <div id="02" class="popup_block">
- <div id="asktitle"><img src="http://i62.tinypic.com/28hh1ch.png"/> {text:popupask title}</div>
- <br><br><br>
- <Center><iframe frameborder="0" scrolling="yes" width="80%" height="260" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment