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:sidebar topbar" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:bold" 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="color:" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" 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: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://i57.tinypic.com/2cqo3rl.png" 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>
- <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>
- <style type="text/css">
- .popup_block{
- display: none;
- background: #c0c0c0;
- 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:sidebar topbar};
- margin-top:-8px;
- font-family:'VT323';
- font-size:15px;
- color:{color:text}
- letter-spacing:-1px;
- position:absolute;
- }
- #s-m-t-tooltip {
- max-width:200px;
- margin:25px 20px 25px 20px;
- background-color:#c0c0c0;
- color:#000;
- 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-attachment:fixed;
- background-size:cover;
- background-position:center;
- background-repeat:no-repeat;
- letter-spacing:1px;
- {block:ifpixelfont}
- font-family:'VT323';
- font-size:15px;
- {/block:ifpixelfont}
- {block:ifnotpixelfont}
- font-family:arial;
- 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 {
- font-size:15px;
- font-family:'VT323';
- font-weight:bold;
- letter-spacing:-1px;
- color:{color:bold};
- }
- #sidebar {
- width:250px;
- height:200px;
- margin-left:200px;
- margin-top:135px;
- position:fixed;
- }
- #sidebartitle {
- padding:3px;
- margin-left: 3px;
- width:178px;
- background: {color:sidebar topbar};
- margin-top:-17px;
- font-family:'VT323';
- font-size:15px;
- color:{color:text};
- letter-spacing:-1px;
- position:absolute;
- z-index:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebartitle a {
- color:{color:text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebartitle a:hover {
- color:{color:hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebarimage {
- position:fixed;
- width:190px;
- }
- #sidebarimage img {
- width:180px;
- margin-top:10px;
- padding:3px;
- margin-left:0px;
- background:#c0c0c0;
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid #c0c0c0;
- border-bottom:1px solid #c0c0c0;
- z-index:2;
- -webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
- -moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
- box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
- }
- .holla {
- background:#c0c0c0;
- position:absolute;
- z-index:-1;
- margin-top:-221px;
- margin-left:-1px;
- width:189px;
- height:219px;
- border-top:1px solid white;
- border-left:1px solid white;
- border-bottom:1px solid gray;
- border-right:1px solid gray;
- outline: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);
- }
- #buttons {
- content: url('http://i57.tinypic.com/2cqo3rl.png');
- margin-top:-13px;
- margin-left:130px;
- position:absolute;
- z-index:2;
- }
- #links {
- width:240px;
- margin-top:200px;
- padding:5px;
- border-bottom: 1px solid {color:sidebar topbar};
- font-family:arial;
- font-size:10px;
- text-align:left;
- text-transform:lowercase;
- color:{color:links};
- }
- #links a {
- color:{color:links};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #links a:hover {
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #description {
- width:240px;
- 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:500px;
- margin-top:40px;
- }
- #post {
- margin-top:20px;
- {block:if250posts}
- width:250px;
- {/block:if250posts}
- {block:ifnot250posts}
- width:400px;
- {/block:ifnot250posts}
- padding:5px;
- {block:ifwindowsposts}
- background:#c0c0c0;
- border:1px solid #fff;
- border-bottom:1px solid #c0c0c0;
- border-right:1px solid #c0c0c0;
- outline: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);
- {/block:ifwindowsposts}
- {block:ifnotwindowsposts}
- background: #fff;
- {/block:ifnotwindowsposts}
- }
- {block:ifwindowsposts}
- #post img {
- border-top:1px solid #808080;
- border-left:1px solid #808080;
- border-right:1px solid white;
- border-bottom:1px solid white;
- }
- {/block:ifwindowsposts}
- #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*/
- /* PASTE THIS UNDER <style type="text/css">*/
- /* 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:sidebar 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:#c0c0c0; /*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}
- #player {
- width:30px;
- height:30px;
- overflow:hidden;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- position:absolute;
- margin-top:45px;
- margin-bottom:45px;opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- }
- #caption img {
- max-width:200px;
- }
- </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}
- <!--this is the actual layout of your theme!!-->
- <div id="sidebar"><div id="buttons"></div>
- <div id="sidebartitle"><a href="/"><img src="http://i62.tinypic.com/28hh1ch.png"/> {text:sidebar title}</a></div>
- <div id="sidebarimage"><img src="{image:sidebar}"><div class="holla"></div></div>
- <div id="links">
- <a href="/">home</a>
- {block:ifpopupask}
- <a href="#?w=500" rel="02" class="poplight">ask</a>
- {/block:ifpopupask}
- {block:ifnotpopupask}
- <a href="/ask">ask</a>
- {/block:ifnotpopupask}
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</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>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1><div id="caption">{Body}</div>{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{block:if250posts}{PhotoURL-250}{/block:if250posts}{block:ifnot250posts}{PhotoURL-400}{block:ifnot250posts}">{LinkCloseTag}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Photo}
- {block:Photoset}{block:if250posts}{Photoset-250}{/block:if250posts}{block:ifnot250posts}{Photoset-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Photoset}
- {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{block:if250posts}{Video-250}{/block:if250posts}{block:ifnot250posts}{Video-400}{block:ifnot250posts}{block:ifcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{block:ifcaptions}{/block:Video}
- {block:Audio}
- <div id="audioplayer">{AudioPlayerWhite} </div>
- {block:AlbumArt}<img src="{AlbumArtURL}" width="250px">{/block:AlbumArt}
- {block:caption}<div id="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