xmisa0923

theme us

Jun 18th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.67 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. ELEGANS THEME BY NOCTOS @ TUMBLR
  11.  
  12. ---------------------------------------------------------------------------
  13.  
  14. - ! D I S C L A I M E R ! -
  15.  
  16. - please do NOT use this theme as a base.
  17. - please do NOT remove credits.
  18. - please ENJOY the theme.
  19. ___________________________________________________________________________
  20.  
  21. -!>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <meta name="description" content="{MetaDescription}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. <meta name="image:background" content="" />
  28. <meta name="image:sidebar" content="http://static.tumblr.com/eeodjxz/RRPm124q5/sdhgjfkjhdsfkhds.jpg" />
  29. <meta name="color:background" content="fafafa" />
  30. <meta name="color:post BG" content="#fff" />
  31. <meta name="color:links" content="#8f8f8f" />
  32. <meta name="color:links hover" content="#eee" />
  33. <meta name="color:text" content="#777" />
  34. <meta name="color:titles" content="#000">
  35. <meta name="color:bordering" content="#eee" />
  36. <meta name="color:perma BG" content="#000" />
  37. <meta name="color:perma TXT" content="#fff" />
  38. <meta name="color:perma BG hover" content="#fff" />
  39. <meta name="color:perma TXT hover" content="#000" />
  40. <meta name="color:side BG" content="#fff" />
  41. <meta name="color:main title" content="#000" />
  42. <meta name="color:side links TXT" content="#777" />
  43. <meta name="color:side links border" content="#777" />
  44. <meta name="text:font size" content="9px" />
  45. <meta name="text:font" content="cambria" />
  46. <meta name="if:endless scroll" content="0" />
  47. <meta name="if:show captions" content="0" />
  48. <meta name="if:250px posts" content="0" />
  49. <meta name="if:400px posts" content="1" />
  50. <meta name="if:500px posts" content="0" />
  51. <meta name="if:shadows on post" content="0" />
  52. <meta name="text:link one" content="" />\
  53. <meta name="text:link one title" content="" />
  54. <meta name="text:link two" content="" />\
  55. <meta name="text:link two title" content="" />
  56. <meta name="text:link three" content="" />\
  57. <meta name="text:link three title" content="" />
  58. <meta name="text:link four" content="" />\
  59. <meta name="text:link four title" content="" />
  60. <meta name="text:link five" content="" />\
  61. <meta name="text:link five title" content="" />
  62.  
  63. {block:ifendlessscroll}
  64. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  65. {/block:ifendlessscroll}
  66.  
  67. <style type="text/css">
  68.  
  69. {CustomCSS}>
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {background-color:#000;height:75px;width:3px;}
  72. ::-webkit-scrollbar {height:0px;width:3px;background-color:#ffffff; padding:2px;}
  73.  
  74. 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;}
  75.  
  76. 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;}
  77.  
  78. body {
  79. background-image: url('{image:background}');
  80. font-family:{text:font};
  81. color:{color:text};
  82. font-size:{text:font size};
  83. background-color:{color:background};
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. color:{color:links};
  89. -webkit-transition: all 0.6s ease-in;
  90. -moz-transition: all 0.6s ease-in;
  91. -o-transition: all 0.6s ease-in;
  92. }
  93.  
  94. a:hover {
  95. color:{color:links hover};
  96. }
  97.  
  98. blockquote {
  99. padding:3px;
  100. padding-left:10px;
  101. padding-right:10px;
  102. border-left:1px solid #000;
  103. text-align:left;
  104. }
  105.  
  106. h1 {
  107. font-family:sonstantia;
  108. font-weight:lighter;
  109. font-size:14px;
  110. text-transform:uppercase;
  111. letter-spacing:-1px;
  112. color:{color:titles};
  113. border-bottom:1px solid {color:bordering};
  114. }
  115.  
  116. h1 a {
  117. color:{color:titles};
  118. }
  119.  
  120. .audi img {
  121. max-width:100px;
  122. overflow:hidden;
  123. float:left;
  124. margin-right:5px;
  125. }
  126.  
  127. #content {
  128. margin-left:365px;
  129. width:432px;
  130. {block:permalinkpage}
  131. width:532px;
  132. {/block:permalinkpage}
  133. }
  134.  
  135. .post {
  136. {block:indexpage}
  137. padding:25px;
  138. padding-top:15px;
  139. padding-bottom:12px;
  140. border:1px solid {color:bordering};
  141. overflow:hidden;
  142. text-align:justify;
  143. margin-bottom:15px;
  144. {block:ifshadowsonpost}
  145. -moz-box-shadow: 1.5px 1.5px 3px #eee;
  146. -webkit-box-shadow: 1.5px 1.5px 3px #eee;
  147. box-shadow: 1.5px 1.5px 3px #eee;
  148. {/block:ifshadowsonpost}
  149. {/block:indexpage}
  150. {block:permalinkpage}
  151. padding:10px;
  152. float:left;
  153. text-align:justify;
  154. margin-bottom:5px;
  155. {/block:permalinkpage}
  156. background-color:{color:post BG};
  157. {block:IndexPage}
  158. {block:if250pxposts}
  159. width:250px;
  160. {/block:if250pxposts}
  161. {block:if400pxposts}
  162. width:400px;
  163. {/block:if400pxposts}
  164. {block:if500pxposts}
  165. width:500px;
  166. {/block:if500pxposts}
  167. {/block:IndexPage}
  168. {block:PermalinkPage}
  169. width:500px;
  170. {/block:PermalinkPage}
  171. }
  172.  
  173. .permbox {
  174. position:absolute;
  175. {block:if250pxposts}
  176. width:250px;
  177. {/block:if250pxposts}
  178. {block:if400pxposts}
  179. width:400px;
  180. {/block:if400pxposts}
  181. {block:if500pxposts}
  182. width:500px;
  183. {/block:if500pxposts}
  184. opacity:0;
  185. -webkit-transition: all 0.75s ease-out;
  186. -moz-transition: all 0.75s ease-out;
  187. -o-transition: all 0.75s ease-out;
  188. }
  189.  
  190. .post:hover .permbox {
  191. opacity:1;
  192. -webkit-transition: all 0.6s ease-out;
  193. -moz-transition: all 0.6s ease-out;
  194. -o-transition: all 0.6s ease-out;
  195. }
  196.  
  197. .permalink {
  198. padding:8px;
  199. padding-top:6px;
  200. opacity:0.9;
  201. font-size:9px;
  202. background-color:{color:perma BG};
  203. color:{color:perma TXT};
  204. -webkit-transition: all 0.6s ease-out;
  205. -moz-transition: all 0.6s ease-out;
  206. -o-transition: all 0.6s ease-out;
  207. }
  208.  
  209. .permalink:hover {
  210. background-color:{color:perma BG hover};
  211. color:{color:perma TXT hover};
  212. }
  213.  
  214. {block:permalinkpage}
  215. .permbox, .permalink {
  216. display:none;
  217. }
  218. {/block:permalinkpage}
  219.  
  220. #prmpg {
  221. float:left;
  222. width:490px;
  223. padding:15px;
  224. padding-bottom:0px;
  225. margin-top:-15px;
  226. background-color:{color:post BG};
  227. z-index:999;
  228. }
  229.  
  230. #not {
  231. width:485px;
  232. float:left;
  233. background-color:{color:post BG};
  234. }
  235.  
  236. #not img {
  237. width:0px;
  238. height:0px;
  239. }
  240.  
  241. li.not {
  242. padding:2px;
  243. margin:3px;
  244. list-style:decimal;
  245. }
  246.  
  247. {block:permalinkpage}
  248. .line {
  249. position:fixed;top:-10px;
  250. right:40%;
  251. height:110%;
  252. margin-right:558px;
  253. border-left:1px solid {color:bordering};
  254. }
  255. {/block:permalinkpage}
  256.  
  257. .pgna {
  258. text-align:center;
  259. margin-top:15px;
  260. font-size:25px;
  261. }
  262.  
  263. #left {
  264. padding-left:70px;
  265. width:250px;
  266. position:fixed;
  267. left:-10px;
  268. top:-10px;
  269. height:110%;
  270. border-right:3px solid {color:bordering};
  271. background-color:{color:side BG};
  272. }
  273.  
  274. .img {
  275. width:140px;
  276. padding:15px;
  277. padding-left:25px;
  278. padding-right:25px;
  279. overflow:hidden;
  280. background-color:{color:side BG};
  281. border:1px solid {color:bordering};
  282. }
  283.  
  284. .img img {
  285. width:140px;
  286. }
  287.  
  288. .dscrp {
  289. line-height:9px;
  290. font-size:9px;
  291. text-align:center;
  292. width:152px;
  293. margin:15px;
  294. margin-bottom:0px;
  295. padding:5px;
  296. border-top:1px solid {color:bordering};
  297. }
  298.  
  299. .lnk {
  300. width:190px;
  301. padding-top:15px;
  302. font-family:consolas;
  303. text-transform:uppercase;
  304. font-size:8px;
  305. text-align:center;
  306. border-top:1px solid {color:bordering};
  307. }
  308.  
  309. .lnk a {
  310. opacity:0.6;
  311. padding-left:2px;
  312. padding-right:2px;
  313. border-bottom:1px solid transparent;
  314. color:{color:side links TXT};
  315. -webkit-transition: all 0.6s ease-out;
  316. -moz-transition: all 0.6s ease-out;
  317. -o-transition: all 0.6s ease-out;
  318. }
  319.  
  320. .lnk a:hover {
  321. opacity:1;
  322. border-bottom:1px solid {color:side links border};
  323. }
  324.  
  325.  
  326. #music
  327. {position:fixed; bottom:20px; right:25px;
  328. padding-top:12px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden;
  329. border:3px solid #7dfdc6;
  330. color:#7dfdc6;
  331. -moz-border-radius: 17px 17px 17px 17px;
  332. border-radius:17px 17px 17px 17px;
  333. -webkit-transition: opacity 0.7s linear;
  334. -webkit-transition: all 0.7s ease-in-out;
  335. -moz-transition: all 0.7s ease-in-out;
  336. -o-transition: all 0.7s ease-in-out;
  337. background-color:#fff;
  338. z-index:999;}
  339.  
  340.  
  341. #musicplayer
  342. {padding-top:15px;}
  343.  
  344.  
  345. #music:hover
  346. {border:3px solid #7dfdc6; padding:5px; height:45px; width:140px;}
  347.  
  348.  
  349. </style>
  350. </head>
  351. <body>
  352.  
  353.  
  354.  
  355. {block:IndexPage}
  356. <div id="music"><center><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></center>
  357. <div id="musicplayer"><center><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0= http://dl.dropbox.com/u/30975005/04%20Lets%20Get.mp3&t0=Let's Get&f1= http://dl.dropbox.com/u/30975005/Te%20Amo.mp3&t1=Te Amo&f2=http://dl.dropbox.com/u/30975005/01%20Believe.mp3&t2=Believe&f3=http://dl.dropbox.com/u/30975005/doradora.mp3&t3=Doradora&f4=http://dl.dropbox.com/u/30975005/U-KISS%20-%20AMAZING.mp3&t4=Amazing&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
  358. </div>
  359. {/block:IndexPage}
  360.  
  361.  
  362. <div id="left">
  363. <div style="position:fixed;top:70px;">
  364. <div style="width:192px;text-align:center;margin-bottom:6px;"><a style="font-size:18px;color:{color:main title};text-transform:uppercase;letter-spacing:-1px;" href="/" title="index">{title}</a></div>
  365. <div class="img">
  366. <a href="/" title="{title}"><img src="{image:sidebar}"></a>
  367. </div>
  368. <div class="dscrp">
  369. {description}
  370. </div>
  371. <div class="lnk">
  372. <a href="/" title="home">index</a>
  373. <a href="/ask" title="ask">message</a>
  374. <a href="http://yyume.tumblr.com/links" title="archive">links</a>
  375.  
  376. {block:iflinkone}
  377. <a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
  378. {/block:iflinkone}
  379. {block:iflinktwo}
  380. <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
  381. {/block:iflinktwo}
  382. {block:iflinkthree}
  383. <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
  384. {/block:iflinkthree}
  385. {block:iflinkfour}
  386. <a href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
  387. {/block:iflinkfour}
  388. {block:iflinkfive}
  389. <a href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
  390. {/block:iflinkfive}
  391.  
  392. <a href="http://tinypic.com?ref=2qbg3m0" target="_blank"><img src="http://i47.tinypic.com/2qbg3m0.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
  393. <script src="http://widgetprovider.daum.net/view?url=http://widgetcfs1.daum.net/xml/1/widget/2010/02/01/00/00/1019.xml&up_alpha=100&up_skin=white&&width=183&height=243&widgetId=1019&scrap=1" type="text/javascript"></script> ★ Please click the <font color="#FF69B4">pink</font> button ★</center>
  394.  
  395. </div>
  396.  
  397. {block:ifnotendlessscroll}
  398. <div class="pgna">
  399. {block:previouspage}
  400. <a href="{previouspage}" title="previous page">«</a>
  401. {/block:previouspage}
  402. {block:nextpage}
  403. <a href="{nextpage}" title="next page">»</a>
  404. {/block:nextpage}
  405. </div>
  406. <center>
  407. <i>{currentpage} / {totalpages}</center></i>
  408. {/block:ifnotendlessscroll}
  409.  
  410. </div>
  411. </div>
  412.  
  413. <a style="position:fixed;right:7px;bottom:5px;font-family:consolas;font-size:8px;text-transform:uppercase;opacity:0.5;color:#777;" href="http://noctos.tumblr.com" title="theme by noctos"></a>
  414.  
  415. <div style="height:5px;"></div>
  416.  
  417. <div id="content">
  418.  
  419. {block:posts}
  420.  
  421. {block:text}
  422. <div class="post">
  423. <div class="permbox">
  424. <div class="permalink">
  425. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  426. <br>
  427. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  428. </div>
  429. </div>
  430. {block:title}
  431. <h1><a href="{Permalink}">{title}</a></h1>
  432. {/block:title}
  433. <div style="margin-top:-7px;">
  434. {body}
  435. </div>
  436. {block:ifshowcaptions}
  437. {block:caption}
  438. {caption}
  439. {/block:caption}
  440. {/block:ifshowcaptions}
  441. {block:ifnotshowcaptions}
  442. {block:permalinkpage}
  443. {caption}
  444. {/block:permalinkpage}
  445. {/block:ifnotshowcaptions}
  446. </div>
  447. {/block:text}
  448.  
  449. {block:quote}
  450. <div class="post">
  451. <div class="permbox">
  452. <div class="permalink">
  453. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  454. <br>
  455. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  456. </div>
  457. </div>
  458. "{quote}"
  459. <div style="margin-top:3px;border-bottom:1px solid {color:bordering};"></div>
  460. <div style="margin-top:3px;text-align:right;font-style:italic;padding-right:10px;">{block:Source}{Source}{/block:Source}</div>
  461. {block:ifshowcaptions}
  462. {block:caption}
  463. {caption}
  464. {/block:caption}
  465. {/block:ifshowcaptions}
  466. {block:ifnotshowcaptions}
  467. {block:permalinkpage}
  468. {caption}
  469. {/block:permalinkpage}
  470. {/block:ifnotshowcaptions}
  471. </div>
  472. {/block:quote}
  473.  
  474. {block:photo}
  475. <div class="post">
  476. <div class="permbox">
  477. <div class="permalink">
  478. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  479. <br>
  480. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  481. </div>
  482. </div>
  483. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  484. {block:indexpage}
  485. {block:if250pxposts}
  486. <img src="{PhotoURL-250}">
  487. {/block:if250pxposts}
  488. {block:if400pxposts}
  489. <img width="400px" src="{PhotoURL-500}"/>
  490. {/block:if400pxposts}
  491. {block:if500pxposts}
  492. <img src="{PhotoURL-500}">
  493. {/block:if500pxposts}
  494. {/block:indexpage}
  495. {block:permalinkpage}
  496. <img src="{PhotoURL-500}">
  497. {/block:permalinkpage}
  498. {linkCloseTag}
  499. {block:ifshowcaptions}
  500. {block:caption}
  501. {caption}
  502. {/block:caption}
  503. {/block:ifshowcaptions}
  504. {block:ifnotshowcaptions}
  505. {block:permalinkpage}
  506. {caption}
  507. {/block:permalinkpage}
  508. {/block:ifnotshowcaptions}
  509. </div>
  510. {/block:photo}
  511.  
  512. {block:link}
  513. <div class="post">
  514. <div class="permbox">
  515. <div class="permalink">
  516. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  517. <br>
  518. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  519. </div>
  520. </div>
  521. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  522. {block:description}
  523. <div style="margin-top:-7px;">
  524. {description}
  525. </div>
  526. {/block:description}
  527. {block:ifshowcaptions}
  528. {block:caption}
  529. {caption}
  530. {/block:caption}
  531. {/block:ifshowcaptions}
  532. {block:ifnotshowcaptions}
  533. {block:permalinkpage}
  534. {caption}
  535. {/block:permalinkpage}
  536. {/block:ifnotshowcaptions}
  537. </div>
  538. {/block:link}
  539.  
  540. {block:Photoset}
  541. <div class="post">
  542. <div class="permbox">
  543. <div class="permalink">
  544. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  545. <br>
  546. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  547. </div>
  548. </div>
  549. {block:IndexPage}
  550. {block:If250pxposts}
  551. {photoset-250}
  552. {/block:If250pxposts}
  553. {block:If400pxposts}
  554. {photoset-400}
  555. {/block:If400pxposts}
  556. {block:If500pxposts}
  557. {photoset-500}
  558. {/block:If500pxposts}
  559. {/block:IndexPage}
  560. {block:PermalinkPage}
  561. {Photoset-500}
  562. {/block:PermalinkPage}
  563. {block:ifshowcaptions}
  564. {block:caption}
  565. {caption}
  566. {/block:caption}
  567. {/block:ifshowcaptions}
  568. {block:ifnotshowcaptions}
  569. {block:permalinkpage}
  570. {caption}
  571. {/block:permalinkpage}
  572. {/block:ifnotshowcaptions}
  573. </div>
  574. {/block:Photoset}
  575.  
  576. {block:audio}
  577. <div class="post">
  578. <div class="permbox">
  579. <div class="permalink">
  580. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  581. <br>
  582. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  583. </div>
  584. </div>
  585. <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
  586. {block:indexpage}
  587. <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
  588. {block:albumart}
  589. <div class="audi"><img src="{albumartURL}"></div>
  590. {/block:albumart}
  591. <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
  592. {block:artist}
  593. {artist}
  594. {/block:artist}
  595. <br>
  596. {block:album}
  597. {album}
  598. {/block:album}
  599. <br>
  600. {block:trackname}
  601. {trackname}
  602. {/block:trackname}
  603. <br>
  604. </div>
  605. <div style="{block:if250pxposts}width:58%;{/block:if250pxposts}{block:if400pxposts}width:73%;{/block:if400pxposts}{block:if500pxposts}width:78%;{/block:if500pxposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
  606. <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
  607. <div style="margin-top:-2px;"></div>
  608. {playcountwithlabel}
  609. </div>
  610. </div>
  611. </div>
  612. {/block:indexpage}
  613. {block:permalinkpage}
  614. <br>
  615. {block:albumart}
  616. <div class="audi">
  617. <img src="{albumarturl}">
  618. </div>
  619. {/block:albumart}
  620. <div styl="float:left;">
  621. {playcountwithlabel}
  622. <br>
  623. {block:artist}
  624. {artist}
  625. {/block:artist}
  626. <br>
  627. {block:album}
  628. {album}
  629. {/block:album}
  630. <br>
  631. {block:trackname}
  632. {trackname}
  633. {/block:trackname}
  634. <br>
  635. </div>
  636. {/block:permalinkpage}
  637. {block:ifshowcaptions}
  638. {block:caption}
  639. {caption}
  640. {/block:caption}
  641. {/block:ifshowcaptions}
  642. {block:ifnotshowcaptions}
  643. {block:permalinkpage}
  644. <div style="float:left;">
  645. {caption}
  646. </div>
  647. {/block:permalinkpage}
  648. {/block:ifnotshowcaptions}
  649. </div>
  650. {/block:audio}
  651.  
  652. {block:chat}
  653. <div class="post">
  654. <div class="permbox">
  655. <div class="permalink">
  656. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  657. <br>
  658. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  659. </div>
  660. </div>
  661. <ul>
  662. {block:Lines}
  663. <li class="person">
  664. {block:Label}
  665. {Label}
  666. {/block:Label}
  667. {Line}
  668. </li>
  669. {/block:Lines}
  670. </ul>
  671. {block:ifshowcaptions}
  672. {block:caption}
  673. {caption}
  674. {/block:caption}
  675. {/block:ifshowcaptions}
  676. {block:ifnotshowcaptions}
  677. {block:permalinkpage}
  678. {caption}
  679. {/block:permalinkpage}
  680. {/block:ifnotshowcaptions}
  681. </div>
  682. {/block:chat}
  683. {block:Video}
  684. <div class="post">
  685. <div class="permbox">
  686. <div class="permalink">
  687. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  688. <br>
  689. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  690. </div>
  691. </div>
  692. {block:indexpage}
  693. {block:if250pxposts}
  694. {video-250}
  695. {/block:if250pxposts}
  696. {block:if400pxposts}
  697. {video-400}
  698. {/block:if400pxposts}
  699. {block:if500pxposts}
  700. {video-500}
  701. {/block:if500pxposts}
  702. {/block:indexPage}
  703. {block:permalinkpage}
  704. {video-500}
  705. {/block:permalinkpage}
  706. {block:ifshowcaptions}
  707. {block:caption}
  708. {caption}
  709. {/block:caption}
  710. {/block:ifshowcaptions}
  711. {block:ifnotshowcaptions}
  712. {block:permalinkpage}
  713. {caption}
  714. {/block:permalinkpage}
  715. {/block:ifnotshowcaptions}
  716. </div>
  717. {/block:video}
  718.  
  719. {block:Answer}
  720. <div class="post">
  721. <div class="permbox">
  722. <div class="permalink">
  723. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  724. <br>
  725. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  726. </div>
  727. </div>
  728. <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
  729. {Asker}: {Question}
  730. </div>
  731. {Answer}
  732. </div>
  733. {/block:Answer}
  734.  
  735. {block:PermalinkPage}
  736. {block:Date}
  737. <div id="prmpg">
  738. <h1>{dayofweek}, {month} {dayofmonth}{dayofmonthsuffix} {year} | {24hour}:{minutes}:{seconds}</h1>
  739. {/block:Date}
  740. <div style="margin-top:-5px;"></div>
  741. {block:postnotes}
  742. {NoteCountWithLabel}
  743. <br>
  744. {/block:postnotes}
  745. {block:HasTags}
  746. <i>tags</i>: {block:Tags}<a href="{tagURL}">#{Tag} </a>{/block:Tags}
  747. <br>
  748. {/block:HasTags}
  749. {block:RebloggedFrom}
  750. <i>via</i>: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  751. <br>
  752. <i>original</i>: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  753. {/block:RebloggedFrom}
  754. {block:date}
  755. <div style="border-bottom:1px dashed {color:bordering};margin-top:5px; margin-bottom:4px;"></div>
  756. <i>navigate</i>: <a href="{reblogURL}" title="reblog this">reblog</a>, <a href="/" title="index">index</a>, <a href="/random" title="random entry">random entry</a>
  757. {/block:date}
  758. {block:postnotes}
  759. <div style="height:5px;"></div>
  760. <div style="border-bottom:1px solid {color:bordering};"></div>
  761. <br>
  762. <div id="not">
  763. {PostNotes}
  764. </div>
  765. {/block:postnotes}
  766. </div>
  767. {/block:PermalinkPage}
  768.  
  769. {/block:posts}
  770.  
  771. </div>
  772. </body>
  773. </html>
Advertisement
Add Comment
Please, Sign In to add comment