Advertisement
lostmemento

06 | The Cell - Super Ego

Apr 12th, 2013
3,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. 06: THE CELL - Super Ego
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. --------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  19. <meta name="description" content="" />
  20. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  21.  
  22.  
  23. <script src="http://static.tumblr.com/f1skqpy/XNlmk88gr/1.7.1.jquery.min.js"></script>
  24.  
  25.  
  26. <script>
  27. $().ready(function() {
  28. $("[title]").style_my_tooltips({
  29. tip_follows_cursor: "on", //on/off
  30. tip_delay_time: 80 //milliseconds
  31. });
  32. });
  33. </script>
  34.  
  35.  
  36. <!--------------------------------------------
  37. DEFAULT APPEARANCE OPTIONS
  38. --------------------------------------------->
  39. <meta name="image:background" content=""/>
  40.  
  41. <meta name="if:Show Post Notes Symbol" content="0"/>
  42. <meta name="if:AudioPlayerWhite" content="1"/>
  43. <meta name="if:AudioPlayerGrey" content="0"/>
  44. <meta name="if:AudioPlayerBlack" content="0"/>
  45.  
  46. <meta name="if:Lowercase" content="1"/>
  47. <meta name="if:Uppercase" content="1"/>
  48. <meta name="if:Italic" content="1"/>
  49.  
  50. <meta name="color:Scrollbar" content="#b3d7df"/>
  51. <meta name="color:Scrollbar Background" content="#f8f8f8"/>
  52.  
  53. <meta name="color:bg" content="#ffffff"/>
  54. <meta name="color:Accent" content="#b3d7df"/>
  55. <meta name="color:Post Font" content="#888888"/>
  56. <meta name="color:Sidebar Font" content="#555555"/>
  57. <meta name="color:Post Links" content="#222222"/>
  58. <meta name="color:Dark Border" content="#f3f3f3"/>
  59. <meta name="color:Light Border" content="#f9f9f9"/>
  60. <meta name="color:Tags" content="#999999"/>
  61.  
  62. <meta name="text:Post Font Size" content="10px"/>
  63. <meta name="text:Small Font Size" content="8px"/>
  64. <meta name="text:Tags Font Size" content="9px"/>
  65.  
  66. <meta name="text:Alternate Title" content=""/>
  67. <meta name="text:Background Position" content=""/>
  68. <meta name="text:Notes Symbol" content="&hearts;"/>
  69. <meta name="text:Sidebar Text Align" content="center"/>
  70. <meta name="text:Ask Action" content="asked"/>
  71.  
  72. <meta name="text:Main Font" content="cambria, times, serif"/>
  73. <meta name="text:Secondary Font" content="georgia"/>
  74. <meta name="text:Post Title" content="times"/>
  75.  
  76. <meta name="text:Letterspacing" content="1px"/>
  77. <meta name="text:Title Letterspacing" content="2px"/>
  78.  
  79. <meta name="text:Background Width" content="350px"/>
  80. <meta name="text:Sidebar from Left" content="25px"/>
  81. <meta name="text:Sidebar from Top" content="490px"/>
  82. <meta name="text:Sidebar Content Width" content="300px"/>
  83. <meta name="text:Description Width" content="294px"/>
  84. <meta name="text:Posts from Left" content="355px"/>
  85. <meta name="text:Description Height" content="100px"/>
  86.  
  87. <meta name="text:Link1 Url" content="http://"/>
  88. <meta name="text:Link1 Name" content=""/>
  89. <meta name="text:Link2 Url" content="http://"/>
  90. <meta name="text:Link2 Name" content=""/>
  91. <meta name="text:Link3 Url" content="http://"/>
  92. <meta name="text:Link3 Name" content=""/>
  93. <meta name="text:Link4 Url" content="http://"/>
  94. <meta name="text:Link4 Name" content=""/>
  95. <meta name="text:Link5 Url" content="http://"/>
  96. <meta name="text:Link5 Name" content=""/>
  97. <meta name="text:Link6 Url" content="http://"/>
  98. <meta name="text:Link6 Name" content=""/>
  99. <meta name="text:Link7 Url" content="http://"/>
  100. <meta name="text:Link7 Name" content=""/>
  101. <meta name="text:Link8 Url" content="http://"/>
  102. <meta name="text:Link8 Name" content=""/>
  103. <meta name="text:Link9 Url" content="http://"/>
  104. <meta name="text:Link9 Name" content=""/>
  105. <meta name="text:Link10 Url" content="http://"/>
  106. <meta name="text:Link10 Name" content=""/>
  107.  
  108. <style type="text/css">
  109. body {
  110. font-family: {text:Main Font};
  111. margin: 0px;
  112. font-size: {text:Post Font Size};
  113. background-color: {color:bg};}
  114.  
  115. img {display: block;}
  116.  
  117. a img {border: 0px;}
  118.  
  119. a, a:hover {text-decoration: none;
  120. transition-duration: 0.6s;
  121. -moz-transition-duration: 0.6s;
  122. -webkit-transition-duration: 0.6s;
  123. -o-transition-duration: 0.6s;}
  124.  
  125. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar}; height: 10px;}
  126. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scrollbar}; height:10px!important;}
  127. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:8px; width:5px;}
  128.  
  129. iframe#tumblr_controls {top: 0% !important; right:0% !important; position: fixed !important;}
  130.  
  131.  
  132. #s-m-t-tooltip{
  133. position:absolute;
  134. z-index:90000;
  135. color: {color:Accent};
  136. display:inline-block;
  137. background-color: {color:bg};
  138. border: 1px solid {color:Dark Border};
  139. padding: 1px 6px;
  140. max-width:100px;
  141. font-size: {text:Small Font Size};
  142. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  143. word-wrap: break-word;
  144. word-break: break-all;
  145. line-height: 120%;
  146. font-family: {text:Main Font};}
  147.  
  148. .container {width: 1200px; position: relative;}
  149.  
  150. .left {width: {text:Background Width};
  151. position: fixed;}
  152.  
  153. .sb {
  154. position: absolute;
  155. left: {text:Sidebar from Left};
  156. width: {text:Sidebar Content Width};
  157. top: {text:Sidebar from Top};}
  158.  
  159. .sbl {
  160. background-color: {color:bg};
  161. text-align: center;
  162. height: 18px;}
  163.  
  164. .sbl a {
  165. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  166. color: {color:Sidebar Font};
  167. font-size: {text:Small Font Size};
  168. padding: 0px 4px;
  169. letter-spacing: {text:Letterspacing};
  170. font-family: {text:Secondary Font};
  171. display: inline-block;
  172. height: 18px;
  173. line-height: 18px; }
  174.  
  175. .sbl a:hover {color: {color:Accent}; background-color: {color:Light Border};}
  176.  
  177. .descript {border: 1px solid #fff; margin-top: 3px; padding: 2px;}
  178.  
  179. .sbi {height: 35px; float: left;}
  180.  
  181. .sbt {
  182. display: block;
  183. background-color: {color:bg};
  184. padding: 5px;
  185. min-height: 35px;
  186. text-align: center;
  187. font-size: {text:Post Font Size};
  188. {block:IfItalic}font-style: italic;{/block:IfItalic}
  189. color: {color:Sidebar Font};
  190. letter-spacing: {text:Title Letterspacing};
  191. line-height: 35px;}
  192.  
  193. .dv {
  194. position: relative;
  195. display: table;
  196. width: 100%;
  197. margin-top: 2px;}
  198.  
  199. .ds {
  200. background-color: {color:bg};
  201. position: absolute;
  202. top: 0px;
  203. display: block;
  204. height: {text:Description Height};
  205. opacity: 0.5;
  206. width: {text:Description Width};}
  207.  
  208. .dt {
  209. position: relative;
  210. z-index: 10;
  211. text-align: {text:Sidebar Text Align};
  212. display: table-cell;
  213. height: {text:Description Height};
  214. overflow-y: auto;
  215. vertical-align: middle;}
  216.  
  217. .dt a {color: {color:Post Links};}
  218.  
  219. .cl {
  220. display: inline-block;
  221. border: 1px solid transparent;
  222. padding: 6px 2px;}
  223.  
  224. .dc a {
  225. padding: 4px 7px;
  226. background-color: {color:Light Border};
  227. {block:IfItalic}font-style: italic;{/block:IfItalic}
  228. color:{color:Sidebar Font};
  229. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}}
  230.  
  231. .cl:hover {border: 1px solid {color:Light Border};}
  232.  
  233. .nav {text-align: center; font-size: {text:Small Font Size}; margin-top: 10px;}
  234. .nav a {background-color: {color:bg}; padding: 1px 4px; color: {color:Sidebar Font};}
  235. .current_page {padding: 1px 4px; color: {color:Sidebar Font};}
  236. .nl {padding: 4px 2px; border: 1px solid {color:bg}; display: inline-block;}
  237.  
  238. /* --------------------------------------
  239. POSTS
  240. -------------------------------------- */
  241.  
  242. #rs {background-color: {color:Accent}; color: {color:bg}; border: 1px solid {color:Accent};}
  243.  
  244. #rs:hover {background-color: transparent; color: {color:Accent}; border: 1px solid {color:Accent};}
  245.  
  246. .right {
  247. width: 440px;
  248. padding: 20px;
  249. margin-left: {text:Posts from Left};
  250. border-left: 1px solid {color:Dark Border};
  251. background-color: {color:bg};
  252. color: {color:Post Font};
  253. padding-top: 0px;}
  254.  
  255. .posts {
  256. width: 440px;
  257. margin-bottom: 20px;}
  258.  
  259. .post {
  260. width: 400px;
  261. padding: 20px;
  262. padding-bottom: 5px;
  263. position: relative;
  264. text-align: justify;}
  265.  
  266. .post h1 {
  267. font-family: {text:Post Title};
  268. {block:IfItalic}font-style: italic;{/block:IfItalic}
  269. text-align: center;
  270. font-weight: normal;}
  271.  
  272. .post li {list-style: square;}
  273.  
  274. .post blockquote {
  275. border-left: 1px solid {color:Tags};
  276. padding-left: 5px;
  277. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  278.  
  279. .post blockquote, .post img, .post ul, .post li {max-width: 100%}
  280.  
  281. .post a {color: {color:Post Links}; {block:IfItalic}font-style: italic;{/block:IfItalic} letter-spacing: {text:Letterspacing};}
  282.  
  283. .post a:hover, .tgs a:hover {color: {color:Accent};}
  284.  
  285. /* --------------------------------------
  286. QUOTE
  287. -------------------------------------- */
  288. .quote {width: 70%; margin: 20px auto; line-height: 150%;
  289. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  290.  
  291. .source {text-align: right;
  292. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  293. letter-spacing: {text:Letterspacing};
  294. margin-top: 10px;
  295. font-style: normal;
  296. font-size: {text:Small Font Size};}
  297.  
  298. .quote_short {font-size: 18px;}
  299. .quote_medium {font-size: 14px;}
  300. .quote_long {font-size: {text:Post Font Size};}
  301.  
  302. /* --------------------------------------
  303. CHAT
  304. -------------------------------------- */
  305.  
  306. .chat .label {{block:IfItalic}font-style: italic;{/block:IfItalic}}
  307.  
  308. .chat li {list-style: none;}
  309.  
  310. /* --------------------------------------
  311. QUESTIONS
  312. -------------------------------------- */
  313.  
  314. .ques {border-bottom: 1px solid {color:Light Border};
  315. min-height: 70px;}
  316.  
  317. .ques img {
  318. float: left;
  319. padding: 5px;
  320. border: 1px solid {color:Light Border};
  321. display: inline-block;
  322. margin-right: 10px;}
  323.  
  324. .quas {border-top: 1px solid {color:Light Border};
  325. border-bottom: 1px solid {color:Light Border};
  326. padding: 2px 0px;
  327. padding-left: 10px;
  328. position: absolute;
  329. margin-left: 50px;
  330. margin-bottom: 10px;
  331. margin-top: 10px;
  332. width: 340px;}
  333.  
  334. .q {padding-top: 35px;}
  335.  
  336. /* --------------------------------------
  337. AUDIO
  338. -------------------------------------- */
  339.  
  340. .mus {min-height: 100px;
  341. display: table;
  342. border: 1px solid {color:Light Border};
  343. padding: 5px;
  344. width: 390px;}
  345.  
  346. .mus img {position: absolute; height: 100px;}
  347.  
  348. .cover {z-index: 10;}
  349.  
  350. .mlabel {
  351. font-size: 12px;
  352. {block:IfItalic}font-style: italic;{/block:IfItalic}
  353. color: {color:Accent};
  354. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}}
  355.  
  356. .musiclabel {
  357. display: table-cell;
  358. padding-left: 125px;
  359. vertical-align: middle;
  360. text-align: center;
  361. max-width: 350px;
  362. padding-right: 20px;
  363. background-color: {color:Light Border};
  364. font-size: {text:Small Font Size};
  365. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  366.  
  367. .audioverlay {opacity: 0.3;
  368. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  369. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  370. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  371. position: absolute;
  372. z-index: 10;
  373. margin-top: 25px; margin-left: 25px;
  374. transition-duration: 0.6s;
  375. -moz-transition-duration: 0.6s;
  376. -webkit-transition-duration: 0.6s;
  377. -o-transition-duration: 0.6s;
  378. z-index: 100;}
  379.  
  380. .mus:hover .audioverlay {opacity: 0.8;
  381. transition-duration: 0.6s;
  382. -moz-transition-duration: 0.6s;
  383. -webkit-transition-duration: 0.6s;
  384. -o-transition-duration: 0.6s;}
  385.  
  386. .audioarrow {width: 20px; height: 30px; overflow: hidden; margin:10px 19px 10px 12px;}
  387.  
  388. /* --------------------------------------
  389. POST INFO
  390. -------------------------------------- */
  391.  
  392. {block:IndexPage}
  393. .posts:hover .psto {opacity: 1.0;
  394. transition-duration: 0.6s;
  395. -moz-transition-duration: 0.6s;
  396. -webkit-transition-duration: 0.6s;
  397. -o-transition-duration: 0.6s;}
  398. {/block:IndexPage}
  399.  
  400. .psto {
  401. position: absolute;
  402. padding: 2px;
  403. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  404. {block:IndexPage}
  405. border: 1px solid #fff;
  406. opacity: 0.0;
  407. bottom: 20px;
  408. left: 30px;
  409. {/block:IndexPage}
  410. {block:PermalinkPage}
  411. opacity: 1.0;
  412. border: 1px solid {color:Light Border};
  413. margin-left: 20px;
  414. {/block:PermalinkPage}
  415. transition-duration: 0.6s;
  416. -moz-transition-duration: 0.6s;
  417. -webkit-transition-duration: 0.6s;
  418. -o-transition-duration: 0.6s;}
  419.  
  420. .psti {padding: 5px 10px;
  421. {block:IndexPage}
  422. background-color: {color:bg};
  423. width: 354px;
  424. {/block:IndexPage}
  425. {block:PermalinkPage}
  426. width: 376px;
  427. background-color: {color:Light Border};
  428. {/block:PermalinkPage}
  429. text-align: center;}
  430.  
  431. .psti a,.pi a {
  432. color: {color:Accent};
  433. letter-spacing: 0px;
  434. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  435.  
  436. .psti a:hover,.pi a:hover {color: {color:Sidebar Font};}
  437.  
  438. .po {
  439. padding: 2px;
  440. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  441. border: 1px solid {color:Light Border};}
  442.  
  443. .pi {
  444. padding: 5px 10px;
  445. background-color: {color:Light Border};
  446. text-align: center;}
  447.  
  448.  
  449. .tgs {
  450. margin: 0px 20px;
  451. padding: 2px 0px;
  452. {block:IfItalic}font-style: italic;{/block:IfItalic}
  453. font-size: {text:Tags Font Size};
  454. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  455. {block:PermalinkPage}
  456. margin-top: 30px;
  457. {/block:PermalinkPage}
  458. max-width: 400px;}
  459.  
  460. .tgs a {color: {color:Tags}; margin: 0px 4px; display: inline-block;}
  461.  
  462. .tgs a:first-child {margin-left: 0px;}
  463.  
  464. ol.notes {
  465. padding: 0px;
  466. margin: 25px 0px;
  467. list-style-type: none;
  468. border-bottom: solid 1px {color:Light Border};
  469. color: {color:Tags};
  470. margin-top: 40px;}
  471.  
  472. ol.notes a {color: {color:Sidebar Font}; {block:IfItalic}font-style: italic;{/block:IfItalic}}
  473.  
  474. ol.notes li.note {border-top: solid 1px {color:Light Border}; padding: 10px;}
  475.  
  476. ol.notes li.note img.avatar {
  477. vertical-align: -4px;
  478. margin-right: 10px;
  479. width: 16px;
  480. height: 16px;
  481. display: inline-block;}
  482.  
  483. ol.notes li.note span.action {font-weight: normal;}
  484.  
  485. ol.notes li.note .answer_content {font-weight: normal;}
  486.  
  487. ol.notes li.note blockquote {
  488. border-left: 1px solid {color:Light Border};
  489. padding: 4px 10px;
  490. margin: 10px 0px 0px 25px;}
  491.  
  492. ol.notes li.note blockquote a {text-decoration: none;}
  493.  
  494. /* --------------------------------------
  495. CUSTOM CSS
  496. -------------------------------------- */
  497. {CustomCSS}
  498. </style>
  499. </head>
  500.  
  501.  
  502. <body>
  503.  
  504. <div class="container">
  505.  
  506.  
  507.  
  508.  
  509. <div class="left">
  510. <div class="sb">
  511.  
  512. <div class="sbl">
  513. <a href="/">index</a>
  514. <a href="/ask">message</a>
  515. <a href="/archive">archive</a>
  516. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  517. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  518. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  519. </div>
  520.  
  521. <div class="descript">
  522. <div class="sbt"><img src="{PortraitURL-40}" class="sbi">{block:IfNotAlternateTitle}{Title}{/block:IfNotAlternateTitle} {block:IfAlternateTitle}{text:Alternate Title}{/block:IfAlternateTitle}</div>
  523. <div class="dv">
  524. <div class="ds"></div>
  525. <div class="dt">{Description}
  526.  
  527.  
  528. {block:HasPages}<div class="dc">
  529. {block:IfLink4Name}<div class="cl"><a href="{text:Link4 Url}">{text:Link4 Name}</a></div>{/block:IfLink4Name}
  530. {block:IfLink5Name}<div class="cl"><a href="{text:Link5 Url}">{text:Link5 Name}</a></div>{/block:IfLink5Name}
  531. {block:IfLink6Name}<div class="cl"><a href="{text:Link6 Url}">{text:Link6 Name}</a></div>{/block:IfLink6Name}
  532. {block:IfLink7Name}<div class="cl"><a href="{text:Link7 Url}">{text:Link7 Name}</a></div>{/block:IfLink7Name}
  533. {block:IfLink8Name}<div class="cl"><a href="{text:Link8 Url}">{text:Link8 Name}</a></div>{/block:IfLink8Name}
  534. {block:IfLink9Name}<div class="cl"><a href="{text:Link9 Url}">{text:Link9 Name}</a></div>{/block:IfLink9Name}
  535.  
  536. {block:Pages}<div class="cl"><a href="{URL}">{Label}</a></div>{/block:Pages}
  537. </div>{/block:HasPages}
  538. </div>
  539. </div></div>
  540.  
  541. <div class="nav">
  542. {block:Pagination}
  543. {block:PreviousPage}
  544. <a href="{PreviousPage}">&laquo;</a>
  545. {/block:PreviousPage}
  546.  
  547. {block:JumpPagination length="3"}
  548. {block:CurrentPage}
  549. <div class="nl"><span class="current_page">{PageNumber}</span></div>
  550. {/block:CurrentPage}
  551.  
  552. {block:JumpPage}
  553. <div class="nl"><a class="jump_page" href="{URL}">{PageNumber}</a></div>
  554. {/block:JumpPage}
  555. {/block:JumpPagination}
  556.  
  557. {block:NextPage}
  558. <div class="nl"><a href="{NextPage}">&raquo;</a></div>
  559. {/block:NextPage}
  560. {/block:Pagination}</div></div>
  561.  
  562. <img src="{image:background}"></div>
  563.  
  564. <div class="right">
  565. {block:Posts}
  566.  
  567. {block:ContentSource}
  568.  
  569. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  570.  
  571. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  572.  
  573. {/block:SourceLogo}
  574.  
  575. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  576.  
  577. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  578.  
  579. <div class="posts">
  580. <div class="post">
  581.  
  582. {block:Photo}{block:IndexPage}{block:Date}
  583. <div class="psto"><div class="psti">
  584. <a href="{Permalink}">
  585. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  586. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  587. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  588. </div></div>
  589. {/block:Date}{/block:IndexPage}{/block:Photo}
  590.  
  591. {block:Photoset}{block:IndexPage}{block:Date}<div class="psto"><div class="psti">
  592. <a href="{Permalink}">
  593. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  594. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  595. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  596. </div></div>
  597. {/block:Date}{/block:IndexPage}{/block:Photoset}
  598.  
  599.  
  600. <!--------------------------------------------
  601. PHOTO POSTS
  602. --------------------------------------------->
  603. {block:Photo}
  604. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  605. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  606. {/block:Photo}
  607.  
  608. <!--------------------------------------------
  609. PHOTOSET POSTS
  610. --------------------------------------------->
  611. {block:Photoset}
  612. {Photoset-400}
  613. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  614. {/block:Photoset}
  615.  
  616. <!--------------------------------------------
  617. TEXT POSTS
  618. --------------------------------------------->
  619. {block:Text}
  620. {block:Title}<h1>{Title}</h1>{/block:Title}
  621. {Body}
  622.  
  623. {block:IndexPage}{block:Date}
  624. <div class="po"><div class="pi">
  625. <a href="{Permalink}">
  626. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  627. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  628. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  629. </div></div>
  630. {/block:Date}{/block:IndexPage}
  631. {/block:Text}
  632.  
  633. <!--------------------------------------------
  634. QUOTE POSTS
  635. --------------------------------------------->
  636. {block:Quote}
  637. <div class="quote">
  638. <div class="quote_{Length}">“{Quote}”</div>
  639. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  640. </div>
  641.  
  642. {block:IndexPage}{block:Date}
  643. <div class="po"><div class="pi">
  644. <a href="{Permalink}">
  645. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  646. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  647. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  648. </div></div>
  649. {/block:Date}{/block:IndexPage}
  650. {/block:Quote}
  651.  
  652.  
  653.  
  654.  
  655. <!--------------------------------------------
  656. LINK POSTS
  657. --------------------------------------------->
  658. {block:Link}
  659. <h1><a href="{URL}">{Name}</a></h1>
  660. {block:Description}{Description}{/block:Description}
  661.  
  662. {block:IndexPage}{block:Date}
  663. <div class="po"><div class="pi">
  664. <a href="{Permalink}">
  665. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  666. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  667. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  668. </div></div>
  669. {/block:Date}{/block:IndexPage}
  670. {/block:Link}
  671.  
  672.  
  673.  
  674.  
  675. <!--------------------------------------------
  676. CHAT POSTS
  677. --------------------------------------------->
  678. {block:Chat}
  679. {block:Title}<h1>{Title}</h1>{/block:Title}
  680. <div class="chat"><ul>{block:Lines}
  681. <li class="line">{block:Label}
  682. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  683.  
  684. {block:IndexPage}{block:Date}
  685. <div class="po"><div class="pi">
  686. <a href="{Permalink}">
  687. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  688. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  689. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  690. </div></div>
  691. {/block:Date}{/block:IndexPage}
  692. {/block:Chat}
  693.  
  694.  
  695. <!--------------------------------------------
  696. VIDEO POSTS
  697. --------------------------------------------->
  698. {block:Video}
  699. {Video-400}
  700. {block:Caption}{Caption}{/block:Caption}
  701.  
  702. {block:IndexPage}{block:Date}
  703. <div class="po"><div class="pi">
  704. <a href="{Permalink}">
  705. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  706. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  707. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  708. </div></div>
  709. {/block:Date}{/block:IndexPage}
  710. {/block:Video}
  711.  
  712.  
  713.  
  714.  
  715. <!--------------------------------------------
  716. ANSWER POSTS
  717. --------------------------------------------->
  718. {block:Answer}
  719. <div class="ques">
  720. <img src="{AskerPortraitURL-40}"><div class="quas">{Asker} {text:Ask Action}:</div>
  721. <div class="q">{Question}</div>
  722. </div>
  723. {Answer}
  724.  
  725. {block:IndexPage}{block:Date}
  726. <div class="po"><div class="pi">
  727. <a href="{Permalink}">
  728. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  729. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  730. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  731. </div></div>
  732. {/block:Date}{/block:IndexPage}
  733. {/block:Answer}
  734.  
  735. <!--------------------------------------------
  736. AUDIO POSTS
  737. --------------------------------------------->
  738. {block:Audio}
  739. <div class="mus">
  740. {block:AudioPlayer}
  741. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  742. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  743. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  744. {/block:AudioPlayer}
  745.  
  746. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  747. {block:AlbumArt}
  748. <img class="cover" src="{AlbumArtURL}" />
  749. {/block:AlbumArt}
  750.  
  751. <div class="musiclabel">
  752. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  753. {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
  754. {block:Playcount}{Playcount} Plays{/block:Playcount}
  755. </div></div>
  756.  
  757. {block:Caption}{Caption}{/block:Caption}
  758.  
  759. {block:IndexPage}{block:Date}
  760. <div class="po"><div class="pi">
  761. <a href="{Permalink}">
  762. {block:NewDayDate}{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:NewDayDate}
  763. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  764. </a> {block:NoteCount}& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  765. </div></div>
  766. {/block:Date}{/block:IndexPage}
  767. {/block:Audio}
  768. </div>
  769.  
  770. {block:PermalinkPage}{block:Date}
  771. <div class="psto"><div class="psti">
  772. <a href="{Permalink}">
  773. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} &mdash; {24HourWithZero}:{Minutes}
  774. </a> {block:NoteCount}& <a href="{Permalink}">{block:IfNotShowPostNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowPostNotesSymbol} {block:IfShowPostNotesSymbol}{NoteCount} {text:Notes Symbol}{/block:IfShowPostNotesSymbol}</a>{/block:NoteCount}
  775. </div></div>
  776. {/block:Date}{/block:PermalinkPage}
  777.  
  778.  
  779. {block:HasTags}<div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  780.  
  781. {PostNotes}
  782. </div>
  783.  
  784. {/block:Posts}
  785. </div>
  786. </div>
  787.  
  788. </body>
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement