Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--Theme by killluaa.tumblr.com
- Image in popup navigation menu is resized to 99px X 99px
- Rules:
- Please don't steal my code.
- Please keep the credit.
- You can edit the theme as much as you want (the code is kind of messy though so I am sorry)
- No matter how much you edit the theme, still keep the credit.
- -->
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="if:cool scrollbar" content="1"/>
- <meta name="if:tiny cursor" content="1"/>
- <meta name="if:posts on left" content="1"/>
- <meta name="if:posts on right" content="0"/>
- <meta name="if:music player" content="1"/>
- <meta name="if:info box" content="1"/>
- <meta name="if:post fade" content="0"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content="0"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="image:background" content=""/>
- <meta name="image:side image" content="http://static.tumblr.com/pxbnumn/zfPn1xm04/untitled-1.png"/>
- <meta name="image:navigate popup" content="http://static.tumblr.com/pxbnumn/SJRn1zdax/12.gif"/>
- <meta name="text:side image position" content="left:510px; bottom:0px;" />
- <meta name="text:side image width" content="250px" />
- <meta name="text:navigate pixel" content="https://31.media.tumblr.com/7ca5fcf682b2c75da78e7e4743e83930/tumblr_inline_mm9lrdRIt31qz4rgp.gif" />
- <meta name="text:music pixel" content="http://static.tumblr.com/pxbnumn/WZ0n1xo8w/tumblr_inline_mm9lrpwbqw1qz4rgp1.gif" />
- <meta name="text:body text size" content="10px" />
- <meta name="text:title text size" content="13px" />
- <meta name="text:music player code" content="paste music player code here" />
- <meta name="text:music player title" content="title of song here" />
- <meta name="text:post bg color" content="rgba(255, 255, 255, 0.5)" />
- <meta name="text:sidebar bg color" content="rgba(255, 255, 255, 0.7)" />
- <meta name="text:link1" content="Link 1" />
- <meta name="text:link1 url" content="/" />
- <meta name="text:link2" content="Link 2" />
- <meta name="text:link2 url" content="/" />
- <meta name="text:link3" content="Link 3" />
- <meta name="text:link3 url" content="/" />
- <meta name="text:infobox title1" content="title 1" />
- <meta name="text:infobox content1" content="content 1" />
- <meta name="text:infobox title2" content="title 2" />
- <meta name="text:infobox content2" content="content 2" />
- <meta name="text:infobox title3" content="title 3" />
- <meta name="text:infobox content3" content="content 3" />
- <meta name="text:infobox title4" content="title 4" />
- <meta name="text:infobox content4" content="content 4" />
- <meta name="color:background" content="#fff"/>
- <meta name="color:body text" content="#727272"/>
- <meta name="color:sidebar text" content="#000"/>
- <meta name="color:link" content="#a6b8d6"/>
- <meta name="color:link hover" content="#add1dd"/>
- <meta name="color:tooltip text color" content="#fff"/>
- <meta name="color:tooltip bg color" content="#7b7b7b"/>
- <meta name="color:bold" content="#6999bf"/>
- <meta name="color:italic" content="#b3d6da"/>
- <meta name="color:underline" content="#a3bfc1"/>
- <meta name="color:text selection" content="#b9b9b9"/>
- <meta name="color:scrollbar" content="#e0e0e0"/>
- <meta name="color:scrollbar bg" content="#8e8e8e"/>
- <meta name="color:border" content="#e6e6e6"/>
- <meta name="color:blockquote" content="#bfbfbf"/>
- <meta name="color:infobox bg" content="#fff"/>
- <meta name="color:navigate popup title bg" content="#000"/>
- <meta name="color:navigate popup title text" content="#fff"/>
- <meta name="color:link box color on hover" content="#bee6d6"/>
- <meta name="color:photo post permalink" content="#fff"/>
- <meta name="color:audio post player" content="#c5e1ec"/>
- <meta name="color:quote bg" content="#ededed"/>
- <meta name="font:body" content="Gibson" />
- <meta name="font:title" content="Calluna Sans" />
- <style type="text/css">
- {block:ifcoolscrollbar}
- ::-webkit-scrollbar-thumb {background-color: {color:scrollbar};}
- ::-webkit-scrollbar {width: 7px; height: 4px; background-color: {color:scrollbar bg}; border:3px solid #fff;}
- {/block:ifcoolscrollbar}
- ::-moz-selection {
- background: {color:text selection};}
- ::selection {
- background: {color:text selection};}
- iframe#tumblr_controls {-webkit-filter: invert(100%); opacity:0.4;}
- body {
- font-size: {text:body text size};
- font-family: {font:body};
- color: {color:body text};
- background-color: {color:background};
- background-image: url('{image:Background}');
- background-attachment: fixed;
- {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/mycursor.png), progress !important;{/block:iftinycursor}
- }
- a {
- text-decoration: none;
- color: {color:link};
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- -ms-transition: color 0.5s ease-out;
- -o-transition: color 0.5s ease-out;
- transition: color 0.5s ease-out;
- }
- a:hover{
- color: {color:link hover};
- {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}
- {block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}
- }
- #s-m-t-tooltip {
- max-width: 200px;
- padding: 3px 5px;
- margin: 15px 11px;
- font-size: 10px;
- line-height: 11px;
- letter-spacing: 1px;
- z-index: 999;
- border-width:3px;
- background-color: {color:tooltip bg color};
- opacity:.8;
- color: {color:tooltip text color};
- z-index: 1000000;
- }
- strong {
- font-style: bold;
- color:{color:bold};
- }
- i, em {
- font-style: italic;
- color:{color:italic};
- }
- u {
- text-decoration:underline;
- color:{color:underline};
- }
- ul {
- list-style-type: circle;
- }
- blockquote {
- border-left: 3px solid {color:blockquote};
- padding-left: 10px;
- margin-left: 10px;
- }
- pre {
- padding: 3px 3px 3px 10px;
- background-color: #ededed;
- border:3px double {color:border};
- overflow: auto;
- height: auto;
- max-height: 200px;
- word-break: normal !important;
- word-wrap: normal !important;
- white-space: !important;
- }
- .thesidebar {
- position:fixed;
- {block:ifpostsonleft}
- {block:if250px}left:340px;{/block:if250px}
- {block:if400px}left:530px;{/block:if400px}
- {block:if500px}left:640px;{/block:if500px}
- {/block:ifpostsonleft}
- {block:ifpostsonright}
- left:60px;
- {/block:ifpostsonright}
- top: 190px;
- z-index:200;
- width:200px;
- height:135px;
- background:{text:sidebar bg color};
- border:1px solid {color:border};
- padding:10px;
- }
- .bigtitle {
- font-size:{text:title text size};
- padding-bottom:8px;
- border-bottom:4px double {color:border};
- color:{color:sidebar text};
- text-decoration:none;
- display:block;
- letter-spacing:1px;
- }
- .buttons {
- text-align:right;
- margin-top:-12px;
- margin-right:5px;
- }
- .themusic {
- width:20px;
- height:20px;
- display:inline-block;
- overflow:hidden;
- text-align:left;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -ms-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .themusic:hover {
- width:75px;
- }
- .themusic:hover .theplayercont {
- opacity:1;
- }
- .theplayercont {
- position:absolute;
- margin-left:5px;
- width:50px;
- height:20px;
- opacity:0;
- overflow:hidden;
- -webkit-transition: opacity 0.7s ease-out;
- -moz-transition: opacity 0.7s ease-out;
- -ms-transition: opacity 0.7s ease-out;
- -o-transition: opacity 0.7s ease-out;
- transition: opacity 0.7s ease-out;
- }
- .theplayer {
- position:absolute;
- left:0px;
- margin-top:1px;
- }
- .desc {
- {block:ifinfobox}width:83px; float:right; height:82px; padding:5px; background:{color:infobox bg}; opacity:.8; margin-top:5px; border:1px solid {color:border};{/block:ifinfobox}
- {block:ifnotinfobox}width:200px;{/block:ifnotinfobox}
- color: {color:sidebar text};
- display:block;
- overflow:auto;
- }
- .infobox table {
- width:93px;
- height:83px;
- border:1px solid {color:border};
- padding: 1px 5px;
- background:{color:infobox bg};
- margin-top:5px;
- opacity:.8;
- float:left;
- overflow:hidden;
- font-size:{text:body text size};
- text-align:center;
- }
- .infobox tr {
- height:20px;
- overflow:hidden;
- }
- .infobox tr:hover .infotitle {
- opacity:0;
- z-index:240;
- }
- .infobox tr:hover .infocontent {
- opacity:1;
- }
- .infotitle {
- position:relative;
- font-style:bold;
- font-family:{font:title};
- opacity:1;
- z-index:251;
- -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;
- }
- .infocontent {
- position:relative;
- z-index:250;
- margin-top:-12px;
- opacity:0;
- -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;
- }
- .content {
- position:relative;
- margin-top:35px;
- margin-bottom:35px;
- {block:ifpostsonleft}margin-left:10px;{/block:ifpostsonleft}
- {block:ifpostsonright}
- left:330px;
- {/block:ifpostsonright}
- {block:If500px}width:520px;{/block:If500px}
- {block:If400px}width:420px;{/block:If400px}
- {block:If250px}width:270px;{/block:If250px}
- }
- .stuff {
- position:relative;
- {block:If500px}width:500px;{/block:If500px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If250px}width:250px;{/block:If250px}
- padding:10px;
- margin:15px;
- border: 1px solid {color:border};
- z-index:1000;
- overflow: auto;
- background: {text:post bg color};
- {block:ifpostfade}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- {/block:ifpostfade}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -ms-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .stuff:hover {
- {block:ifpostfade}
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- filter: none;
- {/block:ifpostfade}
- }
- .thetitle {
- font-family:{font:title};
- font-size: {text:title text size};
- text-align:center;
- text-transform: uppercase;
- padding-bottom: 5px;
- border-bottom: 4px double {color:border};
- letter-spacing:1px;
- margin-bottom:5px;
- }
- .thecap {
- {block:ifnotshowcaptions}
- display:none;
- {/block:ifnotshowcaptions}
- }
- .thephoto {
- position:relative;
- top:0px;
- left:0px;
- }
- .thephoto img{
- border:1px solid {color:border};
- margin-top:20px;
- margin-bottom:20px;
- padding:5px;
- {block:If500px}width:458px;{/block:If500px}
- {block:If400px}width:358px;{/block:If400px}
- {block:If250px}width:208px;{/block:If250px}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -ms-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- transition-delay: 0.5s;
- -webkit-transition-delay: 0.5s;
- }
- .stuff:hover .thephoto img {
- width:100%;
- margin:0px 0px 10px 0px;
- border:none;
- padding:0px;
- transition-delay: 0.0s;
- -webkit-transition-delay: 0.0s;
- }
- .photoperm {
- position:absolute;
- bottom:0px;
- margin:23px 15px;
- height:15px;
- padding:10px;
- text-transform:lowercase;
- background:{color:photo post permalink};
- {block:If500px}width:445px;{/block:If500px}
- {block:If400px}width:345px;{/block:If400px}
- {block:If250px}width:195px;{/block:If250px}
- border:4px double {color:border};
- opacity:0;
- -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;
- transition-delay: 0.0s;
- -webkit-transition-delay: 0.0s;
- }
- .stuff:hover .photoperm {
- opacity:.8;
- transition-delay: 0.7s;
- -webkit-transition-delay: 0.7s;
- }
- #link {
- letter-spacing: 1px;
- -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;
- }
- #link:hover {
- letter-spacing: 3px;
- }
- .noart {
- background:#fff;
- width:60px;
- height:60px;
- position:relative; top:0px; left:0px;
- z-index:1001;
- padding-right:5px;
- border-right: 5px solid {color:border};
- }
- .tumblr_audio_player {
- {block:If500px}width:500px;{/block:If500px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If250px}width:250px;{/block:If250px}
- height:60px;
- position:absolute;
- z-index:1005;
- opacity:0;
- -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;
- }
- .audiocolor {
- {block:If500px}width:500px;{/block:If500px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If250px}width:250px;{/block:If250px}
- height:60px;
- position:absolute;
- z-index:1004;
- top:10px;
- left:10px;
- opacity:0;
- background:{color:audio post player};
- -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;
- }
- .stuff:hover .tumblr_audio_player {
- opacity:.5;
- }
- .stuff:hover .audiocolor {
- opacity:1;
- }
- .aquote {
- border:3px double{color:border};
- padding:5px;
- background:{color:quote bg};
- font-family:{font:title};
- font-size:{text:title text size};
- {block:If500px}width:484px;{/block:If500px}
- {block:If400px}width:384px;{/block:If400px}
- {block:If250px}width:234px;{/block:If250px}
- display:block;
- }
- .perm {
- {block:If500px}width:490px;{/block:If500px}
- {block:If400px}width:390px;{/block:If400px}
- {block:If250px}width:240px;{/block:If250px}
- height:12px;
- padding:5px;
- background:#ededed;
- margin-top:-24px;
- opacity:0;
- text-align:center;
- text-transform:lowercase;
- -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;
- }
- .stuff:hover .perm{
- margin-top:8px;
- opacity:1;
- }
- ol.notes {
- padding: 0px;
- margin: 15px 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 5px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:blockquote};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- #fade {
- display:none;
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #fff;
- padding: 10px;
- float: left;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .thepic img {
- position:relative;
- z-index:100000;
- width:99px;
- height:99px;
- border:3px double {color:border};
- padding:5px;
- }
- .navititle {
- width:93px;
- padding:3px;
- background:{color:navigate popup title bg};
- opacity:.6;
- color:{color:navigate popup title text};
- position:absolute;
- bottom:25px;
- margin-left:8px;
- z-index:100001;
- text-align:center;
- font-family:{font:title};
- font-style:bold;
- letter-spacing:2px;
- }
- .linkcont {
- position:absolute;
- left:126px;
- top:10px;
- }
- .thelinkys {
- border-bottom:1px solid {color:border};
- padding:3px 3px 3px 5px;
- display:block;
- width:112px;
- height:12px;
- color:{color:body text};
- letter-spacing:2px;
- -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;
- }
- .thelinkys:hover {
- letter-spacing:4px;
- color:{color:body text};
- }
- .boxyeah {
- width:8px;
- height:8px;
- border:1px dotted {color:border};
- background:#fff;
- margin-right:5px;
- display:inline-block;
- -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;
- }
- .thelinkys:hover .boxyeah {
- background:{color:link box color on hover};
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/pxbnumn/jedn81o74/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:300,
- 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() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) });
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div class="thesidebar">
- <a title="refresh" href="/" class="bigtitle"><b>{Title}</b></a>
- <div class="buttons">
- <a title="navigate" href="#?w=235" rel="popup_navi" class="poplight"><img src="{text:navigate pixel}" width="20" height="20"></a>
- {block:ifmusicplayer}
- <span class="themusic">
- <img src="{text:music pixel}" width="20" height="20" title="{text:music player title}">
- <span class="theplayercont" title="{text:music player title}">
- <span class="theplayer">{text:music player code}</span>
- </span>
- </span>
- {/block:ifmusicplayer}
- </div>
- {block:ifinfobox}
- <div class="infobox">
- <table>
- <tr>
- <td style="border-bottom:1px solid {color:border}"><div class="infotitle">{text:infobox title1}</div><div class="infocontent">{text:infobox content1}</div></td>
- </tr>
- <tr>
- <td style="border-bottom:1px solid {color:border}"><div class="infotitle">{text:infobox title2}</div><div class="infocontent">{text:infobox content2}</div></td>
- </tr>
- <tr>
- <td style="border-bottom:1px solid {color:border}"><div class="infotitle">{text:infobox title3}</div><div class="infocontent">{text:infobox content3}</div></td>
- </tr>
- <tr>
- <td><div class="infotitle">{text:infobox title4}</div><div class="infocontent">{text:infobox content4}</div></td>
- </tr>
- </table>
- </div>
- {/block:ifinfobox}
- <div class="desc">
- {Description}
- </div>
- </div>
- <img src="{image:side image}" width="{text:side image width}" style="position:fixed; {text:side image position} z-index:100;">
- <div class="content">
- {block:Posts}
- <div class="stuff">
- {block:Text}
- {block:Title}<div class="thetitle">{Title}</div>{/block:Title}
- {Body}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Text}
- {block:Photo}
- <center>
- {block:indexpage}<div class="thephoto">{/block:indexpage}
- {block:If500px}<img src="{PhotoURL-500}">{/block:If500px}
- {block:If400px}<img src="{PhotoURL-400}">{/block:If400px}
- {block:If250px}<img src="{PhotoURL-250}">{/block:If250px}
- {block:indexpage}
- <div class="photoperm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {block:indexpage}</div>{/block:indexpage}
- </center>
- {block:indexpage}<center>{/block:indexpage}{block:caption}<div class="thecap" {block:indexpage}{block:ifshowcaptions}style="border-top: 1px solid {color:border};"{/block:ifshowcaptions}{/block:indexpage}>{caption}</div>{/block:caption}{block:indexpage}</center>{/block:indexpage}
- {block:ifnotshowcaptions}
- {block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:PermalinkPage}
- {/block:ifnotshowcaptions}
- {/block:Photo}
- {block:Photoset}
- {block:If500px}{Photoset-500}{/block:If500px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:caption}<div class="thecap">{caption}</div>{/block:caption}
- {block:ifnotshowcaptions}
- {block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:PermalinkPage}
- {/block:ifnotshowcaptions}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Photoset}
- {block:Audio}
- <div class="noart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60" style="position:absolute; top:0px; left:0px; padding-right:5px; border-right: 5px solid {color:border};">{/block:AlbumArt}</div>
- <div style="position:relative; top:-60px; left:70px; padding-left:5px; padding-top: 5px;margin-bottom:-53px; width:{block:If500px}425{/block:If500px}{block:If400px}325{/block:If400px}{block:If250px}175{/block:If250px}px;">
- <strong>Track: </strong>{block:TrackName}{TrackName}{/block:TrackName}<br>
- <strong>Artist: </strong>{block:Artist}{Artist}{/block:Artist}<br>
- <strong>Album: </strong>{block:Album}{Album}{/block:Album}<br>
- <strong>Plays: </strong>{PlayCount}<br>
- </div>
- <div class="audiocolor">{AudioPlayer}</div>
- {block:caption}<div class="thecap">{caption}</div>{/block:caption}
- {block:ifnotshowcaptions}
- {block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:PermalinkPage}
- {/block:ifnotshowcaptions}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Audio}
- {block:Link}
- <a href="{URL}" target="{Target}"><div class="thetitle" id="link">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="thetitle">{Title}</div>{/block:Title}
- <div style="border-bottom:1px solid {color:border};"></div>
- {block:Lines}
- <div style="border-bottom:1px solid {color:border}; padding:7px 0px;">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
- {/block:Lines}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Chat}
- {block:Quote}
- <center><div class="aquote"><big>{Quote}</div></big></center>
- {block:source}<center><br><div style="border-top: 1px solid {color:border}; padding-top:7px;">{source}</div></center>{/block:source}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Quote}
- {block:Video}
- {block:If500px}{Video-500}{/block:If500px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:If250px}{Video-250}{/block:If250px}
- {block:caption}<div class="thecap">{caption}</div>{/block:caption}
- {block:ifnotshowcaptions}
- {block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:PermalinkPage}
- {/block:ifnotshowcaptions}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Video}
- {block:Answer}
- <table style="{block:if400px}width:400px;{/block:if400px}{block:if500px}width:500px;{/block:if500px}{block:if250px}width:250px;{/block:if250px}height:40px; overflow:auto; border:3px double {color:border}; background:{color:quote bg};">
- <tr>
- <td style="width:40px;"><img src="{AskerPortraitURL-40}"></td>
- <td style="padding-left:10px;">{Asker}: {Question}</td>
- </tr>
- </table>
- {Answer}
- {block:indexpage}
- <div class="perm"><a href="{permalink}">Posted {TimeAgo}</a> · <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog?</a>{block:HasTags}{block:ifshowtags} · <span style="color:{color:link}; {block:iftinycursor}cursor: url(https://dl.dropboxusercontent.com/u/96214022/Theme%20Stuff/Cursors/tinyhand.gif), progress !important;{/block:iftinycursor}{block:ifnottinycursor}cursor: help;{/block:ifnottinycursor}" title="{block:Tags}#{Tag} {/block:Tags}">tags</span>{/block:ifshowtags}{/block:HasTags}</div>
- {/block:indexpage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Date}<div style="margin-top: 15px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border}; text-align:center; padding:10px 0px; line-height:150%; font-style:{font:title}"><big>Posted on: {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{CapitalAmPm} -- {TimeAgo}{block:NoteCount} -- {NoteCountWithLabel}{/block:NoteCount}<br>
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>
- {/block:RebloggedFrom}
- {block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} </big></div>{/block:Date}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="stuff" style="margin-top: 25px;">
- <center style="letter-spacing: 7px; font-size: 12px;">
- {block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}
- </center>
- </div>
- {/block:Pagination}
- </div>
- <div id="popup_navi" class="popup_block">
- <div class="thepic">
- <img src="{image:navigate popup}">
- <div class="navititle">Links ☂</div>
- </div>
- <div class="linkcont">
- <a href="/ask"><div class="thelinkys" style="border-top:1px solid {color:border};"><span class="boxyeah"></span>Message</div></a>
- <a href="/archive"><div class="thelinkys"><span class="boxyeah"></span>Archive</div></a>
- <a href="{text:link1 url}"><div class="thelinkys"><span class="boxyeah"></span>{text:link1}</div></a>
- <a href="{text:link2 url}"><div class="thelinkys"><span class="boxyeah"></span>{text:link2}</div></a>
- <a href="{text:link3 url}"><div class="thelinkys"><span class="boxyeah"></span>{text:link3}</div></a>
- <a href="http://killluaa.tumblr.com/"><div class="thelinkys"><span class="boxyeah"></span>Theme</div></a>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment