xmisa0923

hbhjh

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