Advertisement
duduh

Noctos - Theme#02

Aug 3rd, 2012
1,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.06 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. IUSTO 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/5YLm2qtk0/tumblr_m2fadmcg5i1rtcguro1_500.jpg" />
  25. <meta name="color:background" content="#fff" />
  26. <meta name="color:text" content="#777" />
  27. <meta name="color:links" content="#b4b4b4" />
  28. <meta name="color:links hover" content="#494949" />
  29. <meta name="color:bordering" content="#eee" />
  30. <meta name="color:side links TXT" content="#777" />
  31. <meta name="color:side links BG" content="#eee" />
  32. <meta name="color:side links hover TXT" content="#fff" />
  33. <meta name="color:side links hover BG" content="#777" />
  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. <meta name="text:link four" content="" />
  46. <meta name="text:link four title" content="" />
  47. <meta name="text:link five" content="" />
  48. <meta name="text:link five title" content="" />
  49.  
  50. {block:ifendlessscroll}
  51. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  52. {/block:ifendlessscroll}
  53.  
  54. <style type="text/css">
  55.  
  56. {CustomCSS}
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
  59. ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:background};}
  60.  
  61. 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;}
  62.  
  63. 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;}
  64.  
  65.  
  66. body {
  67. background-image: url('{image:background}');
  68. background-attachment:fixed;
  69. background-color:{color:background};
  70. font-family:{text:font};
  71. font-size:{text:font size};
  72. color:{color:text};
  73. }
  74.  
  75. a {
  76. color:{color:links};
  77. text-decoration:none;
  78. -webkit-transition: all 0.6s ease-in;
  79. -moz-transition: all 0.6s ease-in;
  80. -o-transition: all 0.6s ease-in;
  81. }
  82.  
  83. a:hover {
  84. color:{color:links hover};
  85. }
  86.  
  87. h1 {
  88. font-size:16px;
  89. font-weight:lighter;
  90. letter-spacing:-1.5px;
  91. text-transform:uppercase;
  92. border-bottom:1px solid {color:bordering};
  93. }
  94.  
  95. blockquote {
  96. padding-left:10px;
  97. border-left:1px solid {color:text};
  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.7;
  109. }
  110. {/block:indexpage}
  111.  
  112. .audi img {
  113. max-width:100px;
  114. overflow:hidden;
  115. float:left;
  116. margin-right:5px;
  117. }
  118.  
  119. #content {
  120. margin-left:40%;
  121. {block:indexpage}
  122. {block:ifsmallposts}
  123. width:250px;
  124. {block:ifsmallposts}
  125. {block:ifmediumposts}
  126. width:400px;
  127. {/block:ifmediumposts}
  128. {block:iflargeposts}
  129. width:500px;
  130. {/block:iflargeposts}
  131. {/block:indexpage}
  132. {block:permalinkpage}
  133. width:500px;
  134. {/block:permalinkpage}
  135. }
  136.  
  137. .post {
  138. margin-bottom:5px;
  139. float:right;
  140. {block:indexpage}
  141. {block:ifsmallposts}
  142. width:250px;
  143. {/block:ifsmallposts}
  144. {block:ifmediumposts}
  145. width:400px;
  146. {/block:ifmediumposts}
  147. {block:iflargeposts}
  148. width:500px;
  149. {/block:iflargeposts}
  150. {/block:indexpage}
  151. {block:permalinkpage}
  152. width:500px;
  153. {/block:permalinkpage}
  154. }
  155.  
  156.  
  157. .permalink {
  158. max-width:200px;
  159. position:absolute;
  160. padding:5px;
  161. padding-top:5px;
  162. border-left:1px solid {color:bordering};
  163. opacity:0;
  164. {block:ifsmallposts}
  165. margin-left:256px;
  166. {block:ifsmallposts}
  167. {block:ifmediumposts}
  168. margin-left:406px;
  169. {/block:ifmediumposts}
  170. {block:iflargeposts}
  171. margin-left:506px;
  172. {/block:iflargeposts}
  173. {block:permalinkpage}
  174. display:none;
  175. {/block:permalinkpage}
  176. -webkit-transition: all 0.6s ease-out;
  177. -moz-transition: all 0.6s ease-out;
  178. -o-transition: all 0.6s ease-out;
  179. }
  180.  
  181. .post:hover .permalink {
  182. opacity:1;
  183. }
  184.  
  185. .notes img {
  186. height:0px;
  187. width:0px;
  188. }
  189.  
  190. #side {
  191. position:fixed;
  192. left:40%;
  193. top:-10px;
  194. {block:indexpage}
  195. margin-left:-165px;
  196. {/block:indexpage}
  197. {block:permalinkpage}
  198. margin-left:-265px;
  199. {/block:permalinkpage}
  200. height:110%;
  201. width:160px;
  202. }
  203.  
  204. .link {
  205. margin-top:2px;
  206. font-family:consolas;
  207. font-size:8px;
  208. text-align:right;
  209. text-transform:uppercase;
  210. width:154px;
  211. padding-right:6px;
  212. background-color:{color:side links BG};
  213. color:{color:side links TXT};
  214. -webkit-transition: all 0.75s ease-out;
  215. -moz-transition: all 0.75s ease-out;
  216. -o-transition: all 0.75s ease-out;
  217. }
  218.  
  219. .link:hover {
  220. background-color:{color:side links hover BG};
  221. color:{color:side links hover TXT};
  222. }
  223.  
  224. .photo {
  225. width:160px;
  226. margin-bottom:3px;
  227. }
  228.  
  229. .pagina {
  230. width:40px;
  231. position:fixed;
  232. left:30%;
  233. margin-left:-170px;
  234. text-align:right;
  235. font-family:consolas;
  236. font-size:11px;
  237. letter-spacing:1px;
  238. }
  239.  
  240. </style>
  241. </head>
  242. <body>
  243.  
  244. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  245. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  246. <script type="text/javascript">
  247. SCMMusicPlayer.init("{'skin':'http://static.tumblr.com/83zgfej/nA4m1mgt5/skin16.css','playback':{'autostart':'true','shuffle':'false','volume':'70'},'playlist':[{'title':'','url':'http://www.youtube.com/watch?v=JYIu_gDzsT0&feature=relmfu'},{'title':'','url':'http://www.youtube.com/watch?v=adR2-KMtXe8'},{'title':'','url':'http://www.youtube.com/watch?v=q9ayN39xmsI'},{'title':'','url':'http://www.youtube.com/watch?v=hsVYxhptsbM&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=09ggWdAJSjo'},{'title':'','url':'http://www.youtube.com/watch?v=lHYhErv_fWQ'},{'title':'','url':'http://www.youtube.com/watch?v=ocl9tU516a8'},{'title':'','url':'http://www.youtube.com/watch?v=jClEBOfsLYM'},{'title':'','url':'http://www.youtube.com/watch?v=yhE1Mxdgxrc'}],'placement':'bottom','showplaylist':'false'}");
  248. </script>
  249. <!--End of SCM Music Player script-->
  250.  
  251.  
  252. <div id="side">
  253. <div style="position:fixed;bottom:30%;"><!-- PLACE HOLDER (SIDE) -->
  254. <h1 style="margin-bottom:6px;text-align:center;"><a style="color:{color:text};" href="/" title="index">{Title}</a></h1>
  255. {block:ifnotendlessscroll}
  256. {block:Pagination}
  257. <div class="pagina">
  258. {block:NextPage}
  259. <a href="{NextPage}">FORTH</a>
  260. {/block:NextPage}
  261. {block:PreviousPage}
  262. <br>
  263. <a href="{PreviousPage}">BACK</a>
  264. {/block:PreviousPage}
  265. <i style="font-size:6px;color:{color:text};">{CurrentPage}/{TotalPages}</i>
  266. </div>
  267. {/block:Pagination}
  268. {/block:ifnotendlessscroll}
  269. <div class="photo">
  270. <a href="/">
  271. <img style="width:160px; "src="{image:side}">
  272. </a>
  273. </div>
  274. <div class="box">
  275. <a href="/"><div class="link">index</div></a>
  276. <a href="/ask"><div class="link">message</div></a>
  277. <a href="/submit"><div class="link">submit</div></a>
  278. {block:iflinkone}
  279. <a href="{text:link one}" title="{text:link one title}"><div class="link">{text:link one title}</div></a>
  280. {/block:iflinkone}
  281. {block:iflinktwo}
  282. <a href="{text:link two}" title="{text:link two title}"><div class="link">{text:link two title}</div></a>
  283. {/block:iflinktwo}
  284. {block:iflinkthree}
  285. <a href="{text:link three}" title="{text:link three title}"><div class="link">{text:link three title}</div></a>
  286. {/block:iflinkthree}
  287. {block:iflinkfour}
  288. <a href="{text:link four}" title="{text:link four title}"><div class="link">{text:link four title}</div></a>
  289. {/block:iflinkfour}
  290. {block:iflinkfive}
  291. <a href="{text:link five}" title="{text:link five title}"><div class="link">{text:link five title}</div></a>
  292. {/block:iflinkfive}
  293. </div>
  294. </div>
  295. <div style="position:fixed;top:70%;border-top:1px dotted {color:bordering};margin-top:6px;padding-top:3px;width:160px;text-align:center;">{Description}</div>
  296. </div>
  297.  
  298. <div style="margin-top:-2px"><!-- PLACE HOLDER (TOP) --></div>
  299.  
  300. {block:permalinkpage}
  301. <div style="margin-left:-166px;"><!-- PLACE HOLDER (PERMALINKPAGE) -->
  302. {/block:permalinkpage}
  303.  
  304. <div id="content">
  305.  
  306. {block:Posts}
  307.  
  308. {block:Text}
  309. <div class="post">
  310. <div class="permalink">
  311. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  312. <br>
  313. <a href="{Permalink}">{NoteCountWithLabel}</a>
  314. {block:HasTags}
  315. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  316. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  317. {/block:HasTags}
  318. </div>
  319. {block:Title}<h1>{Title}</h1>{/block:Title}
  320. <div style="margin-top:-7px"></div>
  321. {Body}
  322. </div>
  323. {/block:Text}
  324.  
  325. {block:Photo}
  326. <div class="post">
  327. <div class="permalink">
  328. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  329. <br>
  330. <a href="{Permalink}">{NoteCountWithLabel}</a>
  331. {block:HasTags}
  332. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  333. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  334. {/block:HasTags}
  335. </div>
  336. {LinkOpenTag}
  337. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  338. {block:indexpage}
  339. {block:ifsmallposts}
  340. <img src="{PhotoURL-250}">
  341. {/block:ifsmallposts}
  342. {block:ifmediumposts}
  343. <img style="width:400px;" src="{PhotoURL-500}">
  344. {/block:ifmediumposts}
  345. {block:iflargeposts}
  346. <img src="{PhotoURL-500}">
  347. {/block:iflargeposts}
  348. {block:ifshowcaptions}
  349. {Caption}
  350. {/block:ifshowcaptions}
  351. {/block:indexpage}
  352. {block:permalinkpage}
  353. <img src="{PhotoURL-500}">
  354. {Caption}
  355. {/block:permalinkpage}
  356. </div>
  357. {LinkCloseTag}
  358. {/block:Photo}
  359.  
  360. {block:Quote}
  361. <div class="post">
  362. <div class="permalink">
  363. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  364. <br>
  365. <a href="{Permalink}">{NoteCountWithLabel}</a>
  366. {block:HasTags}
  367. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  368. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  369. {/block:HasTags}
  370. </div>
  371. "{Quote}"
  372. <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div>
  373. <div style="text-align:right;">
  374. {block:Source}― {Source}{/block:Source}
  375. </div>
  376. </div>
  377. {/block:Quote}
  378.  
  379. {block:Photoset}
  380. <div class="post">
  381. <div class="permalink">
  382. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  383. <br>
  384. <a href="{Permalink}">{NoteCountWithLabel}</a>
  385. {block:HasTags}
  386. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  387. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  388. {/block:HasTags}
  389. </div>
  390. {block:indexpage}
  391. {block:ifsmallposts}
  392. {Photoset-250}
  393. {/block:ifsmallposts}
  394. {block:ifmediumposts}
  395. {Photoset-400}
  396. {/block:ifmediumposts}
  397. {block:iflargeposts}
  398. {Photoset-500}
  399. {/block:iflargeposts}
  400. {block:ifshowcaptions}
  401. {Caption}
  402. {/block:ifshowcaptions}
  403. {/block:indexpage}
  404. {block:permalinkpage}
  405. {Photoset-500}
  406. {Caption}
  407. {/block:permalinkpage}
  408. </div>
  409. {/block:Photoset}
  410.  
  411. {block:Link}
  412. <div class="post">
  413. <div class="permalink">
  414. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  415. <br>
  416. <a href="{Permalink}">{NoteCountWithLabel}</a>
  417. {block:HasTags}
  418. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  419. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  420. {/block:HasTags}
  421. </div>
  422. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  423. {block:description}
  424. <div style="margin-top:-7px;">
  425. {description}
  426. </div>
  427. {/block:description}
  428. {block:indexpage}
  429. {block:ifshowcaptions}
  430. {caption}
  431. {/block:ifshowcaptions}
  432. {/block:indexpage}
  433. {block:permalinkpage}
  434. {caption}
  435. {/block:permalinkpage}
  436. </div>
  437. {/block:Link}
  438.  
  439. {block:audio}
  440. <div class="post">
  441. <div class="permalink">
  442. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  443. <br>
  444. <a href="{Permalink}">{NoteCountWithLabel}</a>
  445. {block:HasTags}
  446. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  447. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  448. {/block:HasTags}
  449. </div>
  450. <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
  451. {block:indexpage}
  452. <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
  453. {block:albumart}
  454. <div class="audi"><img src="{albumartURL}"></div>
  455. {/block:albumart}
  456. <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
  457. {block:artist}{artist}{/block:artist}<br>
  458. {block:album}{album}{/block:album}<br>
  459. {block:trackname}{trackname}{/block:trackname}<br>
  460. </div>
  461. <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};">
  462. <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
  463. <div style="margin-top:-2px;"></div>
  464. {playcountwithlabel}
  465. </div></div></div>
  466. {/block:indexpage}
  467. {block:permalinkpage}<br>
  468. {block:albumart}
  469. <div class="audi">
  470. <img src="{albumarturl}">
  471. </div>
  472. {/block:albumart}
  473. <div style="float:left;">
  474. {playcountwithlabel}<br>
  475. {block:artist}{artist}{/block:artist}<br>
  476. {block:album}{album}{/block:album}<br>
  477. {block:trackname}{trackname}{/block:trackname}<br>
  478. </div>
  479. {/block:permalinkpage}
  480. {block:ifshowcaptions}
  481. {block:caption}
  482. {caption}
  483. {/block:caption}
  484. {/block:ifshowcaptions}
  485. {block:ifnotshowcaptions}
  486. {block:permalinkpage}
  487. <div style="float:left;">
  488. {caption}
  489. </div>
  490. {/block:permalinkpage}
  491. {/block:ifnotshowcaptions}
  492. </div>
  493. {/block:audio}
  494.  
  495. {block:Video}
  496. <div class="post">
  497. <div class="permalink">
  498. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  499. <br>
  500. <a href="{Permalink}">{NoteCountWithLabel}</a>
  501. {block:HasTags}
  502. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  503. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  504. {/block:HasTags}
  505. </div>
  506. {block:indexpage}
  507. {block:ifsmallposts}
  508. {video-250}
  509. {/block:ifsmallposts}
  510. {block:ifmediumposts}
  511. {video-400}
  512. {/block:ifmediumposts}
  513. {block:iflargeposts}
  514. {video-500}
  515. {/block:iflargeposts}
  516. {block:ifshowcaptions}
  517. {Caption}
  518. {/block:ifshowcaptions}
  519. {/block:indexpage}
  520. {block:permalinkpage}
  521. {video-500}
  522. {Caption}
  523. {/block:permalinkpage}
  524. </div>
  525. {/block:Video}
  526.  
  527. {block:Answer}
  528. <div class="post">
  529. <div class="permalink">
  530. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  531. <br>
  532. <a href="{Permalink}">{NoteCountWithLabel}</a>
  533. {block:HasTags}
  534. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  535. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  536. {/block:HasTags}
  537. </div>
  538. <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
  539. {Asker}: {Question}
  540. </div>
  541. {Answer}
  542. </div>
  543. {/block:Answer}
  544.  
  545. {block:chat}
  546. <div class="post">
  547. <div class="permalink">
  548. {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}
  549. <br>
  550. <a href="{Permalink}">{NoteCountWithLabel}</a>
  551. {block:HasTags}
  552. <div style="border-bottom:1px dotted {color:bordering};margin-bottom:3px;padding-top:4px;"></div>
  553. {block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a><br>{/block:Tags}
  554. {/block:HasTags}
  555. </div>
  556. {block:title}<h1>{title}</h1><div style="margin-top:-7px;"></div>{/block:title}
  557. <ul>
  558. {block:Lines}
  559. <li style="list-style:square;">
  560. {block:Label}
  561. {Label}
  562. {/block:Label}
  563. <i>
  564. {Line}
  565. </i>
  566. </li>
  567. {/block:Lines}
  568. </ul>
  569. {block:ifshowcaptions}
  570. {block:caption}
  571. {caption}
  572. {/block:caption}
  573. {/block:ifshowcaptions}
  574. {block:ifnotshowcaptions}
  575. {block:permalinkpage}
  576. {caption}
  577. {/block:permalinkpage}
  578. {/block:ifnotshowcaptions}
  579. </div>
  580. {/block:chat}
  581.  
  582. {block:PermalinkPage}
  583. <div style="float:left;width:500px;">
  584. {block:Date}
  585. <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>
  586. {/block:Date}
  587. {block:PostNotes}
  588. {NoteCountWithLabel}
  589. <br>
  590. {/block:PostNotes}
  591. {block:HasTags}
  592. tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}
  593. <br>
  594. {/block:HasTags}
  595. {block:RebloggedFrom}
  596. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>
  597. original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  598. {/block:RebloggedFrom}
  599. {block:Date}
  600. <div style="border-bottom:1px solid {color:bordering};padding-top:3px;margin-bottom:3px;"></div>
  601. navigation: <a href="{ReblogURL}" title="reblog this post">reblog</a>, <a href="/">index</a>, <a href="/random" title="random post">random</a>
  602. {/block:Date}
  603. {block:NoteCount}
  604. <div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div>
  605. <div class="notes">
  606. {PostNotes}
  607. </div>
  608. {/block:NoteCount}
  609. </div>
  610. {/block:PermalinkPage}
  611.  
  612. {/block:Posts}
  613.  
  614. </div>
  615.  
  616. {block:permalinkpage}
  617. <!-- PLACE HOLDER (TOP) [END] --></div>
  618. {/block:permalinkpage}
  619.  
  620. <a style="position:fixed;bottom:5px;right:5px;opacity:0.7;color:#777;font-family:consolas;font-size:8px;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
  621.  
  622. </body>
  623. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement