enchantingly

Theme 24 - Perfect Lullaby

Oct 24th, 2013
3,947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.10 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 24 - "Perfect Lullaby" 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="#e8e8e8">
  18. <meta name="color:Background" content="#000000">
  19. <meta name="color:Background2" content="#000011">
  20. <meta name="color:Body" content="#dcdcdc">
  21. <meta name="color:Border" content="#e8e8e8">
  22. <meta name="color:Chat1" content="#000011">
  23. <meta name="color:Chat2" content="#000008">
  24. <meta name="color:Description" content="#000000">
  25. <meta name="color:Link" content="#b8b6b6">
  26. <meta name="color:Link Hover" content="#fdfdfd">
  27. <meta name="color:Navlinks" content="#a6a6a6">
  28. <meta name="color:Navlinks Hover" content="#FFFFFF">
  29. <meta name="color:Navlinks Bg" content="#dedede">
  30. <meta name="color:Post" content="#020209">
  31. <meta name="color:Title" content="#e8e8e8">
  32.  
  33. <meta name="if:Cursive Fonts" content="1">
  34. <meta name="if:Infinite Scroll" content="0">
  35. <meta name="if:Posts 400" content="0">
  36.  
  37. <meta name="image:Background" content="https://static.tumblr.com/5923171a5e7f14fa6d6b09a370f87cd9/ougxdjo/4QCmv50h7/tumblr_static_night_sky_3-wallpaper-1366x768.jpg">
  38. <meta name="image:Sidebar" content="">
  39.  
  40. <meta name="text:Link 1" content="">
  41. <meta name="text:Link 1 URL" content="http://">
  42. <meta name="text:Link 2" content="">
  43. <meta name="text:Link 2 URL" content="http://">
  44. <meta name="text:Link 3" content="">
  45. <meta name="text:Link 3 URL" content="http://">
  46. <meta name="text:Link 4" content="">
  47. <meta name="text:Link 4 URL" content="http://">
  48. <meta name="text:Link 5" content="">
  49. <meta name="text:Link 5 URL" content="http://">
  50. <meta name="text:Second Title" content="">
  51.  
  52. <style type="text/css">
  53.  
  54. /**BASICS**/
  55.  
  56. body {
  57. text-align:justify;
  58. font-family:'Book Antiqua';
  59. font-size:12px;
  60. color:{color:body};
  61. background:{color:background} url('{image:Background}') fixed;
  62. }
  63.  
  64. {block:ifNotBackgroundImage}
  65. #gradient {
  66. width:100%;
  67. height:100%;
  68. background-image: -webkit-linear-gradient(top, {color:Background}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background}), to({color:Background2}));
  69. -moz-linear-gradient(top, {color:Background} 0%, {color:Background2} 100%);
  70. -ms-linear-gradient(top, {color:Background}, {color:Background2});
  71. -o-linear-gradient(top, {color:Background}, {color:Background2});
  72. position:fixed;
  73. }
  74. {/block:ifNotBackgroundImage}
  75.  
  76. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  77.  
  78. ::-webkit-scrollbar {width:8px; height:auto}
  79. ::-webkit-scrollbar-thumb:vertical {background:{color:post};}
  80. ::-webkit-scrollbar-thumb:horizontal {background:{color:post};}
  81.  
  82. ::selection {color:{color:post};background-color: {color:body};}
  83. ::-moz-selection {color:{color:post};background-color: {color:body};}::-webkit-selection {color:{color:post};background-color:{color:body};}
  84.  
  85. b {font-weight:bold;color:{color:body};}
  86. i {font-weight:italic;color:{color:body};}
  87. u {text-decoration:underline;}
  88.  
  89. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  90. a:hover {color:{color:link hover}}
  91.  
  92. h1 {font-family:book antiqua;margin-top:-10px;{block:IfCursiveFonts}font-size:21px;{/block:ifCursiveFonts} {block:ifNotCursiveFonts}font-size:18px;{/block:ifNotCursiveFonts}}
  93. h2 {font-family:book antiqua; font-size:20px; text-align:center;margin:-1px 0px -1px; line-height:100%;{block:ifNotCursiveFonts}font-size:18px;{/block:ifNotCursiveFonts}{block:ifCursiveFonts}font-size:24px;{/block:ifCursiveFonts}}
  94. h3 {font-family:lora, serif;font-size:15px;}
  95.  
  96. /**THEME STUFF**/
  97.  
  98. #title {
  99. position:fixed;
  100. font-family:'Tangerine';
  101. text-align:center;
  102. width:250px;
  103. color:{color:Title};
  104. {block:ifNotCursiveFonts}font-size:22px;
  105. margin:30px 0px 0px 0px;{/block:ifNotCursiveFonts}
  106. {block:ifCursiveFonts}font-size:56px;
  107. margin:70px 0px 0px 98px;{/block:ifCursiveFonts}
  108. }
  109. #title a {
  110. color:{color:Title};
  111. }
  112.  
  113. .secondtitle {
  114. width:250px;
  115. letter-spacing:1px;
  116. font-style:normal;
  117. font-size:12px;
  118. position:fixed;
  119. font-family:cambria;
  120. text-transform:uppercase;
  121. text-align:center;
  122. margin:-10px 0px 0px 0px;
  123. }
  124.  
  125. #sidebar {
  126. top:155px;
  127. left:100px;
  128. position:fixed;
  129. width:250px;
  130. height:250px;
  131. }
  132.  
  133. #sidebar img {
  134. width:250px;
  135. height:250px;
  136. border-radius:50%;
  137. }
  138.  
  139. #moonthing {
  140. opacity:0;
  141. position:fixed;
  142. top:155px;
  143. left:100px;
  144. width:250px;
  145. height:250px;
  146. background-color:#e6e6e6;
  147. border-radius:50%;
  148. -webkit-transition: all 1.3s ease-in-out;
  149. -moz-transition: all 1.3s ease-in-out;
  150. -o-transition: all 1.3s ease-in-out;
  151. transition: all 1.3s ease-in-out;
  152. transition-delay: 1s;
  153. -webkit-transition-delay: 1s;
  154. -webkit-box-shadow: 0 0 50px #bebebe;
  155. -moz-box-shadow: 0 0 50px #bebebe;
  156. box-shadow: 0 0 50px #bebebe;
  157. }
  158.  
  159. #sidebar:hover #moonthing {
  160. opacity:1;
  161. -webkit-transition: all 1.3s ease-in-out;
  162. -moz-transition: all 1.3s ease-in-out;
  163. -o-transition: all 1.3s ease-in-out;
  164. transition: all 1.3s ease-in-out;
  165. }
  166.  
  167. #desc {
  168. opacity:0;
  169. position:fixed;
  170. text-align:justify;
  171. font-size:11px;
  172. width:250px;
  173. height:250px;
  174. border-radius:50%;
  175. margin-left:-5px;
  176. margin-top:-10px;
  177. overflow:hidden;
  178. color:{color:Description};
  179. -webkit-transition: all 1s ease-in-out;
  180. -moz-transition: all 1s ease-in-out;
  181. -o-transition: all 1s ease-in-out;
  182. transition: all 1s ease-in-out;
  183. }
  184.  
  185. #sidebar:hover #desc {opacity:1; transition-delay: 1.3s;
  186. -webkit-transition-delay: 1.3s;}
  187.  
  188. #links {
  189. position:fixed;
  190. left:340px;
  191. top:135px;
  192. width:120px;
  193. text-align:center;
  194. -webkit-transition: all .7s ease-in-out;
  195. -moz-transition: all .7s ease-in-out;
  196. -o-transition: all .7s ease-in-out;
  197. transition: all .7s ease-in-out;
  198. }
  199.  
  200. .link1 a {
  201. display:inline-block;
  202. text-align:center;
  203. font-size:11px;
  204. width:80px;
  205. padding:32px 0px 32px 0px;
  206. border-radius:50%;
  207. color:{color:Navlinks};
  208. background-color:{color:Navlinks bg};
  209. -webkit-transition: all .5s ease-in-out;
  210. -moz-transition: all .5s ease-in-out;
  211. -o-transition: all .5s ease-in-out;
  212. transition: all .5s ease-in-out;
  213. }
  214. .link1 a:hover {
  215. color:{color:Navlinks Hover};
  216. -webkit-box-shadow: 0 0 30px #bebebe;
  217. -moz-box-shadow: 0 0 30px #bebebe;
  218. box-shadow: 0 0 30px #bebebe;
  219. }
  220.  
  221. .link2 a {
  222. margin-left:60px;
  223. margin-top:30px;
  224. display:inline-block;
  225. text-align:center;
  226. font-size:11px;
  227. width:80px;
  228. padding:32px 0px 32px 0px;
  229. border-radius:50%;
  230. color:{color:Navlinks};
  231. background-color:{color:Navlinks bg};
  232. -webkit-transition: all .5s ease-in-out;
  233. -moz-transition: all .5s ease-in-out;
  234. -o-transition: all .5s ease-in-out;
  235. transition: all .5s ease-in-out;
  236. }
  237. .link2 a:hover {
  238. color:{color:Navlinks Hover};
  239. -webkit-box-shadow: 0 0 30px #bebebe;
  240. -moz-box-shadow: 0 0 30px #bebebe;
  241. box-shadow: 0 0 30px #bebebe;
  242. }
  243.  
  244. .link3 a {
  245. margin-left:30px;
  246. margin-top:30px;
  247. display:inline-block;
  248. text-align:center;
  249. font-size:11px;
  250. width:80px;
  251. padding:32px 0px 32px 0px;
  252. border-radius:50%;
  253. color:{color:Navlinks};
  254. background-color:{color:Navlinks bg};
  255. -webkit-transition: all .5s ease-in-out;
  256. -moz-transition: all .5s ease-in-out;
  257. -o-transition: all .5s ease-in-out;
  258. transition: all .5s ease-in-out;
  259. }
  260. .link3 a:hover {
  261. color:{color:Navlinks Hover};
  262. -webkit-box-shadow: 0 0 30px #bebebe;
  263. -moz-box-shadow: 0 0 30px #bebebe;
  264. box-shadow: 0 0 30px #bebebe;
  265. }
  266.  
  267. .link4 a {
  268. margin-left:-130px;
  269. margin-top:-5px;
  270. display:inline-block;
  271. text-align:center;
  272. font-size:11px;
  273. width:80px;
  274. padding:32px 0px 32px 0px;
  275. border-radius:50%;
  276. color:{color:Navlinks};
  277. background-color:{color:Navlinks bg};
  278. -webkit-transition: all .5s ease-in-out;
  279. -moz-transition: all .5s ease-in-out;
  280. -o-transition: all .5s ease-in-out;
  281. transition: all .5s ease-in-out;
  282. }
  283. .link4 a:hover {
  284. color:{color:Navlinks Hover};
  285. -webkit-box-shadow: 0 0 30px #bebebe;
  286. -moz-box-shadow: 0 0 30px #bebebe;
  287. box-shadow: 0 0 30px #bebebe;
  288. }
  289.  
  290. #links2 {
  291. position:fixed;
  292. left:160px;
  293. top:450px;
  294. width:120px;
  295. text-align:center;
  296. -webkit-transition: all .7s ease-in-out;
  297. -moz-transition: all .7s ease-in-out;
  298. -o-transition: all .7s ease-in-out;
  299. transition: all .7s ease-in-out;
  300. }
  301.  
  302. .link5 a {
  303. margin-left:0px;
  304. margin-top:0px;
  305. display:inline-block;
  306. text-align:center;
  307. font-size:11px;
  308. width:80px;
  309. padding:32px 0px 32px 0px;
  310. border-radius:50%;
  311. color:{color:Navlinks};
  312. background-color:{color:Navlinks bg};
  313. -webkit-transition: all .5s ease-in-out;
  314. -moz-transition: all .5s ease-in-out;
  315. -o-transition: all .5s ease-in-out;
  316. transition: all .5s ease-in-out;
  317. }
  318. .link5 a:hover {
  319. color:{color:Navlinks Hover};
  320. -webkit-box-shadow: 0 0 30px #bebebe;
  321. -moz-box-shadow: 0 0 30px #bebebe;
  322. box-shadow: 0 0 30px #bebebe;
  323. }
  324.  
  325. #links3 {
  326. position:fixed;
  327. left:45px;
  328. top:410px;
  329. width:120px;
  330. text-align:center;
  331. -webkit-transition: all .7s ease-in-out;
  332. -moz-transition: all .7s ease-in-out;
  333. -o-transition: all .7s ease-in-out;
  334. transition: all .7s ease-in-out;
  335. }
  336.  
  337. .link6 a {
  338. margin-left:0px;
  339. margin-top:0px;
  340. display:inline-block;
  341. text-align:center;
  342. font-size:11px;
  343. width:80px;
  344. padding:32px 0px 32px 0px;
  345. border-radius:50%;
  346. color:{color:Navlinks};
  347. background-color:{color:Navlinks bg};
  348. -webkit-transition: all .5s ease-in-out;
  349. -moz-transition: all .5s ease-in-out;
  350. -o-transition: all .5s ease-in-out;
  351. transition: all .5s ease-in-out;
  352. }
  353. .link6 a:hover {
  354. color:{color:Navlinks Hover};
  355. -webkit-box-shadow: 0 0 30px #bebebe;
  356. -moz-box-shadow: 0 0 30px #bebebe;
  357. box-shadow: 0 0 30px #bebebe;
  358. }
  359.  
  360. #pagination {
  361. position:fixed;
  362. width:250px;
  363. text-align:center;
  364. font-size:20px;
  365. font-family:georgia;
  366. top:500px;
  367. left:330px;
  368. }
  369.  
  370. /**POSTS**/
  371.  
  372. #entries {
  373. position:relative;
  374. z-index:5;
  375. margin:0px 0px 0px 550px;
  376. padding:10px;
  377. padding-left:15px;
  378. padding-right:15px;
  379. float:left;
  380. {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
  381. {block:ifPosts400}width:430px;{/block:ifPosts400}
  382. }
  383.  
  384. #post {
  385. padding:15px;
  386. margin-left:5px;
  387. margin-top:10px;
  388. margin-bottom:15px;
  389. padding-bottom:10px;
  390. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  391. {block:ifPosts400}width:400px;{/block:ifPosts400}
  392. background-color:{color:Post};
  393. border:3px double {color:border};
  394. }
  395.  
  396. /**POST INFO**/
  397.  
  398. #info {
  399. border-top:1px solid {color:border};
  400. padding-top:10px;
  401. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  402. {block:ifPosts400}width:400px;{/block:ifPosts400}
  403. }
  404.  
  405. #tags {
  406. padding-top:0px;
  407. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  408. {block:ifPosts400}width:400px;{/blockifPosts400}
  409. }
  410.  
  411. .note {
  412. text-transform:normal;
  413. font-style:normal;
  414. letter-spacing:0px;
  415. text-align:left;
  416. line-height:100%;
  417. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  418. {block:ifPosts400}width:400px;{/blockifPosts400}
  419. margin-left:-10px;
  420. }
  421. .note li {
  422. list-style-type:none;
  423. text-align:left;
  424. padding-top:5px;
  425. padding-bottom:5px;
  426. margin-left:-20px;
  427. }
  428.  
  429. /**POST TYPES**/
  430.  
  431. #linkposts {
  432. padding-bottom:10px;
  433. padding-top:10px;
  434. font-family:book antiqua;
  435. font-size:16px;
  436. border:2px dotted {color:Border};
  437. background-color:{color:Ask and Link Bg};
  438. }
  439.  
  440. #linkfav img {
  441. width:100px;
  442. margin-top:-72px;
  443. position:absolute;
  444. border-top:2px dotted {color:Border};
  445. border-right:2px dotted {color:Border};
  446. border-bottom:2px dotted {color:Border};
  447. margin-left:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px;{/block:ifPosts400}
  448. }
  449.  
  450. #question {
  451. font-size:13px;
  452. letter-spacing:1px;
  453. padding:10px;
  454. border:2px dotted {color:Border};
  455. background-color:{color:Ask and Link Bg}
  456. }
  457. #asker {
  458. text-align:right;
  459. font-size:12px;
  460. letter-spacing:1px;
  461. padding-bottom:0px;
  462. margin-top:20px;
  463. }
  464. #asker img {
  465. vertical-align:left;
  466. float:right;
  467. margin-left:10px;
  468. margin-right:10px;
  469. margin-top:-10px;
  470. border:1px solid {color:Border};
  471. }
  472.  
  473. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  474. .album img {width:120px; height:120px}
  475. .audio {position:absolute;margin-left:130px;background-color:#fff;}
  476. .audiobox {height:120px;z-index:10; margin-left:130px;}
  477. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  478.  
  479. .chat {margin:3px 3px 10px 3px;}
  480. .chat .lines {margin-left:1px;}
  481. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  482. .chat .lines .line.even{background-color:{color:Chat2};}
  483.  
  484. #credit {padding-left:10px;padding-right:10px;position:fixed;font-size:11px;font-weight:normal;line-height:150%;letter-spacing:0px;right:-120px;bottom:5px;text-transform:normal;text-align:center;background-color:{color:post};-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
  485. #credit:hover {right:10px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
  486.  
  487. {CustomCSS}</style>
  488.  
  489. <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
  490.  
  491. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  492.  
  493. <link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  494.  
  495. <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  496.  
  497. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  498.  
  499. {block:ifCursiveFonts}
  500. <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
  501. <script src="https://static.tumblr.com/ougxdjo/Ubpmt2nud/cookie_400.font.js" type="text/javascript"></script>
  502. <script type="text/javascript"> Cufon.replace('h1'); </script>
  503. <script type="text/javascript"> Cufon.replace('h2'); </script>
  504. {/block:ifCursiveFonts}
  505.  
  506. </head>
  507. <body>
  508. <div id="gradient"></div>
  509. <div id="title"><a href="/" title="home">{Title}</a>
  510. <div class="secondtitle">{text:Second Title}</div>
  511. </div>
  512. <div id="sidebar">
  513. <center><img src="{image:Sidebar}"></center>
  514. <div id="moonthing"
  515. </div><!--moonthing-->
  516.  
  517. <div id="desc">
  518. <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>
  519. <br>{Description}</div>
  520. </div></div>
  521. <div id="links">
  522. <div class="link1"><a href="/ask">ask</a></div>
  523. <div class="link2">{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}</div>
  524. <div class="link3">{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}</div>
  525. <div class="link4">{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</div>
  526. </div> <!--links-->
  527. <div id="links2"><div class="link5">{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</div></div>
  528. <div id="links3"><div class="link6">{block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}</div>
  529. </div> <!--links-->
  530. </div>
  531. </div>
  532.  
  533. <div id="pagination">
  534. {block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}
  535. </div>
  536.  
  537. <div id="entries">
  538. {block:TagPage}
  539. <h2>Posts tagged "{Tag}"</h2>
  540. {/block:TagPage}
  541. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  542. {block:Posts}
  543. <div id="post">
  544. <!--Text Posts-->
  545. {block:Text}
  546. {block:Title}<h2>{Title}</h2>{/block:Title}
  547. {Body}
  548. {/block:Text}
  549.  
  550. <!--Photo Posts-->
  551. {block:ifNotPosts400}
  552. {block:Photo}<center>
  553. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  554. {LinkCloseTag}</center>
  555. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  556. {/block:ifNotPosts400}
  557.  
  558. {block:ifPosts400}
  559. {block:Photo}<center>
  560. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  561. {LinkCloseTag}</center>
  562. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  563. {/block:ifPosts400}
  564.  
  565. <!--Photosets-->
  566. {block:ifNotPosts400}
  567. {block:Photoset}<center>
  568. {Photoset-500}</center>
  569. {block:Caption}{Caption}{/block:Caption}
  570. {/block:Photoset}
  571. {/block:ifNotPosts400}
  572.  
  573. {block:ifPosts400}
  574. {block:Photoset}<center>
  575. {Photoset-400}</center>
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Photoset}
  578. {/block:ifPosts400}
  579.  
  580. <!--Quotes-->
  581. {block:Quote}
  582. <h3>“{Quote}”</h3>
  583. <div align="right">{block:Source}<h1>- {Source}</h1>{/block:Source}</div>
  584. {/block:Quote}
  585.  
  586. <!--Video Posts-->
  587. {block:ifNotPosts400}
  588. {block:Video}{Video-500}
  589. {block:Caption}{Caption}{/block:Caption}
  590. {/block:Video}
  591. {/block:ifNotPosts400}
  592.  
  593. {block:ifPosts400}
  594. {block:Video}{Video-400}
  595. {block:Caption}{Caption}{/block:Caption}
  596. {/block:Video}
  597. {/block:ifPosts400}
  598.  
  599. <!--Link Posts-->
  600. {block:Link}
  601. <div id="linkposts">
  602. <a href="{URL}" class="link" {Target}>
  603. <center>{Name} →</center></a><BR>
  604. <center>
  605. <small><small>{URL}</small></small>
  606. </center>
  607. </div><br> <!--linkposts-->
  608. {block:Description}{Description}{/block:Description}
  609. {/block:Link}
  610.  
  611. <!--Chat-->
  612. {block:Chat}
  613. {block:Title}<h4>{Title}</h4>{/block:Title}
  614. <div class="chat">
  615. <div class="lines">
  616. {block:Lines}
  617. <div class="line {Alt}">
  618. {block:Label}
  619. <strong>{Label}</strong>{/block:Label} {Line}
  620. </div> <!--line alt-->
  621. {/block:Lines}
  622. </div> <!--lines-->
  623. </div><!--chat-->
  624. {/block:Chat}
  625.  
  626. <!--Audio Posts -->
  627. {block:Audio}
  628. {block:AlbumArt}
  629. <div class="album"><img src="{AlbumArtURL}"></div>
  630. {/block:AlbumArt}
  631.  
  632. <div class="audio">{AudioPlayerWhite}</div>
  633.  
  634. <div class="audiobox">
  635. <div class="audiotext">
  636. {block:TrackName}<br><big><b>Track name:</b>
  637. "{TrackName}"{/block:TrackName}
  638. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  639. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  640. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  641. </big>
  642. </div><!--audiotext-->
  643. </div><!--audiobox--><br>
  644. {block:Caption}{Caption}{/block:Caption}
  645. {/block:Audio}
  646.  
  647. <!--Asks-->
  648. {block:Answer}
  649. <div id="question">
  650. {Question}
  651. <div id="asker">
  652. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  653. </div> <!--question-->
  654. <br>{Answer}<br>
  655. {/block:Answer}
  656.  
  657. {block:Date}
  658. <div id="info">
  659. <a href="{Permalink}"><a href="{Permalink}">
  660. {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  661. at {12Hour}.{Minutes}{ampm}</a> |
  662. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  663. <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom} &nbsp;&nbsp;&nbsp;
  664. <a href="{ReblogParentURL}" title="{ReblogParentName}">
  665. via </a> {/block:RebloggedFrom}
  666. {block:Reblog} /
  667. <a href="{ReblogRootURL}" title="{ReblogRootName}">
  668. origin</a>{/block:Reblog} |{/block:RebloggedFrom}
  669. <a href="{ReblogURL}" target="_blank"> reblog</a></div>
  670. <!--right-->
  671.  
  672.  
  673. {block:HasTags}
  674. <div style="margin-top:5px;">
  675. {block:Tags}
  676. <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
  677. {/block:Tags}
  678. </div>
  679. {/block:HasTags}
  680.  
  681. </div><!--info-->
  682. {/block:Date}
  683.  
  684. {block:PostNotes}
  685. <div class="note">{PostNotes}</div>
  686. {/block:PostNotes}
  687. </div><!--post-->
  688. {/block:Posts}
  689. <div id="credit"><a href="https://theghostoflove.tumblr.com/" target="_blank">CREDIT &nbsp;&nbsp;&nbsp;THEGHOSTOFLOVE</a></div>
  690. </div> <!--entries-->
  691. </div> <!--background-->
  692.  
  693.  
  694.  
  695. </body>
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment