Advertisement
winchestheart

theme 19a; shadow.

Feb 26th, 2014
7,066
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 1 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 19a; shadow by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22.  
  23. <meta name="image:Background" content="" />
  24. <meta name="image:Sidebar" content="" />
  25.  
  26. <meta name="color:Links" content="#d3d3d3" />
  27. <meta name="color:Main Color" content="#8a8f8e" />
  28. <meta name="color:Text" content="#b6b6b6" />
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="color:Border" content="#f1f1f1" />
  31. <meta name="color:Scrollbar" content="#8a8f8e" />
  32. <meta name="color:SubLinks Background" content="#f9f9f9" />
  33.  
  34. <meta name="text:Link 01 Title" content="index" />
  35. <meta name="text:Link 02 Title" content="ask" />
  36. <meta name="text:Link 03 Title" content="link1" />
  37. <meta name="text:Link 04 Title" content="link2" />
  38. <meta name="text:Link 05 Title" content="link3" />
  39. <meta name="text:Link 01 URL" content="/" />
  40. <meta name="text:Link 02 URL" content="/ask" />
  41. <meta name="text:Background Image Position" content="left" />
  42. <meta name="text:Font Family" content="arial" />
  43. <meta name="text:Font Size" content="9" />
  44.  
  45. <meta name="if:Lazy Load" content="0" />
  46. <meta name="if:Custom Scrollbar" content="1">
  47. <meta name="if:Background Image Repeat" content="0" />
  48. <meta name="if:Infinite Scrolling" content="0" />
  49. <meta name="if:400px posts" content="0" />
  50. <meta name="if:Grayscale" content="0" />
  51. <meta name="if:Sidebar Image" content="1" />
  52. <meta name="if:Reblog Link" content="1" />
  53. <meta name="if:Show Tags" content="0" />
  54.  
  55.  
  56. <!----------------------------------------------------------------------->
  57.  
  58. {block:IfLazyLoad}
  59. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  60. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  61. <script type="text/javascript" charset="utf-8">
  62. var $j = jQuery.noConflict();
  63. $j(function() {
  64. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  65. $j("img").lazyload({
  66. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  67. effect: "fadeIn",
  68. });
  69. });
  70. </script>
  71. {/block:IfLazyLoad}
  72.  
  73. <!----------------------------------------------------------------------->
  74.  
  75. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:IfInfiniteScrolling}
  76.  
  77. <!----------------------------------------------------------------------->
  78.  
  79. <script>var current_obj='';function show(objID) {var obj=document.getElementById(objID);if (current_obj.style) {current_obj.style.display='none';}obj.style.display='block';current_obj=obj;}</script>
  80.  
  81. <!----------------------------------------------------------------------->
  82.  
  83. <script type="text/javascript">
  84. function unhide(divID) {
  85. var item = document.getElementById(divID);
  86. if (item) {
  87. item.className=(item.className=='hidden')?'unhidden':'hidden';
  88. }
  89. }
  90. </script>
  91.  
  92. <!----------------------------------------------------------------------->
  93.  
  94. <style type="text/css">
  95.  
  96. {block:IfCustomScrollbar}
  97. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background};}
  98. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  99. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  100. {/block:IfCustomScrollbar}
  101.  
  102. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  103.  
  104. body {font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  105.  
  106. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:{color:links};}
  107. a:hover {color:{color:main color};}
  108.  
  109. strong, bold, b {font-weight:bold;color:{color:links};}
  110.  
  111. small, sub {font-size:{text:font size}px;}
  112. code {font-size:{text:font size}px;font-family:{text:font family};}
  113. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  114.  
  115. {block:IfGrayscale}img {-webkit-transition:opacity 0.8s linear;opacity:0.60;-webkit-filter:grayscale(100%);}
  116. img:hover {-webkit-transition:opacity 0.8s linear;opacity:1;-webkit-filter:none;}{/block:IfGrayscale}
  117.  
  118. blockquote {padding-left:8px;margin:-2px 8px;border-left:1px solid {color:border};}
  119.  
  120. h1 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};}
  121. h1 a {color:{color:main color};}
  122.  
  123. .label {font-weight:bold;color:{color:main color};}
  124. .chat {line-height:12px;margin:8px;}
  125.  
  126. ::selection {color:{color:main color};}
  127. ::-moz-selection {color:{color:main color};}
  128. ::-webkit-selection {color:{color:main color};}
  129.  
  130. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  131.  
  132. /************************************************************************/
  133.  
  134. #sidebar {position:fixed;width:245px;margin-left:280px;margin-top:180px;}
  135.  
  136. .description {text-align:justify;margin:15px 0px;padding:0px 20px;line-height:12px;}
  137.  
  138. .navigation {text-align:center;border-top:1px solid {color:border};letter-spacing:1px;padding-top:5px;}
  139. .navigation a {line-height:16px;padding:0px 5px;}
  140.  
  141. /************************************************************************/
  142.  
  143. #post {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin:40px 0px 80px 580px;text-align:justify;}
  144.  
  145. #post blockquote div {margin-top:8px;}
  146. #post blockquote img {{block:IfNot400pxPosts}max-width:450px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}}
  147. #postimage img {{block:IfNot400pxPosts}max-height:700px;width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-height:560px;width:400px;{/block:If400pxPosts}overflow:hidden;}
  148.  
  149. #permalink {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}color:{color:links};text-transform:lowercase;margin-top:-12px;margin-bottom:4px;}
  150.  
  151. #tags {position:absolute;{block:IfNotShowTags}height:0px;overflow:hidden;opacity:0;{/block:IfNotShowTags}{block:IfShowTags}height:auto;padding:3px 0px;{/block:IfShowTags}line-height:15px;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}text-align:right;color:{color:links};{block:IndexPage}border-top:1px solid {color:border};background-color:{color:sublinks background};{/block:IndexPage}margin-top:10px;transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;}
  152. #tags a {padding:0px 5px;}
  153. #tags a:hover {text-decoration:underline;}
  154.  
  155. #post:hover #tags {{block:IfNotShowTags}padding:3px 0px;height:auto;opacity:1;{/block:IfNotShowTags}}
  156.  
  157. #permalinktext {margin-top:12px;border-top:1px solid {color:border};text-transform:lowercase;padding:3px 1px;color:{color:links};margin-bottom:-8px;}
  158.  
  159. /************************************************************************/
  160.  
  161. #permalinkpage {margin-top:15px;background-color:{color:sublinks background};text-align:center;padding:5px 0px;text-transform:lowercase;border-top:1px solid {color:border};}
  162.  
  163. #tagspp {line-height:15px;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  164. #tagspp a {padding:0px 5px;}
  165. #tagspp a:hover {text-decoration:underline;}
  166.  
  167. /************************************************************************/
  168.  
  169. .tumblr_audio_player {border:1px solid {color:border};padding:0px;margin:0px;height:40px;position:relative;z-index:10;{block:IfNot400pxPosts}width:498px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:398px;{/block:If400pxPosts}background-color:{color:sublinks background};}
  170. .audio {position:absolute;z-index:50;margin-top:-27px;text-align:center;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}}
  171.  
  172. /************************************************************************/
  173.  
  174. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  175. .source {font-size:8px;text-transform:uppercase;font-family:calibri;font-weight:bold;padding-top:10px;text-align:center;margin-bottom:10px;}
  176.  
  177. /************************************************************************/
  178.  
  179. #question {margin:10px 0px;padding:10px 20px;line-height:15px;background-color:{color:sublinks background};border:1px solid {color:border};color:{color:links};text-align:center;}
  180. #question a {color:{color:links};}
  181.  
  182. /************************************************************************/
  183.  
  184. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}width:480px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}}
  185. .notes a:hover {background-color:transparent;color:{color:links};}
  186. ol.notes {list-style-type:none;}
  187. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  188. ol.notes li.note img.avatar {vertical-align:-6px;}
  189. ol.notes li.note img {padding:2px 5px 2px 2px;}
  190. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  191.  
  192. /************************************************************************/
  193.  
  194. .hidden {display:none;}
  195. .unhidden {display:block;}
  196.  
  197. #link1, #link2, #link3 {margin-top:5px;text-align:center;padding:5px 0px;border-top:1px solid {color:border};background-color:{color:sublinks background};}
  198.  
  199. /************************************************************************/
  200.  
  201. </style>
  202. </head>
  203.  
  204. <body>
  205.  
  206. <!----------------------------------------------------------------------->
  207.  
  208. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">WH</a></div>
  209.  
  210. <!----------------------------------------------------------------------->
  211.  
  212. <div id="sidebar">
  213.  
  214. {block:IfSidebarImage}<img src="{image:sidebar}" width="245">{/block:IfSidebarImage}
  215.  
  216. <div class="description">{Description}</div>
  217.  
  218. <div class="navigation">
  219.  
  220. {block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}{/block:IfNotInfiniteScrolling}
  221.  
  222. <a href="{text:Link 01 URL}">{text:Link 01 Title}</a>
  223. <a href="{text:Link 02 URL}">{text:Link 02 Title}</a>
  224. <a href="#" onclick="show('link1');return false;">{text:Link 03 Title}</a>
  225. <a href="#" onclick="show('link2');return false;">{text:Link 04 Title}</a>
  226. <a href="#" onclick="show('link3');return false;">{text:Link 05 Title}</a>
  227.  
  228. {block:IfNotInfiniteScrolling}{block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}
  229.  
  230.  
  231. <!-- S U B - L I N K S C U S T O M I Z A T I O N -----------------------
  232.  
  233. Read the following instructions:
  234.  
  235. * First, I know I called it 'sub-links' but it doesn't have to be links,
  236. you can put whatever you want, like another description or images.
  237.  
  238. * The only thing you have to do is to put your content
  239. in the following divs.
  240.  
  241. * Don't forget to Update Preview & Save.
  242.  
  243. * One more thing, do not put your content
  244. after </div> or between <!-- and -->
  245.  
  246. <!--
  247.  
  248. If you need more information, you can find a complete tutorial here:
  249. > http://winchestheart.tumblr.com/tutorials
  250.  
  251. Have fun!
  252.  
  253. -->
  254.  
  255.  
  256. <!-- 1ST LINK -->
  257.  
  258. <div id="link1" class="hidden">
  259.  
  260. <!--
  261.  
  262. * HOW TO ADD CONTENT:
  263.  
  264. - You can add a link with: <a href="yoururlhere">your title here</a>
  265.  
  266. - You can add an image with: <img src="yoururlhere">
  267.  
  268. Need to upload an image?
  269. > http://www.tumblr.com/themes/upload_static_file
  270.  
  271. - You don't have to do anything special to add another description.
  272.  
  273. - You can add a list with: <ul><li>...</li><li>...</li></ul>
  274.  
  275.  
  276.  
  277. * EXAMPLES:
  278.  
  279. - Links:
  280.  
  281. <a href="/tagged/mine">my gifs</a>
  282. <a href="/faq">faq</a>
  283. <a href="/tutorials">tutorials</a>
  284.  
  285.  
  286.  
  287. - Image:
  288.  
  289. <img src="http://static.tumblr.com/pjdaveb/Behn1lurc/legolas_03.png">
  290.  
  291.  
  292.  
  293. - Description:
  294.  
  295. hi, my name is cassandra. i like dragons, superheroes and video games. i also make themes and gifs.
  296.  
  297. <b>bold</b> <i>italic</i> <u>underline</u>
  298. <small>small</small> <big>big</big>
  299.  
  300.  
  301.  
  302. - List:
  303. <ul>
  304. <li>1st line</li>
  305. <li>2nd line</li>
  306. <li>3rd line</li>
  307. </ul>
  308.  
  309.  
  310. -->
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. </div>
  318.  
  319.  
  320.  
  321. <!-- 2ND LINK -->
  322.  
  323. <div id="link2" class="hidden">
  324.  
  325. <!-- PUT YOUR CONTENT HERE -->
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. </div>
  333.  
  334.  
  335.  
  336. <!-- 3RD LINK -->
  337.  
  338. <div id="link3" class="hidden">
  339.  
  340. <!-- PUT YOUR CONTENT HERE -->
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347. </div>
  348.  
  349. </div></div>
  350.  
  351. <!----------------------------------------------------------------------->
  352.  
  353. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  354.  
  355. {block:Posts}
  356. <div id="post">
  357.  
  358. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{block:IndexPage}<div id="permalinktext">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink}<span style="float:right;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{/block:Text}
  359.  
  360. {block:Photo}{block:IndexPage}<div style="height:1px;background-color:{color:border};margin-bottom:5px;"></div><div id="permalink"><span style="background-color:{color:background};padding:0px 5px 0px 0px;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}</span>{block:IfReblogLink}<span style="float:right;background-color:{color:background};padding-left:3px;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{block:IfNot400pxPosts}<div id="postimage"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{/block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  361.  
  362. {block:Photoset}{block:IndexPage}<div style="height:1px;background-color:{color:border};margin-bottom:5px;"></div><div id="permalink"><span style="background-color:{color:background};padding:0px 5px 0px 0px;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}</span>{block:IfReblogLink}<span style="float:right;background-color:{color:background};padding-left:3px;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  363.  
  364. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{block:IndexPage}<div id="permalinktext">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink}<span style="float:right;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{/block:Quote}
  365.  
  366. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{block:IndexPage}<div id="permalinktext">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink}<span style="float:right;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{/block:Link}
  367.  
  368. {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{block:IndexPage}<div id="permalinktext">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink}<span style="float:right;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{/block:Chat}
  369.  
  370. {block:Video}{block:IndexPage}<div style="height:1px;background-color:{color:border};margin-bottom:5px;"></div><div id="permalink"><span style="background-color:{color:background};padding:0px 5px 0px 0px;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}</span>{block:IfReblogLink}<span style="float:right;background-color:{color:background};padding-left:3px;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  371.  
  372. {block:Audio}{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<div class="audio">{block:TrackName}<i>{TrackName}</i>{/block:TrackName} - {block:Artist}<b>{Artist}</b>{/block:Artist}</div>{block:caption}{caption}{/block:caption}{block:IndexPage}<div id="permalinktext">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink}<span style="float:right;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}{/block:Audio}
  373.  
  374. {block:Answer}{block:IndexPage}<div style="height:1px;background-color:{color:border};margin-bottom:5px;"></div><div id="permalink"><span style="background-color:{color:background};padding:0px 5px 0px 0px;">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}</span>{block:IfReblogLink}<span style="float:right;background-color:{color:background};padding-left:3px;"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></span>{/block:IfReblogLink}</div>{/block:IndexPage}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  375.  
  376. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  377. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  378.  
  379. <!-- {block:NoRebloggedFrom}
  380. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  381. {/block:NoRebloggedFrom} -->
  382.  
  383. {block:PermalinkPage}<div id="permalinkpage">{block:Date}shared {TimeAgo} on {ShortDayOfWeek}, {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:PermalinkPage}
  384.  
  385. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  386.  
  387. {block:HasTags}<div id="tags">{block:IndexPage}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:IndexPage}</div>{/block:HasTags}
  388.  
  389. {block:PostNotes}
  390. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div><div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  391. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  392. {/block:PostNotes}
  393.  
  394. </div>
  395. {/block:Posts}
  396.  
  397. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  398.  
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement