Advertisement
lostmemento

[Old Theme] Radioactive

May 26th, 2012
9,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.34 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 20 RADIOACTIVE 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. <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.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  24.  
  25. <!--- APPEARANCE DEFAULTS --->
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar 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:400px Post" content="0"/>
  33. <meta name="if:Show Post Info" content="0"/>
  34. <meta name="if:Show Photo Captions" content="0"/>
  35. <meta name="if:Show Captions Permalink Only" content="1"/>
  36. <meta name="if:Stretch Photos" content="0"/>
  37. <meta name="if:AudioPlayerWhite" content="0"/>
  38. <meta name="if:AudioPlayerGrey" content="0"/>
  39. <meta name="if:AudioPlayerBlack" content="1"/>
  40. <meta name="if:Text Credit" content="0"/>
  41.  
  42. <meta name="if:Sidebar Left" content="1"/>
  43. <meta name="if:Show Sidebar" content="0"/>
  44. <meta name="if:Show Sidebar Pic Always" content="0"/>
  45. <meta name="if:Uppercase" content="1"/>
  46. <meta name="if:Show Notes Symbol" content="0"/>
  47.  
  48. <meta name="color:Scrollbar Background" content="#000000"/>
  49. <meta name="color:Scroller" content="#7ab30d"/>
  50. <meta name="color:Background" content="#000000"/>
  51. <meta name="color:Container" content="#ffffff"/>
  52. <meta name="color:Sidebar" content="#000000"/>
  53. <meta name="color:Sidebar Text" content="#ffffff"/>
  54. <meta name="color:Posts" content="#000000"/>
  55. <meta name="color:Post Text" content="#ffffff"/>
  56. <meta name="color:Accent" content="#7ab30d"/>
  57. <meta name="color:Tags" content="#000000"/>
  58.  
  59. <meta name="text:Link1 Url" content=""/>
  60. <meta name="text:Link1 Name" content=""/>
  61. <meta name="text:Link2 Url" content=""/>
  62. <meta name="text:Link2 Name" content=""/>
  63. <meta name="text:Link3 Url" content=""/>
  64. <meta name="text:Link3 Name" content=""/>
  65. <meta name="text:Link4 Url" content=""/>
  66. <meta name="text:Link4 Name" content=""/>
  67. <meta name="text:Link5 Url" content=""/>
  68. <meta name="text:Link5 Name" content=""/>
  69. <meta name="text:Link6 Url" content=""/>
  70. <meta name="text:Link6 Name" content=""/>
  71.  
  72. <meta name="font:Posts" content="Lekton, calibri, helvetica, trebuchet ms, georgia, verdana"/>
  73.  
  74. <meta name="text:Title Font Size" content="10px"/>
  75.  
  76. <meta name="text:Background Position" content=""/>
  77. <meta name="text:Sidebar Text Align" content="center"/>
  78. <meta name="text:Ask Action" content="asked"/>
  79. <meta name="text:Alt Title" content=""/>
  80. <meta name="text:Notes Symbol" content="&#9829;"/>
  81.  
  82. <meta name="text:Title Font Size" content="20px"/>
  83. <meta name="text:Main Links Font Size" content="7px"/>
  84. <meta name="text:Sidebar Font Size" content="9px"/>
  85. <meta name="text:Posts Font Size" content="10px"/>
  86. <meta name="text:Tags Font Size" content="8px"/>
  87. <meta name="text:Date Font Size" content="9px"/>
  88.  
  89. <style type="text/css">
  90. body {background-color: {color:Background};
  91. margin: 0px;
  92. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  93. font-family: {font:Posts};
  94. background-image: url('{image:background}');
  95. background-attachment: fixed;
  96. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  97.  
  98. img, a img {border: 0px;}
  99.  
  100. a {text-decoration: none;
  101. font-weight: normal;
  102. transition: all 0.6s ease-out;
  103. -o-transition: all 0.6s ease-out;
  104. -webkit-transition: all 0.6s ease-out;
  105. -moz-transition: all 0.6s ease-out;}
  106.  
  107. a:hover {transition: all 0.6s ease-out;
  108. -o-transition: all 0.6s ease-out;
  109. -webkit-transition: all 0.6s ease-out;
  110. -moz-transition: all 0.6s ease-out;}
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  113. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  114. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:10px;}
  115.  
  116. #cout {margin-left:250px;
  117. width: 800px;
  118. padding-top: 20px;
  119. {block:IfNotSidebarLeft}margin-right: 250px;
  120. float:right;{/block:IfNotSidebarLeft}}
  121.  
  122. #cinn {width: 800px;
  123. position: fixed;
  124. height: 100%;
  125. background-color: {color:Container};
  126. z-index: 1;
  127. top: 0px;}
  128.  
  129. /* SIDEBAR */
  130. #sidebar {width: 240px;
  131. height: 100%;
  132. position: fixed;
  133. background-color: {color:Sidebar};
  134. {block:IfSidebarLeft}border-right: 10px solid {color:Accent};{/block:IfSidebarLeft}
  135. {block:IfNotSidebarLeft}border-left: 10px solid {color:Accent};
  136. right: 0px;{/block:IfNotSidebarLeft}
  137. top:0px;
  138. background-image: url('{image:sidebar background}');
  139. background-position: bottom;}
  140.  
  141. .tbox {position: fixed;
  142. bottom: 40px;
  143. width: 190px;
  144. background-color: {color:Accent};
  145. margin-left: 15px;
  146. font-size: {text:Title Font Size};
  147. text-align: center;
  148. padding: 10px;
  149. letter-spacing: 1px;
  150. z-index: 4;
  151. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  152.  
  153. .title {background-color: {color:Posts};
  154. color: {color:Accent};
  155. padding: 0px 8px;}
  156.  
  157. .tbox a:link, .tbox a:visited, .tbox a:active {font-size: {text:Main Links Font Size};
  158. color: {color:Posts};
  159. padding: 0px 3px;
  160. margin-right: -5px;
  161. display: inline-block;
  162. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  163.  
  164. .tbox a:hover {background-color: {color:Posts};
  165. color: {color:Accent};}
  166.  
  167. {block:IfNotShowSidebarPicAlways}
  168. #sidebar:hover .sbp {opacity: 0.8;
  169. bottom: 145px;
  170. {block:PermalinkPage}bottom: 128px;{/block:PermalinkPage}
  171. transition: all 1s ease-out;
  172. -o-transition: all 1s ease-out;
  173. -webkit-transition: all 1s ease-out;
  174. -moz-transition: all 1s ease-out;}
  175.  
  176. .sbp {opacity: 0.0;
  177. width: 210px;
  178. margin-left: 15px;
  179. position: absolute;
  180. bottom: 40px;
  181. z-index: 3;
  182. height: 100px;}
  183. {/block:IfNotShowSidebarPicAlways}
  184.  
  185. {block:IfShowSidebarPicAlways}
  186. .sbp {width: 210px;
  187. margin-left: 15px;
  188. position: absolute;
  189. bottom: 145px;
  190. z-index: 3;
  191. height: 100px;
  192. {block:PermalinkPage}bottom: 128px;{/block:PermalinkPage}}
  193. {/block:IfShowSidebarPicAlways}
  194.  
  195. .sbp img {width: 210px;
  196. height: 100px}
  197.  
  198. {block:IfNotShowSidebar}
  199. #sidebar:hover .more {opacity: 0.8;
  200. margin-top: 20px;
  201. transition: all 1s ease-out;
  202. -o-transition: all 1s ease-out;
  203. -webkit-transition: all 1s ease-out;
  204. -moz-transition: all 1s ease-out;}
  205.  
  206. .more {opacity: 0.0;
  207. width: 190px;
  208. margin-left: 15px;
  209. padding: 10px;
  210. height: 80%;
  211. position: fixed;
  212. background-color: {color:Sidebar};
  213. color: {color:Sidebar Text};
  214. font-size: {text:Sidebar Font Size};
  215. margin-top: 2000px;
  216. z-index: 2;
  217. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase};
  218. text-align: {text:Sidebar Text Align};
  219. transition: all 1s ease-out;
  220. -o-transition: all 1s ease-out;
  221. -webkit-transition: all 1s ease-out;
  222. -moz-transition: all 1s ease-out;}
  223. {/block:IfNotShowSidebar}
  224.  
  225.  
  226. {block:IfShowSidebar}
  227. .more {width: 190px;
  228. margin-left: 15px;
  229. padding: 10px;
  230. height: 80%;
  231. position: fixed;
  232. background-color: {color:Sidebar};
  233. color: {color:Sidebar Text};
  234. font-size: {text:Sidebar Font Size};
  235. margin-top: 20px;
  236. z-index: 2;
  237. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  238. text-align: {text:Sidebar Text Align};}
  239. {/block:IfShowSidebar}
  240.  
  241. .more a:link, .more a:active, .more a:visited {color: {color:Accent};
  242. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  243.  
  244. .plinks {margin-top: 10px;}
  245.  
  246. .more .plinks a:link, .more .plinks a:visited, .more .plinks a:active {display: block;
  247. background-color: {color:Accent};
  248. color: {color:Posts};
  249. padding: 0px 5px;
  250. text-transform: uppercase;
  251. text-align: {text:Sidebar Text Align};
  252. letter-spacing: 1px;
  253. margin-bottom: 2px;}
  254.  
  255. .more .plinks a:hover {padding: 5px;}
  256.  
  257. .nav {line-height: 100%; margin-top: -5px;}
  258.  
  259. .nav a:link, .nav a:visited, .nav a:active {font-size: 10px;}
  260.  
  261. #creditimage {position: fixed; bottom: 5px; right: 10px; {block:IfNotSidebarLeft}left: 10px;{/block:IfNotSidebarLeft}}
  262.  
  263. /* POSTS */
  264.  
  265. #container {{block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  266. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  267. min-height: 100px;
  268. padding: 20px;
  269. background-color: {color:Posts};
  270. margin:auto;
  271. padding-bottom: 10px;
  272. position: relative;
  273. z-index: 5;
  274. margin-bottom: 30px;}
  275.  
  276. .cap {color: {color:Post Text};
  277. font-size: {text:Posts Font Size};
  278. line-height: 120%;
  279. text-align: justify;
  280. letter-spacing: 1px;}
  281.  
  282. .cap blockquote, .cap img, .cap ul {max-width: 100%; overflow: hidden;}
  283.  
  284. .cap ul {list-style: square;}
  285.  
  286. .cap blockquote {background-color: {color:Accent};
  287. color: {color:Posts};
  288. padding: 5px;}
  289.  
  290. .cap a:link, .cap a:visited, .cap a:active {color: {color:Accent};
  291. text-transform: uppercase;
  292. padding: 0px 5px;}
  293.  
  294. .cap a:hover {background-color: {color:Accent}; color: {color:Posts};}
  295.  
  296. .cap blockquote a:link, .cap blockquote a:active, .cap blockquote a:visited {color: {color:Posts};}
  297.  
  298. .cap h1 {text-align: center;
  299. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  300. font-weight: normal;
  301. line-height: 150%;}
  302.  
  303.  
  304. {block:IfNotShowPhotoCaptions}
  305. #container:hover .cap2 {display: block}
  306.  
  307. .cap2 {color: {color:Post Text};
  308. font-size: {text:Posts Font Size};
  309. line-height: 120%;
  310. text-align: justify;
  311. letter-spacing: 1px;
  312. display: none;}
  313.  
  314. .cap2 blockquote, .cap2 img, .cap2 ul {max-width: 100%; overflow: hidden;}
  315.  
  316. .cap2 ul {list-style: square;}
  317.  
  318. .cap2 blockquote {background-color: {color:Accent};
  319. color: {color:Posts};
  320. padding: 5px;}
  321.  
  322. .cap2 a:link, .cap2 a:visited, .cap2 a:active {color: {color:Accent};
  323. text-transform: uppercase;
  324. padding: 0px 5px;}
  325.  
  326. .cap2 a:hover {background-color: {color:Accent}; color: {color:Posts};}
  327.  
  328. .cap2 blockquote a:link, .cap2 blockquote a:active, .cap2 blockquote a:visited {color: {color:Posts};}
  329.  
  330. .cap2 h1 {text-align: center;
  331. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  332. font-weight: normal;
  333. line-height: 150%;}
  334. {/block:IfNotShowPhotoCaptions}
  335.  
  336. /* ANSWER */
  337. .asker img {border: 10px solid {color:Accent};}
  338.  
  339. .ak {color: {color:Posts};
  340. text-align: center;
  341. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  342.  
  343. .ak a:link, .ak a:active, .ak a:visited {color: {color:Posts};}
  344.  
  345. .question {margin: 5px 0px;
  346. background-color: {color:Accent};
  347. color: {color:Posts};
  348. padding: 10px;}
  349.  
  350. /* QUOTE */
  351. .quote {width: 75%;
  352. margin: auto;
  353. padding-bottom: 15px;
  354. color: {color:Post Text};}
  355.  
  356. .quote_short {font-size: 23px; line-height: 120%;}
  357.  
  358. .quote_medium {font-size: 18px; line-height: 120%;}
  359.  
  360. .quote_long {font-size: {text:Posts Font Size}; line-height: 120%;}
  361.  
  362. .qleft {font-size: 64px;
  363. position: relative;
  364. bottom: -50px;
  365. left: -25px;
  366. margin-top: -50px;
  367. font-family: arial;}
  368.  
  369. .qright {font-size: 64px;
  370. position: relative;
  371. text-align: right;
  372. right: -25px;
  373. font-family: arial;
  374. top: -20px;
  375. margin-bottom: -20px;}
  376.  
  377. /* CHAT */
  378. .chat ul {margin-right: 20px; padding-bottom: 10px;}
  379.  
  380. .chat li {list-style: none;}
  381.  
  382. /* AUDIO */
  383. .musicl {{block:IfNot400pxPost}width: 240px;
  384. height: 240px;{/block:IfNot400pxPost}
  385. {block:If400pxPost}width: 190px;
  386. height: 190px;{/block:If400pxPost}
  387. color: {color:Post Text};
  388. float:right;}
  389.  
  390. .song {border-bottom: 10px solid {color:Accent};
  391. color: {color:Accent};
  392. text-align: center;}
  393.  
  394. .musicl ul {padding-right: 40px;}
  395.  
  396. .musicl li {list-style: none; font-size: {text:Posts Font Size};}
  397.  
  398. .mlabel {color: {color:Accent};}
  399.  
  400. .audioverlay {opacity: 0.8;
  401. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  402. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  403. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  404. position: absolute;
  405. z-index: 10;
  406. {block:IfNot400pxPost}margin-top: 100px;
  407. margin-left: 95px;{/block:IfNot400pxPost}
  408. {block:If400pxPost}margin-top: 75px;
  409. margin-left: 65px;{/block:If400pxPost}}
  410.  
  411. .audioarrow {width: 20px;
  412. height: 30px;
  413. overflow: hidden;
  414. margin: 15px 24px 13px 16px;}
  415.  
  416. /* POST INFO */
  417.  
  418. .t {{block:IndexPage}
  419. {block:IfNotShowPostInfo}opacity: 0.0;
  420. margin-top: -15px;
  421. height: 0; {/block:IfNotShowPostInfo}
  422. {block:IfShowPostInfo}margin-top: -6px;{/block:IfShowPostInfo}
  423. {/block:IndexPage}
  424. {block:PermalinkPage}margin-top: -6px;{/block:PermalinkPage}
  425. font-size: {text:Tags Font Size};
  426. position: absolute;
  427. margin-left: 17px;
  428. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  429. letter-spacing: 2px;
  430. padding: 0px 3px;
  431. {block:IfNot400pxPost}width: 427px;{/block:IfNot400pxPost}
  432. {block:If400pxPost}width: 327px;{/block:If400pxPost}
  433. transition: all 0.6s ease-out;
  434. -o-transition: all 0.6s ease-out;
  435. -webkit-transition: all 0.6s ease-out;
  436. -moz-transition: all 0.6s ease-out;}
  437.  
  438. {block:IfNotShowPostInfo}
  439. #container:hover .t {height: 8px;
  440. opacity: 1.0;
  441. margin-top: -6px;
  442. transition: all 0.6s ease-out;
  443. -o-transition: all 0.6s ease-out;
  444. -webkit-transition: all 0.6s ease-out;
  445. -moz-transition: all 0.6s ease-out;}
  446. {/block:IfNotShowPostInfo}
  447.  
  448. .t a:link, .t a:visited, .t a:active {color: {color:Post Text}; margin: 0px 3px;}
  449.  
  450. a.s:link, a.s:active, a.s:visited {color: {color:Accent};}
  451.  
  452. .tb {background-color: {color:Posts};
  453. padding: 0px 5px;
  454. display: inline-block;}
  455.  
  456. .date {font-size: {text:Date Font Size};
  457. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  458. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  459. margin: auto;
  460. color: {color:Accent};
  461. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  462.  
  463. a.d:link, a.d:active, a.d:visited {color: {color:Accent};}
  464.  
  465. .dl {height: 1px;
  466. background-color: {color:Accent};
  467. width: 100%;}
  468.  
  469. .tags {{block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  470. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  471. padding: 0px 20px;
  472. margin:auto;
  473. position: relative;
  474. z-index: 5;
  475. margin-bottom: 20px;
  476. color: {color:Tags};
  477. font-size: {text:Tags Font Size};
  478. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  479. letter-spacing: 1px;
  480. {block:PermalinkPage}padding: 20px;
  481. padding-top: 10px;
  482. margin-bottom: 0px;
  483. background-color: {color:Posts};{/block:PermalinkPage}}
  484.  
  485. .tags a:link, .tags a:visited, .tags a:active {color: {color:Tags};
  486. display: inline-block;
  487. margin-right: 10px;
  488. {block:PermalinkPage}color: {color:Post Text};{/block:PermalinkPage}}
  489.  
  490. .tags a:hover {text-decoration: line-through;}
  491.  
  492. .ntcp {margin: auto;
  493. padding: 40px 20px;
  494. padding-bottom: 0px;
  495. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  496. {block:IfNot400pxPost}width: 400px;{/block:IfNot400pxPost}
  497. font-size: 20px;
  498. text-align: center;
  499. position: relative;
  500. z-index: 10;
  501. text-transform: uppercase;}
  502.  
  503. ol.notes {padding: 25px 0px;
  504. margin: 0px auto;
  505. list-style-type: none;
  506. border-bottom: solid 1px {color:Posts};
  507. position: relative; z-index: 10;
  508. font-size: {text:Tags Font Size};
  509. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  510. {block:IfNot400pxPost}width: 540px;{/block:IfNot400pxPost}
  511. {block:If400pxPost}width: 440px;{/block:If400pxPost}
  512. letter-spacing: 1px;
  513. color: {color:Tags};}
  514.  
  515. .notes a:link, .notes a:active, .notes a:visited {color: {color:Accent};}
  516.  
  517. ol.notes li.note span.action a:link,
  518. ol.notes li.note span.action a:active,
  519. ol.notes li.note span.action a:visited {background-color: {color:Accent};
  520. padding: 0px 4px;
  521. color: {color:Tags};}
  522.  
  523. ol.notes li.note {border-top: solid 1px {color:Posts}; padding: 10px;}
  524.  
  525. ol.notes li.note img.avatar {vertical-align: -4px;
  526. margin-right: 10px;
  527. width: 16px;
  528. height: 16px;}
  529.  
  530. ol.notes li.note span.action {font-weight: normal;}
  531.  
  532. ol.notes li.note .answer_content {font-weight: normal;}
  533.  
  534. ol.notes li.note blockquote {padding: 4px 10px;
  535. margin: 10px 0px 0px 25px;}
  536.  
  537. ol.notes li.note blockquote a:link, ol.notes li.note blockquote a:visited, ol.notes li.note blockquote a:active {text-decoration: none;}
  538.  
  539.  
  540.  
  541. {CustomCSS}
  542. </style></head>
  543.  
  544.  
  545. <body>
  546. <div id="sidebar">
  547.  
  548. <div class="tbox"><span class="title">{block:IfNotAltTitle}{Title}{/block:IfNotAltTitle} {block:IfAltTitle}{text:Alt Title}{/block:IfAltTitle}</span><br>
  549.  
  550. <a href="/">index</a>
  551. <a href="/ask">ask</a>
  552. {block:IfRandom}<a href="/random">random</a>{/block:IfRandom}
  553. {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
  554. <a href="/archive">archive</a>
  555. {block:IfTextCredit}<a href="http://lostmemento.tumblr.com">theme</a>{/block:IfTextCredit}
  556.  
  557. {block:Pagination}<div class="nav">{block:PreviousPage}
  558. <a href="{PreviousPage}">&#8592;</a>{/block:PreviousPage}{block:NextPage}
  559. <a href="{NextPage}">&#8594;</a>{/block:NextPage}</div>{/block:Pagination}</div>
  560.  
  561. <div class="sbp"><img src="{image:sidebar}"></div>
  562.  
  563. <div class="more">{Description}
  564.  
  565. <div class="plinks">
  566. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  567. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  568. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  569. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  570. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name}
  571. {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name}
  572. {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name}
  573. {block:IfLink8Name}<a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  574. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div></div></div>
  575.  
  576. <div id="cout"><div id="cinn"></div>
  577.  
  578. {block:Posts}
  579. <div id="container" {block:HasTags}style="margin-bottom: 0px;"{/block:HasTags}>
  580.  
  581. <!--- PHOTO POSTS --->
  582. {block:Photo}{LinkOpenTag}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos}>{/block:IfNot400pxPost}
  583. {block:If400pxPost}<img src="{PhotoURL-400}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="400px"{/block:IfStretchPhotos}>{/block:If400pxPost}{LinkCloseTag}
  584. {block:IfShowPhotoCaptions}{block:IndexPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaptions}
  585. {block:IfNotShowPhotoCaptions}{block:IndexPage}{block:Caption}<div class="cap2" {block:IfShowCaptionsPermalinkOnly}style="display:none"{/block:IfShowCaptionsPermalinkOnly}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptions}
  586. {block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  587.  
  588. <!--- PHOTOSET POSTS --->
  589. {block:Photoset}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  590. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  591. {block:IfShowPhotoCaptions}{block:IndexPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaptions}
  592. {block:IfNotShowPhotoCaptions}{block:IndexPage}{block:Caption}<div class="cap2" {block:IfShowCaptionsPermalinkOnly}style="display:none"{/block:IfShowCaptionsPermalinkOnly}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptions}
  593. {block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  594.  
  595. <!--- TEXT POSTS --->
  596. {block:Text}<div class="cap">{block:Title}<h1>{Title}</h1>{/block:Title}
  597. {Body}</div>{/block:Text}
  598.  
  599. <!--- ANSWER POSTS --->
  600. {block:Answer}<div class="cap">
  601. <center><div class="asker"><img src="{AskerPortraitURL-40}"></div></center>
  602. <div class="question"><div class="ak">{Asker} {text:Ask Action}</div> {Question}</div>
  603. {Answer}</div>{/block:Answer}
  604.  
  605.  
  606. <!--- AUDIO POSTS --->
  607. {block:Audio}
  608.  
  609. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  610. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  611. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  612.  
  613. {block:AlbumArt}
  614. <img style="position: absolute;" {block:IfNot400pxPost}width="250" height="250"{/block:IfNot400pxPost} {block:If400pxPost}width="200" height="200"{/block:If400pxPost} src="{AlbumArtURL}" />
  615. {/block:AlbumArt}
  616.  
  617. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" {block:IfNot400pxPost}width="250" height="250"{/block:IfNot400pxPost} {block:If400pxPost}width="200" height="200"{/block:If400pxPost} />
  618.  
  619. <table class="musicl" cellspacing="0" cellpadding="0">
  620. <tr><td {block:IfNot400pxPost}height="100px"{/block:IfNot400pxPost} {block:If400pxPost}height="75px"{/block:If400pxPost} class="song">{block:TrackName}{TrackName}{/block:TrackName}</td></tr>
  621.  
  622. <tr><td><ul><li>{block:Artist}<span class="mlabel">ARTIST:</span> {Artist}{/block:Artist}</li>
  623. <li>{block:Album}<span class="mlabel">ALBUM:</span> {Album}{/block:Album}</li>
  624. <li>{PlayCountWithLabel}</li></ul></td></tr></table>
  625.  
  626. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  627. {/block:Audio}
  628.  
  629.  
  630. <!--- VIDEO POSTS --->
  631. {block:Video}{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  632. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  633. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
  634.  
  635. <!--- QUOTE POSTS --->
  636. {block:Quote}<div class="quote"><div class="qleft">“</div><div class="quote_{Length}">{Quote}</div><div class="qright">”</div>
  637. {block:Source}<div class="cap" style="text-align: right">- {Source}</div>{/block:Source}</div>{/block:Quote}
  638.  
  639. <!--- LINK POSTS --->
  640. {block:Link}<div class="cap"><h1><a href="{URL}">{Name}</a></h1>
  641. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  642.  
  643. <!--- CHAT POSTS --->
  644. {block:Chat}<div class="cap">{block:Title}<h1>{Title}</h1>{/block:Title}
  645. <div class="chat"><ul>{block:Lines}
  646. <li class="line {Alt}">{block:Label}
  647. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  648.  
  649. {block:Date}<div class="date"><table cellspacing="0" cellpadding="0" width="100%"><tr><td width="50px"><a href="{Permalink}" class="d">{block:NewDayDate}{ShortMonth} {DayOfMonthWithZero}{/block:NewDayDate}
  650. {block:SameDayDate}{24Hour}:{Minutes}{/block:SameDayDate}</a></td><td><div class="t">
  651. {block:IndexPage}{block:NoteCount}<span class="tb"><a href="{Permalink}">{block:IfNotShowNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowNotesSymbol} {block:IfShowNotesSymbol}{text:Notes Symbol}{/block:IfShowNotesSymbol}</a></span>{/block:NoteCount}
  652. <span class="tb" {block:NoteCount}style="display:none"{/block:NoteCount}><a href="{ReblogURL}" target="_blank">REBLOG</a></span>{/block:IndexPage}
  653.  
  654. {block:RebloggedFrom}<span class="tb">
  655. {block:NoteCount}<a href="{ReblogParentURL}" class="s" title="{ReblogParentName}">via</a>{/block:NoteCount}
  656. <a href="{ReblogParentURL}" {block:NoteCount}style="display: none;"{/block:NoteCount} title="{ReblogParentName}">via {ReblogParentName}</a></span>
  657.  
  658. <span class="tb">{block:NoteCount}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:NoteCount}
  659. <a href="{ReblogRootURL}" class="s" {block:NoteCount}style="display:none"{/block:NoteCount} title="{ReblogRootName}">source {ReblogRootName}</a></span>{/block:RebloggedFrom}</div>
  660. <div class="dl"></div></td></tr></table></div>{/block:Date}
  661. </div>
  662.  
  663. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  664.  
  665. {block:PostNotes}{block:NoteCount}<div class="ntcp">{NoteCountWithLabel}</div>{/block:NoteCount}
  666. {PostNotes}{/block:PostNotes}
  667. {/block:Posts}
  668.  
  669. </div>
  670.  
  671. <!--- DO NOT REMOVE CREDIT --->
  672. {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}
  673. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement