Advertisement
lostmemento

[Old Theme] White Lies

Aug 13th, 2011
25,608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.56 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 06 WHITE LIES 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. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  18.  
  19. <!-- APPEARANCE DEFAULTS -->
  20. <meta name="image:sidebarpic" content=""/>
  21. <meta name="image:background" content=""/>
  22.  
  23. <meta name="color:Scrollbar Background" content="#DA005C"/>
  24. <meta name="color:Scroller" content="#f4f4f4"/>
  25. <meta name="color:Background" content="#ffffff" />
  26. <meta name="color:Strong Accent" content="#DA005C" />
  27. <meta name="color:Light Accent" content="#F9F9F9" />
  28. <meta name="color:Posts" content="#ffffff" />
  29. <meta name="color:Post Font" content="#797979" />
  30. <meta name="color:Right Links" content="#f4f4f4" />
  31. <meta name="color:Quote" content="#7c7c7c" />
  32. <meta name="color:Chat Line Odd" content="#727272" />
  33. <meta name="color:Source Links" content="#000000" />
  34.  
  35. <meta name="if:Background No Repeat" content="0"/>
  36. <meta name="if:Background Fixed" content="0"/>
  37. <meta name="if:Show Photo Captions" content="1"/>
  38. <meta name="if:Stretch Photos" content="0"/>
  39. <meta name="if:AudioPlayerWhite" content="1"/>
  40. <meta name="if:AudioPlayerGrey" content="0"/>
  41. <meta name="if:AudioPlayerBlack" content="0"/>
  42. <meta name="if:Text Credit" content="1"/>
  43.  
  44. <meta name="if:Show Random" content="1"/>
  45. <meta name="if:Show Blog Title" content="1"/>
  46. <meta name="if:Hide Userpic" content="0"/>
  47. <meta name="if:Font Italic" content="1"/>
  48. <meta name="if:Text Uppercase" content="1"/>
  49.  
  50. <meta name="text:Link1 Url" content=""/>
  51. <meta name="text:Link1 Name" content=""/>
  52. <meta name="text:Link2 Url" content=""/>
  53. <meta name="text:Link2 Name" content=""/>
  54. <meta name="text:Link3 Url" content=""/>
  55. <meta name="text:Link3 Name" content=""/>
  56. <meta name="text:Link4 Url" content=""/>
  57. <meta name="text:Link4 Name" content=""/>
  58. <meta name="text:Link5 Url" content=""/>
  59. <meta name="text:Link5 Name" content=""/>
  60. <meta name="text:Link6 Url" content=""/>
  61. <meta name="text:Link6 Name" content=""/>
  62. <meta name="text:Link7 Url" content=""/>
  63. <meta name="text:Link7 Name" content=""/>
  64. <meta name="text:Link8 Url" content=""/>
  65. <meta name="text:Link8 Name" content=""/>
  66.  
  67. <meta name="font:Georgia" content="Georgia, Times New Roman"/>
  68. <meta name="font:Posts" content="trebuchet ms"/>
  69.  
  70. <meta name="text:Background Position" content=""/>
  71. <meta name="text:Sidebar Text Align" content="center"/>
  72. <meta name="text:Ask Action" content="asked"/>
  73. <meta name="text:Home Link Font Size" content="115px"/>
  74. <meta name="text:Ask Link Font Size" content="73px"/>
  75. <meta name="text:Archive Link Font Size" content="81px"/>
  76. <meta name="text:Archive Link Line Height" content="50px"/>
  77. <meta name="text:Submit Link Font Size" content="95px"/>
  78. <meta name="text:Submit Link Line Height" content="80px"/>
  79. <meta name="text:Random Link Font Size" content="80px"/>
  80. <meta name="text:No of Pages Font Size" content="75px"/>
  81. <meta name="text:No of Pages Line Height" content="60px"/>
  82. <meta name="text:Date Font Size" content="9px"/>
  83. <meta name="text:Posts Font Size" content="11px"/>
  84. <meta name="text:Tags Font Size" content="9px"/>
  85. <meta name="text:Sidebar Links Font Size" content="11px"/>
  86. <meta name="text:Sidebar Title Font Size" content="11px"/>
  87. <meta name="text:Sidebar Font Size" content="9px"/>
  88.  
  89. <style type="text/css">
  90. body {background-color: {color:Background};
  91. background-attachment: fixed;
  92. font-family: {font:Georgia};
  93. margin: 0px;
  94. background-image: url('{image:background}');
  95. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  96. {block:IfBackgroundNoRepeat}background-repeat: no-repeat; {/block:IfBackgroundNoRepeat}
  97. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  98.  
  99. img {border: 0;}
  100.  
  101. a {text-decoration: none;
  102. color: {color:Source Links};
  103. font-weight: normal;}
  104.  
  105. h1 {text-align: center;
  106. font-family: {font:Georgia};
  107. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic}
  108. font-weight: normal;}
  109.  
  110. h1 a:link, h1 a:visited, h1 a:active {background-color: {color:Light Accent};
  111. padding: 2px 5px;
  112. color: {color:Post Font};
  113. border-left: 20px solid {color:Strong Accent};
  114. transition: all 0.4s ease-out;
  115. -o-transition: all 0.4s ease-out;
  116. -webkit-transition: all 0.4s ease-out;
  117. -moz-transition: all 0.4s ease-out;}
  118.  
  119. h1 a:hover {background-color: {color:Strong Accent};
  120. color: {color:Posts}}
  121.  
  122. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  123. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  124. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:10px;}
  125.  
  126. #homelinks {display: block;
  127. color: {color:Right Links};
  128. position: fixed;
  129. top: 90px;
  130. right: 195px;}
  131.  
  132. .userpic {padding: 5px;
  133. background-color: {color:Right Links};
  134. {block:IfHideUserpic}display:none;{/block:IfHideUserpic}}
  135.  
  136. .linkbox {font-size: {text:Home Link Font Size};
  137. color: {color:Right Links};
  138. position: fixed;
  139. right: 58px;
  140. top: 30px;
  141. text-align: right;
  142. line-height: 65%;}
  143.  
  144. .linkbox a:link, .linkbox a:active, .linkbox a:visited {color: {color:Right Links};
  145. font-weight: lighter;}
  146.  
  147. .linkbox a:hover {color: {color:Strong Accent};}
  148.  
  149. .pages {{block:IfFontItalic}font-style: italic; {/block:IfFontItalic}
  150. font-size: {text:No of Pages Font Size};
  151. position: relative;
  152. z-index: -1;
  153. line-height: {text:No of Pages Line Height};}
  154.  
  155. #nav {background-color: {color:Strong Accent};
  156. width: 70px;
  157. height: 100%;
  158. position: fixed;
  159. display: block;
  160. top: 0px;
  161. right: 0px;
  162. z-index: 1;}
  163.  
  164. #nav a:link, #nav a:visited, #nav a:active {color: {color:Posts};
  165. font-size: 48px;}
  166.  
  167. #container {margin-right: 442px;
  168. width: 520px;
  169. float: right;
  170. margin-top: 12px;}
  171.  
  172. .date {color: {color:Post Font};
  173. margin-top: 12px;
  174. font-family: {font:Posts};
  175. text-align: right;
  176. padding: 0px 0px;
  177. padding-right: 10px;
  178. font-size: {text:Date Font Size};
  179. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  180. background-color: {color:Light Accent};
  181. margin-bottom: 2px;
  182. line-height: 11px;
  183. letter-spacing: 1px;
  184. margin-top: 20px}
  185.  
  186. #posts {width: 500px;
  187. color: {color:Post Font};
  188. font-family: {font:Posts};
  189. font-size: {text:Posts Font Size};
  190. background-color: {color:Posts};}
  191.  
  192. #posts .content a:active, #posts .content a:link, #posts .content a:visited {background-color: {color:Light Accent};
  193. padding: 0px 7px;
  194. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  195. color: {color:Post Font};
  196. transition: all 0.4s ease-out;
  197. -o-transition: all 0.4s ease-out;
  198. -webkit-transition: all 0.4s ease-out;
  199. -moz-transition: all 0.4s ease-out;}
  200.  
  201. #posts .content a:hover {background-color: {color:Strong Accent};
  202. padding: 0px 7px;
  203. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  204. color: {color:Posts};}
  205.  
  206. .content {width: 480px;
  207. padding: 0px 10px;
  208. text-align: justify}
  209.  
  210. .content p, .content p img, .content blockquote img, .content li img {max-width: 100%}
  211.  
  212. #posts blockquote {max-width: 450px;
  213. width: 450px;
  214. border-left: 3px solid {color:Light Accent};
  215. padding-left: 5px;
  216. margin-left: 15px;}
  217.  
  218. #posts .content blockquote blockquote {max-width: 400px;
  219. width: 400px;}
  220.  
  221. #posts .content blockquote blockquote blockquote {max-width: 375px;
  222. width: 375px;}
  223.  
  224. #posts .content blockquote blockquote blockquote blockquote {max-width: 300px;
  225. width: 300px;}
  226.  
  227. .content ul {max-width: 100%;
  228. margin: 2px 5px}
  229.  
  230. .content li {max-width: 100%;
  231. list-style-type: square;}
  232.  
  233. .ph .content {display:none; {block:IfShowPhotoCaptions}display:block;{/block:IfShowPhotoCaptions}}
  234. .ph:hover .content {display:block}
  235.  
  236. /* QUOTE */
  237. .quotebx {margin: auto;
  238. width: 300px;}
  239.  
  240. .quote_short {text-align: justify;
  241. font-size: 24px;
  242. z-index: 4;
  243. position: relative;
  244. top: -20px;
  245. margin-bottom: 10px;
  246. background-color: transparent;
  247. font-family: {font:Georgia};
  248. line-height: 100%;
  249. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic}
  250. color: {color:Quote};}
  251.  
  252. .quote_medium {text-align: justify;
  253. font-size: 18px;
  254. z-index: 4;
  255. position: relative;
  256. top: -20px;
  257. margin-bottom: 10px;
  258. background-color: transparent;
  259. font-family: {font:Georgia};
  260. color: {color:Quote};
  261. line-height: 100%;
  262. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic}}
  263.  
  264. .quote_long {text-align: justify;
  265. font-size: 14px;
  266. z-index: 4;
  267. position: relative;
  268. top: -20px;
  269. margin-bottom: 10px;
  270. background-color: transparent;
  271. font-family:{font:Georgia};
  272. color: {color:Quote};
  273. line-height: 100%;
  274. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic}}
  275.  
  276. #quotesource {margin: 5px 90px 0 0;
  277. text-align: right;
  278. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  279. font-size: {text:Posts Font Size};
  280. color: {color:Quote};
  281. z-index: 2;
  282. position: relative;}
  283.  
  284. #quotesource a:link, #quotesource a:visited, #quotesource a:active {background-color: {color:Strong Accent};
  285. color: {color:Posts};
  286. padding: 0px 7px;}
  287.  
  288. #quotemarkleft {font-size: 180px;
  289. font-weight: bold;
  290. color: {color:Strong Accent};
  291. font-family: {font:Georgia};
  292. line-height: 180px;
  293. position: relative;
  294. bottom: 10px;
  295. left: 0px;
  296. margin-bottom: -90px}
  297.  
  298. #quotemarkright {font-size: 180px;
  299. font-weight: bold;
  300. color: {color:Strong Accent};
  301. padding-right: 5px;
  302. line-height: 1px;
  303. text-align: right;
  304. position: relative;
  305. bottom: 0px;
  306. font-family: {font:Georgia};}
  307.  
  308.  
  309. /* CHAT */
  310. .chat{list-style: none;
  311. font-size: {text:Posts Font Size};
  312. margin: 0px;}
  313.  
  314. .chat ul {line-height: 15px;
  315. list-style: none;
  316. padding: 0px;
  317. margin: 0px;}
  318.  
  319. .line.odd {color: {color:Post Font};
  320. border-top: 2px solid {color:Light Accent};
  321. padding: 2px 5px}
  322.  
  323. .line.odd .label {font-weight: bold;
  324. padding: 3px;
  325. color: {color:Chat Line Odd};
  326. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}}
  327.  
  328. .line.even {color: {color:Post Font};
  329. padding: 2px 5px;
  330. border-top: 2px solid {color:Light Accent};}
  331.  
  332. .line.even .label {font-weight: bold;
  333. padding: 3px;
  334. color: {color:Strong Accent};
  335. {block:IfTextUppercase}text-transform: uppercase;{/block:IfTextUppercase}}
  336.  
  337. /* AUDIO */
  338. .contenttxt_audio {padding-left: 15px;
  339. margin-top: -5px}
  340.  
  341. #audiocontain {text-align:center;
  342. width: 500px;
  343. height: 250px;}
  344.  
  345. .audio_player {text-align: center;
  346. margin: auto;
  347. width: 205px}
  348.  
  349. .album_art {position: absolute;
  350. width: 250px;
  351. height: 250px;
  352. margin-left: 0;
  353. text-align: left}
  354.  
  355. .album_art img {width: 250px;
  356. height: 250px;
  357. float:left}
  358.  
  359. .containermusic {width: 200px;
  360. display: block;
  361. vertical-align: middle}
  362.  
  363. .containermusic ul {list-style: none;
  364. margin-left: -45px}
  365.  
  366. .musiclabel {margin: auto;
  367. background-color: {color:Posts};
  368. padding: 3px 10px;
  369. font-size: 9px;
  370. color: {color:Post Font};
  371. border-bottom: 2px solid {color:Strong Accent};
  372. width: 185px;
  373. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  374. letter-spacing: 1px;}
  375.  
  376. .musiclabel:hover {background-color: {color:Strong Accent};
  377. color: {color:Posts};
  378. border-bottom: 2px solid {color:Posts};}
  379.  
  380. .containermusic .musiclabel ul, #containermusic .musiclabel li {list-style: none;
  381. display: block;
  382. width: 200px;
  383. background-color: {color:Posts}}
  384.  
  385. /* POST INFO */
  386. .reblog {line-height: 12px;
  387. margin-left: 5px;
  388. background-color: {color:Light Accent};
  389. padding: 0px 5px;
  390. width: 100%;
  391. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  392. letter-spacing: 1px;}
  393.  
  394. .reblog a:link, .reblog a:active, .reblog a:visited {font-size: {text:Tags Font Size};
  395. color: {color:Post Font};}
  396.  
  397. .tags_nr {font-size: {text:Tags Font Size};
  398. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  399. border-top: 2px solid {color:Light Accent};
  400. padding: 0px 5px;
  401. letter-spacing: 1px;
  402. margin-top: 2px;}
  403.  
  404. .tags_nr a:link, .tags_nr a:visited, .tags_nr a:active {color: {color:Post Font};
  405. padding: 0px 5px;}
  406.  
  407. .tags_nr a:hover {color: {color:Posts};
  408. background-color: {color:Strong Accent}}
  409.  
  410. .tags_r {font-size: {text:Tags Font Size};
  411. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  412. padding: 0px 5px;
  413. letter-spacing: 1px;}
  414.  
  415. .tags_r a:link, .tags_r a:active, .tags_r a:visited {color: {color:Post Font};
  416. padding: 0px 5px;}
  417.  
  418. .tags_r a:hover {color: {color:Posts};
  419. background-color: {color:Strong Accent}}
  420.  
  421. /* NOTES LIST */
  422. #content_notes {background-color: {color:Light Accent};
  423. max-width: 490px;
  424. margin-top: 2px;
  425. padding: 10px 5px;
  426. width: 490px;
  427. height: 100%;
  428. margin-bottom: 30px;
  429. font-family: {font:Posts};}
  430.  
  431. #content_notes ol.notes{list-style: none;
  432. margin: 0px;
  433. padding: 0px;
  434. width: 490px;
  435. font-size: {text:Tags Font Size};
  436. color: {color:Post Font};
  437. max-width: 490px;
  438. word-wrap: break-word;}
  439.  
  440. #content_notes ol.notes a:link, #content_notes ol.notes a:visited, #content_notes ol.notes a:active {color: {color:Post Font};
  441. text-decoration: none;
  442. padding: 0px 3px;
  443. background-color: {color:Posts};
  444. word-wrap: break-word;}
  445.  
  446. #content_notes ol.notes li {margin: 0 30px 0 10px;
  447. padding: 2px;
  448. width: 460px;
  449. word-wrap: break-word;}
  450.  
  451. #content_notes ol.notes li img.avatar a:active, #content_notes ol.notes li img.avatar a:visited, #content_notes ol.notes li img.avatar a:link {border: 0px}
  452.  
  453. #content_notes ol.notes blockquote a:link, #content_notes ol.notes blockquote a:visited, #content_notes ol.notes blockquote a:active {background-color: {color:Posts};
  454. color: {color:Source Links};
  455. word-wrap: break-word;}
  456.  
  457. /* SIDEBAR */
  458. #sidebar {position: fixed;
  459. width: 230px;
  460. height: 100%;
  461. right: 980px;
  462. top: 25px;
  463. z-index: 100;}
  464.  
  465. .sbpic {width: 230px}
  466.  
  467. #sidebar .pages a:active, #sidebar .pages a:link, #sidebar .pages a:visited {display: block;
  468. background-color: {color:Light Accent};
  469. border-left: 5px solid {color:Strong Accent};
  470. margin: 2px 0px;
  471. line-height: 15px;
  472. transition: all 0.4s ease-out;
  473. -o-transition: all 0.4s ease-out;
  474. -webkit-transition: all 0.4s ease-out;
  475. -moz-transition: all 0.4s ease-out;
  476. padding-left: 10px;
  477. font-size: {text:Sidebar Links Font Size};
  478. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic};
  479. color: {color:Post Font};
  480. text-transform: lowercase;
  481. letter-spacing: 1px;}
  482.  
  483. #sidebar .pages a:hover {background-color: {color:Strong Accent};
  484. padding-left: 50px;
  485. color: {color:Posts};}
  486.  
  487. .descript {font-size: {text:Sidebar Font Size};
  488. color: {color:Post Font};
  489. font-family: {font:Posts};
  490. text-align: {text:Sidebar Text Align};
  491. line-height: 120%;
  492. padding: 5px;
  493. {block:IfTextUppercase}text-transform: uppercase; {/block:IfTextUppercase}
  494. letter-spacing: 1px;
  495. position: relative;
  496. z-index: 100;}
  497.  
  498. a.d_link:link, a.d_link:active, a.d_link:visited {background-color: {color:Light Accent};
  499. border-bottom: 2px solid {color:Strong Accent};
  500. padding: 0px 5px;
  501. line-height: 150%;
  502. transition: all 0.2s ease-out;
  503. -o-transition: all 0.2s ease-out;
  504. -webkit-transition: all 0.2s ease-out;
  505. -moz-transition: all 0.2s ease-out;}
  506.  
  507. a.d_link:hover {background-color: {color:Strong Accent};
  508. color: {color:Posts};}
  509.  
  510. .d_link {background-color: {color:Light Accent};
  511. border-bottom: 2px solid {color:Strong Accent};
  512. padding: 0px 5px;
  513. line-height: 150%;
  514. transition: all 0.2s ease-out;
  515. -o-transition: all 0.2s ease-out;
  516. -webkit-transition: all 0.2s ease-out;
  517. -moz-transition: all 0.2s ease-out;
  518. width: 115px;
  519. color: {color:Post Font}}
  520.  
  521. .d_link:hover {background-color: {color:Strong Accent};
  522. color: {color:Posts};}
  523.  
  524. .credit {font-size: 7px;
  525. font-family: {font:Posts};
  526. text-transform: uppercase;
  527. width: 200px;
  528. letter-spacing: 1px;
  529. line-height: 150%;
  530. margin: 10px 90px;
  531. color: {color:Post Font}}
  532.  
  533. #creditimage {position: fixed; bottom: 5px; right: 5px;}
  534.  
  535. .title {color: {color:Strong Accent};
  536. {block:IfFontItalic}font-style: italic; {/block:IfFontItalic};
  537. font-size: {text:Sidebar Title Font Size};
  538. text-align: right;}
  539.  
  540. {CustomCSS}
  541. </style></head>
  542.  
  543. <body>
  544.  
  545. <!-- ARROW BAR-->
  546. {block:Pagination}<div id="nav"><table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: center; width: 100%"><tr><Td>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  547. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</td></tr></table></div>{/block:Pagination}
  548.  
  549. <!-- TEXT LINKS -->
  550. <div class="linkbox">
  551. <a href="/">HOME</a><br>
  552. <a href="/ask"><span style="font-size: {text:Ask Link Font Size}">ASK &nbsp;&nbsp; BOX</span></a><br>
  553. <a href="/archive"><span style="font-size: {text:Archive Link Font Size}; line-height: {text:Archive Link Line Height};">ARCHIVE</span></a><br>
  554. {block:SubmissionsEnabled}<a href="/submit"><span style="font-size: {text:Submit Link Font Size}; line-height: {text:Submit Link Line Height};">SUBMIT</span></a><br>{/block:SubmissionsEnabled}
  555. {block:IfShowRandom}<a href="/random"><span style="font-size: {text:Random Link Font Size}">RANDOM</span></a><br>{/block:IfShowRandom}
  556. <span class="pages">page {CurrentPage}of{TotalPages}</span>
  557. <!-- DO NOT REMOVE -->
  558. {block:IfTextCredit}<a href="http://lostmemento.tumblr.com"><div class="credit">THEME BY LOSTMEMENTO</div></a>{/block:IfTextCredit}</div>
  559. <!-- DO NOT REMOVE CREDITS -->
  560. <div id="homelinks"><A href="/"><img src="{PortraitURL-96}" class="userpic"></a></div>
  561.  
  562.  
  563. <!-- POSTS -->
  564. <div id="container">{block:Posts}
  565. <table width="100%" cellspacing="0" cellpadding="0"><tr><td>
  566. <A href="{Permalink}">{block:Date}<div class="date">{block:NoteCount}<div style="float: left; padding-left: 10px">{NoteCountWithLabel}</div> {/block:NoteCount}
  567. {12HourWithZero}:{Minutes} {CapitalAmPm} . {DayOfMonthWithZero} {Month} {Year}</div>{/block:Date}</td>
  568. <td width="20px"><div style="width: 10px; height: 10px; display: block; background-color: {color:Strong Accent}; margin-top: 17px; float: right"></div></td></tr></table></a>
  569. <div id="posts">
  570. <!-- TEXT -->
  571. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}
  572. <div class="content">{Body}</div>{/block:Text}
  573.  
  574. <!-- PHOTO -->
  575. {block:Photo}<div class="ph">{LinkOpenTag}<img src="{PhotoURL-500}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos}>{LinkCloseTag}
  576. {block:Caption} <div class="content">{Caption}</div>{/block:Caption}</div>{/block:Photo}
  577.  
  578. <!--- PHOTOSET POSTS --->
  579. {block:Photoset}<div class="ph">{Photoset-500}
  580. block:Caption} <div class="content">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  581.  
  582. <!-- QUOTE -->
  583. {block:Quote}<div id="quotemarkleft">“</div><div class="quotebx"><div class="quote_{Length}">{Quote}</div></div>
  584. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}<div id="quotemarkright">”</div>
  585. <div class="clear"></div>{/block:Quote}
  586.  
  587. <!-- LINK -->
  588. {block:Link}
  589. <h1><a href="{URL}">{Name}</a></h1>
  590. {block:Description}<div class="content">{Description}</div>{/block:Description}{/block:Link}
  591.  
  592. <!-- CHAT -->
  593. {block:Chat}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  594. <div class="chat"><ul>{block:Lines}
  595. <li class="line {Alt}">{block:Label}
  596. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  597. {/block:Chat}
  598.  
  599. <!-- AUDIO -->
  600. {block:Audio}
  601. <table cellspacing="0" cellpadding="0" style="vertical-align: top" height="150px"><tr><td><img style="position: absolute; margin-top: -75px" src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" width="150" height="150" />
  602. {block:AlbumArt}
  603. <img style="position: absolute; margin-top: -75px" width="150" height="150" src="{AlbumArtURL}" />
  604. {/block:AlbumArt}
  605. </div></td>
  606.  
  607. <td style="padding-left: 150px;"><img src="http://i51.tinypic.com/20z1nk9.png" width="150px" height="150px"></td><td class="containermusic"><ul><li>{block:Artist}<div class="musiclabel">{Artist}</div>{/block:Artist}</li>
  608. <li>{block:TrackName}<div class="musiclabel">{TrackName}</div>{/block:TrackName}</li>
  609. <li>{block:Album}<div class="musiclabel">{Album}</div>{/block:Album}</li>
  610. <li><div class="musiclabel">{PlayCountWithLabel}</div></li>
  611. <li>{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  612. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  613. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</li></ul></td></tr></table>
  614. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}
  615. {/block:Audio}
  616.  
  617. <!-- VIDEO -->
  618. {block:Video}{Video-500}
  619. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:Video}
  620.  
  621. <!-- ANSWER -->
  622. {block:Answer}<Table width="100%" style="border-bottom: 5px solid {color:Light Accent};"><tr><td style="vertical-align: top" width="50px"><img src="{AskerPortraitURL-40}"></td><td><span style="text-transform: uppercase;">{Asker} {text:Ask Action}:</span> {Question}</td></tr></table>
  623. <div class="content">{Answer}</div>{/block:Answer}
  624.  
  625. <!-- REBLOG -->
  626. {block:Reblog}{block:RebloggedFrom}<Table cellspacing="0" cellpadding="0" style="width:485px;"><tr><td style="padding-top: 3px;"><img src="{ReblogParentPortraitURL-16}" height="12px"></td><td><div class="reblog"><A href="{ReblogParentURL}">{TimeAgo} VIA <span style="color: {color:Source Links}">{ReblogParentName}</span></a> <a href="{ReblogRootURL}">( ORIGINALLY FROM <span style="color: {color:Source Links}">{ReblogRootName}</span> )</a></div></td></tr></table>{/block:RebloggedFrom}
  627. {block:HasTags}<div class="tags_r">{block:Tags}<A href="/tagged/{URLSafeTag}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:Reblog}
  628.  
  629. <!-- NOT REBLOG-->
  630. {block:NotReblog}{block:HasTags}<div class="tags_nr">{block:Tags}<A href="/tagged/{URLSafeTag}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:NotReblog}</div>{/block:Posts}
  631. {block:PostNotes}<div id="content_notes">{PostNotes}</div>{/block:PostNotes}
  632. </div>
  633.  
  634. <!-- SIDEBAR -->
  635. <div id="sidebar">{block:IfShowBlogTitle}<div class="title">{Title}</div>{/block:IfShowBlogTitle}
  636. {block:IfSidebarpicImage}<img src="{image:Sidebarpic}" border=0 class="sbpic">{/block:IfSidebarpicImage}
  637.  
  638. <div class="pages">
  639. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  640. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  641. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  642. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  643. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name}
  644. {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name}
  645. {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name}
  646. {block:IfLink8Name}<a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  647. {block:HasPages}{block:Pages}<A href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
  648. <div class="descript">{Description}</div>
  649. </div>
  650.  
  651. <!--- DO NOT REMOVE CREDIT --->
  652. {block:IfNotTextCredit}<div id="creditimage"><a href="http://lostmemento.tumblr.com"><img src="http://static.tumblr.com/bkd4m5b/kRDm3vhr3/lmthemeslogoxsml_copy.png"></a></div>{/block:IfNotTextCredit}
  653. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement