Advertisement
lostmemento

[Old Theme] Moonrise Kingdom

Jun 12th, 2012
3,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 19 MOONRISE KINGDOM THEME MADE BY: http://lostmemento.tumblr.com (lmthemes)
  4.  
  5. TERMS OF USAGE:
  6. - DO NOT REMOVE THE CREDIT
  7. - DO NOT REDISTRIBUTE
  8. - DO NOT CLAIM AS YOUR OWN
  9. - DO NOT USE AS A BASE
  10.  
  11. --->
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Pinyon+Script' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  24. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  25.  
  26. <!--- APPEARANCE DEFAULTS --->
  27. <meta name="image:background" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="if:Background No Repeat" content="0"/>
  31. <meta name="if:Background Fixed" content="0"/>
  32. <meta name="if:Show Post Info" content="0"/>
  33. <meta name="if:Stretch Photos" content="0"/>
  34. <meta name="if:AudioPlayerWhite" content="1"/>
  35. <meta name="if:AudioPlayerGrey" content="0"/>
  36. <meta name="if:AudioPlayerBlack" content="0"/>
  37. <meta name="if:Text Credit" content="0"/>
  38.  
  39. <meta name="if:Overflow Auto" content="0"/>
  40. <meta name="if:Stretch Background" content="0"/>
  41. <meta name="if:Italic" content="1"/>
  42.  
  43. <meta name="color:Scrollbar Background" content="#ffffff"/>
  44. <meta name="color:Scroller" content="#d6d032"/>
  45. <meta name="color:Background" content="#f6f7d6"/>
  46. <meta name="color:Navigation Arrows" content="#ffffff"/>
  47. <meta name="color:Accent" content="#d6d032"/>
  48. <meta name="color:Top Content" content="#ffffff"/>
  49. <meta name="color:Top Text" content="#000000"/>
  50. <meta name="color:Top Opposite Text" content="#ffffff"/>
  51. <meta name="color:Top Links" content="#c3bd22"/>
  52. <meta name="color:Description" content="#000000"/>
  53. <meta name="color:Posts" content="#ffffff"/>
  54. <meta name="color:Post Text" content="#000000"/>
  55. <meta name="color:Note Count" content="#abb234"/>
  56. <meta name="color:Note Count Text" content="#ffffff"/>
  57.  
  58. <meta name="text:Link1 Url" content="http://"/>
  59. <meta name="text:Link1 Name" content=""/>
  60. <meta name="text:Link2 Url" content="http://"/>
  61. <meta name="text:Link2 Name" content=""/>
  62. <meta name="text:Link3 Url" content="http://"/>
  63. <meta name="text:Link3 Name" content=""/>
  64. <meta name="text:Link4 Url" content="http://"/>
  65. <meta name="text:Link4 Name" content=""/>
  66.  
  67. <meta name="text:Alt Title" content=""/>
  68.  
  69. <meta name="font:Main" content="georgia, times new roman"/>
  70. <meta name="font:Secondary" content="times new roman, georgia"/>
  71. <meta name="font:Title" content="'Pinyon Script'"/>
  72.  
  73. <meta name="text:Posts Opacity" content="0.5"/>
  74.  
  75. <meta name="text:Navigation Arrows Font Size" content="90px"/>
  76. <meta name="text:Title Font Size" content="50px"/>
  77. <meta name="text:Top Links Font Size" content="7px"/>
  78. <meta name="text:Description Font Size" content="10px"/>
  79. <meta name="text:Posts Font Size" content="9px"/>
  80. <meta name="text:Note Count Font Size" content="7px"/>
  81. <meta name="text:Tags Font Size" content="9px"/>
  82.  
  83. <style type="text/css">
  84. body {background-color: {color:Background};
  85. margin: 0px;
  86. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  87. background-image: url('{image:Background}');
  88. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  89. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}
  90. font-family: {font:Main};
  91. {block:IfStretchBackground}background-size: 100%;{block:IfStretchBackground}}
  92.  
  93. img {border: 0px;}
  94.  
  95. a {text-decoration: none;
  96. font-weight: normal;
  97. transition: all 0.4s ease-out;
  98. -o-transition: all 0.4s ease-out;
  99. -webkit-transition: all 0.4s ease-out;
  100. -moz-transition: all 0.4s ease-out;}
  101.  
  102. .hidden {height: 10px; width: 10px; display: none;}
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  105. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  106. ::-webkit-scrollbar {background-color: {color:Scroller Background}; height:8px; width:5px;}
  107.  
  108. .navl {position: fixed; left: 0px; height: 125%; width: 20px; top: 0px;}
  109. .navr {position: fixed; right: 20px; height: 125%; width: 20px; top: 0px;}
  110.  
  111. .navl a:link, .navl a:active, .navl a:visited, .navr a:link, .navr a:active, .navr a:visited {color: {color:Navigation Arrows}; font-size: {text:Navigation Arrows Font Size}; font-family: arial;}
  112.  
  113. #top {height: 100px;
  114. background-color: {color:Accent};
  115. opacity: 0.3;
  116. text-align: center;
  117. padding-top: 50px;
  118. font-size: {text:Title Font Size};
  119. font-family: {font:Title};
  120. position: absolute;
  121. top: 0px;
  122. z-index: 10;
  123. width: 100%;
  124. border-bottom: 10px solid {color:Accent};
  125. transition: all 0.8s ease-out;
  126. -o-transition: all 0.8s ease-out;
  127. -webkit-transition: all 0.8s ease-out;
  128. -moz-transition: all 0.8s ease-out;}
  129.  
  130. #top:hover {opacity: 1.0;
  131. color: {color:Top Opposite Text};
  132. background-color: {color:Accent};
  133. transition: all 0.8s ease-out;
  134. -o-transition: all 0.8s ease-out;
  135. -webkit-transition: all 0.8s ease-out;
  136. -moz-transition: all 0.8s ease-out;}
  137.  
  138. .tlinks {margin-top: -45px;}
  139. .tlinks a:link, .tlinks a:active, .tlinks a:visited {padding: 2px 5px;
  140. color: {color:Top Text};
  141. font-size: {text:Top Links Font Size};
  142. font-family: {font:Secondary};
  143. letter-spacing: 1px;}
  144.  
  145. #creditimage {position: fixed; bottom: 5px; right: 10px;}
  146.  
  147. #top:hover .tlinks a:link, #top:hover .tlinks a:active, #top:hover .tlinks a:visited {background-color: {color:Top Links};
  148. color: {color:Top Opposite Text};}
  149.  
  150. #top:hover .topsub {opacity: 1.0;
  151. height: 240px;
  152. background-color: {color:Top Content};
  153. color: {color:Top Links};
  154. padding-top: 20px;
  155. transition: all 0.8s ease-out;
  156. -o-transition: all 0.8s ease-out;
  157. -webkit-transition: all 0.8s ease-out;
  158. -moz-transition: all 0.8s ease-out;}
  159.  
  160. .topsub {margin-top: 31px;
  161. height: 0px;
  162. opacity: 0.0;
  163. color: {color:Top Content};
  164. transition: all 0.8s ease-out;
  165. -o-transition: all 0.8s ease-out;
  166. -webkit-transition: all 0.8s ease-out;
  167. -moz-transition: all 0.8s ease-out;}
  168.  
  169. #top:hover #descript {line-height: 100%;
  170. font-size: {text:Description Font Size};}
  171.  
  172. .sbpic {height: 0px;}
  173. #top:hover .sbpic {height: 200px; width: 250px;}
  174.  
  175. #descript {font-family: {font:Main};
  176. color: {color:Description};
  177. width: 600px;
  178. padding: 5px;
  179. text-align: justify;
  180. font-size: 0px;
  181. height: 0px;}
  182.  
  183. #descript a:link, #descript a:active, #descript a:visited {border-bottom: 2px solid {color:Top Links}; color: {color:Description};}
  184.  
  185. .plnks {margin-top: 20px; text-align: center;}
  186.  
  187. #descript .plnks a:link, #descript .plnks a:active, #descript .plnks a:visited {background-color: {color:Top Links};
  188. color: {color:Top Opposite Text};
  189. padding: 2px 4px;
  190. {block:IfItalic}font-style: italic;{/block:IfItalic}
  191. display: inline-block;
  192. margin-right: 2px;
  193. text-transform: lowercase;}
  194.  
  195. .topp {color: {color:Accent};
  196. font-size: 100px;
  197. line-height: 0px;}
  198.  
  199. #top:hover .topp {color: {color:Top Content}}
  200.  
  201. /* POSTS */
  202.  
  203. #container {margin: auto;
  204. width: 850px;
  205. margin-top: 240px;}
  206.  
  207. #posts {{block:IndexPage}float:left;
  208. width: 250px;
  209. margin-right: 20px;
  210. margin-bottom: 20px;
  211. opacity: {text:Posts Opacity};
  212. height: 200px;
  213. max-height: 200px;
  214. overflow:hidden;
  215. {/block:IndexPage}
  216. background-color: {color:Posts};
  217. padding: 5px;
  218. transition: all 0.4s ease-out;
  219. -o-transition: all 0.4s ease-out;
  220. -webkit-transition: all 0.4s ease-out;
  221. -moz-transition: all 0.4s ease-out;
  222. {block:PermalinkPage}
  223. width: 500px;
  224. margin: auto;
  225. {/block:PermalinkPage}}
  226.  
  227. {block:IndexPage}
  228. #posts:hover {opacity: 0.9;
  229. transition: all 0.4s ease-out;
  230. -o-transition: all 0.4s ease-out;
  231. -webkit-transition: all 0.4s ease-out;
  232. -moz-transition: all 0.4s ease-out; }
  233. {/block:IndexPage}
  234.  
  235. .content {{block:IndexPage}max-height: 190px;
  236. width: 240px;
  237. overflow-y: auto;
  238. overflow-x: hidden;
  239. {/block:IndexPage}
  240. {block:PermalinkPage}
  241. 490px;
  242. {/block:PermalinkPage}
  243. font-size: {text:Posts Font Size};
  244. padding: 5px;
  245. text-align: justify;}
  246.  
  247. .content a:link, .content a:visited, .content a:active {{block:IfItalic}font-style: italic;{/block:IfItalic}
  248. border-bottom: 2px solid {color:Accent};
  249. color: {color:Post Text};}
  250.  
  251. .content a:hover {color: {color:Accent};}
  252.  
  253. .content img, .content blockquote, .content ul {max-width: 100%;}
  254.  
  255. .content ul {list-style: square;}
  256. .content blockquote {border-left: 2px solid {color:Accent}; padding-left: 5px;}
  257.  
  258. .content h1 {text-align: center;
  259. font-weight: normal;
  260. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  261.  
  262. .content h1 a:link, .content h1 a:visited, .content h1 a:active {background-color: {color:Accent};
  263. color: {color:Note Count Text};
  264. padding: 5px}
  265.  
  266. /* QUESTION */
  267.  
  268. .q {background-color: {color:Accent}; color: {color:Note Count Text}; padding: 5px;}
  269. .qt {color: {color:Accent}; font-size: 20px;}
  270.  
  271. /* AUDIO */
  272. .coverart img {{block:IndexPage}
  273. width: 190px;
  274. margin-left: 30px;
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. width: 250px;
  278. {/block:PermalinkPage}}
  279.  
  280. .msong {padding: 5px;
  281. text-align: center;
  282. text-transform: uppercase;
  283. font-size: 11px;
  284. letter-spacing: 1px;
  285. color: {color:Note Count Text};
  286. display: block;}
  287.  
  288. .mlabels {width: 245px;
  289. float:right;}
  290.  
  291. .mlabels ul {padding: 20px 0px;
  292. height: 105px;
  293. margin-top: 5px;
  294. margin-bottom: 0px;
  295. color: {color:Note Count Text};
  296. padding-left: 25px;
  297. background-color: {color:Note Count};}
  298.  
  299. .mlabels li {list-style: none;
  300. font-size: {text:Posts Font Size};
  301. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  302.  
  303. .audioverlay {opacity: 0.8;
  304. background-color: {color:Note Count Text};
  305. position: absolute;
  306. z-index: 100;
  307. {block:IndexPage}
  308. margin-top: 75px;
  309. margin-left: 95px;
  310. {/block:IndexPage}
  311. {block:PermalinkPage}
  312. margin-top: 100px;
  313. margin-left: 100px;
  314. {/block:PermalinkPage}
  315. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  316. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  317. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}}
  318.  
  319. .audioarrow {width: 20px;
  320. height: 30px;
  321. overflow: hidden;
  322. margin: 15px 24px 13px 16px;}
  323.  
  324. .chat ul {list-style: none;
  325. padding-left: 0px;}
  326.  
  327. /* QUOTE */
  328. .quote {width: 75%;
  329. margin: auto;
  330. padding-bottom: 15px;
  331. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  332.  
  333. .quote_short {font-size: 24px;}
  334.  
  335. .quote_medium {font-size: 18px;}
  336.  
  337. .quote_long {font-size: {text:Posts Font Size};}
  338.  
  339. .source {text-align: right;}
  340.  
  341. .qleft {font-size: 64px;
  342. position: relative;
  343. bottom: -50px;
  344. left: -25px;
  345. margin-top: -50px;
  346. font-family: georgia;}
  347.  
  348. .qright {font-size: 64px;
  349. position: relative;
  350. text-align: right;
  351. right: -25px;
  352. font-family: georgia;
  353. top: -20px;
  354. margin-bottom: -20px;}
  355.  
  356. /* PERMALINK PAGE */
  357. {block:IndexPage}
  358. {block:IfNotShowPostInfo}
  359. #posts:hover .ntc {background-color: {color:Note Count};
  360. opacity: 1.0;
  361. line-height: 15px;
  362. margin-top: 190px;
  363. transition: all 0.4s ease-out;
  364. -o-transition: all 0.4s ease-out;
  365. -webkit-transition: all 0.4s ease-out;
  366. -moz-transition: all 0.4s ease-out;}
  367. {/block:IfNotShowPostInfo}
  368.  
  369. .ntc {font-family: {font:Secondary};
  370. {block:IfNotShowPostInfo}opacity: 0.0;
  371. margin-top: 200px;
  372. {/block:IfNotShowPostInfo}
  373. {block:IfShowPostInfo}
  374. line-height: 15px;
  375. background-color: {color:Note Count};
  376. margin-top: 190px;
  377. {/block:IfShowPostInfo}
  378. height: 15px;
  379. position: absolute;
  380. z-index: 100;
  381. width: 260px;
  382. margin-left: -5px;
  383. font-size: {text:Note Count Font Size};
  384. text-align: center;
  385. text-transform: uppercase;
  386. color: {color:Note Count Text};
  387. letter-spacing: 1px;
  388. transition: all 0.4s ease-out;
  389. -o-transition: all 0.4s ease-out;
  390. -webkit-transition: all 0.4s ease-out;
  391. -moz-transition: all 0.4s ease-out;}
  392. {/block:IndexPage}
  393.  
  394. {block:PermalinkPage}
  395. .ntc {font-family: {font:Secondary};
  396. margin-left: -5px;
  397. width: 510px;
  398. background-color: {color:Note Count};
  399. text-align: center;
  400. margin-top: -5px;
  401. margin-bottom: 5px;
  402. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  403. {/block:PermalinkPage}
  404.  
  405. .ntc a:link, .ntc a:visited, .ntc a:active {color: {color:Note Count Text};}
  406.  
  407. .ntcperma {text-align: center;
  408. font-size: 30px;
  409. text-transform: lowercase;
  410. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  411.  
  412. .tags {text-align: center;
  413. {block:IfItalic}font-style: italic;{/block:IfItalic}
  414. padding: 5px;
  415. line-height: 50%;}
  416.  
  417. .tags a:link, .tags a:visited, .tags a:active {display: inline-block;
  418. color: {color:Post Text};
  419. font-size: {text:Tags Font Size};
  420. margin: 0px 4px;}
  421.  
  422. .reblg {text-align: center;
  423. font-size: {text:Tags Font Size};
  424. {block:IfItalic}font-style: italic;{/block:IfItalic}
  425. padding: 5px;}
  426. .reblg a:link, .reblg a:visited, .reblg a:active {color: {color:Note Count}}
  427.  
  428. ol.notes {padding: 0px;
  429. margin: 25px 0px;
  430. list-style-type: none;
  431. border-bottom: solid 1px {color:Accent};
  432. font-size: {text:Tags Font Size};}
  433.  
  434. ol.notes a:link, ol.notes a:active, ol.notes a:visited {color: {color:Post Text};}
  435.  
  436. ol.notes li.note {border-top: solid 1px {color:Accent};
  437. padding: 10px;}
  438.  
  439. ol.notes li.note img.avatar {vertical-align: -4px;
  440. margin-right: 10px;
  441. width: 16px;
  442. height: 16px;}
  443.  
  444. ol.notes li.note span.action {font-weight: normal;
  445. color: {color:Accent};}
  446.  
  447. ol.notes li.note span.action a:link, ol.notes li.note span.action a:visited, ol.notes li.note span.action a:active {color: {color:Post Text};
  448. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  449.  
  450. ol.notes li.note .answer_content {font-weight: normal;}
  451.  
  452. ol.notes li.note blockquote {background-color: {color:Accent};
  453. padding: 4px 10px;
  454. margin: 10px 0px 0px 25px;}
  455.  
  456. ol.notes li.note blockquote a {text-decoration: none;
  457. color: {color:Note Count Text};}
  458.  
  459. {CustomCSS}
  460. </style>
  461. </head>
  462.  
  463.  
  464. <body>
  465.  
  466. <div id="top">{block:IfNotAltTitle}{Title}{/block:IfNotAltTitle} {block:IfAltTitle}{text:Alt Title}{/block:IfAltTitle}
  467. <center><div class="tlinks"><a href="/">INDEX</a> <a href="/ask">ASK</a> {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a>{/block:SubmissionsEnabled} <a href="/archive">ARCHIVE</a> {block:IfTextCredit}<a href="http://lostmemento.tumblr.com">THEME</a>{/block:IfTextCredit}</div></center>
  468. <div class="topsub"><center><Table id="descript"><tr><td><img src="{image:sidebar}" class="sbpic"></td><td width="50%">{Description}
  469.  
  470. <div class="plnks">{block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name} {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name} {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name} {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name} {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div></td></tr></table></center></div>
  471. <div class="topp">&#9670;</div></div>
  472.  
  473. <div id="container">{block:Posts}<div id="posts" {block:IfOverflowAuto}{block:Photo}style="overflow-y:auto;"{/block:Photo} {block:Photoset}style="overflow-y:auto;"{/block:Photoset}{/block:IfOverflowAuto}>
  474.  
  475. {block:IndexPage}{block:Date}<div class="ntc"><a href="{Permalink}"> {DayOfMonthWithZero} {ShortMonth} {Year} {block:NoteCount} &#183; {NoteCountwithLabel}{/block:NoteCount} </a></div>{/block:Date}{/block:IndexPage}
  476.  
  477. {block:IndexPage}<Table cellspacing="0" cellpadding="0" height="200px" style="overflow: hidden"><tr><td>{/block:IndexPage}
  478.  
  479. {block:PermalinkPage}{block:Date}<div class="ntc"><a href="{Permalink}"> {DayOfMonthWithZero} {ShortMonth} {Year}</a></div>{/block:Date}{/block:PermalinkPage}
  480.  
  481. <!--- TEXT POSTS --->
  482. {block:Text}<div class="content">{block:Title}<h1>{Title}</h1>{/block:Title}
  483. {Body}</div>{/block:Text}
  484.  
  485. <!--- ANSWER POSTS --->
  486. {block:Answer}<div class="content"><div class="q">{Question}</div>
  487. <table cellpadding="0 cellspacing="0" style="margin-top: -12px"><tr><td><div class="qt">&#9701;</div></td><td style="vertical-align:bottom"><div class="padding-top: 10px;">{Asker}</div></td></tr></table>
  488. {Answer}</div>{/block:Answer}
  489.  
  490. <!--- PHOTO POSTS --->
  491. {block:Photo}{block:IndexPage}<center><img src="{PhotoURL-250}" {block:IfStretchPhotos}width="250px"{/block:IfStretchPhotos}></center>{/block:IndexPage}
  492. {block:PermalinkPage}<center><img src="{PhotoURL-500}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos}></center>
  493. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  494.  
  495. <!--- PHOTOSEST POSTS --->
  496. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}
  497. {block:PermalinkPage}{Photoset-500}
  498. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  499. {/block:Photoset}
  500.  
  501. <!--- AUDIO POSTS --->
  502. {block:Audio}
  503. {block:PermalinkPage}
  504. <div class="mlabels">
  505. <table cellspacing="0" cellpadding="0" height="250px" width="100%"><tr><Td height="100px" bgcolor="{color:Accent}"><div class="msong">{block:TrackName}{TrackName}{/block:TrackName}</div></td></tr>
  506. <tr><td height="150px"><ul><li>{block:Artist}{Artist}{/block:Artist}</li>
  507. <li>{block:Album}{Album}{/block:Album}</li>
  508. <li>{PlayCountWithLabel}</li></ul></td></tr></table></div>{/block:PermalinkPage}
  509.  
  510. <div class="coverart"><div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  511. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  512. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  513.  
  514. {block:AlbumArt}<img src="{AlbumArtURL}" style="position: absolute"/>{/block:AlbumArt}
  515. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  516. {block:PermalinkPage}{block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  517. {/block:Audio}
  518.  
  519. <!--- VIDEO POSTS --->
  520. {block:Video}<div class="content">{block:IndexPage}{Video-250}{/block:IndexPage}
  521. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Video}
  522.  
  523. <!--- CHAT POSTS --->
  524. {block:Chat}<div class="content">{block:Title}<h1>{Title}</h1>{/block:Title}
  525. <div class="chat"><ul>{block:Lines}
  526. <li class="line {Alt}">{block:Label}
  527. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  528.  
  529. <!--- LINK POSTS --->
  530. {block:Link}<div class="content"><h1><a href="{URL}">{Name}</a></h1>
  531. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  532.  
  533. <!--- QUOTE POSTS --->
  534. {block:Quote}<div class="content"><div class="quote"><div class="qleft">“</div><div class="quote_{Length}">{Quote}</div><div class="qright">”</div>
  535. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div></div>{/block:Quote}
  536.  
  537. {block:IndexPage}</td></tr></table>{/block:IndexPage}
  538.  
  539. {block:PermalinkPage}
  540. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  541. {block:RebloggedFrom}<div class="reblg"><a href="{ReblogParentURL}">via {ReblogParentName}</a> &#183; <a href="{ReblogRootURL}">&copy; {ReblogRootName}</a></div>{/block:RebloggedFrom}
  542. {/block:PermalinkPage}
  543.  
  544. {block:PostNotes}
  545. <div class="ntcperma">{block:NoteCount}{NoteCountwithLabel}{/block:NoteCount}</div>
  546.  
  547. {PostNotes}{/block:PostNotes}
  548. </div>{/block:Posts}</div>
  549.  
  550. {block:Pagination}{block:NextPage}<div class="navr"><table height="100%"><tr><td><a href="{NextPage}">&rsaquo;</a></td></tr></table></div>{/block:NextPage}
  551. {block:PreviousPage}<div class="navl"><table height="100%"><tr><td><a href="{PreviousPage}">&lsaquo;</a></td></tr></table></div>{/block:PreviousPage}{/block:Pagination}
  552.  
  553. <img src="{image:Background}" class="hidden">
  554.  
  555. {block:IfNotTextCredit}<div id="creditimage"><a href="http://lostmemento.tumblr.com"><img src="http://static.tumblr.com/bkd4m5b/Iw1m496c2/lmthemeslogoxsml_copy.png"></a></div>{/block:IfNotTextCredit}
  556. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement