Advertisement
teuwoo

Theme #001 - Teus

Sep 28th, 2012
4,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 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. <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!---
  13. THEME #01 - TEUS by teuwoo
  14. please, please, please do not remove credit.
  15. i'm sorry to all of you people who love to change the absolute shit out of your themes like i do, because i wrote this really messily and it's kind of hard to see what is what. but if you can figure it out, edit the crap out of it, by all means. Just don't take out the credit. Or Ronald Macdonald will be under your bed in the middle of the night, waiting for the right time to creep up on you.
  16. Love you guys!
  17. -Jisu
  18. --->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#7c7c7c"/>
  23. <meta name="color:Link Hover" content="#b8b8b8"/>
  24. <meta name="color:Pagination" content="#FFF3F1"/>
  25. <meta name="color:Pagination Border" content="#FFCBC9"/>
  26. <meta name="color:Post Background" content="#ffffff"/>
  27. <meta name="color:Title" content="#5a5a5a"/>
  28. <meta name="color:Title Shadow" content="#bababa"/>
  29. <meta name="color:Column" content="#ffffff"/>
  30. <meta name="color:Description" content="#b4b4b4"/>
  31. <meta name="color:Scrollbar" content="#d3d3d3"/>
  32. <meta name="color:Borders" content="#ededed"/>
  33. <meta name="color:Bold" content="#faafaf"/>
  34. <meta name="color:Italic" content="#b3defc"/>
  35. <meta name="color:Selection" content="#FFF3F1"/>
  36. <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_m9oqonG9ZG1r2qpdto1_500.png"/>
  37. <meta name="image:Background" content="http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/back_pattern.png"/>
  38. <meta name="if:ShowTags" content="1"/>
  39. <meta name="if:BigPost" content="0"/>
  40. <meta name="if:Captions" content="0"/>
  41. <meta name="if:InfiniteScroll" content="0"/>
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="" />
  48.  
  49. <style type="text/css">
  50.  
  51. iframe#tumblr_controls {
  52. top:0px !important;
  53. right:3px !important;
  54. position: fixed !important;
  55. opacity: 0.5;
  56. -webkit-transition: all 0.6s ease;}
  57.  
  58. iframe#tumblr_controls:hover{
  59. opacity: 1;
  60. -webkit-transition: all 0.6s ease;
  61. }
  62.  
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {
  66. background-color:{color:Scrollbar};
  67. height:30px;
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. background-color: {color:background};
  72. height:5px;
  73. width:5px;
  74. }
  75.  
  76. ::-moz-selection {
  77. background: {color:selection};
  78. }
  79. ::selection {
  80. background: {color:selection};
  81. }
  82.  
  83. body {
  84. background: {color:background} url('{image:background}') repeat fixed;
  85. margin:0px;
  86. height:100%;
  87. width:100%;
  88. margin:0px;
  89. color:{color:text};
  90. font-family:Calibri;
  91. font-size:10px;
  92. line-height:100%;
  93. }
  94.  
  95. b {
  96. font-weight: bold;
  97. color:{color:bold};
  98. }
  99.  
  100. i {
  101. font-style:italic;
  102. color:{color:italic};
  103. }
  104.  
  105. a:link, a:active, a:visited {
  106. color: {color:link};
  107. text-decoration:none;
  108. -webkit-transition: all 0.6s ease;
  109. }
  110.  
  111. a:hover {
  112. color:{color:link hover};
  113. -webkit-transition: all 0.6s ease;
  114. }
  115.  
  116. img {
  117. border:none;
  118. }
  119.  
  120. blockquote {
  121. padding-left:5px;
  122. border-left:2px solid;
  123. }
  124.  
  125. blockquote blockquote {
  126. padding-left:5px;
  127. border-left:2px solid;
  128. }
  129.  
  130.  
  131. h1 {
  132. font-size:15px;
  133. font-family: cambria;
  134. font-style: italic;
  135. text-transform: lowercase;
  136. letter-spacing:-1px;
  137. margin-top: -1px;
  138. line-height:15px;
  139. border-bottom: 1px solid {color:Borders};
  140. }
  141.  
  142. {block:IndexPage}
  143.  
  144. {block:IfNotBigPost}
  145.  
  146. #entries {
  147. margin-top:10px;
  148. width:400px;
  149. margin-left:420px;
  150. }
  151.  
  152. #post {
  153. width:400px;
  154. padding:5px;
  155. margin-bottom:10px;
  156. background-color:{color:Post Background};
  157. }
  158. {/block:IfNotBigPost}
  159.  
  160. {block:IfBigPost}
  161. #entries {
  162. margin-top:10px;
  163. width:500px;
  164. margin-left:420px;
  165. }
  166.  
  167. #post {
  168. width:500px;
  169. padding:5px;
  170. margin-bottom:10px;
  171. background-color:{color:Post Background};
  172. }
  173. {/block:IfBigPost}
  174.  
  175. {/block:IndexPage}
  176.  
  177. {block:PermalinkPage}
  178. #entries {
  179. margin-top:10px;
  180. width:500px;
  181. margin-left:420px;
  182. }
  183.  
  184. #post {
  185. width:500px;
  186. padding:5px;
  187. margin-bottom:10px;
  188. background-color:{color:Post Background};
  189. }
  190. {/block:PermalinkPage}
  191.  
  192. #post:hover #sunggyu {
  193. opacity:1;
  194. -webkit-transition: all 0.9s ease;
  195. }
  196.  
  197. #sidebar {
  198. width:200px;
  199. position:fixed;
  200. margin-left:200px;
  201. margin-top:100px;
  202. }
  203.  
  204. #thing {
  205. position:fixed;
  206. background-color:{color:column};
  207. height:1500px;
  208. width:200px;
  209. position:fixed;
  210. opacity:1;
  211. margin-left:200px;
  212. margin-top:-100px;
  213. }
  214.  
  215. #sidebarimage {
  216. width 150px;
  217. margin-top:10px;
  218. }
  219.  
  220. #sidebarimage img {
  221. width:150px;
  222. margin-left:20px;
  223. padding:5px;
  224. border-bottom: 1px solid {color:Borders};
  225. border-top: 1px solid {color:Borders};
  226. }
  227.  
  228. #keke {
  229. text-align:center;
  230. font-family:cambria;
  231. height:15px;
  232. width:135px;
  233. letter-spacing: 4px;
  234. font-style: italic;
  235. margin-left: 34px;
  236. margin-top: 60px;
  237. font-size:20px;
  238. -webkit-transition: all 0.5s;
  239. z-index:3;
  240. color: {color:Title};
  241. text-shadow: 1px 2px 3px {color:Title Shadow};
  242. }
  243.  
  244.  
  245. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  246.  
  247. {block:IfNotInfiniteScroll}
  248.  
  249. #description {
  250. font-family:calibri;
  251. font-size:11px;
  252. letter-spacing:0px;
  253. text-transform:lowercase;
  254. width:180px;
  255. color:{color:Description};
  256. margin-left: 8px;
  257. margin-top:10px;
  258. padding:2px;
  259. text-align:left;
  260. -webkit-transition: all 0.5s;
  261. text-align:center;
  262. z-index:1;
  263. overflow:auto;
  264. height:95px;
  265. }
  266.  
  267. {/block:IfNotInfiniteScroll}
  268.  
  269. {block:IfInfiniteScroll}
  270.  
  271. #description {
  272. font-family:calibri;
  273. font-size:11px;
  274. letter-spacing:0px;
  275. text-transform:lowercase;
  276. width:180px;
  277. color:{color:Description};
  278. margin-left: 8px;
  279. margin-top:10px;
  280. padding:2px;
  281. text-align:left;
  282. -webkit-transition: all 0.5s;
  283. text-align:center;
  284. z-index:1;
  285. }
  286.  
  287. {/block:IfInfiniteScroll}
  288.  
  289. #homelinkoz {
  290. float:left;
  291. padding:2px;
  292. margin-left:182px;
  293. -webkit-transition: all 0.5s;
  294. -moz-transition: all 0.5s;
  295. }
  296.  
  297.  
  298. #homeline {
  299. position:fixed;
  300. background-color:{color:column};
  301. width:168px;
  302. margin-top: 190px;
  303. -webkit-transition: all 0.5s;
  304. }
  305.  
  306. #homeline:hover {
  307. margin-left:-35px;
  308. -webkit-transition: all 0.5s;
  309. -moz-transition: all 0.5s;
  310. }
  311.  
  312. #homelink {
  313. position:absolute;
  314. font-family:silkscreen;
  315. font-size: 8px;
  316. margin-left:18px;
  317. margin-top:-14px;
  318. opacity:0;
  319. -webkit-transition: all 0.5s;
  320. -moz-transition: all 0.5s;
  321. }
  322.  
  323. #homeline:hover #homelink{
  324. opacity:1;
  325. -webkit-transition: all 1s;
  326. -moz-transition: all 1s;
  327. }
  328.  
  329. #messagelinkoz {
  330. float:left;
  331. padding:2px;
  332. margin-left:-4px;
  333. -webkit-transition: all 0.5s;
  334. -moz-transition: all 0.5s;
  335. z-index:0;
  336. }
  337.  
  338. #messageline {
  339. position:fixed;
  340. margin-top: 210px;
  341. background-color: {color:column};
  342. overflow:hidden;
  343. width:130px;
  344. -webkit-transition: all 0.5s;
  345. }
  346.  
  347. #messageline:hover {
  348. margin-left:-55px;
  349. -webkit-transition: all 0.5s;
  350. -moz-transition: all 0.5s;
  351. }
  352.  
  353. #messagelink {
  354. position:absolute;
  355. font-family:silkscreen;
  356. font-size: 8px;
  357. margin-left:20px;
  358. margin-top:-14px;
  359. opacity:0;
  360. -webkit-transition: all 0.5s;
  361. -moz-transition: all 0.5s;
  362. }
  363.  
  364. #messageline:hover #messagelink{
  365. opacity:1;
  366. -webkit-transition: all 1s;
  367. -moz-transition: all 1s;
  368. }
  369. #archivelinkoz {
  370. float:left;
  371. padding:2px;
  372. margin-left:-4px;
  373. -webkit-transition: all 0.5s;
  374. -moz-transition: all 0.5s;
  375. }
  376.  
  377. #archiveline {
  378. position:fixed;
  379. margin-top: 230px;
  380. background-color: {color:column};
  381. width:108px;
  382. -webkit-transition: all 0.5s;
  383. }
  384.  
  385. #archiveline:hover {
  386. margin-left: -45px;
  387. -webkit-transition: all 0.5s;
  388. -moz-transition: all 0.5s;
  389. }
  390.  
  391. #archivelink {
  392. position:absolute;
  393. font-family:silkscreen;
  394. font-size: 8px;
  395. margin-left:20px;
  396. margin-top:-14px;
  397. opacity:0;
  398. -webkit-transition: all 0.5s;
  399. -moz-transition: all 0.5s;
  400. }
  401.  
  402. #archiveline:hover #archivelink{
  403. opacity:1;
  404. -webkit-transition: all 1s;
  405. -moz-transition: all 1s;
  406. }
  407.  
  408. #linkslinkoz {
  409. float:left;
  410. padding:2px;
  411. margin-left:-4px;
  412. -webkit-transition: all 0.5s;
  413. -moz-transition: all 0.5s;
  414. }
  415.  
  416. #linksline {
  417. position:fixed;
  418. margin-top: 250px;
  419. background-color:{color:column};
  420. width:78px;
  421. -webkit-transition: all 0.5s;
  422. }
  423.  
  424. #linksline:hover {
  425. margin-left: -50px;
  426. -webkit-transition: all 0.5s;
  427. -moz-transition: all 0.5s;
  428. }
  429.  
  430. #linkslink {
  431. position:absolute;
  432. font-family:silkscreen;
  433. font-size: 8px;
  434. margin-left:20px;
  435. margin-top:-14px;
  436. opacity:0;
  437. -webkit-transition: all 0.5s;
  438. -moz-transition: all 0.5s;
  439. }
  440.  
  441. #linksline:hover #linkslink{
  442. opacity:1;
  443. -webkit-transition: all 1s;
  444. -moz-transition: all 1s;
  445. }
  446.  
  447.  
  448. #pagination {
  449. font-size:20px;
  450. text-align:center;
  451. margin-top:10px;
  452. margin-left:-5px;
  453. }
  454.  
  455. .current_page,
  456. .jump_page:hover {
  457.  
  458. padding: 1px 5px 3px 5px;
  459. background-color:{color:Pagination Border};
  460. color: {color:Link};
  461. font-family: calibri;
  462. font-weight: normal !important;
  463. font-size: 9px;
  464. border: 1px dotted {color:Pagination};
  465.  
  466. }
  467.  
  468. .jump_page {
  469.  
  470. padding: 1px 5px 3px 5px;
  471. background-color:{color:Pagination};
  472. color: {color:Link};
  473. font-family: calibri;
  474. font-weight: normal !important;
  475. font-size: 9px;
  476. border: 1px dotted {color:Pagination Border};
  477.  
  478. }
  479.  
  480. #info {
  481. text-align:center;
  482. margin-top:10px;
  483. }
  484.  
  485. #asker {
  486. float:left;
  487. margin-right:5px;
  488. padding:2px
  489. width:300px;
  490. }
  491.  
  492. #sub {
  493. margin-left:-50px;
  494. margin-top:200px;
  495. font: silkscreen, 8px;
  496. }
  497.  
  498. .hidden {display: none;}
  499. .unhidden {display: block;}
  500.  
  501. {block:IfNotBigPost}
  502.  
  503. #sunggyu {
  504. margin-left: 402px;
  505. margin-top: -1px;
  506. padding-left: 3px;
  507. -webkit-transition: all 0.9s ease;
  508. -moz-transition: all 0.9s;
  509. opacity:0;
  510. position:absolute;
  511. display: inline-block;
  512. }
  513.  
  514. #gyujiji {
  515. font:silkscreen;
  516. -webkit-transition: all 0.5s ease;
  517. -moz-transition: all 0.5s;
  518. width:100px;
  519. }
  520.  
  521. #gyu {
  522. margin-top:-10px;
  523. margin-left: 2px;
  524. opacity:0;
  525. -webkit-transition: all 0.5s ease;
  526. -moz-transition: all 0.5s;
  527. }
  528.  
  529. #gyujiji:hover #gyu{
  530. opacity:1;
  531. -webkit-transition: all 0.5s ease;
  532. -moz-transition: all 0.5s;
  533. }
  534.  
  535. {/block:IfNotBigPost}
  536.  
  537. {block:IfBigPost}
  538.  
  539. #sunggyu {
  540. margin-left: 502px;
  541. margin-top: -1px;
  542. padding-left: 3px;
  543. -webkit-transition: all 0.9s ease;
  544. -moz-transition: all 0.9s;
  545. opacity:0;
  546. position:absolute;
  547. display: inline-block;
  548. }
  549.  
  550. #gyujiji {
  551. font:silkscreen;
  552. -webkit-transition: all 0.5s ease;
  553. -moz-transition: all 0.5s;
  554. width:100px;
  555. }
  556.  
  557. #gyu {
  558. margin-top:-10px;
  559. margin-left: 2px;
  560. opacity:0;
  561. -webkit-transition: all 0.5s ease;
  562. -moz-transition: all 0.5s;
  563. }
  564.  
  565. #gyujiji:hover #gyu{
  566. opacity:1;
  567. -webkit-transition: all 0.5s ease;
  568. -moz-transition: all 0.5s;
  569. }
  570.  
  571. {/block:IfBigPost}
  572.  
  573. {CustomCSS}
  574.  
  575. </style>
  576. {block:IfInfiniteScroll}
  577. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  578. {/block:IfInfiniteScroll}
  579. </head>
  580. <body>
  581.  
  582. <div id="homelinkoz">
  583. <div id="homeline">
  584. <img src="http://static.tumblr.com/aqoekwn/A4Bm702ws/home.png"><div id="homelink"><a href="/">home</a></div>
  585. </div>
  586. </div>
  587. <div id="messagelinkoz">
  588. <div id="messageline">
  589. <img src="http://static.tumblr.com/aqoekwn/tdam71kji/mail.png"><div id="messagelink"><a href="/ask">message</a></div>
  590. </div>
  591. </div>
  592. <div id="archivelinkoz">
  593. <div id="archiveline">
  594. <img src="http://static.tumblr.com/3dz05fq/u0Mmb20b0/heart.png"><div id="archivelink"><a href="http://teuwoo.tumblr.com/">credit</a></div>
  595. </div>
  596. </div>
  597.  
  598. <div id="linkslinkoz">
  599. <div id="linksline">
  600. <img src="http://static.tumblr.com/aqoekwn/Hjvm71jqd/add.png"><div id="linkslink">links
  601. <p>
  602. <div style="margin-left:-2px; font-family:consolas; text-transform:lowercase;">
  603. <a href="{Text:Link1}">→&nbsp{Text:Link1 Title}</a><p>
  604. <a href="{Text:Link2}">→&nbsp{Text:Link2 Title}</a><p>
  605. <a href="{Text:Link3}">→&nbsp{Text:Link3 Title}</a><p>
  606. </div>
  607. </div>
  608. </div>
  609. </div>
  610.  
  611. <div id="thing"></div>
  612.  
  613. <div id="sidebar">
  614.  
  615. <div id="keke">{title}</div>
  616.  
  617. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  618.  
  619.  
  620. <div id="description">{Description}</div>
  621.  
  622. {block:IfNotInfiniteScroll}
  623. <div id="pagination">
  624. {block:JumpPagination length="3"}
  625. {block:CurrentPage}
  626.  
  627. <span class="current_page">{PageNumber}</span>
  628.  
  629. {/block:CurrentPage}
  630.  
  631. {block:JumpPage}
  632.  
  633. <a class="jump_page" href="{URL}">{PageNumber}</a>
  634.  
  635. {/block:JumpPage}
  636. {/block:JumpPagination}
  637.  
  638. {block:NextPage}
  639. <a class="jump_page" href="{NextPage}"><big>»</big></a></div>
  640. {/block:NextPage}
  641. </div>
  642. {/block:IfNotInfiniteScroll}
  643.  
  644. </div>
  645. <div class = "autopagerize_page_element" >
  646. <div id="entries">{block:Posts}<div id="post">
  647.  
  648. {block:Indexpage}
  649. <div id="sunggyu">
  650. <a href="{Permalink}" title="permalink"><img src="http://static.tumblr.com/3dz05fq/tL0mawjza/close.png"></a>
  651. <br><a href="{ReblogURL}" title="reblog?"><img src="http://static.tumblr.com/3dz05fq/WtImawk2h/loop.png"></a>
  652. <br><div id="gyujiji">{block:IfShowTags}{block:HasTags}<img src="http://static.tumblr.com/3dz05fq/wwomb1v9a/forward.png">{/block:HasTags}{block:Tags}<div id="gyu"> <br>#{Tag} </div>{/block:Tags}{/block:IfShowTags}</div>
  653. </div>
  654. {/block:indexpage}
  655.  
  656. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  657.  
  658. {block:Photo}
  659. {block:IndexPage}
  660. {block:IfNotBigPost}
  661. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  662. {block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}
  663. {/block:IfNotBigPost}
  664. {block:IfBigPost}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{/block:IfBigPost}
  665. {/block:IndexPage}
  666. {block:permalinkpage}
  667. <img src="{PhotoURL-500}">
  668. {block:Caption}{Caption}{/block:Caption}
  669. {/block:permalinkpage}
  670. {/block:Photo}
  671.  
  672. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><div style="width:300px;">{Asker}:</div><br><div style="border-bottom:1px solid {color:Borders}; margin-top:-10px;">{Question}</div><br><div style="margin-top:-10px;">{Answer}</div>{/block:Answer}
  673.  
  674. {block:Photoset}
  675. {block:IndexPage}
  676. {block:IfNotBigPost}{Photoset-400}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{/block:IfNotBigPost}
  677. {block:IfBigPost}{Photoset-500}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{/block:IfBigPost}
  678. {/block:IndexPage}
  679. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  680. {/block:Photoset}
  681.  
  682. {block:ContentSource}
  683. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  684. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  685. {/block:SourceLogo}
  686. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  687. {/block:ContentSource}
  688.  
  689. {block:RebloggedFrom} <!-- {ReblogParentName} {ReblogParentTitle} {ReblogParentURL} --> {/block:RebloggedFrom}
  690.  
  691. {block:Quote}{Quote}{/block:Quote}
  692.  
  693. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  694.  
  695. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  696.  
  697. {block:Audio}{AudioPlayerWhite}{/block:Audio}
  698.  
  699. {block:Video}
  700. {block:IndexPage}{block:IfNotBigPost}{Video-400}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{/block:IfNotBigPost}
  701. {block:IfBigPost}{Video-500}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{/block:IfBigPost}{/block:IndexPage}
  702. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  703. {/block:Video}
  704.  
  705. </div>
  706. {block:PermalinkPage}
  707. <div style="border-top: 1px solid {color:Text}; width:510px;">{NoteCountWithLabel} | via:<a href="{ReblogParentURL}"> {ReblogParentName}</a> {block:ContentSource}| source: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{block:HasTags} | tagged: {/block:HasTags}{block:Tags}<img src="http://media.tumblr.com/tumblr_lfhu2nfXDI1qzvcyt.gif"><a href="{TagURL}"> {Tag} </a>{/block:Tags}<div style="border-top: 1px solid {color:Text}; width:510px;">{block:PostNotes} {PostNotes} {/block:PostNotes}{/block:PermalinkPage}
  708.  
  709. {/block:Posts}</div></div>
  710.  
  711. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement