Advertisement
addictcastiel

theme #1 by addictcastiel @ tumblr.com

Nov 1st, 2014
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9.  
  10.  
  11. THEME #1 BY ADDICTCASTIEL @ tumblr.com
  12.  
  13. RULES:
  14.  
  15.  like/reblog theme post if using
  16.  do not steal parts of the code
  17.  you may edit as much as you want but do not remove the credit
  18.  
  19. Thank you! If you have any questions my asbox is always open.
  20.  
  21.  
  22. -->
  23.  
  24.  
  25. <!--SHOW/HIDE NOTES script-->
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28.  
  29. <script type="text/javascript">
  30. jQuery(document).ready(function() {
  31. jQuery(".sub").hide();
  32. //toggle the componenet with class msg_body
  33. jQuery(".cthrough").click(function()
  34. {
  35. jQuery(this).next(".sub").slideToggle(500);
  36. });});
  37. </script>
  38.  
  39. <script language="javascript">
  40. function toggle() {
  41.         var ele = document.getElementById("toggleText");
  42.         var text = document.getElementById("displayText");
  43.         if(ele.style.display == "block") {
  44.                 ele.style.display = "none";
  45.                 text.innerHTML = "SHOW NOTES";
  46.         }
  47.         else {
  48.                 ele.style.display = "block";
  49.                 text.innerHTML = "HIDE NOTES";
  50.         }
  51. }
  52. </script>
  53. <!--SHOW/HIDE NOTES script end-->
  54.  
  55.  
  56.  
  57. <!--FONTS-->
  58. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  59.  
  60.  
  61. {block:Iflazyload}
  62. <!--Lazy load scipt-->
  63. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  64. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  65. <script type="text/javascript" charset="utf-8">
  66. var $j = jQuery.noConflict();
  67. $j(function() {
  68. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  69. $j("img").lazyload({
  70. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  71. effect: "fadeIn",
  72. });
  73. });
  74. </script>
  75. <!--Lazy load scipt end-->
  76. {/block:Iflazyload}
  77.  
  78. <!---POP UPS script----->
  79.  
  80.     <script type="text/javascript"
  81.    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  82.     <script>
  83.     $(document).ready(function() {
  84.     //
  85.     $('a.poplight[href^=#]').click(function() {
  86.     var popID = $(this).attr('rel'); //Get Popup Name
  87.     var popURL = $(this).attr('href'); //Get Popup href to define size
  88.     var query= popURL.split('?');
  89.     var dim= query[1].split('&');
  90.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  91.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  92.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  93.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  94.     //Apply Margin to Popup
  95.     $('#' + popID).css({
  96.     'margin-top' : -popMargTop,
  97.     'margin-left' : -popMargLeft
  98.     });
  99.     $('body').append('<div id="fade"></div>');
  100.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  101.     return false;
  102.     });
  103.     $('a.close, #fade').live('click', function() {
  104.     $('#fade , .popup_block').fadeOut(function() {
  105.     $('#fade, a.close').remove(); //fade them both out
  106.     });
  107.     return false;
  108.     });
  109.     });
  110.     </script>
  111.    
  112. <!---POP UPS sript end --->
  113.    
  114. <!--TOOLTIPS script-->
  115. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  116. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  117. <script>
  118. (function($){
  119. $(document).ready(function(){
  120. $("a[title]").style_my_tooltips({
  121. tip_follows_cursor:true,
  122. tip_delay_time:60,
  123. tip_fade_speed:400,
  124. attribute:"title"
  125. });
  126. });
  127. })(jQuery);
  128. </script>
  129. <!--TOOLTIPS script end-->
  130.  
  131. <meta name="text:Text above pop up askbox" content=""/>
  132. <meta name="text:Description height change if you want to have more than 4 lines" content="86"/>
  133. <meta name="image:sidebar" content=""/>
  134. <meta name="color:Background" content="#ffffff"/>
  135. <meta name="color:Title" content="#b0b3ba"/>
  136. <meta name="color:Text" content="#838282"/>
  137. <meta name="color:Links" content="#b8b8b8"/>
  138. <meta name="color:Links hover" content="#eeeeee"/>
  139. <meta name="color:Sidebar links" content="#bebebe"/>
  140. <meta name="color:Bold" content="#000000"/>
  141. <meta name="color:Selection background" content="#beb7ae"/>
  142. <meta name="color:Selection text" content="#ffffff"/>
  143. <meta name="color:Lines" content="#e9e9e9"/>
  144. <meta name="color:Scrollbar" content="#9580a1"/>
  145. <meta name="color:Posts background" content="#f8f8f8"/>
  146. <meta name="color:Posts info links" content="#a8a8a8"/>
  147. <meta name="color:Posts info links background" content="#eeeeee"/>
  148. <meta name="color:Tags" content="#dddddd"/>
  149. <meta name="color:Question background" content="#fcfcfe"/>
  150. <meta name="color:Pop up askbox background" content="#e9e9e9"/>
  151.  
  152. <meta name="text:link1 text" content="of"/>
  153. <meta name="text:link1 hover" content="link1 title"/>
  154. <meta name="text:link1 url" content="/"/>
  155. <meta name="text:link2 text" content="stars"/>
  156. <meta name="text:link2 hover" content="link2 title"/>
  157. <meta name="text:link2 url" content="/"/>
  158. <meta name="text:link3 text" content="to"/>
  159. <meta name="text:link3 hover" content="link3 title"/>
  160. <meta name="text:link4 url" content="/"/>
  161. <meta name="text:link5 text" content="collapse"/>
  162. <meta name="text:link5 hover" content="link4 title"/>
  163. <meta name="text:link5 url" content="/"/>
  164.  
  165. <meta name="if:Title" content="1" />
  166. <meta name="if:Lazy load" content="1" />
  167. <meta name="if:Show hide notes" content="1" />
  168. <meta name="if:Pop up askbox" content="1" />
  169. <meta name="if:Small cursor" content="1" />
  170. <meta name="if:Credit on the right" content="1" />
  171. <meta name="if:Quotation marks in description" content="1" />
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176.  
  177. #s-m-t-tooltip {
  178.     max-width:300px;
  179.     background-color: #fff;
  180.     font-size:10px;
  181.     color:{color:Title};
  182.     letter-spacing:1px;
  183.     text-transform:lowercase;
  184.     border: solid 1px {color:Lines};
  185.     padding:6px;
  186.     margin:5px 0px 0px 5px;
  187.     z-index:9999999999999999999999999999999999;
  188. }
  189.  
  190. /* POP UP ASKBOX */
  191. #askland {
  192.     overflow-y:scroll;
  193.     overflow-x:hidden;
  194.     padding: 5px;
  195.     width:500px;
  196.     height:auto;
  197.     font-size:9px;
  198.     text-align: left;
  199.     text-transform: uppercase;
  200.     color: {color:Text};
  201.     background:{color:Pop up askbox background};
  202.     font-family:calibri;
  203.  
  204. }
  205.  
  206. #fade { /*--Transparent background layer--*/
  207.     display: none; /*--hidden by default--*/
  208.     background: #000000;
  209.     position: fixed; left: 0; top: 0;
  210.     width: 100%; height: 100%;
  211.     opacity: .80;
  212.     z-index: 9999;
  213. }
  214.  
  215. .popup_block{
  216.            
  217.     display: none; /*--hidden by default--*/
  218.     background: transparent;
  219.     height:290px;
  220.     padding: 5px;
  221.     text-align:center;
  222.     float: left;
  223.     font-size: 12px;
  224.     position: fixed;
  225.     top: 55%; left: 55%;
  226.     z-index: 99999;
  227. }
  228.    
  229. /*--Making IE6 Understand Fixed Positioning--*/
  230.     *html #fade {
  231.     position: absolute;
  232. }
  233.     *html .popup_block {
  234.     position: absolute;
  235. }
  236.    
  237. .ask {
  238.  
  239.      display:block;
  240.      height: 290px;
  241.      width: 335px;
  242.      margin-left:215px;
  243.      overflow-y: auto;
  244.      background:#ffffff;
  245.      border:double 4px #ccc;
  246.      position:fixed;
  247. }
  248.    
  249. /*--pop up code end--*/
  250.  
  251. pre {
  252.  white-space: pre-wrap;       /* css-3 */
  253.  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  254.  white-space: -pre-wrap;      /* Opera 4-6 */
  255.  white-space: -o-pre-wrap;    /* Opera 7 */
  256.  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  257. }
  258.  
  259. iframe#tumblr_controls {
  260.     white-space:nowrap;
  261.     -webkit-filter: invert(100%);
  262.     -moz-filter: invert(100%);
  263.     -o-filter: invert(100%);
  264.     -ms-filter: invert(100%);
  265.     filter: invert(100%);
  266.     opacity:.2;transition: .8s ease-in-out;
  267.     -webkit-transition: .8s ease-in-out;
  268.     -moz-transition: .8s ease-in-out;
  269.     -o-transition: .8s ease-in-out;
  270. }
  271.  
  272.  
  273. ::-webkit-scrollbar-thumb:vertical
  274. {background-color: {color:Scrollbar}; height: 5px;}
  275. ::-webkit-scrollbar-thumb:horizontal
  276. {background-color: {color:Scrollbar}; height:5px!important;}
  277. ::-webkit-scrollbar
  278. {background-color: transparent; height:5px; width:5px;}
  279.  
  280.  
  281. *, body, a {{block:Ifsmallcursor}cursor: url('http://static.tumblr.com/oeljwe1/URMnawx96/ehheeh.png'), auto;{/block:Ifsmallcursor}}
  282.  
  283.  
  284. body {
  285.     background:{color:background};
  286.     margin:0px;
  287.     color:{color:text};
  288.     font-family:Calibri;
  289.     font-size:9px;
  290.     line-height:100%;
  291. }
  292.  
  293. a {
  294.     text-decoration:none;
  295.     outline:none;
  296.     color: {color:links};
  297.      -webkit-transition: all 1s ease;
  298.     -moz-transition: all 1s ease;
  299.     -o-transition: all 1s ease;
  300. }
  301.  
  302. a:hover {
  303. text-decoration: underline;
  304. color: {color:Links hover};
  305. {block:Ifsmallcursor}cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;{/block:Ifsmallcursor}
  306.  -webkit-transition: all 0.7s ease;
  307.     -moz-transition: all 0.7s ease;
  308.     -o-transition: all 0.7s ease;
  309. }
  310.  
  311. img {
  312.     border:none;
  313. }
  314.  
  315. blockquote {
  316.     padding-left:5px;
  317.     border-left:3px double {color:Lines};
  318.     margin-left: 8px;
  319. }
  320.    
  321. blockquote blockquote {
  322.     padding-left:5px;
  323.     border-left:3px double {color:Lines};
  324. }
  325.  
  326. h1 {
  327.     font-size:9px;
  328.     text-transform:uppercase;
  329. }
  330.  
  331. b {
  332.     color:{color:Bold};
  333. }
  334.  
  335. strong {
  336.     color:{color:Bold};
  337. }
  338.  
  339. #entries {
  340.     padding:10px;
  341.     width:500px;
  342.     font-size:10px;
  343.     margin-left:450px;
  344.     margin-top:40px;
  345.    
  346. }
  347.  
  348. #post {
  349.     width:500px;
  350.     background-color: {color:Posts background};
  351.     margin-top:25px;
  352.     padding: 10px;
  353. }
  354.  
  355. #sidebar {
  356.     width:200px;
  357.     position:fixed;
  358.     margin-left:200px;
  359.     margin-top:150px;
  360. }
  361.  
  362. #sidebar img{
  363.      width: 200px;
  364.      margin-left:-5px;
  365.      padding:5px;
  366. }
  367.  
  368. #title {
  369.     color: {color:Title};
  370.     word-spacing: 0px;
  371.     line-height: 80%;
  372.     width:200px;
  373.     position:fixed;
  374.     font-family: Dancing Script;
  375.     margin-top:-12px;
  376.     font-size:20px;
  377.     letter-spacing:0px;
  378.     text-align:left;
  379. }
  380.  
  381. #links {
  382.     position:fixed;
  383.     word-spacing:6px;
  384.     letter-spacing: 3px;
  385.     border-top: double 3px {color:Lines};
  386.     border-bottom: double 3px {color:Lines};
  387.     width:190px;
  388.     height:5px;
  389.     padding: 5px;
  390.     padding-bottom:9px;
  391.     font-size:9px;
  392.     font-family:'calibri';
  393.     text-align:center;
  394.     margin-top:0px;
  395.     text-transform:uppercase;
  396.  
  397. }
  398.  
  399. #links a{
  400.     color: {color:Sidebar links};
  401. }
  402.  
  403. #description {
  404.     position:fixed;
  405.     color: {color:text};
  406.     font-family:cambria;
  407.     line-height:150%;
  408.     font-size:9px;
  409.     font-style:normal;
  410.     width:200px;
  411.     margin-top:28px;
  412.     text-align:center;
  413.     color: {color:text};
  414. }
  415.  
  416. #pagination {
  417.     position:fixed;
  418.     font-family:consolas;
  419.     width:200px;
  420.     font-size:9px;
  421.     text-align:center;
  422.     margin-top:{text:description height change if you want to have more than 4 lines}px;
  423.     opacity: 0;
  424.     -webkit-transition: all 0.7s ease-in-out;
  425.     -moz-transition: all 0.7s ease-in-out;
  426.     -o-transition: all 0.7s ease-in-out;
  427.     -ms-transition: all 0.7s ease-in-out;
  428.     transition: all 0.7s ease-in-out;
  429. }
  430.  
  431. #sidebar:hover #pagination{
  432.     opacity:1;
  433.     -webkit-transition: all 0.7s ease-in-out;
  434.     -moz-transition: all 0.7s ease-in-out;
  435.     -o-transition: all 0.7s ease-in-out;
  436.     -ms-transition: all 0.7s ease-in-out;
  437.     transition: all 0.7s ease-in-out;
  438. }
  439.  
  440. #info {
  441.     text-align:center;
  442.     font-size:9px;
  443.     text-transform:uppercase;
  444.     opacity: 0;
  445.     -webkit-transition: all 0.7s ease-in-out;
  446.     -moz-transition: all 0.7s ease-in-out;
  447.     -o-transition: all 0.7s ease-in-out;
  448.     -ms-transition: all 0.7s ease-in-out;
  449.     transition: all 0.7s ease-in-out;
  450. }
  451. #info a {
  452.     color: {color:Posts info links};
  453. }
  454.  
  455. #infoo {
  456.      background: {color:Posts info links background};
  457.      padding:7px;
  458.      
  459. }
  460.  
  461.  #tags {
  462.     margin-top: -5px;
  463.     text-align:center;
  464.     font-family:cambria;
  465.     text-transform:lowercase;
  466.     font-size:8px;
  467.     letter-spacing: 2px;
  468.     font-style:italic;
  469.     opacity: 0;
  470.     -webkit-transition: all 0.7s ease-in-out;
  471.     -moz-transition: all 0.7s ease-in-out;
  472.     -o-transition: all 0.7s ease-in-out;
  473.     -ms-transition: all 0.7s ease-in-out;
  474.     transition: all 0.7s ease-in-out;
  475. }
  476.    
  477. #tags a {
  478.     color: {color:Tags};
  479.     padding:4px;
  480.     display:inline;
  481.     -webkit-transition: all 0.6s ease-in-out;
  482.     -moz-transition: all 0.6s ease-in-out;
  483.     -o-transition: all 0.6s ease-in-out;
  484.     -ms-transition: all 0.6s ease-in-out;
  485.     transition: all 0.6s ease-in-out;
  486. }  
  487.  
  488. #post:hover #tags {
  489.     opacity:1;
  490. }
  491.  
  492. #post:hover #info {
  493.     opacity:1;
  494. }
  495.    
  496. #asker {
  497.     float:left;
  498.     text-align:left;
  499.     font-family:'calibri';
  500.     text-transform:uppercase;
  501.     margin-right:5px;
  502.     font-size: 8px;
  503.     letter-spacing: 2px;
  504.     padding-left: 5px;
  505.     padding-top: 5px;
  506. }
  507.  
  508. #question{
  509.   background-color: {color:Question background};
  510.   padding-left: 5px;
  511.   padding-top: 8px;
  512. }
  513.  
  514. #quote{
  515.   font-size:15px;
  516.   font-style:italic;
  517.   display: inline-block;
  518.   font-family:cambria;
  519.   line-height:120%;
  520. }
  521.  
  522. #quote:first-letter{
  523.   font-size:18px;
  524.   padding-right: 3px;
  525.   color: {color:Title};
  526.   font-family: Dancing Script;
  527.  
  528. }
  529.  
  530. ::selection {
  531.         background:{color:Selection background};
  532.         color:{color:Selection text};}  
  533.        
  534. ::-moz-selection{
  535.         background:{color:Selection Text};
  536.         color:{color:Selection Text};}
  537.  
  538. #cred a {
  539.     z-index:99999999999999;
  540.     border: 1px solid {color:Lines};
  541.     color: {color:Title};
  542.     font-size: 12px;
  543.     padding: 2px;
  544.     text-align: center;
  545.     position:fixed;
  546.     {block:Ifcreditontheright}
  547.     bottom: 10px;
  548.     right: 10px;
  549.     {/block:Ifcreditontheright}
  550.     {block:Ifnotcreditontheright}
  551.     bottom:10px;
  552.     left:10px;
  553.     {/block:Ifnotcreditontheright}
  554.     -moz-transition-duration:0.5s;
  555.     -webkit-transition-duration:0.5s;
  556.     -o-transition-duration:0.5s;
  557. }
  558.  
  559. #cred a:hover {
  560.     text-decoration:none;
  561.     color: #fff;
  562.     background-color: {color:Title};
  563.     border: 1px solid {color:Title};
  564. }
  565.  
  566. .caption {
  567.     max-width: 480px;
  568. }
  569. .caption img{
  570.     max-width: 450px;
  571. }
  572.  
  573. {CustomCSS}</style></head><body>
  574.  
  575.  
  576.  
  577. <div id="sidebar">
  578.  
  579. {block:Iftitle}<div id="title">{Title}</div>{block:Iftitle}
  580.  
  581. <a href="/"><img src="{image:sidebar}"></a>
  582. <div id="links">
  583.  
  584. {block:Ifpopupaskbox}<a href="#?w=500" rel="ask" class="poplight" title="{text:link1 hover}">{text:link1 text}</a>{/block:Ifpopupaskbox}
  585. {block:Ifnotpopupaskbox}<a href="{text:link1 url}" title="{text:link1 hover}">{text:link1 text}</a>{/block:Ifnotpopupaskbox}
  586. <a href="{text:link2 url}" title="{text:link2 hover}">{text:link2 text}</a>
  587. <a href="{text:link3 url}" title="{text:link3 hover}">{text:link3 text}</a>
  588. <a href="{text:link4 url}" title="{text:link4 hover}">{text:link4 text}</a>
  589. <a href="{text:link5 url}" title="{text:link5 hover}">{text:link5 text}</a>
  590.  
  591. </div>
  592.  
  593. <div id="description">{block:Ifquotationmarksindescription}<span style="color:#c2c2c2;"><i><big><big></span></big></big></i>&nbsp;&nbsp;{block:Ifquotationmarksindescription}{description}</div>
  594.  
  595. {block:Pagination}<div id="pagination">
  596. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  597. {block:JumpPagination length="3"}
  598. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  599. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  600. {/block:JumpPagination}
  601. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</div>
  602. {/block:Pagination}
  603.  
  604. </div>
  605.  
  606.  
  607. <div id="entries">{block:Posts}<div id="post">
  608.  
  609. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><span class="caption">{Body}</span>{/block:Text}
  610.  
  611. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photo}
  612.  
  613. {block:Photoset}{Photoset-500}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photoset}
  614.  
  615. {block:Quote}<div id="quote">{Quote}</div>{block:Source} — {Source}{/block:Source}{/block:Quote}
  616.  
  617. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  618.  
  619. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  620.  
  621. {block:Audio}{AudioPlayerWhite}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Audio}
  622.  
  623. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  624.  
  625. {block:Answer}<div id="asker">{Asker} whispered:</div><div id="question"><br>{Question}<br><br></div>{Answer}{/block:Answer}
  626.  
  627.  
  628. <div id="info">
  629.  
  630. <br>{block:ContentSource}
  631.  
  632. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  633. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  634. {/block:SourceLogo}
  635. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  636. {/block:ContentSource}
  637.  
  638. {block:Date}<div id="infoo">
  639. <div style="float:left; margin-top: -5px; "><a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a> {/block:Date}{block:NoteCount}<div style="display:inline-block; color:{color:Title}"></div> (<a href="{Permalink}">{NoteCount}</a>){/block:NoteCount}{block:RebloggedFrom}</div> <div style="float:right;  margin-top: -5px; "> <a href="{ReblogParentURL}"
  640. title="{ReblogParentName}">via</a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom} {block:IndexPage} | <a href="{ReblogURL}" >Reblog</a>{/block:IndexPage}
  641.    
  642. </div></div>
  643. <br>
  644. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  645.    
  646. </div></div>
  647.  
  648. </div>
  649. {block:Ifshowhidenotes}
  650. {block:PostNotes}<center><a id="displayText" href="javascript:toggle();" style="font-size:9px;font-family:calibri; letter-spacing:2px;">SHOW NOTES</a></center>
  651. <div id="toggleText" style="display: none"><div id="notes">{PostNotes}</div>
  652. </div>{/block:PostNotes}
  653. {/block:Ifshowhidenotes}
  654.  
  655. {block:Ifnotshowhidenotes}
  656. {block:PostNotes}
  657. {PostNotes}
  658. {/block:PostNotes}
  659. {block:Ifnotshowhidenotes}
  660.  
  661.  
  662. <div id="cred"><a href="http://addictcastiel.com/" title="THEME">©</a></div>
  663.  
  664. </body>
  665.  
  666.  
  667. {block:Ifpopupaskbox}
  668. <div id="ask" class="popup_block">
  669.    
  670. <div id="askland">
  671.  
  672.  
  673. <span style="float:left; font-transform: uppercase; font-family:calibri; font-size: 9px;">{text:Text above pop up askbox}</span>
  674.  
  675. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="494px" style="background-color: transparent; overflow: hidden;"></iframe></a></p>
  676. </div>
  677.    
  678. </div>
  679. {block:Ifpopupaskbox}
  680.  
  681. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement