xmisa0923

lalala

Feb 24th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 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: #E6E6E6;
  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. #uta
  478. {position:fixed; right:30px; padding-top:12px; bottom:25px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden; border:3px solid #e8e8e8;
  479. -moz-border-radius: 17px 17px 17px 17px;
  480. border-radius:17px 17px 17px 17px;
  481. -webkit-transition: opacity 0.7s linear;
  482. -webkit-transition: all 0.7s ease-in-out;
  483. -moz-transition: all 0.7s ease-in-out;
  484. -o-transition: all 0.7s ease-in-out;
  485. background-color:#ffffff;
  486. z-index:999;}
  487.  
  488. #uta:hover
  489. {border:3px solid #dddddd; padding:5px; height:50px; width:50px;}
  490.  
  491.  
  492. </style>
  493. {block:IfLazyLoad}
  494. <script type="text/javascript" src="http://static.tumblr.com/yauabn1/dTzlwknnj/jquery.js"></script>
  495. <script type="text/javascript" src="http://static.tumblr.com/yauabn1/erElwknoc/lazyload.js"></script>
  496. <script type="text/javascript" charset="utf-0">
  497. var $j = jQuery.noConflict();
  498. $j(function() {
  499. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  500. $j("img").lazyload({
  501. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  502. effect: "fadeIn",
  503. });
  504. });
  505. </script>
  506. {/block:IfLazyLoad}
  507.  
  508. </head>
  509.  
  510. <body>
  511. <div id="uta"><img src="http://static.tumblr.com/rltvkjt/jwflmr3vh/marcadores71.gif"/>
  512. <br/><br/>
  513. <div><center><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/A%20Shared%20Dream.mp3&t1=A%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" /></center></div>
  514. </div>
  515. <div id="sidebar">
  516.  
  517. <div id="maintitle">
  518. {title}
  519. </div>
  520. <div id="sideimg">
  521. <img src="{image:Sidebar}"></img>
  522. </div>
  523. <div class="hiddencontain">
  524. <div id="things">
  525. {block:PermalinkPage}
  526.  
  527. {/block:PermalinkPage}
  528. <a href=http://yyume.tumblr.com>home </a>
  529. <a href="/ask" title="ask">message </a>
  530.  
  531. {block:Iflinkone}<a href="{text:link one}" title="{text:link one title}">{text:link one title} </a>{/block:Iflinkone}
  532. {block:Iflinktwo}<a href="{text:link two}" title="{text:link two title}">{text:link two title} </a>{/block:Iflinktwo}
  533. {block:Iflinkthree}<a href="{text:link three}" title="{text:link three title}">{text:link three title} </a>{/block:Iflinkthree}
  534. {block:Iflinkfour}<a href="{text:link four}" title="{text:link four title}">{text:link four title} </a>{/block:Iflinkfour}
  535. <a href="http://noctos.tumblr.com" title="theme by noctos ~">© </a>
  536. </div>
  537. <div id="description">{description}</div>
  538. </div>
  539.  
  540. </div>
  541.  
  542.  
  543. {block:IfNotEndlessScroll}
  544. <div id="pagina">
  545. <br>
  546. {block:PreviousPage}<a href="{PreviousPage}">◃ back </a>{block:NextPage}|{/block:NextPage}{/block:PreviousPage}
  547. {block:NextPage}<a href="{NextPage}">next ▹</a>{/block:NextPage}</div>
  548. {/block:IfNotEndlessScroll}
  549.  
  550. <div class="autopagerize_page_element">
  551.  
  552. {block:Posts}
  553.  
  554. <div id="content">
  555.  
  556. <table width="3000" border="0" align="center" cellspacing="0px" cellpadding="0px">
  557.  
  558. {block:Text}
  559. <div id="post">
  560. <div id="text">
  561. {block:IfShowHoverNotes}
  562. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  563. {NoteCountWithLabel}</a></div>
  564. {/block:IfShowHoverNotes}
  565.  
  566. {block:Title}
  567. <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
  568. {/block:Title}
  569. {body}</div></div>
  570. {/block:Text}
  571.  
  572. {block:Quote}
  573. <div id="post">
  574. {block:IfShowHoverNotes}
  575. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  576. {NoteCountWithLabel}</a></div>
  577. {/block:IfShowHoverNotes}
  578.  
  579. <div id="quote">
  580. <big>❝</big>{Quote}<big>❞</big>
  581. </div>
  582. <div class="quotee">
  583. {block:Source}— {Source}{/block:Source}
  584. </div>
  585. </div>
  586. {/block:Quote}
  587.  
  588. {block:Link}
  589. <div id="post">
  590. {block:IfShowHoverNotes}
  591. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  592. {NoteCountWithLabel}</a></div>
  593. {/block:IfShowHoverNotes}
  594.  
  595. <div id="posttitle"><a href="{URL}" {Target}><big>『 </big>{Name}</a></div>
  596.  
  597. {block:Description}
  598. <div id="text">{Description}</div>
  599. {/block:Description}</div>
  600. {/block:Link}
  601.  
  602. {block:Chat}
  603. <div id="post">
  604. {block:IfShowHoverNotes}
  605. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  606. {NoteCountWithLabel}</a></div>
  607. {/block:IfShowHoverNotes}
  608.  
  609. {block:Title}
  610. <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
  611. {/block:Title}
  612.  
  613. <div id="chat">
  614. <ul>
  615. {block:Lines}
  616. <li class="person{UserNumber}">{block:Label}
  617. {Label}
  618. {/block:Label}
  619. {Line}
  620. </li>
  621. {/block:Lines}
  622. </ul>
  623. </div></div>
  624. {/block:Chat}
  625.  
  626. {block:Audio}
  627. <div id="post">
  628. {block:IfShowHoverNotes}
  629. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  630. {NoteCountWithLabel}</a></div>
  631. {/block:IfShowHoverNotes}
  632.  
  633. <div id="music">{AudioPlayergrey}</div>
  634. <div class="musiclabel">
  635.  
  636. </div>
  637. </div>
  638. {/block:Audio}
  639.  
  640. {block:Answer}
  641. <div id="post">
  642. {block:IfShowHoverNotes}
  643. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  644. {NoteCountWithLabel}</a></div>
  645. {/block:IfShowHoverNotes}
  646.  
  647. <div id="question">{Asker} said: {Question}</div>
  648. <div id="answer">
  649. {Answer}
  650. </div></div>
  651. {/block:Answer}
  652.  
  653. {block:Photo}
  654.  
  655. <div id="post">
  656. {block:IfShowHoverNotes}
  657. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  658. {NoteCountWithLabel}</a></div>
  659. {/block:IfShowHoverNotes}
  660. {LinkOpenTag}<a href="{Permalink}">
  661.  
  662. {block:IndexPage}
  663. {block:If250pxposts}
  664. <img src="{PhotoURL-250}"/>
  665. {/block:If250pxposts}
  666. {block:If400pxposts}
  667. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>
  668. {/block:If400pxposts}
  669. {block:If500pxposts}
  670. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>
  671. {/block:If500pxposts}
  672. {/block:IndexPage}
  673. {block:PermalinkPage}<img src="{PhotoURL-500}"/>
  674. {/block:PermalinkPage}
  675. </a>
  676. {LinkCloseTag}
  677.  
  678. {block:PermalinkPage}
  679. {block:Caption}
  680. {Caption}
  681. {/block:Caption}
  682. <p>
  683. {/block:PermalinkPage}
  684.  
  685. {block:IfShowCaptions}
  686. {block:Caption}
  687. {Caption}
  688. {/block:Caption}
  689. {/block:IfShowCaptions}
  690. </div>
  691. {/block:Photo}
  692.  
  693.  
  694. {block:Photoset}
  695. <div id="post">
  696.  
  697. {block:IfShowHoverNotes}
  698. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  699. {NoteCountWithLabel}</a></div>
  700. {/block:IfShowHoverNotes}
  701.  
  702. {block:If250pxposts}
  703. {photoset-250}
  704. {/block:If250pxposts}
  705.  
  706. {block:If400pxposts}
  707. {photoset-400}
  708. {/block:If400pxposts}
  709.  
  710. {block:If500pxposts}
  711. {photoset-500}
  712. {/block:If500pxposts}
  713.  
  714. {block:PermalinkPage}
  715. {Photoset-500}
  716. {/block:PermalinkPage}
  717.  
  718. {block:PermalinkPage}
  719. {block:Caption}
  720. {Caption}
  721. {/block:Caption}
  722. {/block:PermalinkPage}
  723.  
  724. {block:IfShowCaptions}
  725. {block:Caption}
  726. {Caption}
  727. {/block:Caption}
  728. {/block:IfShowCaptions}
  729. </div></div>
  730. {/block:Caption}
  731. {/block:Photoset}
  732.  
  733. {block:Video}
  734.  
  735. <div id="post">
  736.  
  737. {block:IfShowHoverNotes}
  738. <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
  739. {NoteCountWithLabel}</a></div>
  740. {/block:IfShowHoverNotes}
  741.  
  742. {block:IndexPage}
  743.  
  744. {block:If250pxposts}
  745. {video-250}
  746. {/block:If250pxposts}
  747.  
  748. {block:If400pxposts}
  749. {Video-400}
  750. {/block:If400pxposts}
  751.  
  752. {block:If500pxposts}
  753. {video-500}
  754. {/block:If500pxposts}
  755.  
  756. {/block:IndexPage}
  757.  
  758. {block:PermalinkPage}
  759. {Video-500}
  760. {/block:PermalinkPage}
  761.  
  762. {block:PermalinkPage}
  763. {block:Caption}
  764. {Caption}
  765. {/block:Caption}
  766. {/block:PermalinkPage}
  767.  
  768. {block:IfShowCaptions}
  769. {block:Caption}
  770. {Caption}
  771. {/block:Caption}
  772. {/block:IfShowCaptions}
  773.  
  774. </div></div>
  775. {/block:Video}
  776.  
  777. {block:PermalinkPage}
  778. {block:Date}
  779. <div id="perma">
  780. <br>
  781. <div class="dateposted">
  782. {DayOfWeek}, {Month} {DayOfMonth}, {Year}
  783. </div>
  784. {/block:Date}
  785. <br>
  786. {block:postnotes}
  787. {notecountwithlabel}
  788. {block:postnotes}
  789. {block:RebloggedFrom}
  790. <br>
  791. reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  792. ( original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> )
  793. {/block:RebloggedFrom}
  794. {block:HasTags}
  795. <br>
  796. tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  797. {/block:HasTags}
  798. <p>
  799. <div class="permadiv"></div>
  800. <br>
  801. {PostNotes}
  802. </div>
  803. {/block:postnotes}
  804. {/block:PermalinkPage}
  805.  
  806. {/block:posts}
  807.  
  808. </div>
  809. </div>
  810. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment