xmisa0923

lala 500

Feb 21st, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <html>
  5. <title>{Title}</title>
  6.  
  7. <!-
  8. ___________________________________________________________________________
  9.  
  10. [ PISCOS - THEME ] BY - NOCTOS @ TUMBLR
  11. ___________________________________________________________________________
  12.  
  13. [ INSTALLATION ]
  14.  
  15. 1 - go to the customize page, click 'CUSTOM HTML' and paste this code
  16. 2 - press save, close the page, and then go back
  17. 3 - customize under the 'appearence' options
  18.  
  19. ---------------------------------------------------------------------------
  20.  
  21. [ ! NOTES ! ]
  22.  
  23. - please ASK if there are any QUESTIONS or PROBLEMS regarding the theme
  24. - please do not REMOVE any CREDITS
  25. - please do not use this theme as a BASE for creating your own theme
  26. - ENJOY!
  27. ___________________________________________________________________________
  28.  
  29. -!>
  30.  
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="color:Background" content="#ffffff" />
  35. <meta name="color:titles" content="#000000" />
  36. <meta name="color:maintitle" content="#000000" />
  37. <meta name="color:menu links" content="#000000" />
  38. <meta name="color:menu links hover" content="#000000" />
  39. <meta name="color:description text" content="#000000"/>
  40. <meta name="color:note background" content="#ffffff"/>
  41. <meta name="color:Blockquote Background" content="#f7f7f7" />
  42. <meta name="color:Link" content="#4b4848" />
  43. <meta name="color:Link Hover" content="#4d4b4b" />
  44. <meta name="color:Text" content="#000000" />
  45. <meta name="color:Entry Background" content="#ffffff" />
  46. <meta name="color:askcolor" content="#f5f3f3" />
  47. <meta name="if:250px posts" content="0" />
  48. <meta name="if:400px posts" content="1" />
  49. <meta name="if:500px posts" content="0" />
  50. <meta name="if:Endless Scroll" content="1"/>
  51. <meta name="if:Show Captions" content="0"/>
  52. <meta name="if:Show Hover Notes" content="1" />
  53. <meta name="if:Picture Fade" content="1" />
  54. <meta name="if:Lazy Load" content="1" />
  55. <meta name="text:link one" content="" />
  56. <meta name="text:link one title" content="" />
  57. <meta name="text:link two" content="" />
  58. <meta name="text:link two title" content="" />
  59. <meta name="text:link three" content="" />
  60. <meta name="text:link three title" content="" />
  61. <meta name="text:link four" content="" />
  62. <meta name="text:link four title" content="" />
  63.  
  64. {block:IfEndlessScroll}
  65. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  66. {/block:IfEndlessScroll}
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {background-color:#000000;height:75px;}
  71. ::-webkit-scrollbar {height:0px;width: 3px;background-color:#ffffff;}
  72.  
  73. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  74.  
  75. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  76.  
  77.  
  78. @font-face {font-family:"existence light unicase";src: url("http://static.tumblr.com/3j38nb8/uEwly5p5l/existence-unicaselight.otf");}
  79.  
  80.  
  81.  
  82. body {
  83. background-image: url('{image:background}');
  84. background-attachment:fixed;
  85. background-color:{color:background};
  86. font-family:arial;
  87. font-size:9px;
  88. }
  89.  
  90. a {
  91. font-weight:normal;
  92. color:{color:link};
  93. text-decoration:none;
  94. -webkit-transition: all 0.6s ease-in;
  95. -moz-transition: all 0.6s ease-in;
  96. -o-transition: all 0.6s ease-in;
  97. }
  98.  
  99. a:hover {
  100. color:{color:link hover};
  101. }
  102.  
  103. blockquote{
  104. padding:3px;
  105. color:{color:text};
  106. border-left: 3px solid {color:text};
  107. font-family: arial;
  108. font-size:8px;
  109. padding-left:10px;
  110. margin-right:40px;
  111. }
  112.  
  113. #posttitle {
  114. font-family:consolas minor;
  115. font-size:12px;
  116. text-transform:uppercase;
  117. margin-top:2px;
  118. margin-bottom:2px;
  119. margin-left:2px;
  120. letter-spacing:-1.5px;
  121. text-align:left;
  122. border-bottom:1px dotted {color:text};
  123. }
  124.  
  125. #posttitle a {
  126. color:{color:titles};
  127. }
  128.  
  129. #maintitle {
  130. margin-bottom:5px;
  131. border-bottom: 1px solid {color:text};
  132. font-size: 18px;
  133. font-family:existence light unicase;
  134. color:{color:maintitle};
  135. text-align:right;
  136. z-index:1;
  137. }
  138.  
  139. #answer {
  140. text-align:left;
  141. font-size:8.5px;
  142. }
  143.  
  144. #question {
  145. color: #737373;
  146. padding:5px;
  147. text-align:left;
  148. background-color:{color:askcolor};
  149. font-family: arial;
  150. font-size:8.5px;
  151. }
  152.  
  153. #quote {
  154. padding: 5px;
  155. font-size:8.5px;
  156. font-family:arial;
  157. }
  158.  
  159. .quotee {
  160. font-size:8px;
  161. font-family:arial;
  162. text-align:right;
  163. padding-right:10px;
  164. }
  165.  
  166. {block:indexpage}
  167. #content {
  168. float:left;
  169. width:410px;
  170. margin-left:450px;
  171. {block:If500pxposts}
  172. margin-left:400px;
  173. {/block:If500pxposts}
  174. }
  175. {/block:indexpage}
  176.  
  177. {block:permalinkpage}
  178. #content {
  179. float:left;
  180. width:510px;
  181. margin-left:450px;
  182. }
  183. {/block:permalinkpage}
  184.  
  185. {block:PermalinkPage}
  186. #post {
  187. width:500px;
  188. padding:5px;
  189. float:left;
  190. text-align:justify;
  191. background:{color:entry background};
  192. color: {color:text};
  193. font-family: arial;
  194. font-size:8px;
  195. height: auto;
  196. overflow:hidden;
  197. }
  198. {/block:PermalinkPage}
  199.  
  200. {block:IndexPage}
  201. #post {
  202.  
  203. {block:If250pxposts}
  204. width:250px;
  205. {/block:If250pxposts}
  206. {block:If400pxposts}
  207. width:400px;
  208. {/block:If400pxposts}
  209. {block:If500pxposts}
  210. width:500px;
  211. {/block:If500pxposts}
  212. padding:5px;
  213. margin-bottom:-2px;
  214. float:left;
  215. text-align:justify;
  216. background:{color:entry background};
  217. color: {color:text};
  218. font-family: arial;
  219. font-size:8px;
  220. height:auto;
  221. }
  222. {/block:IndexPage}
  223.  
  224. {block:IndexPage}
  225. {block:If400pxposts}
  226. #post img {max-width:400px;}
  227. {/block:If400pxposts}
  228. {/block:IndexPage}
  229.  
  230. #text {
  231. font-family:arial;
  232. font-size:8.5px;
  233. }
  234.  
  235. {block:IndexPage}
  236. {block:IfPictureFade}
  237.  
  238. #post img {
  239. opacity: 1;
  240. -webkit-transition: all 0.9s ease;
  241. -moz-transition: all 0.9s ease;
  242. -o-transition: all 0.9s ease;}
  243.  
  244. #post img:hover {
  245. opacity:0.8;
  246. -webkit-transition: all 0.6s ease-out;
  247. -moz-transition: all 0.6s ease-out;
  248. -o-transition: all 0.6s ease-out;
  249. }
  250.  
  251. {/block:IfPictureFade}
  252. {/block:IndexPage}
  253.  
  254. {block:PermalinkPage}
  255. .permalink {
  256. display:none;
  257. }
  258. {/block:PermalinkPage}
  259.  
  260. {block:IndexPage}
  261. .permalink {
  262. padding:3px;
  263. float:right;
  264. {block:If250pxposts}
  265. margin-left:265px;
  266. {/block:If250pxposts}
  267. {block:If400pxposts}
  268. margin-left:415px;
  269. {/block:If400pxposts}
  270. {block:If500pxposts}
  271. margin-left:515px;
  272. {/block:If500pxposts}
  273. font-size:9px;
  274. font-family:georgia;
  275. position: absolute;
  276. text-align:left;
  277. -webkit-transition: all 0.4s ease-in;
  278. -moz-transition: all 0.4s ease-in;
  279. -o-transition: all 0.4s ease-in;
  280. opacity:0;
  281. z-index:1;
  282. }
  283.  
  284. #post:hover .permalink {
  285. {block:If250pxposts}
  286. margin-left:270px;
  287. {/block:If250pxposts}
  288. {block:If400pxposts}
  289. margin-left:420px;
  290. {/block:If400pxposts}
  291. {block:If500pxposts}
  292. margin-left:520px;
  293. {/block:If500pxposts}
  294. opacity:1;
  295. }
  296.  
  297. .permdiv {
  298. width:120px;
  299. border-bottom:1px solid {color:text};
  300. }
  301. {/block:IndexPage}
  302.  
  303.  
  304. {block:PermalinkPage}
  305.  
  306. #perma {
  307. width:500px;
  308. background-color: {color:note Background};
  309. font-family:georgia;
  310. font-size: 9px;
  311. text-align: left;
  312. padding: 10px;
  313. z-index:-999;
  314. }
  315.  
  316. li.perma {
  317. color:{color:text};
  318. list-style:decimal;
  319. padding: 2px;
  320. margin: 2px;
  321. letter-spacing: 0px;
  322. }
  323.  
  324.  
  325. #perma a{
  326. letter-spacing: 0px;
  327. font-family: georgia;
  328. font-size: 9px;
  329. }
  330.  
  331. #perma img {
  332. width:0px;
  333. height:0px;
  334. }
  335.  
  336. .permadiv {
  337. border-bottom: 1px dotted {color:text};
  338. }
  339.  
  340. .dateposted {
  341. font-size:15px;
  342. font-family:georgia;
  343. text-align:left;
  344. border-bottom: 1px dotted {color:text};
  345. }
  346.  
  347. {/block:Permalinkpage}
  348.  
  349. #chat {
  350. font-size:8px;
  351. font-family:arial;}
  352.  
  353. ul {
  354. list-style:square;
  355. }
  356.  
  357. #music {
  358. width: 100%px;
  359. background: #000000;
  360. }
  361.  
  362. .musiclabel {
  363. font-size:9px;
  364. text-align:center;
  365. }
  366.  
  367. #pagina {
  368. float:right;
  369. width:120px;
  370. position:fixed;top:375px;left:320px;
  371. {block:If500pxposts}
  372. left:270px;
  373. {/block:If500pxposts}
  374. font-size:8.5px;
  375. font-family:arial;
  376. text-align:center;
  377. }
  378.  
  379. #pagina a {
  380. color:{color:description text};
  381. }
  382.  
  383. #sidebar {
  384. float:left;
  385. padding:10px;
  386. padding-right:10px;
  387. border-right: 1px dotted {color:text};
  388. width:130px;
  389. position:fixed;left:300px;top:200px;
  390. {block:If500pxposts}
  391. left:250px;
  392. {/block:If500pxposts}
  393. height:auto;
  394. z-index:1;
  395. opacity:1;
  396. overflow:hidden;
  397. }
  398.  
  399. #description{
  400. border-top: 5px solid {color:text};
  401. color:{color:description text};
  402. padding-top:50px;
  403. margin-left:-8px;
  404. text-align:right;
  405. font-family: arial;
  406. font-size:8px;
  407. width:130px;
  408. height:auto;
  409. }
  410.  
  411. #description a {
  412. color:{color:description text};
  413. }
  414.  
  415.  
  416. #sideimg {
  417. float:right;
  418. margin-top:5px;
  419. height:190px;
  420. width:120px;
  421. overflow:hidden;
  422. z-index:2;
  423. -webkit-transition: all 0.8s ease-out;
  424. -moz-transition: all 0.8s ease-out;
  425. -o-transition: all 0.8s ease-out;
  426. }
  427.  
  428. .hiddencontain {
  429. position:fixed;top:240px;
  430. margin-left:8px;
  431. z-index:-1;
  432. opacity:0;
  433. width:120px;
  434. height:auto;
  435. -webkit-transition: all 0.6s ease-in;
  436. -moz-transition: all 0.6s ease-in;
  437. -o-transition: all 0.6s ease-in;
  438. }
  439.  
  440.  
  441. #things {
  442. color:{color:entry background}
  443. margin-top:5px;
  444. height:auto;
  445. width:120px;
  446. text-align:right;
  447. font-family:arial;
  448. font-size:9px;
  449. margin-bottom:5px;
  450. }
  451. #things a {
  452. color:{color:menu links};
  453. -webkit-transition: all 0.6s ease-in;
  454. -moz-transition: all 0.6s ease-in;
  455. -o-transition: all 0.6s ease-in;
  456. }
  457.  
  458. #things a:hover {
  459. color:{color:menu links hover};
  460. }
  461.  
  462. #sidebar:hover #sideimg {
  463. margin-right:-140px;
  464. }
  465.  
  466. #sidebar:hover #sideimg {
  467. opacity:0;
  468. }
  469.  
  470. #sidebar:hover .hiddencontain {
  471. z-index:1;
  472. opacity:1;
  473. -webkit-transition: all 1.8s linear;
  474. -moz-transition: all 1.8s linear;
  475. -o-transition: all 1.8s linear;
  476. }
  477.  
  478. #uta {
  479.  
  480. text-align:center;
  481.  
  482.  
  483. font-family:arial;
  484.  
  485. font-size:10px;
  486.  
  487. color:#fff;
  488.  
  489. background-color:{color:text};
  490.  
  491. width:100px;
  492.  
  493. position:fixed;bottom:-56px;right:50px;height:70px;
  494.  
  495. opacity:0.9;
  496.  
  497. overflow:hidden;
  498.  
  499. padding-right:5px;
  500.  
  501. padding-left:5px;
  502.  
  503. -webkit-transition: all 0.6s ease;
  504.  
  505. -moz-transition: all 0.6s ease;
  506.  
  507. -o-transition: all 0.6s ease;
  508.  
  509. }
  510.  
  511. #uta:hover {
  512.  
  513. bottom:-35px;
  514.  
  515. opacity:1;
  516.  
  517. }
  518. </style>
  519. {block:IfLazyLoad}
  520. <script type="text/javascript" src="http://static.tumblr.com/yauabn1/dTzlwknnj/jquery.js"></script>
  521. <script type="text/javascript" src="http://static.tumblr.com/yauabn1/erElwknoc/lazyload.js"></script>
  522. <script type="text/javascript" charset="utf-0">
  523. var $j = jQuery.noConflict();
  524. $j(function() {
  525. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  526. $j("img").lazyload({
  527. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  528. effect: "fadeIn",
  529. });
  530. });
  531. </script>
  532. {/block:IfLazyLoad}
  533.  
  534. </head>
  535.  
  536. <body>
  537. <div id="uta"><img src="http://media.tumblr.com/tumblr_lst6zygRtJ1ql555e.gif" /><div style="height:5px;"></div><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0= http://dl.dropbox.com/u/30975005/U-KISS%20Forbidden%20Love%20%5BMV%20FULL%5D.mp3&t0=U-KISS%20Forbidden%20Love%20%5BMV%20FULL%5D&f1=http://dl.dropbox.com/u/30975005/U-KISS%20-%20A%20Shared%20Dream.mp3&t1=U-KISS%20-%20A%20Shared%20Dream&f2=http://dl.dropbox.com/u/30975005/0.mp3&t2=0&f3=http://dl.dropbox.com/u/30975005/03.mp3&t3=03&f4=http://dl.dropbox.com/u/30975005/02.mp3&t4=02&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  538. <div id="sidebar">
  539.  
  540. <div id="maintitle">
  541. {title}
  542. </div>
  543. <div id="sideimg">
  544. <img src="{image:Sidebar}"></img>
  545. </div>
  546. <div class="hiddencontain">
  547. <div id="things">
  548. {block:PermalinkPage}
  549.  
  550. {/block:PermalinkPage}
  551. <a href=http://yyume.tumblr.com>home </a>
  552. <a href="/ask" title="ask">message </a>
  553.  
  554. {block:Iflinkone}<a href="{text:link one}" title="{text:link one title}">{text:link one title} </a>{/block:Iflinkone}
  555. {block:Iflinktwo}<a href="{text:link two}" title="{text:link two title}">{text:link two title} </a>{/block:Iflinktwo}
  556. {block:Iflinkthree}<a href="{text:link three}" title="{text:link three title}">{text:link three title} </a>{/block:Iflinkthree}
  557. {block:Iflinkfour}<a href="{text:link four}" title="{text:link four title}">{text:link four title} </a>{/block:Iflinkfour}
  558. <a href="http://noctos.tumblr.com" title="theme by noctos ~">© </a>
  559. </div>
  560. <div id="description">{description}</div>
  561. </div>
  562.  
  563. </div>
  564.  
  565.  
  566. {block:IfNotEndlessScroll}
  567. <div id="pagina">
  568. <br>
  569. {block:PreviousPage}<a href="{PreviousPage}">◃ back </a>{block:NextPage}|{/block:NextPage}{/block:PreviousPage}
  570. {block:NextPage}<a href="{NextPage}">next ▹</a>{/block:NextPage}</div>
  571. {/block:IfNotEndlessScroll}
  572.  
  573. <div class="autopagerize_page_element">
  574.  
  575. {block:Posts}
  576.  
  577. <div id="content">
  578.  
  579. <table width="3000" border="0" align="center" cellspacing="0px" cellpadding="0px">
  580.  
  581. {block:Text}
  582. <div id="post">
  583. <div id="text">
  584. {block:IfShowHoverNotes}
  585. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  586. {NoteCountWithLabel}</a></div>
  587. {/block:IfShowHoverNotes}
  588.  
  589. {block:Title}
  590. <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
  591. {/block:Title}
  592. {body}</div></div>
  593. {/block:Text}
  594.  
  595. {block:Quote}
  596. <div id="post">
  597. {block:IfShowHoverNotes}
  598. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  599. {NoteCountWithLabel}</a></div>
  600. {/block:IfShowHoverNotes}
  601.  
  602. <div id="quote">
  603. <big>❝</big>{Quote}<big>❞</big>
  604. </div>
  605. <div class="quotee">
  606. {block:Source}— {Source}{/block:Source}
  607. </div>
  608. </div>
  609. {/block:Quote}
  610.  
  611. {block:Link}
  612. <div id="post">
  613. {block:IfShowHoverNotes}
  614. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  615. {NoteCountWithLabel}</a></div>
  616. {/block:IfShowHoverNotes}
  617.  
  618. <div id="posttitle"><a href="{URL}" {Target}><big>『 </big>{Name}</a></div>
  619.  
  620. {block:Description}
  621. <div id="text">{Description}</div>
  622. {/block:Description}</div>
  623. {/block:Link}
  624.  
  625. {block:Chat}
  626. <div id="post">
  627. {block:IfShowHoverNotes}
  628. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  629. {NoteCountWithLabel}</a></div>
  630. {/block:IfShowHoverNotes}
  631.  
  632. {block:Title}
  633. <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
  634. {/block:Title}
  635.  
  636. <div id="chat">
  637. <ul>
  638. {block:Lines}
  639. <li class="person{UserNumber}">{block:Label}
  640. {Label}
  641. {/block:Label}
  642. {Line}
  643. </li>
  644. {/block:Lines}
  645. </ul>
  646. </div></div>
  647. {/block:Chat}
  648.  
  649. {block:Audio}
  650. <div id="post">
  651. {block:IfShowHoverNotes}
  652. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  653. {NoteCountWithLabel}</a></div>
  654. {/block:IfShowHoverNotes}
  655.  
  656. <div id="music">{AudioPlayerBlack}</div>
  657. <div class="musiclabel">
  658. {block:Caption}
  659. {Caption}
  660. {/block:Caption}
  661. </div>
  662. </div>
  663. {/block:Audio}
  664.  
  665. {block:Answer}
  666. <div id="post">
  667. {block:IfShowHoverNotes}
  668. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  669. {NoteCountWithLabel}</a></div>
  670. {/block:IfShowHoverNotes}
  671.  
  672. <div id="question">{Asker} said: {Question}</div>
  673. <div id="answer">
  674. {Answer}
  675. </div></div>
  676. {/block:Answer}
  677.  
  678. {block:Photo}
  679.  
  680. <div id="post">
  681. {block:IfShowHoverNotes}
  682. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  683. {NoteCountWithLabel}</a></div>
  684. {/block:IfShowHoverNotes}
  685. {LinkOpenTag}<a href="{Permalink}">
  686.  
  687. {block:IndexPage}
  688. {block:If250pxposts}
  689. <img src="{PhotoURL-250}"/>
  690. {/block:If250pxposts}
  691. {block:If400pxposts}
  692. <img src="{PhotoURL-500}"/>
  693. {/block:If400pxposts}
  694. {block:If500pxposts}
  695. <img src="{PhotoURL-500}"/>
  696. {/block:If500pxposts}
  697. {/block:IndexPage}
  698. {block:PermalinkPage}<img src="{PhotoURL-500}"/>
  699. {/block:PermalinkPage}
  700. </a>
  701. {LinkCloseTag}
  702.  
  703. {block:PermalinkPage}
  704. {block:Caption}
  705. {Caption}
  706. {/block:Caption}
  707. <p>
  708. {/block:PermalinkPage}
  709.  
  710. {block:IfShowCaptions}
  711. {block:Caption}
  712. {Caption}
  713. {/block:Caption}
  714. {/block:IfShowCaptions}
  715. </div>
  716. {/block:Photo}
  717.  
  718.  
  719. {block:Photoset}
  720. <div id="post">
  721.  
  722. {block:IfShowHoverNotes}
  723. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  724. {NoteCountWithLabel}</a></div>
  725. {/block:IfShowHoverNotes}
  726.  
  727. {block:If250pxposts}
  728. {photoset-250}
  729. {/block:If250pxposts}
  730.  
  731. {block:If400pxposts}
  732. {photoset-400}
  733. {/block:If400pxposts}
  734.  
  735. {block:If500pxposts}
  736. {photoset-500}
  737. {/block:If500pxposts}
  738.  
  739. {block:PermalinkPage}
  740. {Photoset-500}
  741. {/block:PermalinkPage}
  742.  
  743. {block:PermalinkPage}
  744. {block:Caption}
  745. {Caption}
  746. {/block:Caption}
  747. {/block:PermalinkPage}
  748.  
  749. {block:IfShowCaptions}
  750. {block:Caption}
  751. {Caption}
  752. {/block:Caption}
  753. {/block:IfShowCaptions}
  754. </div></div>
  755. {/block:Caption}
  756. {/block:Photoset}
  757.  
  758. {block:Video}
  759.  
  760. <div id="post">
  761.  
  762. {block:IfShowHoverNotes}
  763. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  764. {NoteCountWithLabel}</a></div>
  765. {/block:IfShowHoverNotes}
  766.  
  767. {block:IndexPage}
  768.  
  769. {block:If250pxposts}
  770. {video-250}
  771. {/block:If250pxposts}
  772.  
  773. {block:If400pxposts}
  774. {Video-400}
  775. {/block:If400pxposts}
  776.  
  777. {block:If500pxposts}
  778. {video-500}
  779. {/block:If500pxposts}
  780.  
  781. {/block:IndexPage}
  782.  
  783. {block:PermalinkPage}
  784. {Video-500}
  785. {/block:PermalinkPage}
  786.  
  787. {block:PermalinkPage}
  788. {block:Caption}
  789. {Caption}
  790. {/block:Caption}
  791. {/block:PermalinkPage}
  792.  
  793. {block:IfShowCaptions}
  794. {block:Caption}
  795. {Caption}
  796. {/block:Caption}
  797. {/block:IfShowCaptions}
  798.  
  799. </div></div>
  800. {/block:Video}
  801.  
  802. {block:PermalinkPage}
  803. {block:Date}
  804. <div id="perma">
  805. <br>
  806. <div class="dateposted">
  807. {DayOfWeek}, {Month} {DayOfMonth}, {Year}
  808. </div>
  809. {/block:Date}
  810. <br>
  811. {block:postnotes}
  812. {notecountwithlabel}
  813. {block:postnotes}
  814. {block:RebloggedFrom}
  815. <br>
  816. reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  817. ( original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> )
  818. {/block:RebloggedFrom}
  819. {block:HasTags}
  820. <br>
  821. tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  822. {/block:HasTags}
  823. <p>
  824. <div class="permadiv"></div>
  825. <br>
  826. {PostNotes}
  827. </div>
  828. {/block:postnotes}
  829. {/block:PermalinkPage}
  830.  
  831. {/block:posts}
  832.  
  833. </div>
  834. </div>
  835. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment