Advertisement
sleepythemes

CITY ESCAPE THEME

Sep 9th, 2012
11,713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.70 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5. Theme: City Escape
  6. A sleepy theme, created by Shannon.
  7. @ sleepingtigers.tumblr.com
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <title>{Title}</title>
  13.  
  14. <meta name="color:Background" content="#FFF"/>
  15. <meta name="color:Links Color" content="#e78191"/>
  16. <meta name="font:Body" content="Arial"/>
  17.  
  18. <meta name="if:Display Captions" content="0"/>
  19. <meta name="if:Endless Scrolling" content="1"/>
  20. <meta name="if:Rounded Posts" content="0" />
  21.  
  22. <meta name="if:Fixed Titles" content="1" />
  23. <meta name="if:Five Columns" content="0" />
  24. <meta name="if:Four Columns" content="1" />
  25. <meta name="if:Three Columns" content="0" />
  26. <meta name="if:Two Columns" content="0" />
  27. <meta name="if:Single Column" content="0" />
  28.  
  29. <meta name="image:Background" content=""/>
  30.  
  31. <meta name="text:Link One" content="" />
  32. <meta name="text:Link One Title" content="" />
  33. <meta name="text:Link Two" content="" />
  34. <meta name="text:Link Two Title" content="" />
  35. <meta name="text:Link Three" content="" />
  36. <meta name="text:Link Three Title" content="" />
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42.  
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript">
  46. jQuery(document).ready(function() {
  47. jQuery(".drop_content").hide();
  48. //toggle the componenet with class msg_body
  49. jQuery(".drop_list").click(function()
  50. {
  51. jQuery(this).next(".drop_content").slideToggle(850);
  52. });});
  53. </script>
  54.  
  55. <style type="text/css">
  56. body{ font-family:{font:Body}; font-size: 11px; line-height:16px; background-color:{color:Background}; background-image:url('{image:Background}'); background-attachment:fixed;}
  57. a { text-decoration:none; color: {color:Links Color}; -webkit-transition-duration: .5s;}
  58. a:hover { text-decoration:none; }
  59. .right { margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align:left; {block:IndexPage}width:300px;{/block:IndexPage} {block:PermalinkPage}width:500px;{/block:PermalinkPage} }
  60. .totalright {float:right; margin-top:0px; }
  61. #heading { margin-left:-7px; padding:45px 25px 25px 25px; width:50%; margin-top:-9px; z-index:3; opacity:.9; {block:IfFixedTitles} position:fixed; {/block:IfFixedTitles} {block:IfNotFixedTitles} position:absolute; {block:IfNotFixedTitles} }
  62. #heading a{ color:{color:HeaderLinks}; text-decoration:underline; font-size:11px; font-weight:bold; }
  63. .layer1 { background-color:#FFF; width:197px; margin-left:53px; {block:IfFourColumns} width:247px; margin-left:63px; {/block:IFFourColumns} {block:IfThreeColumns} width:323px; margin-left:93px; {/block:IfThreeColumns} {block:IfTwoColumns} width:397px; margin-left:198px;{/block:IfTwoColumns} {block:IfSingleColumn} width:242px; margin-left:378px; {/block:IfSingleColumn} border-left:3px solid {color:Links Color}; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; cursor: pointer; {block:IfRoundedPosts} -moz-border-radius: 5px; border-radius: 5px; {/block:IfRoundedPosts} }
  64. .drop_list { text-align:center; font-weight:bold; line-height:16px; padding:10px; }
  65. .drop_content { line-height:16px; padding:15px; opacity:.7; z-index:3; overflow:hidden; }
  66. .drop_content a{ line-height:25px; padding-left:10px; }
  67. .layer_2 { {block:IfNotFixedTitles}position:absolute;{/block:IfNotFixedTitles} {block:IfFixedTitles}position:fixed; z-index:3; opacity:.9; {/block:IfFixedTitles} background-color:#FFF; width:200px; float:left; margin-left:935px; top:80px;{block:IfFourColumns} width:250px; margin-left:863px; {/block:IfFourColumns} {block:IfThreeColumns} width:325px; margin-left:766px; {/block:IfThreeColumns} {block:IfTwoColumns} width:400px; margin-left:446px; {/block:IfTwoColumns} {block:IfSingleColumn} width:245px; margin-left:320px;{/block:IfSingleColumn} box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; cursor: pointer; margin-top:-36px; {block:IfRoundedPosts} -moz-border-radius: 5px; border-radius: 5px; {/block:IfRoundedPosts}}
  68. .navigation { text-align:center; font-weight:bold; line-height:16px; padding:10px; }
  69. .navigation a {text-decoration:underline; }
  70. #postwrap { margin:auto; margin-top:0px; margin-top:30px; {block:IfFourColumns}margin-left:10px;{/block:IfFourColumns} {block:IfThreeColumns} margin-left:40px; {block:IfThreeColumns} {block:IfSingleColumn} margin-left:50px; {/block:IfSingleColumn} }
  71. #center { {block:IndexPage} margin:auto; width:1150px; {block:IfTwoColumns} width:860px; {/block:IfTwoColumns} {block:IfSingleColumn} width:600px; {/block:IfSingleColumn} {/block:IndexPage} {block:PermalinkPage}margin:auto; width:500px;{/block:PermalinkPage} }
  72. .entry { {block:IndexPage} {block:IfFiveColumns}max-width:200px; width:200px;{/block:IfFiveColumns} {block:IfFourColumns} width:250px; {/block:IfFourcolumns} {block:IfThreeColumns} width:325px; max-width:325px; {/block:IfThreeColumns} {block:IfTwoColumns} width:400px; max-width:400px; {/block:IfTwoColumns} {block:IfSingleColumn} width:500px; max-width:500px; {/block:IfSingleColumn} float:left; margin:15px; {/block:IndexPage} {block:PermalinkPage} margin:0px; width:500px; padding:20px; {/block:PermalinkPage} }
  73. .entry img{ {block:IndexPage} {block:IfFiveColumns}max-width:200px;{/block:IfFiveColumns} {block:IfFourColumns} max-width:250px; width:250px; {/block:IfFourColumns} {block:IfThreeColumns} width:325px; {/block:IfThreeColumns} {block:IfTwoColumns} width:400px; {/block:IfTwoColumns} {block:IfSingleColumn} width:500px; max-width:500px; {/block:IfSingleColumn} height:auto; {/block:IndexPage} {block:PermalinkPage} width:500px; height:auto; {/block:PermalinkPage} box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; {block:IfRoundedPosts} -moz-border-radius: 5px; border-radius: 5px; {/block:IfRoundedPosts} }
  74. .text_entry {background-color:#FFF; padding:15px; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; {block:IfRoundedPosts} -moz-border-radius: 5px; border-radius: 5px; {/block:IfRoundedPosts} }
  75. #link { font-weight:bold; }
  76. .quote { font-family:; font-style:italic; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:10px;}
  77. #audio { {block:IfFiveColumns}max-width:200px; width:200px; {/block:IfFiveColumns} {block:IfFourColumns} max-width:250px; width:250px; {/block:IfFourColumns} {block:IfThreeColumns} max-width:325px; width:325px; {/block:IfThreeColumns} {block:IfTwoColumns} width:400px; max-width:400px; {/block:IfTwoColumns} {block:IfSingleColumn} width:500px; max-width:500px; {/block:IfSingleColumn} background-color:#FFF; overflow:hidden; opacity:.6; padding-top:5px; padding-bottom:2px; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; }
  78. #audio img { box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; }
  79. .post_cap { {block:IndexPage} {block:IfFiveColumns} width:180px; {/block:IfFiveColumns} {block:IfFourColumns} max-width:230px; width:230px {/block:IfFourColumns} {block:IfSingleColumn} width:480px; max-width:480px;{/block:IfSingleColumn} {/block:IndexPage} {block:PermalinkPage}width:480px;{/block:PermalinkPage} position: relative; margin: -2px 0px 10px 0px; background-color: #FFF; padding:2px 10px 2px 10px; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; {block:IfRoundedPosts} -moz-border-radius: 5px; border-radius: 5px; {/block:IfRoundedPosts} }
  80. #center .video{ padding-bottom:7px; position: relative; {block:PermalinkPage} width:500px; margin:auto; {/block:PermalinkPage}}
  81. #center .video .header{ background:#FFF; height:20px; top:0; opacity:0; padding: 9px 10px 6px; position: absolute; {block:IfFiveColumns}width:180px;{/block:IfFiveColumns} {block:IfFourColumns}width:250px; {/block:IfFourColumns} {block:IfThreeColumns}width:325px; {/block:IfThreeColumns} {block:IfTwoColumns} width:400px; {/block:IfTwoColumns} {block:IfSingleColumn} width:500px; {/block:IfSingleColumn} -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; transition: all 1.0s ease;}
  82. #center .video:hover .header{ opacity:.8; -webkit-transition: all 1.0s ease-in; -moz-transition: all 1.0s ease-in; transition: all 1.0s ease-in;}
  83. #center .video .header a { color:#000; font-weight:bold; text-transform:none; }
  84. #center .video iframe{ {block:IndexPage}width:200px !important; height:123px !important; {block:IfFourColumns} width:250px !important; height:223px !important; {/block:IfFourColumns} {block:IfThreeColumns}width:325px !important; height:275px !important; {/block:IfThreeColumns} {/block:IndexPage} {block:IfTwoColumns} width:400px !important; height:370px !important; {/block:IfTwoColumns} {block:IfSingleColumn} width:500px! important; height:425px !important; {/block:IfSingleColumn} {block:PermalinkPage}width:500px !important; height:230px !important; {/block:PermalinkPage} }
  85. {block:IfFiveColumns}
  86. .photo_set { {block:IndexPage} max-width:200px; {/block:IndexPage} {/block:PermalinkPage} width:500px; {/block:PermalinkPage} }
  87. {block:IndexPage}
  88. #center iframe.photoset{ margin:0 0 0 -25px; padding-bottom:7px;}
  89. #center iframe.photoset img{ box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; display:block !important;}
  90. #center .photo_set{ width:200px; position:relative; overflow:hidden; {block:PermalinkPage} width:500px; {/block:PermalinkPage}}
  91. #center .photo_set .header{ color:#000; opacity:0; background:#FFF; height: 20px; padding: 9px 10px 6px; position: absolute; width: 200px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}
  92. #center .photo_set .header a{ color:#000; font-weight:bold; }
  93. #center .photo_set:hover .header{ opacity:.8; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}
  94. {/block:IndexPage}
  95. {/block:IfFiveColumns}
  96. {block:IfFourColumns}
  97. #center iframe.photoset{ margin:0 0 0 0; padding-bottom:7px;}
  98. #center .photo_set .header{ color:#000; opacity:0; background:#FFF; height: 20px; padding: 9px 10px 6px; position: absolute; width: 230px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}
  99. #center .photo_set .header a{ color:#000; font-weight:bold; }
  100. #center .photo_set:hover .header{ opacity:.8; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}
  101. {/block:IfFourColumns}
  102. {block:IfThreeColumns}
  103. .photo_set { {block:IndexPage} max-width:325px; {/block:IndexPage} {/block:PermalinkPage} width:500px; {/block:PermalinkPage} }
  104. {block:IndexPage}
  105. #center iframe.photoset{ margin:0 0 0 -25px; padding-bottom:7px;}
  106. #center iframe.photoset img{ box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; display:block !important;}
  107. #center .photo_set{ width:325px; position:relative; overflow:hidden; {block:PermalinkPage} width:500px; {/block:PermalinkPage}}
  108. #center .photo_set .header{ color:#000; opacity:0; background:#FFF; height: 20px; padding: 9px 10px 6px; position: absolute; width: 325px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}
  109. #center .photo_set .header a{ color:#000; font-weight:bold; }
  110. #center .photo_set:hover .header{ opacity:.8; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}
  111. {/block:IndexPage}
  112. {/block:IfThreeColumns}
  113. {block:IfTwoColumns}
  114. #center iframe.photoset{ margin:0 0 0 0; padding-bottom:7px;}
  115. #center .photo_set .header{ color:#000; opacity:0; background:#FFF; height: 20px; padding: 9px 10px 6px; position: absolute; width: 400px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}
  116. #center .photo_set .header a{ color:#000; font-weight:bold; }
  117. #center .photo_set:hover .header{ opacity:.8; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}
  118. {/block:IfTwoColumns}
  119. {block:IfSingleColumn}
  120. #center iframe.photoset{ margin:0 0 0 0; padding-bottom:7px;}
  121. #center .photo_set .header{ color:#000; opacity:0; background:#FFF; height: 20px; padding: 9px 10px 6px; position: absolute; width: 500px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}
  122. #center .photo_set .header a{ color:#000; font-weight:bold; }
  123. #center .photo_set:hover .header{ opacity:.8; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}
  124. {/block:IfSingleColumn}
  125. #postinfo { float:right; margin-left:20px; width:480px; padding:10px; position:absolute; background-color:#FFF; overflow:hidden; line-height:18px; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; }
  126. blockquote {margin-left:10px; padding-left:10px; border-left:1px solid #DDD; }
  127. blockquote img { max-width:125px; width:188px; {block:IfFourColumns} width:238px; {/block:IfFourColumns} }
  128. ol.notes { padding: 20px; margin:0; list-style-type: none; }
  129. ol.notes li.note { opacity:0.5; padding: 4px 0; margin:0; -webkit-transition-duration: .5s; }
  130. ol.notes li.note:hover { opacity:1; -webkit-transition-duration: .5s; }
  131. ol.notes li.note img.avatar { display:none; }
  132. .label {font-weight:bold;}
  133. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  134. #permalink_head { background-color:#FFF; width:100px; position:absolute; float:left; margin-left:-145px; padding:5px; top:138px; box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; padding:15px; }
  135. #permalink_head a{ line-height:25px; font-weight:bold; }
  136. </style>
  137.  
  138. {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfEndlessScrolling}
  139.  
  140. {block:IndexPage}
  141. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  142. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  143. </script>
  144. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  145. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  146. <script type="text/javascript">
  147. $(window).load(function () {
  148. $('#postwrap').masonry(),
  149. $('.masonryWrap').infinitescroll({
  150. navSelector : "div#navigation",
  151. // selector for the paged navigation (it will be hidden)
  152. nextSelector : "div#navigation a#nextPage",
  153. // selector for the NEXT link (to page 2)
  154. itemSelector : ".entry",
  155. // selector for all items you'll retrieve
  156. bufferPx : 10000,
  157. extraScrollPx: 11000,
  158. loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading3.gif",
  159. loadingText : "<em></em>",
  160. },
  161. // call masonry as a callback.
  162. function() { $('#postwrap').masonry({ appendedContent: $(this) }); }
  163. );
  164. });
  165. </script>
  166. {/block:IndexPage}
  167.  
  168. {block:PermalinkPage}
  169. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  170. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  171. <script type="text/javascript">
  172. $(document).ready(function(){
  173. $(".side").hide();
  174. $(".trigger").click(function(){
  175. $('.side').slideToggle("slow");
  176. return true;
  177. });
  178. });
  179. </script>
  180. {/block:PermalinkPage}
  181.  
  182. </head>
  183.  
  184. <body>
  185.  
  186. <div id="heading">
  187.  
  188. {block:IndexPage}
  189. <div class="layer1">
  190. <div class="drop_list"> {Title} </div>
  191. <div class="drop_content">
  192.  
  193. <a href="/">Home</a><BR>
  194. <a href="/archive">Archive</a><BR>
  195. <a href="/ask">Message</a><BR>
  196. <a href="/RSS">RSS</a><BR>
  197.  
  198. {block:IfLinkOneTitle}
  199. <a href="{text:Link One}" title="{text:Link One Title}">{text:Link One Title}</a> <BR>
  200. {/block:ifLinkOneTitle}
  201. {block:ifLinkTwoTitle}
  202. <a href="{text:Link Two}" title="{text:Link Two Title}">{text:Link Two Title}</a> <BR>
  203. {/block:ifLinkTwoTitle}
  204. {block:ifLinkThreeTitle}
  205. <a href="{text:Link Three}" title="{text:Link Three Title}">{text:Link Three Title}</a> <BR>
  206. {/block:ifLinkThreeTitle}
  207.  
  208.  
  209. {block:HasPages}
  210. <div id="pages">
  211. {block:Pages}
  212. <a href="{URL}" class="page">{Label}</a> <BR>
  213. {/block:Pages}
  214. </div>
  215. {/block:HasPages}
  216.  
  217. {block:Description}
  218. <BR>
  219. {Description}
  220. {/block:Description}
  221.  
  222. </div>
  223.  
  224. </div>
  225. {/block:IndexPage}
  226.  
  227.  
  228. </div>
  229.  
  230.  
  231. <BR><BR><BR><BR><BR>
  232. <div id="center">
  233.  
  234. {block:IfNotEndlessScrolling}
  235. {block:IndexPage}
  236. <div class="layer_2">
  237. <div class="navigation">
  238.  
  239. {block:Pagination}
  240. {block:PreviousPage}
  241. <a href="{PreviousPage}">Last Page</a>&nbsp;&nbsp;
  242. {/block:PreviousPage}
  243.  
  244. {block:NextPage}&nbsp;&nbsp;
  245. <a href="{NextPage}">Next Page</a>
  246. {/block:NextPage}
  247.  
  248. {/block:Pagination}
  249.  
  250.  
  251. </div>
  252. </div>
  253. {/block:IndexPage}
  254. {/block:IfNotEndlessScrolling}
  255.  
  256. <div id="postwrap">
  257.  
  258. {block:Posts}
  259.  
  260.  
  261. {block:Photo}
  262. <div class="entry">
  263. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  264. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  265. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />{block:IndexPage}</a>{/block:IndexPage}
  266.  
  267. {block:IfDisplayCaptions}
  268. {block:Caption}<div class="post_cap">{Caption}</div>{/block:Caption}
  269. {/block:IfDisplayCaptions}
  270.  
  271. {block:PermalinkPage}{LinkCloseTag}{block:IfNotDisplayCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotDisplayCaptions}
  272.  
  273. {/block:PermalinkPage}
  274. </div>
  275. {/block:Photo}
  276.  
  277.  
  278. {block:Photoset}
  279. <div class="entry">
  280. {block:IndexPage}
  281. <div class="photo_set">
  282. <div class="header">
  283. <a href="{Permalink}">Photoset</a>
  284.  
  285. </div>
  286.  
  287. {block:IfFiveColumns}
  288. {Photoset-250}
  289. {/block:IfFiveColumns}
  290.  
  291. {block:IfFourColumns}
  292. {Photoset-250}
  293. {/block:IfFourColumns}
  294.  
  295. {block:IfThreeColumns}
  296. {Photoset-400}
  297. {/block:IfThreeColumns}
  298.  
  299. {block:IfTwoColumns}
  300. {Photoset-400}
  301. {/block:IfTwoColumns}
  302.  
  303. {block:IfSingleColumn}
  304. {Photoset-500}
  305. {/block:IfSingleColumn}
  306.  
  307. </div>
  308. {block:Caption}
  309. <div class="post_cap">{Caption}</div>
  310. {/block:Caption}
  311. {/block:IndexPage}
  312.  
  313. {block:PermalinkPage}
  314. {Photoset-500}
  315. {/block:PermalinkPage}
  316.  
  317. </div>
  318. {/block:Photoset}
  319.  
  320.  
  321. {block:Text}
  322. <div class="entry">
  323. <div class="text_entry">
  324. {block:Title}
  325. <b>{Title}</b>
  326. {/block:Title}
  327. {block:IndexPage}
  328. <b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b>
  329. {/block:IndexPage}
  330.  
  331. {Body}
  332.  
  333. </div>
  334. </div>
  335. {/block:Text}
  336.  
  337.  
  338. {block:Quote}
  339. <div class="entry">
  340. <div class="text_entry">
  341. <p>
  342. <div class="quote">
  343. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  344. {Quote}
  345. {block:IndexPage}</a>{/block:IndexPage}
  346.  
  347. </div>
  348. </p>
  349. <p><font style="text-transform:uppercase; font-weight:bold;">{block:Source}{Source}{/block:Source}</font></p>
  350. </div>
  351. </div>
  352. {/block:Quote}
  353.  
  354.  
  355. {block:Link}
  356. <div class="entry">
  357. <div class="text_entry">
  358. <p><a href="{URL}" id="link" {Target}>
  359. {Name}
  360. </a>{block:IndexPage}
  361. <b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b>
  362. {/block:IndexPage}
  363. <p>{block:Description}{Description}{/block:Description}</p>
  364.  
  365. </div>
  366. </div>
  367. {/block:Link}
  368.  
  369.  
  370. {block:Chat}
  371. <div class="entry">
  372. <div class="text_entry">
  373. <p>{block:Title}<div class="title">{Title}</div>{/block:Title}</p>
  374. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</ul>
  375. {block:IndexPage}
  376. <p><b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b></p>
  377. {/block:IndexPage}
  378.  
  379. </div>
  380. </div>
  381. {/block:Chat}
  382.  
  383.  
  384. {block:Audio}
  385. <div class="entry">
  386.  
  387. <div id="audio">
  388. {AudioPlayer}
  389. </div>
  390.  
  391. <p>
  392. {block:AlbumArt}
  393. <img src="{AlbumArtURL}"{block:IndexPage}width="200" {block:IfFourColumns}width="250" {/block:IfFourColumns} {/block:IndexPage} {block:PermalinkPage}width="500"{/block:PermalinkPage} >
  394. {/block:AlbumArt}
  395. </p>
  396.  
  397. <div class="post_cap">
  398. {block:Caption}{Caption}{/block:Caption}
  399. {block:IndexPage}
  400. <p><b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b></p>
  401. {/block:IndexPage}
  402. </div>
  403.  
  404. </div>
  405. {/block:Audio}
  406.  
  407.  
  408. {block:Video}
  409. <div class="entry">
  410. <div class="video">
  411. {block:IndexPage}
  412. <div class="header">
  413. <a href="{Permalink}">Video</a>
  414. </div>
  415. {Video-250}
  416. {/block:IndexPage}
  417. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  418. </div>
  419.  
  420. <div class="post_cap">
  421. {block:Caption}{Caption}{/block:Caption}
  422. {block:IndexPage}
  423. <p><b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b></p>
  424. {/block:IndexPage}
  425. </div>
  426.  
  427. </div>
  428. {/block:Video}
  429.  
  430.  
  431. {block:Answer}
  432. <div class="entry">
  433. <div class="text_entry">
  434. <p><b><font style="text-transform:uppercase;">{Asker} SAID:</font> {Question}</b><BR>
  435. {block:IndexPage}
  436. <b>&mdash; <a href="{Permalink}"><u>{12Hour}:{Minutes} {AmPm}</u></a> {block:NoteCount}&nbsp; &nbsp; &nbsp; {NoteCountWithLabel}{/block:NoteCount} </b></p>
  437. {/block:IndexPage}
  438. {Answer}
  439. </div>
  440. </div>
  441. {/block:Answer}
  442.  
  443.  
  444. {block:PermalinkPage}
  445. <div id="permalink_head">
  446. <div align="right">
  447.  
  448. <a href="/">Home</a><BR>
  449. <a href="/archive">Archive</a><BR>
  450. <a href="/ask">Message</a><BR>
  451. <a href="/RSS">RSS</a><BR>
  452.  
  453. {block:HasPages}
  454. {block:Pages}
  455. <a href="{URL}" class="page">{Label}</a> <BR>
  456. {/block:Pages}
  457. {/block:HasPages}</div>
  458.  
  459. </div>
  460. {/block:PermalinkPage}
  461.  
  462.  
  463. {block:PermalinkPage}
  464. <div id="postinfo">
  465. <b>
  466. Posted <u>{TimeAgo}</u> {block:NoteCount} with <u>{NoteCount}</u> notes {/block:NoteCount}
  467.  
  468. {Block:HasTags}
  469. <BR>
  470. Post Tags: {block:Tags} <a href="{TagURL}"># <u>{Tag}</u></a> &nbsp; {/block:Tags}
  471. {/block:HasTags}
  472.  
  473. {block:RebloggedFrom}<BR><BR> Reblogged from <a href="{ReblogParentURL}"><u>{ReblogParentName}</u></a>{/block:RebloggedFrom}
  474.  
  475. </b>
  476. </div>
  477. <BR><BR><BR><BR>
  478. {/block:PermalinkPage}
  479.  
  480. {block:PermalinkPage}
  481. {block:PostNotes}
  482. <BR><BR>
  483. <div id="postinfo">
  484. {PostNotes}
  485. </div>
  486. {/block:PostNotes}
  487. {/block:PermalinkPage}
  488.  
  489. <BR><BR><BR><BR>
  490. {/block:Posts}
  491.  
  492. </div>
  493.  
  494. </div>
  495.  
  496. {block:IfEndlessScrolling}
  497. {block:IndexPage}
  498. <div class="column navigation" id="navigation">
  499. {block:Pagination}
  500. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  501. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  502. </div>
  503. {/block:IndexPage}
  504. {/block:IfEndlessScrolling}
  505.  
  506. <div style="position:fixed; bottom:5px; right:5px; opacity:.5; font-weight:bold;">
  507. <a href="http://sleepingtigers.tumblr.com/">THEME</a>
  508. </div>
  509.  
  510. </body>
  511.  
  512. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement