Noctos

perfectos

Jun 30th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.01 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. PERFECTOS THEME BY NOCTOS @ TUMBLR
  11. ___________________________________________________________________________
  12.  
  13. -->
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <meta name="text:font" content="cambria" />
  22. <meta name="text:font size" content="9px" />
  23. <meta name="image:background" content="" />
  24. <meta name="image:side" content="http://static.tumblr.com/nj7bgyh/tkWm1regy/tumblr_m0iyf9ysys1qa6b2io1_1280.jpg" />
  25. <meta name="color:background" content="#fff" />
  26. <meta name="color:text" content="#777" />
  27. <meta name="color:links" content="#888" />
  28. <meta name="color:links hover" content="#191919" />
  29. <meta name="color:bordering" content="#eee" />
  30. <meta name="color:entry BG" content="#fff" />
  31. <meta name="color:side BG" content="#fff" />
  32. <meta name="color:side links BG" content="#000" />
  33. <meta name="color:side links TXT" content="#fff" />
  34. <meta name="if:endless scroll" content="1" />
  35. <meta name="if:show captions" content="0" />
  36. <meta name="if:small posts" content="1" />
  37. <meta name="if:medium posts" content="0" />
  38. <meta name="if:large posts" content="0" />
  39. <meta name="text:link one" content="" />
  40. <meta name="text:link one title" content="" />
  41. <meta name="text:link two" content="" />
  42. <meta name="text:link two title" content="" />
  43. <meta name="text:link three" content="" />
  44. <meta name="text:link three title" content="" />
  45.  
  46. {block:ifendlessscroll}
  47. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  48. {/block:ifendlessscroll}
  49.  
  50. <style type="text/css">
  51.  
  52. {CustomCSS}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
  55. ::-webkit-scrollbar {height:0px;width:5px;background-color:#ffffff;}
  56.  
  57. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  58.  
  59. 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;}
  60.  
  61.  
  62. body {
  63. background-image: url('{image:background}');
  64. background-attachment:fixed;
  65. background-color:{color:background};
  66. font-family:{text:font};
  67. font-size:{text:font size};
  68. color:{color:text};
  69. }
  70.  
  71. a {
  72. color:{color:links};
  73. text-decoration:none;
  74. -webkit-transition: all 0.6s ease-in;
  75. -moz-transition: all 0.6s ease-in;
  76. -o-transition: all 0.6s ease-in;
  77. }
  78.  
  79. a:hover {
  80. color:{color:links hover};
  81. }
  82.  
  83. h1 {
  84. font-size:16px;
  85. font-weight:lighter;
  86. letter-spacing:-1.5px;
  87. text-transform:uppercase;
  88. border-bottom:1px solid {color:bordering};
  89. }
  90.  
  91. blockquote {
  92. padding-left:10px;
  93. border-left:1px solid {color:text};
  94. }
  95.  
  96. .audi img {
  97. max-width:100px;
  98. overflow:hidden;
  99. float:left;
  100. margin-right:5px;
  101. }
  102.  
  103. {block:indexpage}
  104. .post img {
  105. -webkit-transition: all 0.6s ease-in;
  106. -moz-transition: all 0.6s ease-in;
  107. -o-transition: all 0.6s ease-in;
  108. }
  109.  
  110. .post img:hover {
  111. opacity:0.65;
  112. }
  113. {/block:indexpage}
  114.  
  115. #content {
  116. {block:indexpage}
  117. {block:ifsmallposts}
  118. margin-left:40%;
  119. {block:ifsmallposts}
  120. {block:ifmediumposts}
  121. margin-left:33%;
  122. {/block:ifmediumposts}
  123. {block:iflargeposts}
  124. margin-left:30%;
  125. {/block:iflargeposts}
  126. {/block:indexpage}
  127. {block:permalinkpage}
  128. margin-left:30%;
  129. {/block:permalinkpage}
  130. {block:indexpage}
  131. {block:ifsmallposts}
  132. width:250px;
  133. {block:ifsmallposts}
  134. {block:ifmediumposts}
  135. width:400px;
  136. {/block:ifmediumposts}
  137. {block:iflargeposts}
  138. width:500px;
  139. {/block:iflargeposts}
  140. {/block:indexpage}
  141. {block:permalinkpage}
  142. width:500px;
  143. {/block:permalinkpage}
  144. }
  145.  
  146. .post {
  147. float:left;
  148. overflow:hidden;
  149. text-align:justify;
  150. margin-bottom:8px;
  151. {block:indexpage}
  152. {block:ifsmallposts}
  153. width:250px;
  154. {block:ifsmallposts}
  155. {block:ifmediumposts}
  156. width:400px;
  157. {/block:ifmediumposts}
  158. {block:iflargeposts}
  159. width:500px;
  160. {/block:iflargeposts}
  161. {/block:indexpage}
  162. {block:permalinkpage}
  163. width:500px;
  164. {/block:permalinkpage}
  165. overflow:hidden;
  166. }
  167.  
  168. .permalink {
  169. position:absolute;
  170. padding:5px;
  171. border-left:1px solid {color:text};
  172. opacity:0;
  173. {block:indexpage}
  174. {block:ifsmallposts}
  175. margin-left:260px;
  176. {block:ifsmallposts}
  177. {block:ifmediumposts}
  178. margin-left:410px;
  179. {/block:ifmediumposts}
  180. {block:iflargeposts}
  181. margin-left:509px;
  182. {/block:iflargeposts}
  183. {/block:indexpage}
  184. {block:permalinkpage}
  185. display:none;
  186. {/block:permalinkpage}
  187. -webkit-transition: all 0.7s ease-out;
  188. -moz-transition: all 0.7s ease-out;
  189. -o-transition: all 0.7s ease-out;
  190. }
  191.  
  192. .post:hover .permalink {
  193. opacity:1;
  194. }
  195.  
  196. .notes img {
  197. width:0px;
  198. height:0px;
  199. }
  200.  
  201. .pagination {
  202. margin-top:10px;
  203. text-align:center;
  204. font-family:consolas;
  205. font-size:11px;
  206. }
  207.  
  208. .pagination a {
  209. color:{color:links};
  210. opacity:0.4;
  211. -webkit-transition: all 0.7s ease-out;
  212. -moz-transition: all 0.7s ease-out;
  213. -o-transition: all 0.7s ease-out;
  214. }
  215.  
  216. .pagination a:hover {
  217. opacity:1;
  218. }
  219.  
  220. #backing {
  221. background-attachment;
  222. position:fixed;
  223. {block:indexpage}
  224. {block:ifsmallposts}
  225. left:40%;
  226. {block:ifsmallposts}
  227. {block:ifmediumposts}
  228. left:33%;
  229. {/block:ifmediumposts}
  230. {block:iflargeposts}
  231. left:30%;
  232. {/block:iflargeposts}
  233. {/block:indexpage}
  234. {block:permalinkpage}
  235. left:30%;
  236. {/block:permalinkpage}
  237. top:-10px;
  238. height:110%;
  239. z-index:-999;
  240. margin-left:-8px;
  241. padding:10px;
  242. {block:indexpage}
  243. {block:ifsmallposts}
  244. width:250px;
  245. {block:ifsmallposts}
  246. {block:ifmediumposts}
  247. width:400px;
  248. {/block:ifmediumposts}
  249. {block:iflargeposts}
  250. width:500px;
  251. {/block:iflargeposts}
  252. {/block:indexpage}
  253. {block:permalinkpage}
  254. width:501px;
  255. {/block:permalinkpage}
  256. background-color:{color:entry BG};
  257. border-right:1px solid {color:bordering};
  258. }
  259.  
  260. #left {
  261. background-color:{color:side BG};
  262. width:172px;
  263. height:110%;
  264. position:fixed;
  265. {block:indexpage}
  266. {block:ifsmallposts}
  267. left:40%;
  268. {block:ifsmallposts}
  269. {block:ifmediumposts}
  270. left:33%;
  271. {/block:ifmediumposts}
  272. {block:iflargeposts}
  273. left:30%;
  274. {/block:iflargeposts}
  275. {/block:indexpage}
  276. {block:permalinkpage}
  277. left:30%;
  278. {/block:permalinkpage}
  279. top:1px;
  280. overflow:hidden;
  281. margin-left:-190px;
  282. }
  283.  
  284. .img:hover .link1 {opacity:0.75;margin-left:0px;}
  285. .img:hover .link2 {opacity:0.75;margin-left:0px;}
  286. .img:hover .link3 {opacity:0.75;margin-left:0px;}
  287. .img:hover .link4 {opacity:0.75;margin-left:0px;}
  288. .img:hover .link5 {opacity:0.75;margin-left:0px;}
  289. .img:hover .link6 {opacity:0.75;margin-left:0px;}
  290.  
  291. .link1 {
  292. width:180px;
  293. position:absolute;
  294. font-family:consolas;
  295. text-transform:uppercase;
  296. letter-spacing:1px;
  297. font-size:11px;
  298. text-align:center;
  299. margin-top:8px;
  300. background-color:{color:side links BG};
  301. opacity:0;
  302. margin-left:170px;
  303. -webkit-transition: all 0.6s ease-out;
  304. -moz-transition: all 0.6s ease-out;
  305. -o-transition: all 0.6s ease-out;
  306. }
  307.  
  308. .link2 {
  309. width:180px;
  310. position:absolute;
  311. font-family:consolas;
  312. text-transform:uppercase;
  313. letter-spacing:1px;
  314. font-size:11px;
  315. text-align:center;
  316. margin-top:28px;
  317. background-color:{color:side links BG};
  318. opacity:0;
  319. margin-left:170px;
  320. -webkit-transition: all 0.7s ease-out;
  321. -moz-transition: all 0.7s ease-out;
  322. -o-transition: all 0.7s ease-out;
  323. }
  324.  
  325. .link3 {
  326. width:180px;
  327. position:absolute;
  328. font-family:consolas;
  329. text-transform:uppercase;
  330. letter-spacing:1px;
  331. font-size:11px;
  332. text-align:center;
  333. margin-top:48px;
  334. background-color:{color:side links BG};
  335. opacity:0;
  336. margin-left:170px;
  337. -webkit-transition: all 0.8s ease-out;
  338. -moz-transition: all 0.8s ease-out;
  339. -o-transition: all 0.8s ease-out;
  340. }
  341.  
  342. .link4 {
  343. width:180px;
  344. position:absolute;
  345. font-family:consolas;
  346. text-transform:uppercase;
  347. letter-spacing:1px;
  348. font-size:11px;
  349. text-align:center;
  350. margin-top:68px;
  351. background-color:{color:side links BG};
  352. opacity:0;
  353. margin-left:170px;
  354. -webkit-transition: all 0.9s ease-out;
  355. -moz-transition: all 0.9s ease-out;
  356. -o-transition: all 0.9s ease-out;
  357. }
  358.  
  359. .link5 {
  360. width:180px;
  361. position:absolute;
  362. font-family:consolas;
  363. text-transform:uppercase;
  364. letter-spacing:1px;
  365. font-size:11px;
  366. text-align:center;
  367. margin-top:88px;
  368. background-color:{color:side links BG};
  369. opacity:0;
  370. margin-left:170px;
  371. -webkit-transition: all 1.0s ease-out;
  372. -moz-transition: all 1.0s ease-out;
  373. -o-transition: all 1.0s ease-out;
  374. }
  375.  
  376. .link6 {
  377. width:180px;
  378. position:absolute;
  379. font-family:consolas;
  380. text-transform:uppercase;
  381. letter-spacing:1px;
  382. font-size:11px;
  383. text-align:center;
  384. margin-top:108px;
  385. background-color:{color:side links BG};
  386. opacity:0;
  387. margin-left:170px;
  388. -webkit-transition: all 1.1s ease-out;
  389. -moz-transition: all 1.1s ease-out;
  390. -o-transition: all 1.1s ease-out;
  391. }
  392.  
  393. .description {
  394. width:130px;
  395. margin-left:16px;
  396. padding:5px;
  397. padding-bottom:11px;
  398. margin-top:-5px;
  399. text-align:center;
  400. border-bottom:1px solid {color:bordering};
  401. }
  402.  
  403. </style>
  404. </head>
  405. <body>
  406. <div style="padding:10px;border:1px solid {color:bordering};height:110%;position:fixed;{block:indexpage}{block:ifsmallposts}left:40%;{block:ifsmallposts}{block:ifmediumposts}left:33%;{/block:ifmediumposts}{block:iflargeposts}left:30%;{/block:iflargeposts}{/block:indexpage}{block:permalinkpage}left:30%;{/block:permalinkpage}margin-left:-200px;top:-10px;width:170px;overflow:hidden;background-color:{color:side BG};"></div>
  407. <div id="left">
  408. <div style="margin-top:6px;" class="img">
  409.  
  410. <a style="color:{color:side links txt};" href="/"><div class="link1">home</div></a>
  411. <a style="color:{color:side links txt};" href="/ask"><div class="link2">message</div></a>
  412. <a style="color:{color:side links txt};" href="/archive"><div class="link3">history</div></a>
  413.  
  414. {block:iflinkone}<a style="color:{color:side links txt};" href="{text:link one}"><div class="link4">{text:link one title}</div></a>
  415. {/block:iflinkone}
  416. {block:iflinktwo}<a style="color:{color:side links txt};" href="{text:link two}"><div class="link5">{text:link two title}</div></a>
  417. {/block:iflinktwo}
  418. {block:iflinkthree}<a style="color:{color:side links txt};" href="{text:link three}"><div class="link6">{text:link three title}</div></a>
  419. {/block:iflinkthree}
  420.  
  421. <img style="width:170px;border:1px solid {color:bordering};" src="{image:side}">
  422. </div>
  423. <h1 style="padding-bottom:1px;border-top:1px solid {color:bordering};"><center><a style="color:{color:text};" href="/" title="{Title}">{Title}</a></center></h1>
  424. <div class="description">{Description}</div>
  425. {block:ifnotendlessscroll}
  426. <div class="pagination">
  427. {block:NextPage}
  428. <a href="{NextPage}">FORTH</a>
  429. {block:NextPage}
  430. {block:PreviousPage}
  431. <a href="{PreviousPage}">BACK</a><br>
  432. {/block:PreviousPage}
  433. <i style="font-size:8px;font-family:{text:font};letter-spacing:0px;" >{CurrentPage} / {TotalPages}</i>
  434. </div>
  435. {/block:ifnotendlessscroll}
  436. </div>
  437.  
  438. <div id="backing"></div>
  439.  
  440. <div style="margin-top:-1px" id="content">
  441.  
  442. {block:Posts}
  443.  
  444. {block:Text}
  445. <div class="post">
  446. <div class="permalink">
  447. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  448. <br>
  449. <a href="{Permalink}">{NoteCountWithLabel}</a>
  450. </div>
  451. {block:Title}<h1>{Title}</h1>{/block:Title}
  452. <div style="margin-top:-7px"></div>
  453. {Body}
  454. </div>
  455. {/block:Text}
  456.  
  457. {block:Photo}
  458. <div class="post">
  459. <div class="permalink">
  460. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  461. <br>
  462. <a href="{Permalink}">{NoteCountWithLabel}</a>
  463. </div>
  464. {LinkOpenTag}
  465. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  466. {block:indexpage}
  467. {block:ifsmallposts}
  468. <img src="{PhotoURL-250}">
  469. {/block:ifsmallposts}
  470. {block:ifmediumposts}
  471. <img style="width:400px;" src="{PhotoURL-500}">
  472. {/block:ifmediumposts}
  473. {block:iflargeposts}
  474. <img src="{PhotoURL-500}">
  475. {/block:iflargeposts}
  476. {block:ifshowcaptions}
  477. {Caption}
  478. {/block:ifshowcaptions}
  479. {/block:indexpage}
  480. {block:permalinkpage}
  481. <img src="{PhotoURL-500}">
  482. {Caption}
  483. {/block:permalinkpage}
  484. </div>
  485. {LinkCloseTag}
  486. {/block:Photo}
  487.  
  488. {block:Quote}
  489. <div class="post">
  490. <div class="permalink">
  491. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  492. <br>
  493. <a href="{Permalink}">{NoteCountWithLabel}</a>
  494. </div>
  495. "{Quote}"
  496. <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div>
  497. <div style="text-align:right;">
  498. {block:Source}― {Source}{/block:Source}
  499. </div>
  500. </div>
  501. {/block:Quote}
  502.  
  503. {block:Photoset}
  504. <div class="post">
  505. <div class="permalink">
  506. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  507. <br>
  508. <a href="{Permalink}">{NoteCountWithLabel}</a>
  509. </div>
  510. {block:indexpage}
  511. {block:ifsmallposts}
  512. {Photoset-250}
  513. {/block:ifsmallposts}
  514. {block:ifmediumposts}
  515. {Photoset-400}
  516. {/block:ifmediumposts}
  517. {block:iflargeposts}
  518. {Photoset-500}
  519. {/block:iflargeposts}
  520. {block:ifshowcaptions}
  521. {Caption}
  522. {/block:ifshowcaptions}
  523. {/block:indexpage}
  524. {block:permalinkpage}
  525. {Photoset-500}
  526. {Caption}
  527. {/block:permalinkpage}
  528. </div>
  529. {/block:Photoset}
  530.  
  531. {block:Link}
  532. <div class="post">
  533. <div class="permalink">
  534. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  535. <br>
  536. <a href="{Permalink}">{NoteCountWithLabel}</a>
  537. </div>
  538. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  539. {block:description}
  540. <div style="margin-top:-7px;">
  541. {description}
  542. </div>
  543. {/block:description}
  544. {block:indexpage}
  545. {block:ifshowcaptions}
  546. {caption}
  547. {/block:ifshowcaptions}
  548. {/block:indexpage}
  549. {block:permalinkpage}
  550. {caption}
  551. {/block:permalinkpage}
  552. </div>
  553. {/block:Link}
  554.  
  555. {block:audio}
  556. <div class="post">
  557. <div class="permalink">
  558. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  559. <br>
  560. <a href="{Permalink}">{NoteCountWithLabel}</a>
  561. </div>
  562. <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
  563. {block:indexpage}
  564. <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
  565. {block:albumart}
  566. <div class="audi"><img src="{albumartURL}"></div>
  567. {/block:albumart}
  568. <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
  569. {block:artist}{artist}{/block:artist}<br>
  570. {block:album}{album}{/block:album}<br>
  571. {block:trackname}{trackname}{/block:trackname}<br>
  572. </div>
  573. <div style="{block:ifsmallposts}width:58%;{/block:ifsmallposts}{block:ifmediumposts}width:73%;{/block:ifmediumposts}{block:iflargeposts}width:78%;{/block:iflargeposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
  574. <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
  575. <div style="margin-top:-2px;"></div>
  576. {playcountwithlabel}
  577. </div></div></div>
  578. {/block:indexpage}
  579. {block:permalinkpage}<br>
  580. {block:albumart}
  581. <div class="audi">
  582. <img src="{albumarturl}">
  583. </div>
  584. {/block:albumart}
  585. <div style="float:left;">
  586. {playcountwithlabel}<br>
  587. {block:artist}{artist}{/block:artist}<br>
  588. {block:album}{album}{/block:album}<br>
  589. {block:trackname}{trackname}{/block:trackname}<br>
  590. </div>
  591. {/block:permalinkpage}
  592. {block:ifshowcaptions}
  593. {block:caption}
  594. {caption}
  595. {/block:caption}
  596. {/block:ifshowcaptions}
  597. {block:ifnotshowcaptions}
  598. {block:permalinkpage}
  599. <div style="float:left;">
  600. {caption}
  601. </div>
  602. {/block:permalinkpage}
  603. {/block:ifnotshowcaptions}
  604. </div>
  605. {/block:audio}
  606.  
  607. {block:Video}
  608. <div class="post">
  609. <div class="permalink">
  610. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  611. <br>
  612. <a href="{Permalink}">{NoteCountWithLabel}</a>
  613. </div>
  614. {block:indexpage}
  615. {block:ifsmallposts}
  616. {video-250}
  617. {/block:ifsmallposts}
  618. {block:ifmediumposts}
  619. {video-400}
  620. {/block:ifmediumposts}
  621. {block:iflargeposts}
  622. {video-500}
  623. {/block:iflargeposts}
  624. {block:ifshowcaptions}
  625. {Caption}
  626. {/block:ifshowcaptions}
  627. {/block:indexpage}
  628. {block:permalinkpage}
  629. {video-500}
  630. {Caption}
  631. {/block:permalinkpage}
  632. </div>
  633. {/block:Video}
  634.  
  635. {block:Answer}
  636. <div class="post">
  637. <div class="permalink">
  638. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  639. <br>
  640. <a href="{Permalink}">{NoteCountWithLabel}</a>
  641. </div>
  642. <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
  643. {Asker}: {Question}
  644. </div>
  645. {Answer}
  646. </div>
  647. {/block:Answer}
  648.  
  649. {block:chat}
  650. <div class="post">
  651. <div class="permalink">
  652. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  653. <br>
  654. <a href="{Permalink}">{NoteCountWithLabel}</a>
  655. </div>
  656. {block:title}<h1>{title}</h1><div style="margin-top:-7px;"></div>{/block:title}
  657. <ul>
  658. {block:Lines}
  659. <li style="list-style:square;">
  660. {block:Label}
  661. {Label}
  662. {/block:Label}
  663. <i>
  664. {Line}
  665. </i>
  666. </li>
  667. {/block:Lines}
  668. </ul>
  669. {block:ifshowcaptions}
  670. {block:caption}
  671. {caption}
  672. {/block:caption}
  673. {/block:ifshowcaptions}
  674. {block:ifnotshowcaptions}
  675. {block:permalinkpage}
  676. {caption}
  677. {/block:permalinkpage}
  678. {/block:ifnotshowcaptions}
  679. </div>
  680. {/block:chat}
  681.  
  682. {block:PermalinkPage}
  683. <div style="float:left;width:500px;">
  684. {block:Date}
  685. <div style="font-weight:bold;font-size:12px;border-bottom:1px solid {color:bordering};margin-bottom:3px;text-transform:uppercase;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</div>
  686. {/block:Date}
  687. {block:PostNotes}
  688. {NoteCountWithLabel}
  689. <br>
  690. {/block:PostNotes}
  691. {block:HasTags}
  692. tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}
  693. <br>
  694. {/block:HasTags}
  695. {block:RebloggedFrom}
  696. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>
  697. original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  698. {/block:RebloggedFrom}
  699. {block:Date}
  700. <div style="border-bottom:1px solid {color:bordering};padding-top:3px;margin-bottom:3px;"></div>
  701. navigation: <a href="{ReblogURL}" title="reblog this post">reblog</a>, <a href="/">index</a>, <a href="/random" title="random post">random</a>
  702. {/block:Date}
  703. {block:NoteCount}
  704. <div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div>
  705. <div class="notes">
  706. {PostNotes}
  707. </div>
  708. {/block:NoteCount}
  709. </div>
  710. {/block:PermalinkPage}
  711.  
  712. {/block:Posts}
  713.  
  714. </div>
  715.  
  716. <a style="position:fixed;bottom:5px;right:5px;font-family:consolas;font-size:8px;opacity:0.7;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
  717.  
  718. </body>
  719. </html>
Add Comment
Please, Sign In to add comment