thewicked-eternity

theme 003 - lightness (revamp)

Jan 29th, 2012
28,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.64 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!--
  4. Theme 003 - Lightness by thewicked-eternity.tumblr.com
  5. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  6. For any help, visit wickedeternitythemehelp.tumblr.com
  7. -->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}"/>{/block:Description}
  14.  
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:Asker Background" content="#CDBBC2"/>
  18. <meta name="color:Asker Text" content="#FFFFFF"/>
  19. <meta name="color:Background" content="#FFFFFF"/>
  20. <meta name="color:Blockquote" content="#FFFFFF"/>
  21. <meta name="color:Info Background" content="#FFFFFF"/>
  22. <meta name="color:Link Title Background" content="#FFFFFF"/>
  23. <meta name="color:Link Title Border" content="#D5C9CE"/>
  24. <meta name="color:Link Title Text" content="#AC9FA3"/>
  25. <meta name="color:Links" content="#AD8A9A"/>
  26. <meta name="color:Links Hover" content="#927583"/>
  27. <meta name="color:Navigation" content="#F9F9F9"/>
  28. <meta name="color:Navigation Hover" content="#FFFFFF"/>
  29. <meta name="color:Pagination Current Page" content="#FFFFFF"/>
  30. <meta name="color:Pagination Hover" content="#927583"/>
  31. <meta name="color:Posts" content="#F9F9F9"/>
  32. <meta name="color:Scrollbar" content="#927583"/>
  33. <meta name="color:Sidebar Background" content="#F9F9F9"/>
  34. <meta name="color:Sidebar Border" content="#F1F1F1"/>
  35. <meta name="color:Sidebar Image Border" content="#FFFFFF"/>
  36. <meta name="color:Sidebar Text" content="#AC9FA3"/>
  37. <meta name="color:Sidelinks" content="#F9F9F9"/>
  38. <meta name="color:Sidelinks Hover" content="#FFFFFF"/>
  39. <meta name="color:Text" content="#AC9FA3"/>
  40. <meta name="color:Title" content="#AC9FA3"/>
  41.  
  42. <meta name="image:Sidebar" content=""/>
  43. <meta name="image:Background" content=""/>
  44.  
  45. <meta name="font:Body" content="arial"/>
  46. <meta name="font:Description" content="georgia"/>
  47. <meta name="font:Quote Posts" content="georgia"/>
  48.  
  49. <meta name="if:400px Posts" content="0"/>
  50. <meta name="if:Black Audio Player" content="0"/>
  51. <meta name="if:Curved Sidebar" content="0"/>
  52. <meta name="if:Enable Background Img Repeat" content="0"/>
  53. <meta name="if:Enable Infinite Scrolling" content="0"/>
  54. <meta name="if:Hide Captions" content="0"/>
  55. <meta name="if:Show Title" content="0"/>
  56. <meta name="if:Show Submit" content="0"/>
  57. <meta name="if:Webkit Scrollbar" content="0"/>
  58.  
  59. <meta name="text:Post Text Size" content="10px"/>
  60. <meta name="text:Background Img Position" content="Top Left"/>
  61.  
  62. <meta name="text:Link 1 URL" content=""/>
  63. <meta name="text:Link 1 Title" content=""/>
  64. <meta name="text:Link 2 URL" content="">
  65. <meta name="text:Link 2 Title" content=""/>
  66. <meta name="text:Link 3 URL" content=""/>
  67. <meta name="text:Link 3 Title" content=""/>
  68. <meta name="text:Link 4 URL" content=""/>
  69. <meta name="text:Link 4 Title" content=""/>
  70. <meta name="text:Link 5 URL" content=""/>
  71. <meta name="text:Link 5 Title" content=""/>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. /* ----- WEBKIT SCROLLBAR ----- */
  79. {block:ifWebkitScrollbar}
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:{color:Scrollbar};
  82. height:30px;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color:{color:Scrollbar};
  87. height:5px!important;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. background-color:{color:Background};
  92. height:5px;
  93. width:5px;
  94. }
  95. {/block:ifWebkitScrollbar}
  96.  
  97.  
  98.  
  99. /* ----- THEME BASICS ----- */
  100. body {
  101. background-attachment:fixed;
  102. background-repeat:no-repeat;
  103. color:{color:Text};
  104. font-family:{font:Body};
  105. {block:IfEnableBackgroundImgRepeat}
  106. background-repeat:repeat;
  107. {/block:IfEnableBackgroundImgRepeat}
  108. font-size:{text:Post Text Size};
  109. background-color:{color:Background};
  110. background-image: url('{image:Background}');
  111. background-position:{text:Background Img Position};
  112. -webkit-font-smoothing:antialiased;
  113. }
  114.  
  115. a {
  116. color:{color:Links};
  117. text-decoration:none;
  118. -webkit-transition:opacity 0.8s linear;
  119. -webkit-transition:all 0.5s ease-out;
  120. -moz-transition:all 0.5s ease-out;
  121. transition:all 0.5s ease-out;
  122. }
  123.  
  124. a:hover {
  125. color:{color:Links Hover};
  126. text-decoration:none;
  127. }
  128.  
  129. #container {
  130. width:900px;
  131. margin:auto;
  132. position:relative;
  133. }
  134.  
  135. #s-m-t-tooltip {
  136. max-width:250px;
  137. margin:24px 14px 7px 12px;
  138. z-index:999;
  139. padding:3px;
  140. display:none;
  141. position:absolute;
  142. text-align:left;
  143. font-family:calibri;
  144. font-size:8px;
  145. text-transform:uppercase;
  146. letter-spacing:1px;
  147. color:{color:Link Title Text};
  148. border:1px dotted {color:Link Title Border};
  149. background-color:{color:Link Title Background};
  150. }
  151.  
  152. #questions {
  153. padding:10px;
  154. margin-bottom:0px;
  155. font-size:10px;
  156. font-family:georgia;
  157. text-align:justify;
  158. font-style:italic;
  159. color:{color:Asker Text};
  160. background-color:{color:Asker Background};
  161. font-weight:normal;
  162. }
  163.  
  164. #questions a {
  165. text-decoration:none;
  166. color:{color:Asker Text};
  167. }
  168.  
  169. #questions a:hover {
  170. text-decoration:underline;
  171. }
  172.  
  173.  
  174.  
  175. /* ----- ENTRIES 500PX & 400PX ----- */
  176. #entries {
  177. width:540px;
  178. margin-left:285px;
  179. margin-top:30px;
  180. padding-bottom:30px;
  181. {block:If400pxPosts}
  182. {block:IndexPage}
  183. margin-left:310px;
  184. width:440px;
  185. {/block:IndexPage}
  186. {block:PermalinkPage}
  187. margin-left:285px;
  188. width:540px;
  189. {/block:PermalinkPage}
  190. {/block:If400pxPosts}
  191.  
  192. }
  193.  
  194. #posts {
  195. width:500px;
  196. padding:20px;
  197. overflow:hidden;
  198. margin-bottom:30px;
  199. background-color:{color:Posts};
  200. {block:If400pxPosts}
  201. {block:IndexPage}
  202. width:400px;
  203. {/block:IndexPage}
  204. {block:PermalinkPage}
  205. width:500px;
  206. {/block:PermalinkPage}
  207. {/block:If400pxPosts}
  208. }
  209.  
  210. #info {
  211. width:500px;
  212. padding:4px 5px;
  213. margin-left:-4px;
  214. margin-top:10px;
  215. font-size:8px;
  216. font-family:calibri;
  217. letter-spacing:1px;
  218. text-transform:uppercase;
  219. color:{color:Text};
  220. background-color:{color:Info Background};
  221. {block:If400pxPosts}
  222. {block:IndexPage}
  223. width:400px;
  224. {/block:IndexPage}
  225. {block:PermalinkPage}
  226. width:500px;
  227. {/block:PermalinkPage}
  228. {/block:If400pxPosts}
  229. }
  230.  
  231. #tags {
  232. font-family:georgia;
  233. text-align:left;
  234. text-transform:lowercase;
  235. font-style:italic;
  236. font-size:9px;
  237. margin-top:-29px;
  238. margin-bottom:29px;
  239. }
  240.  
  241.  
  242.  
  243. /* --- SIDEBAR --- */
  244. #sidebar {
  245. position:fixed;
  246. margin-top:60px;
  247. margin-left:-15px;
  248. width:265px;
  249. padding:5px;
  250. background-color:{color:Sidebar Background};
  251. border-right: 4px solid {color:Sidebar Border};
  252. {block:IfCurvedSidebar}
  253. -webkit-border-bottom-left-radius:15px;
  254. -moz-border-bottom-left-radius:15px;
  255. border-bottom-left-radius:15px;
  256. {/block:IfCurvedSidebar}
  257. {block:If400pxPosts}
  258. {block:IndexPage}
  259. margin-left:5px;
  260. {/block:IndexPage}
  261. {block:PermalinkPage}
  262. margin-left:-15px;
  263. {/block:PermalinkPage}
  264. {/block:If400pxPosts}
  265. }
  266.  
  267. #sidebarimage img {
  268. margin:2px;
  269. max-width:250px;
  270. border:5px solid {color:Sidebar Image Border};
  271. }
  272.  
  273. #description {
  274. margin:4px;
  275. padding:1px;
  276. font-size:10px;
  277. text-align:justify;
  278. font-style:italic;
  279. color:{color:Sidebar Text};
  280. font-family:{font:Description};
  281. }
  282.  
  283. .pagination {
  284. text-align:center;
  285. font-family:trebuchet ms;
  286. font-size:9px;
  287. padding:1px;
  288. margin:10px;
  289. margin-top:15px;
  290. }
  291.  
  292. .pagination a {
  293. text-decoration:none;
  294. padding:2px 10px;
  295. color:{color:Text};
  296. }
  297.  
  298. .current_page {
  299. text-decoration:none;
  300. padding:2px 10px;
  301. color:{color:Text};
  302. background-color:{color:Pagination Current Page};
  303. }
  304.  
  305. .pagination a:hover {
  306. color:{color:Pagination Hover};
  307. }
  308.  
  309.  
  310.  
  311. /* --- NAVIGATION & SIDELINKS --- */
  312. #icon {
  313. position:fixed;
  314. margin-left:-110px;
  315. margin-top:90px;
  316. height:48px;
  317. width:48px;
  318. border:15px solid {color:Sidelinks};
  319. {block:If400pxPosts}
  320. {block:IndexPage}
  321. margin-left:-90px;
  322. {/block:IndexPage}
  323. {block:PermalinkPage}
  324. margin-left:-110px;
  325. {/block:PermalinkPage}
  326. {/block:If400pxPosts}
  327. }
  328.  
  329. #sidelinks {
  330. position:fixed;
  331. margin-left:-110px;
  332. margin-top:172px;
  333. width:78px;
  334. {block:If400pxPosts}
  335. {block:IndexPage}
  336. margin-left:-90px;
  337. {/block:IndexPage}
  338. {block:PermalinkPage}
  339. margin-left:-110px;
  340. {/block:PermalinkPage}
  341. {/block:If400pxPosts}
  342. }
  343.  
  344. #sidelinks a {
  345. display:block;
  346. padding:3px 6px;
  347. font-family:calibri;
  348. font-size:8px;
  349. letter-spacing:1px;
  350. text-align:center;
  351. text-transform:uppercase;
  352. margin-bottom:3px;
  353. background-color:{color:Sidelinks};
  354. color:{color:Links};
  355. }
  356.  
  357. #sidelinks a:hover {
  358. color:{color:Links Hover};
  359. background-color:{color:Sidelinks Hover};
  360. text-align:center;
  361. text-decoration:none;
  362. }
  363.  
  364. #navigation {
  365. position:fixed;
  366. width:150px;
  367. margin-left:845px;
  368. margin-top:60px;
  369. {block:If400pxPosts}
  370. {block:IndexPage}
  371. margin-left:775px;
  372. {/block:IndexPage}
  373. {block:PermalinkPage}
  374. margin-left:840px;
  375. {/block:PermalinkPage}
  376. {/block:If400pxPosts}
  377. }
  378.  
  379. #navigation a {
  380. display:block;
  381. width:120px;
  382. padding:4px 10px;
  383. margin-bottom:3px;
  384. font-family:calibri;
  385. font-size:8px;
  386. text-align:left;
  387. letter-spacing:1px;
  388. text-transform:uppercase;
  389. text-decoration:none;
  390. color:{color:Text};
  391. background-color:{color:Navigation};
  392. border-left:3px solid {color:Sidebar Border};
  393. }
  394.  
  395. #navigation a:hover {
  396. border-right:7px solid {color:Navigation Hover};
  397. background-color:{color:Navigation Hover};
  398. }
  399.  
  400.  
  401.  
  402. /* ----- TITLES ----- */
  403. #title {
  404. margin-top:-25px;
  405. margin-right:-5px;
  406. text-align:right;
  407. text-transform:lowercase;
  408. letter-spacing:1px;
  409. font-family: 'Fjalla One', sans-serif;
  410. font-size:12px;
  411. color:{color:Title};
  412. }
  413.  
  414. .posttitle {
  415. text-align:center;
  416. font-family: 'Fjalla One', sans-serif;
  417. font-size:14px;
  418. text-decoration:none;
  419. text-transform:uppercase;
  420. }
  421.  
  422.  
  423.  
  424. /* ----- QUOTE POST & BLOCKQUOTE ----- */
  425. .quotetitle {
  426. font-size:14px;
  427. text-align:left;
  428. font-style:italic;
  429. line-height:110%;
  430. margin-left:37px;
  431. font-weight:normal;
  432. font-family:{font:Quote Posts};
  433. }
  434.  
  435. .quotetitle:first-letter {
  436. font-weight:bold;
  437. font-size:18px;
  438. }
  439.  
  440. .imgtitle {
  441. font-weight:bold;
  442. font-size:60px;
  443. margin-top:-20px;
  444. margin-left:3px;
  445. position:absolute;
  446. opacity:0.2;
  447. font-family:times new roman;
  448. color:{color:Text};
  449. }
  450.  
  451. .source {
  452. margin-top:10px;
  453. margin-right:3px;
  454. text-align:right;
  455. margin-bottom:5px;
  456. font-size:10px;
  457. }
  458.  
  459. blockquote {
  460. padding:5px;
  461. margin:5px;
  462. border-left:1px solid {color:Text};
  463. background-color:{color:Blockquote};
  464. }
  465.  
  466.  
  467.  
  468. /* ----- AUDIO POST ----- */
  469. #audio {
  470. width:500px;
  471. height:113px;
  472. margin-bottom:5px;
  473. background-color:#FFFFFF;
  474. border-top:1px solid #F6F6F6;
  475. border-bottom:1px solid #F6F6F6;
  476. {block:ifBlackAudioPlayer}
  477. background-color:#000000;
  478. border-top:1px solid #222222;
  479. border-bottom:1px solid #222222;
  480. {/block:ifBlackAudioPlayer}
  481. {block:If400pxPosts}
  482. {block:IndexPage}
  483. width:400px;
  484. {/block:IndexPage}
  485. {block:PermalinkPage}
  486. width:500px;
  487. {/block:PermalinkPage}
  488. {/block:If400pxPosts}
  489. }
  490.  
  491. .albumart {
  492. margin-left:10px;
  493. margin-top:6px;
  494. width:100px;
  495. height:100px;
  496. float:right;
  497. position:absolute;
  498. }
  499.  
  500. .albumart img {
  501. width:100px;
  502. height:100px;
  503. box-shadow:0px 0px 2px #C9C9C9;
  504. {block:ifBlackAudioPlayer}
  505. box-shadow:0px 0px 2px #555555;
  506. {/block:ifBlackAudioPlayer}
  507. }
  508.  
  509. .playercontainer {
  510. display:block;
  511. z-index:3;
  512. float:left;
  513. margin-top:12px;
  514. margin-left:120px;
  515. height:30px;
  516. width:380px;
  517. {block:If400pxPosts}
  518. {block:IndexPage}
  519. width:275px;
  520. {/block:IndexPage}
  521. {block:PermalinkPage}
  522. width:380px;
  523. {/block:PermalinkPage}
  524. {/block:If400pxPosts}
  525. position:absolute;
  526. padding-bottom:3px;
  527. background-color:#FFFFFF;
  528. border-bottom:1px solid #F6F6F6;
  529. {block:ifBlackAudioPlayer}
  530. background-color:#000000;
  531. border-bottom:1px solid #131313;
  532. {/block:ifBlackAudioPlayer}
  533. }
  534.  
  535. .player {
  536. margin-left:0px;
  537. margin-top:0px;
  538. width:410px;
  539. height:30px;
  540. overflow:hidden;
  541. }
  542.  
  543. .audioinfo {
  544. margin-left:120px;
  545. float:left;
  546. padding:2px;
  547. margin-bottom:-60px;
  548. margin-top:60px;
  549. line-height:110%;
  550. display:block;
  551. width:360px;
  552. }
  553.  
  554. .top.audio * {
  555. width:380px;
  556. height:30px;
  557. {block:If400pxPosts}
  558. {block:IndexPage}
  559. width:275px;
  560. {/block:IndexPage}
  561. {block:PermalinkPage}
  562. width:380px;
  563. {/block:PermalinkPage}
  564. {/block:If400pxPosts}
  565. }
  566.  
  567.  
  568.  
  569. /* ----- CHAT POST ----- */
  570. .chat {line-height:12px; list-style:none;}
  571. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  572. .person1 {background-color:transparent; color:{color:Text};}
  573. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  574. .person2 {color:{color:Text};}
  575. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  576. .person3 {background-color:transparent; color:{color:Text};}
  577. .person3 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  578. .person4 {color:{color:Text};}
  579. .person4 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  580. .person5 {background-color:transparent; color:{color:Text};}
  581. .person5 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  582. .person6 {color:{color:Text};}
  583. .person6 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  584. .person7 {background-color:transparent; color:{color:Text};}
  585. .person7 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  586. .person8 {color:{color:Text};}
  587. .person8 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  588. .person9 {background-color:transparent; color:{color:Text};}
  589. .person9 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:Text};}
  590.  
  591.  
  592.  
  593. /* ----- POST NOTES ----- */
  594. ol.notes {padding:0px; margin:25px 0px; list-style-type:none; border-bottom:1px solid {color:Sidebar Border};}
  595. ol.notes li.note {border-top:1px solid {color:Sidebar Border}; padding:10px;}
  596. ol.notes li.note img.avatar {vertical-align:-4px; margin-right:10px; width:16px; height:16px;}
  597. ol.notes li.note span.action {font-weight:normal;}
  598. ol.notes li.note .answer_content {font-weight:normal;}
  599. ol.notes li.note blockquote {border-color:{color:Sidebar Border}; padding:4px 10px; margin:10px 0px 0px 25px;}
  600. ol.notes li.note blockquote a {text-decoration:none;}
  601.  
  602.  
  603. {CustomCSS}
  604.  
  605.  
  606. </style>
  607.  
  608.  
  609. <!------ INFINITE SCROLLING SCRIPT ------>
  610. {block:ifEnableInfiniteScrolling}
  611. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  612. {/block:ifEnableInfiniteScrolling}
  613.  
  614.  
  615. <!------ LINK TITLES SCRIPT ------>
  616. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/vyzeblq/Hrcml3m2x/jquery.style-my-tooltips.js"></script>
  617. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:"true", tip_delay_time:100, tip_fade_speed:100, attribute:"title"});});})(jQuery);</script>
  618.  
  619.  
  620. <!------ LAZY LOAD SCRIPT ------>
  621. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "iPhone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
  622.  
  623.  
  624. </head>
  625. <body>
  626.  
  627.  
  628.  
  629.  
  630.  
  631. <div id="container">
  632.  
  633.  
  634. <div id="navigation">
  635. {block:HasPages}
  636. {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
  637. {/block:HasPages}
  638. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  639. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  640. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  641. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  642. {block:ifLink5Title}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:ifLink5Title}
  643. </div>
  644.  
  645.  
  646.  
  647. <div id="icon"><a href="/"><img src="{PortraitURL-48}"></a></div>
  648.  
  649. <div id="sidelinks">
  650. <a href="/">home</a>
  651. <a href="/ask">message</a>
  652. {block:IfShowSubmit}
  653. <a href="/submit">Submit</a>
  654. {/block:IfShowSubmit}
  655. <a href="/archive">Archive</a>
  656. <a href="http://thewicked-eternitythemes.tumblr.com">theme</a>
  657. </div>
  658.  
  659.  
  660.  
  661. <div id="sidebar">
  662.  
  663. {block:IfShowTitle}<div id="title">{Title}</div><p>{block:IfShowTitle}
  664.  
  665.  
  666. {block:IfSidebarImage}<center><div id="sidebarimage">
  667. <a href="/"><img src="{image:Sidebar}"/></a>
  668. </div></center>{/block:IfSidebarImage}
  669.  
  670.  
  671. {block:Description}<div id="description">{Description}</div>{/block:Description}
  672.  
  673.  
  674. {block:ifNotEnableInfiniteScrolling}
  675. {block:Pagination}<div class="pagination">
  676. {block:PreviousPage}
  677. <a href="{PreviousPage}">&larr;</a>
  678. {/block:PreviousPage}
  679. {block:JumpPagination length="3"}
  680. {block:CurrentPage}
  681. <span class="current_page">{PageNumber}</span>
  682. {/block:CurrentPage}
  683. {block:JumpPage}
  684. <a class="jump_page" href="{URL}">{PageNumber}</a>
  685. {/block:JumpPage}
  686. {/block:JumpPagination}
  687. {block:NextPage}
  688. <a href="{NextPage}">&rarr;</a>
  689. {/block:NextPage}
  690. </div>{/block:Pagination}
  691. {/block:ifNotEnableInfiniteScrolling}
  692.  
  693. </div>
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700. <div id="entries">
  701. {block:ifEnableInfiniteScrolling}
  702. <div class="autopagerize_page_element">{/block:ifEnableInfiniteScrolling}
  703.  
  704. {block:Posts}<div id="posts">
  705.  
  706.  
  707. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  708.  
  709. {block:Photo}
  710. {block:IfNot400pxPosts}
  711. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  712. {/block:IfNot400pxPosts}
  713. {block:If400pxPosts}
  714. {block:IndexPage}
  715. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  716. {/block:IndexPage}
  717. {block:PermalinkPage}
  718. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  719. {/block:PermalinkPage}
  720. {/block:If400pxPosts}
  721. {block:IfNotHideCaptions}
  722. {block:Caption}{Caption}{/block:Caption}
  723. {/block:IfNotHideCaptions}
  724. {/block:Photo}
  725.  
  726. {block:Panorama}
  727. {LinkOpenTag}
  728. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  729. {LinkCloseTag}
  730. {block:IfNotHideCaptions}
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:IfNotHideCaptions}
  733. {/block:Panorama}
  734.  
  735. {block:Photoset}
  736. {block:IfNot400pxPosts}
  737. <center>{Photoset-500}</center>
  738. {/block:IfNot400pxPosts}
  739. {block:If400pxPosts}
  740. {block:IndexPage}
  741. <center>{Photoset-400}</center>
  742. {/block:IndexPage}
  743. {block:PermalinkPage}
  744. <center>{Photoset-500}</center>
  745. {/block:PermalinkPage}
  746. {/block:If400pxPosts}
  747. {block:IfNotHideCaptions}
  748. {block:Caption}{Caption}{/block:Caption}
  749. {/block:IfNotHideCaptions}
  750. {/block:Photoset}
  751.  
  752. {block:Quote}
  753. <div class="imgtitle">“</div>
  754. <div class="quotetitle">{Quote}"</div>
  755. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  756. {/block:Quote}
  757.  
  758. {block:Link}
  759. <div class="posttitle">
  760. <a href="{URL}" class="link" {Target}>{Name}</a></div>
  761. {block:Description}{Description}{/block:Description}
  762. {/block:Link}
  763.  
  764. {block:Chat}
  765. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  766. {/block:Chat}
  767.  
  768. {block:Audio}
  769. <div id="audio">
  770. {block:TrackName}
  771. <div class="audioinfo"><b>{TrackName}</b></div>
  772. {/block:TrackName}
  773. {block:Artist}<div class="audioinfo">{Artist}</div>
  774. {/block:Artist}
  775. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>
  776. {block:AlbumArt}
  777. <div class="albumart"><img src="{AlbumArtURL}"></div>
  778. {/block:AlbumArt}
  779. <div class="playercontainer"><div class="player">
  780. <section class="top audio">
  781. {block:ifNotBlackAudioPlayer}
  782. {AudioPlayerWhite}
  783. {/block:ifNotBlackAudioPlayer}
  784. {block:ifBlackAudioPlayer}
  785. {AudioPlayerBlack}
  786. {/block:ifBlackAudioPlayer}
  787. </section>
  788. </div></div></div>
  789. <div style="margin-left:2px;">
  790. {block:Caption}{Caption}{/block:Caption}
  791. </div>
  792. {/block:Audio}
  793.  
  794. {block:Video}
  795. {block:IfNot400pxPosts}
  796. <center>{Video-500}</center>
  797. {/block:IfNot400pxPosts}
  798. {block:If400pxPosts}
  799. {block:IndexPage}
  800. <center>{Video-400}</center>
  801. {/block:IndexPage}
  802. {block:PermalinkPage}
  803. <center>{Video-500}</center>
  804. {/block:PermalinkPage}
  805. {/block:If400pxPosts}
  806. {block:Caption}{Caption}{/block:Caption}
  807. {/block:Video}
  808.  
  809. {block:Answer}<div id="questions"><span style="font-size:11px;">{Asker} asked:</span> {Question}</div>{Answer}{/block:Answer}
  810.  
  811.  
  812. {block:ContentSource}
  813. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  814. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  815. {/block:SourceLogo}
  816. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  817. {/block:ContentSource}
  818.  
  819.  
  820. {block:Date}<div id="info">
  821. <a href="{ReblogURL}" target="_blank" title="reblog this post">Reblog</a> - Posted <a href="{Permalink}">{TimeAgo}</a>
  822. {/block:Date}{block:RebloggedFrom}
  823. - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  824. / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>
  825. {/block:RebloggedFrom}{block:NoteCount}
  826. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  827. {/block:NoteCount}</div></div>
  828.  
  829.  
  830. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  831.  
  832.  
  833. {block:PostNotes}{PostNotes}{/block:PostNotes}
  834.  
  835. {/block:Posts}
  836. {block:ifEnableInfiniteScrolling}</div>{/block:ifEnableInfiniteScrolling}
  837.  
  838. </div></div>
  839.  
  840.  
  841. </body>
  842. </html>
Advertisement
Add Comment
Please, Sign In to add comment