Advertisement
enchantingly

Theme 44 - Save My Soul

Aug 29th, 2015
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Theme 44 - "Save My Soul" by Elowen (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. -->
  9.  
  10. <head>
  11.  
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Ask And Link BG" content="#194a8c">
  18. <meta name="color:Background"content="#00040a">
  19. <meta name="color:Body"content="#bbcce2">
  20. <meta name="color:Border"content="#2886eb">
  21. <meta name="color:Chat1"content="#194a8c">
  22. <meta name="color:Chat2"content="#0a3a7b">
  23. <meta name="color:Description"content="#bbcce2">
  24. <meta name="color:Description Bg" content="#011939">
  25. <meta name="color:Entries" content="">
  26. <meta name="color:Info bg" content="#0d3365">
  27. <meta name="color:Link"content="#3c7bce">
  28. <meta name="color:Link Hover"content="#ffffff">
  29. <meta name="color:Links Bg"content="#ffffff">
  30. <meta name="color:Links Hover Bg"content="#011939">
  31. <meta name="color:Link Stick" content="#011939">
  32. <meta name="color:Pagi Link" content="#011939">
  33. <meta name="color:Pagi Link Hover" content="#bbcce2">
  34. <meta name="color:Post"content="#011939">
  35. <meta name="color:Title"content="#011939">
  36.  
  37. <meta name="font:Body" content="'Trebuchet MS', sans-serif">
  38. <meta name="font:Quote" content="Garamond">
  39. <meta name="font:Text Title" content="'Book Antiqua'">
  40. <meta name="font:Title" content="'Clicker Script', cursive">
  41.  
  42. <meta name="if:Infinite Scroll" content="0">
  43. <meta name="if:Posts 400" content="0">
  44. <meta name="if:Repeat Background" content="">
  45. <meta name="if:Show Tags" content="1">
  46.  
  47. <meta name="image:Background"content="">
  48. <meta name="image:Sidebar"content="">
  49.  
  50. <meta name="text:Body Font Size" content="12px">
  51. <meta name="text:Title Font Size" content="40px">
  52.  
  53. <meta name="text:BackToTopImage" content="https://i1155.photobucket.com/albums/p559/scrolltotop/arrow64.png">
  54.  
  55. <meta name="text:Link1" content="">
  56. <meta name="text:Link1URL" content="http://">
  57. <meta name="text:Link2" content="">
  58. <meta name="text:Link2URL" content="http://">
  59. <meta name="text:Link3" content="">
  60. <meta name="text:Link3URL" content="http://">
  61. <meta name="text:Link4" content="">
  62. <meta name="text:Link4URL" content="http://">
  63.  
  64. <style type="text/css">
  65.  
  66. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
  67.  
  68. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:body};}::-webkit-scrollbar-corner {background:{color:body};}
  69. ::-webkit-scrollbar-button {background:{color:post}}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:post};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:post};}
  72.  
  73. ::selection {color:{color:background};background-color: {color:body};}
  74. ::-moz-selection {color:{color:background};background-color: {color:body};}::-webkit-selection {color:{color:background};background-color:{color:body};}
  75.  
  76. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  77. a:hover {color:{color:link hover};}
  78.  
  79. body {
  80. font:{text:body font size} {font:body};
  81. text-align:justify;
  82. color:{color:body};
  83. background:{color:background} url('{image:background}') repeat;
  84. background-attachment:fixed;
  85. }
  86.  
  87. /**Sidebar stuff**/
  88.  
  89. #title {
  90. position:fixed;
  91. font:{text:title font size} {font:title};
  92. font-weight:bold;
  93. text-align:center;
  94. margin-top:-175px;
  95. width: 250px;
  96. color:{color:Title};
  97. }
  98. #title a {color:{color:Title};}
  99.  
  100. #sidebar {
  101. border-radius:50%;
  102. text-align:center;
  103. top: 150px; left: 60px;
  104. position: fixed;
  105. width: 250px; height: 250px;
  106. background-color: {color:sidebar};
  107. background-image: url('{image:Sidebar Bg}');
  108. background-repeat: {block:IfNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground};
  109. background-size: 300px;
  110. }
  111.  
  112. #sidebar img {
  113. z-index:-1;
  114. border-radius:50%;
  115. width: 250px; height:250px;
  116. border: 2px solid {color:title};
  117. }
  118.  
  119. #sidebar:hover #description {opacity: 1;
  120. transition-delay: 1s;
  121. -webkit-transition-delay: 1s;}
  122.  
  123. #description {
  124. overflow: hidden;
  125. position: fixed;
  126. z-index: 2;
  127. background-color: {color:description bg};
  128. border-radius: 50%;
  129. text-align: justify;
  130. opacity: 0;
  131. margin-top: -255px; margin-left: 2px;
  132. color: {color:description};
  133. width: 250px; height: 250px;
  134. -webkit-transition: all 1.3s ease-in-out;
  135. -moz-transition: all 1.3s ease-in-out;
  136. -o-transition: all 1.3s ease-in-out;
  137. -ms-transition: all 1.3s ease-in-out;
  138. transition: all 1.3s ease-in-out;
  139. }
  140.  
  141. #linkstick1 {
  142. z-index:-1;
  143. position: fixed;
  144. width: 10px; height: 60px;
  145. background-color: {color:link stick};
  146. top: 105px; margin-left: 100px;
  147. -webkit-transform: rotate(-45deg);
  148. -moz-transform: rotate(-45deg);
  149. -ms-transform: rotate(-45deg);
  150. -o-transform: rotate(-45deg);
  151. }
  152.  
  153. #link1 {
  154. font-size:11px;
  155. position: fixed;
  156. padding: 21px 15px;
  157. border-radius: 50%;
  158. top: 75px; margin-left: 40px;
  159. color:{color:link};
  160. background-color:{color:links bg};
  161. -moz-transition-duration:0.8s;-webkit-transition-duration:0.8s;-o-transition-duration:0.8s;
  162. }
  163.  
  164. #link1:hover {
  165. color:{color:link hover};
  166. background-color:{color:links hover bg};
  167. }
  168.  
  169. #linkstick2 {
  170. z-index:-1;
  171. position: fixed;
  172. width: 10px; height: 60px;
  173. background-color: {color:link stick};
  174. top: 45px; margin-left: 100px;
  175. -webkit-transform: rotate(45deg);
  176. -moz-transform: rotate(45deg);
  177. -ms-transform: rotate(45deg);
  178. -o-transform: rotate(45deg);
  179. }
  180.  
  181. #link2 {
  182. font-size:11px;
  183. position: fixed;
  184. padding: 21px 20px;
  185. border-radius: 50%;
  186. top: 20px; margin-left: 115px;
  187. color:{color:link};
  188. background-color:{color:links bg};
  189. -moz-transition-duration:0.8s;-webkit-transition-duration:0.8s;-o-transition-duration:0.8s;
  190. }
  191.  
  192. #link2:hover {
  193. color:{color:link hover};
  194. background-color:{color:links hover bg};
  195. }
  196.  
  197. #linkstick3 {
  198. z-index:-1;
  199. position: fixed;
  200. width: 10px; height: 60px;
  201. background-color: {color:link stick};
  202. top: 390px; margin-left: 100px;
  203. -webkit-transform: rotate(45deg);
  204. -moz-transform: rotate(45deg);
  205. -ms-transform: rotate(45deg);
  206. -o-transform: rotate(45deg);
  207. }
  208.  
  209. #link3 {
  210. font-size:11px;
  211. position: fixed;
  212. padding-top:20px;
  213. width:57px; height: 35px;
  214. border-radius: 50%;
  215. top: 420px; margin-left: 40px;
  216. color:{color:link};
  217. background-color:{color:links bg};
  218. -moz-transition-duration:0.8s;
  219. -webkit-transition-duration:0.8s;
  220. -o-transition-duration:0.8s;
  221. }
  222.  
  223. #link3:hover {
  224. color:{color:link hover};
  225. background-color:{color:links hover bg};
  226. }
  227.  
  228. #linkstick4 {
  229. z-index:-1;
  230. position: fixed;
  231. width: 10px; height: 60px;
  232. background-color: {color:link stick};
  233. top: 445px; margin-left: 100px;
  234. -webkit-transform: rotate(-45deg);
  235. -moz-transform: rotate(-45deg);
  236. -ms-transform: rotate(-45deg);
  237. -o-transform: rotate(-45deg);
  238. }
  239.  
  240. #link4 {
  241. font-size:11px;
  242. position: fixed;
  243. padding-top:20px;
  244. width:57px; height: 35px;
  245. border-radius: 50%;
  246. top: 470px; margin-left: 115px;
  247. color:{color:link};
  248. background-color:{color:links bg};
  249. -moz-transition-duration:0.8s;
  250. -webkit-transition-duration:0.8s;
  251. -o-transition-duration:0.8s;
  252. }
  253.  
  254. #link4:hover {
  255. color:{color:link hover};
  256. background-color:{color:links hover bg};
  257. }
  258.  
  259. #linkstick5 {
  260. z-index:-1;
  261. position: fixed;
  262. width: 10px; height: 60px;
  263. background-color: {color:link stick};
  264. top: 225px; margin-left: 265px;
  265. -webkit-transform: rotate(45deg);
  266. -moz-transform: rotate(45deg);
  267. -ms-transform: rotate(45deg);
  268. -o-transform: rotate(45deg);
  269. }
  270.  
  271. #link5 {
  272. font-size:11px;
  273. position: fixed;
  274. padding-top:20px;
  275. width:57px; height: 35px;
  276. border-radius: 50%;
  277. top: 200px; margin-left: 275px;
  278. color:{color:link};
  279. background-color:{color:links bg};
  280. -moz-transition-duration:0.8s;
  281. -webkit-transition-duration:0.8s;
  282. -o-transition-duration:0.8s;
  283. }
  284.  
  285. #link5:hover {
  286. color:{color:link hover};
  287. background-color:{color:links hover bg};
  288. }
  289.  
  290. #linkstick6 {
  291. z-index:-1;
  292. position: fixed;
  293. width: 10px; height: 60px;
  294. background-color: {color:link stick};
  295. top: 225px; margin-left: 335px;
  296. -webkit-transform: rotate(-45deg);
  297. -moz-transform: rotate(-45deg);
  298. -ms-transform: rotate(-45deg);
  299. -o-transform: rotate(-45deg);
  300. }
  301.  
  302. #link6 {
  303. font-size:11px;
  304. position: fixed;
  305. padding-top:20px;
  306. width:57px; height: 35px;
  307. border-radius: 50%;
  308. top: 260px; margin-left: 345px;
  309. color:{color:link};
  310. background-color:{color:links bg};
  311. -moz-transition-duration:0.8s;
  312. -webkit-transition-duration:0.8s;
  313. -o-transition-duration:0.8s;
  314. }
  315.  
  316. #link6:hover {
  317. color:{color:link hover};
  318. background-color:{color:links hover bg};
  319. }
  320.  
  321. #pagi {
  322. width: {block:ifNotPosts400}570px;{/block:ifNotPosts400} {block:ifPosts400}470px;{/block:ifPosts400}
  323. text-align:right;
  324. margin:15px 0px 0px 0px;
  325. font-family:cambria;
  326. font-size:12px;
  327. display:block;
  328. }
  329. #pagi a {
  330. text-align:center;
  331. border:1px solid transparent;
  332. padding:2px;
  333. background-color:{color:pagi link hover};
  334. color:{color:pagi link};
  335. }
  336. #pagi a:hover {
  337. border:1px solid {color:pagi link hover};
  338. background-color:{color:pagi link};
  339. color:{color:pagi link hover};
  340. }
  341.  
  342. #currentpage {
  343. font-weight:bold;
  344. padding:2px;
  345. color: {color:pagi link bg};
  346. border:1px solid {color:pagi link bg};
  347. }
  348.  
  349. /**POST STUFF**/
  350.  
  351. #entries {
  352. padding: 15px;
  353. width: 530px;
  354. margin-left: 550px;
  355. margin-top: 20px;
  356. background-color:{color:entries};
  357. }
  358.  
  359. #post {
  360. padding:15px;
  361. margin:5px 0px 15px 0px;
  362. background-color:{color:post};
  363. width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
  364. }
  365.  
  366. /**POST INFO**/
  367.  
  368. #info {
  369. text-align:center;
  370. font-size: 10px;
  371. margin-top:15px;
  372. width:{block:ifNotPosts400}492px{/block:ifNotPosts400}{block:ifPosts400}392px{/block:ifPosts400};
  373. padding:5px;
  374. background-color:{color:info bg};
  375. }
  376.  
  377. #tags {
  378. min-height:14px;
  379. font-size:10px;
  380. padding:0px 5px 5px 5px;
  381. margin-top:0px;
  382. width:{block:ifNotPosts400}492px{/block:ifNotPosts400}{block:ifPosts400}392px{/block:ifPosts400};
  383. font-style:italic;
  384. text-align:center;
  385. background-color:{color:info bg};
  386. }
  387.  
  388. .note {
  389. text-transform:normal;
  390. font-style:normal;
  391. letter-spacing:0px;
  392. font-size: 12px;
  393. text-align:left;
  394. line-height:120%;
  395. margin-left:-35px;
  396. }
  397.  
  398. .note li {
  399. list-style-type:none;
  400. text-align:left;
  401. padding:5px 2px;
  402. margin:0px;
  403. }
  404.  
  405. .note li img {
  406. padding:5px;
  407. }
  408.  
  409. /**POST TYPES**/
  410.  
  411. #texttitle {
  412. font:normal 18px {font:Text Title};
  413. text-align:center;
  414. margin:2px;
  415. }
  416.  
  417. #quote {
  418. margin:5px 0px;
  419. font-family:{font:Quote};
  420. text-align:center;
  421. letter-spacing:1px;
  422. }
  423.  
  424. #quote_short {font-size:20px; line-height:100%;}
  425. #quote_medium {font-size:18px; line-height:95%;}
  426. #quote_long {font-size:16px; line-height:90%;}
  427.  
  428. #quotesource {
  429. font:italic 14px {font:Quote};
  430. margin:10px 0px -10px 0px;
  431. text-align:right;
  432. padding:6px;
  433. }
  434.  
  435. #linkposts {
  436. line-height:100%;
  437. height:80px;
  438. padding-bottom:10px; padding-top:10px;
  439. font:16px {font:Text Title};
  440. border:1px solid {color:Border};
  441. margin-bottom:5px;
  442. background-color:{color:Ask and Link Bg};
  443. width:{block:ifNotPosts400}397px;{/block:ifNotPosts400}{block:ifPosts400}297px;{/block:ifPosts400}
  444. }
  445.  
  446. #linkfav img {
  447. width:100px;
  448. margin-top:-107px;
  449. position:absolute;
  450. border-top:1px solid {color:Border};
  451. border-right:1px solid {color:Border};
  452. border-bottom:1px solid {color:Border};
  453. margin-left:{block:ifNotPosts400}399px;{/block:ifNotPosts400}{block:ifPosts400}299px;{/block:ifPosts400}
  454. }
  455.  
  456. #question {
  457. line-height:125%;
  458. font-size:13px;
  459. letter-spacing:1px;
  460. padding:10px; padding-right:94px; padding-bottom:20px;
  461. border:1px solid {color:Border};
  462. background-color:{color:Ask and Link Bg};
  463. width:{block:ifNotPosts400}394px;{/block:ifNotPosts400}{block:ifPosts400}294px;{/block:ifPosts400}
  464. min-height:72px;
  465. }
  466. #asker {
  467. width:70px; min-height:50px;
  468. position:absolute;
  469. text-align:center;
  470. font-size:10px;
  471. letter-spacing:1px;
  472. padding:20px 0px 0px 3px;
  473. margin:0px 0px 0px {block:ifNotPosts400}402px{/block:ifNotPosts400}{block:ifPosts400}302px{/block:ifPosts400};
  474. border-left:1px solid {color:Border};
  475. }
  476. #asker img {
  477. margin-left:-10px 0px 0px 0px;
  478. border:1px solid {color:Border};
  479. }
  480.  
  481. #audiopost {line-height:140%;border:1px solid {color:border}; background-color:{color:Ask And Link Bg};}
  482. .album {position:absolute; margin-top:0px; width:100px; height:100px;}
  483. .album img {width:100px; height:100px;border-right:1px solid {color:border};}
  484. .audio {position:absolute;padding:35px 0px 0px 36px;height:30px;width:28px;overflow:hidden;opacity:.5;}
  485. .audiobox {height:100px;z-index:10; margin-left:110px;}
  486.  
  487. .chat {margin:3px 3px 10px 3px;}
  488. .chat .lines {margin-left:1px;border-top:1px solid {color:border};border-left:1px solid {color:border};border-right:1px solid {color:border};}
  489. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1};border-bottom:1px solid {color:border};}
  490. .chat .lines .line.even{background-color:{color:Chat2};}
  491.  
  492. #credit {
  493. z-index: 99999999999;
  494. text-align: center;
  495. font-size: 14px; font-family:'Montez';
  496. position: fixed;
  497. bottom: 5px; right: 5px;
  498. }
  499. #credit a {
  500. display: inline-block;
  501. height: 20px; width: 20px;
  502. background-color: {color:Post};
  503. color: {color:body};
  504. }
  505. #credit a:hover {
  506. border-radius: 50%;
  507. background-color: {color:body};
  508. color: {color:Post};
  509. }
  510.  
  511. #s-m-t-tooltip {
  512. padding:5px 10px 5px 10px;
  513. margin:20px 14px 7px 10px;
  514. border:1px solid {color:border};
  515. background-color:{color:Body};
  516. font:normal 9px/100% {font:body};
  517. letter-spacing:1px;
  518. color:{color:Post};
  519. z-index:99999999;
  520. }
  521.  
  522. {CustomCSS}</style>
  523.  
  524. <link href='https://fonts.googleapis.com/css?family=Montez|Clicker+Script' rel='stylesheet' type='text/css'>
  525.  
  526. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  527.  
  528. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  529.  
  530. <script>
  531. (function($){
  532. $(document).ready(function(){
  533. $("a[title]").style_my_tooltips({
  534. tip_follows_cursor:true,
  535. tip_delay_time:0,
  536. tip_fade_speed:0,
  537. attribute:"title"
  538. });
  539. });
  540. })(jQuery);
  541. </script>
  542.  
  543. </head>
  544. <body>
  545.  
  546. <div id="sidebar">
  547. {block:ifSidebarImage}<img src="{image:Sidebar}">{/block:ifSidebarImage}
  548. <center>
  549. <div id="description"><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:101px"></div><div style="float:right;clear:right;height:12px;width:91px"></div><div style="float:left;clear:left;height:12px;width:71px"></div><div style="float:right;clear:right;height:12px;width:58px"></div><div style="float:left;clear:left;height:12px;width:56px"></div><div style="float:right;clear:right;height:12px;width:45px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:33px"></div><div style="float:left;clear:left;height:12px;width:34px"></div><div style="float:right;clear:right;height:12px;width:23px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:17px"></div><div style="float:left;clear:left;height:12px;width:21px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:16px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:7px"></div><div style="float:left;clear:left;height:12px;width:11px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:13px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:15px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:20px"></div><div style="float:right;clear:right;height:12px;width:16px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:21px"></div><div style="float:left;clear:left;height:12px;width:35px"></div><div style="float:right;clear:right;height:12px;width:27px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:37px"></div><div style="float:left;clear:left;height:12px;width:58px"></div><div style="float:right;clear:right;height:12px;width:48px"></div><div style="float:left;clear:left;height:12px;width:78px"></div><div style="float:right;clear:right;height:12px;width:70px"></div><div style="float:left;clear:left;height:12px;width:114px"></div><div style="float:right;clear:right;height:12px;width:118px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div>
  550. <br>{Description}</div>
  551. <div id="title">{Title}</div>
  552. </center>
  553.  
  554. <div id="linkstick1"></div>
  555. <a href="/"><div id="link1">home</div></a>
  556.  
  557. <div id="linkstick2"></div>
  558. <a href="/ask"><div id="link2">ask</div></a>
  559.  
  560. {block:ifLink1}<div id="linkstick3"></div>
  561. <a href="{text:Link1URL}"><div id="link3">{text:Link1}</div></a>{/block:ifLink1}
  562.  
  563. {block:ifLink2}<div id="linkstick4"></div>
  564. <a href="{text:Link2URL}"><div id="link4">{text:Link2}</div></a>{/block:ifLink2}
  565.  
  566. {block:ifLink3}<div id="linkstick5"></div>
  567. <a href="{text:Link3URL}"><div id="link5">{text:Link3}</div></a>{/block:ifLink3}
  568.  
  569. {block:ifLink4}<div id="linkstick6"></div>
  570. <a href="{text:Link4URL}"><div id="link6">{text:Link4}</div></a>{/block:ifLink4}
  571.  
  572. {block:ifInfiniteScroll}
  573. <script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  574. {/block:ifInfiniteScroll}
  575. </div>
  576.  
  577. <div id="entries">
  578.  
  579. {block:ifInfiniteScroll}
  580. <div class = "autopagerize_page_element" >
  581. {/block:ifInfiniteScroll}
  582.  
  583. {block:Posts}<div id="post">
  584. <!--Text Posts-->
  585. {block:Text}
  586. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  587. {Body}
  588. {/block:Text}
  589.  
  590. <!--Photo Posts-->
  591. {block:ifNotPosts400}
  592. {block:Photo}<center>
  593. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  594. {LinkCloseTag}</center>
  595. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  596. {/block:ifNotPosts400}
  597.  
  598. {block:ifPosts400}
  599. {block:Photo}<center>
  600. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  601. {LinkCloseTag}</center>
  602. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  603. {/block:ifPosts400}
  604.  
  605. <!--Photosets-->
  606. {block:ifNotPosts400}
  607. {block:Photoset}<center>
  608. {Photoset-500}</center>
  609. {block:Caption}{Caption}{/block:Caption}
  610. {/block:Photoset}
  611. {/block:ifNotPosts400}
  612.  
  613. {block:ifPosts400}
  614. {block:Photoset}<center>
  615. {Photoset-400}</center>
  616. {block:Caption}{Caption}{/block:Caption}
  617. {/block:Photoset}
  618. {/block:ifPosts400}
  619.  
  620. <!--Panorama-->
  621. {block:Panorama}
  622. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
  623. {LinkCloseTag}
  624. {block:Caption}{Caption}{/block:Caption}
  625. {/block:Panorama}
  626.  
  627. <!--Quotes-->
  628. {block:Quote}<div id="quote">
  629. <div id="quote_{Length}">“{Quote}”</div>
  630. {block:Source}
  631. <div id="quotesource">- {Source}</div>
  632. {/block:Source}
  633. </div>{/block:Quote}
  634.  
  635. <!--Video Posts-->
  636. {block:ifNotPosts400}
  637. {block:Video}{Video-500}
  638. {block:Caption}{Caption}{/block:Caption}
  639. {/block:Video}
  640. {/block:ifNotPosts400}
  641.  
  642. {block:ifPosts400}
  643. {block:Video}{Video-400}
  644. {block:Caption}{Caption}{/block:Caption}
  645. {/block:Video}
  646. {/block:ifPosts400}
  647.  
  648. <!--Link Posts-->
  649. {block:Link}<div id="linkposts">
  650. <a href="{URL}" class="link" {Target}>
  651. <center>{Name} →</center></a><BR>
  652. <center><small><small>{URL}</small></small></center>
  653. </div> <!--linkposts-->
  654.  
  655. {block:Thumbnail}
  656. <div id="linkfav"><img src="{Thumbnail}"></div>
  657. {/block:Thumbnail}
  658.  
  659. {block:Description}{Description}{/block:Description}
  660. {/block:Link}
  661.  
  662. <!--Chat-->
  663. {block:Chat}
  664. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  665. <div class="chat">
  666. <div class="lines">
  667. {block:Lines}
  668. <div class="line {Alt}">
  669. {block:Label}
  670. <strong>{Label}</strong>{/block:Label} {Line}
  671. </div> <!--line alt-->
  672. {/block:Lines}
  673. </div> <!--lines-->
  674. </div><!--chat-->
  675. {/block:Chat}
  676.  
  677. <!--Audio Posts -->
  678. {block:Audio}<div id="audiopost">
  679. {block:AlbumArt}
  680. <div class="album"><img src="{AlbumArtURL}"></div>
  681. {/block:AlbumArt}
  682.  
  683. <div class="audio"><center>{AudioPlayerWhite}</center></div>
  684.  
  685. <div class="audiobox">
  686. {block:TrackName}<br><big><b>Track name:</b>
  687. "{TrackName}"{/block:TrackName}
  688. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  689. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  690. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}
  691. {/block:PlayCount}
  692. </big>
  693. </div><!--audiobox-->
  694. </div><!--audiopost-->
  695. {block:Caption}{Caption}{/block:Caption}
  696. {/block:Audio}
  697.  
  698. <!--Asks-->
  699. {block:Answer}
  700. <div id="question">
  701. <div id="asker">
  702. <img src="{AskerPortraitURL-30}"><p>{Asker}</div>
  703. {Question}</div> <!--question-->
  704. <br>{Answer}<br>
  705. {/block:Answer}
  706.  
  707. {block:Date}<div id="info">
  708. <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix}
  709. {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">
  710. {TimeAgo} </a>
  711. {block:NoteCount} ·
  712. <a href="{Permalink}">{NoteCountWithLabel} </a>
  713. {/block:NoteCount}
  714. {block:RebloggedFrom} via <a href="{ReblogParentURL}">
  715. {ReblogParentName} </a>{/block:RebloggedFrom}
  716. {block:Reblog}
  717. (©<a href="{ReblogRootURL}">{ReblogRootName}</a>)
  718. {/block:Reblog}
  719. ·<a href="{ReblogURL}" target="_blank"> reblog</a>
  720. </div>{/block:Date}
  721.  
  722. <center>{block:ifShowTags}{block:HasTags}
  723. <div id="tags">
  724. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>
  725. {/block:HasTags}{/block:IfShowTags}</center>
  726. {block:PostNotes}
  727. <div class="note"> {PostNotes}</div>
  728. {/block:PostNotes}
  729. </div><!--posts-->{/block:Posts}
  730.  
  731. {block:ifNotInfiniteScroll}<div id="pagi"><center>
  732. {block:PreviousPage}
  733. <a href="{PreviousPage}">« prev</a>
  734. {/block:PreviousPage}
  735. {block:JumpPagination length="5"}
  736. {block:CurrentPage}
  737. <span id="currentpage">{PageNumber}</span>
  738. {/block:CurrentPage}
  739. {block:JumpPage}
  740. <a class="jump_page" href="{URL}">{PageNumber}</a>
  741. {/block:JumpPage}
  742. {/block:JumpPagination}
  743. {block:NextPage}
  744. <a href="{NextPage}">next »</a>{/block:NextPage}
  745. </center></div><!--pagi-->{/block:ifNotInfiniteScroll}{block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  746. </div> <!--entries-->
  747.  
  748. <div id="credit"><a href="https://theghostoflove.tumblr.com/" target="_blank" title="enchantingly">E</a></div>
  749.  
  750. </div>
  751. </body>
  752. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement