Advertisement
imgirlrauhl

Theme #11 "Exceptionally" - themesbyvanne.tumblr.com

Jan 7th, 2014
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------
  5.  
  6. Theme #11 "Exceptionally" by Vanne @ themesbyvanne.tumblr.com ***PLEASE DO NOT REMOVE THE CREDITS, THANKS YOU***
  7.  
  8. For any questions please visit my FAQ page.
  9. Cualquier duda por favor visita mi página de FAQ.
  10.  
  11. ----------->
  12.  
  13. <html>
  14.  
  15. <head>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,700' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  20.  
  21. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar Image" content="https://31.media.tumblr.com/cbc97c951d2fabfb75013c2a5694c923/tumblr_myhq59TSDg1t0v4cmo1_250.png"/>
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Title" content="#a3c0bb"/>
  31. <meta name="color:Blockquote Text" content="#9ababa"/>
  32. <meta name="color:Borders" content="#c3e2e3"/>
  33. <meta name="color:Text" content="#92a19f"/>
  34. <meta name="color:Link" content="#7dc3c1"/>
  35. <meta name="color:Link Hover" content="#80a5a4"/>
  36. <meta name="color:Italic Text" content="#779c8d"/>
  37. <meta name="color:Bold Text" content="#809aa6"/>
  38.  
  39. <meta name="if:Infinite Scroll" content="1">
  40. <meta name="if:Show Captions" content="1">
  41.  
  42. <meta name="text:Sidebar Title" content="exceptionally">
  43. <meta name="text:Ask URL" content="/ask">
  44. <meta name="text:Link 1" content="link 1">
  45. <meta name="text:Link 1 URL" content="">
  46. <meta name="text:Link 2" content="link 2">
  47. <meta name="text:Link 2 URL" content="">
  48. <meta name="text:Link 3" content="link 3">
  49. <meta name="text:Link 3 URL" content="">
  50. <meta name="text:Link 4" content="link 4">
  51. <meta name="text:Link 4 URL" content="">
  52.  
  53. <style type="text/css">
  54.  
  55. iframe#tumblr_controls {
  56. right: 3px !important;
  57. position: fixed !important;
  58. opacity: 0.2;
  59. white-space: nowrap;
  60. -webkit-filter: invert(100%);
  61. -moz-filter: invert(100%);
  62. -o-filter: invert(100%);
  63. -ms-filter: invert(100%);
  64. filter: invert(100%);
  65. -webkit-transition: opacity 0.7s linear;
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. transition: all 0.5s ease-in-out;
  70. }
  71.  
  72. iframe#tumblr_controls:hover {
  73. opacity: 0.7;
  74. }
  75.  
  76. body {
  77. background: {color:Background} url('{image:Background}');
  78. background-attachment: fixed;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background-color: {color:Bold Text};
  83. height: auto;
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:horizontal {
  87. background-color: {color:Bold Text};
  88. height: auto;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height: 4px;
  93. width: 4px;
  94. background: {color:Background};
  95. }
  96.  
  97. blockquote {
  98. margin-left: 0px;
  99. margin-right: 0px;
  100. padding-left: 5px;
  101. font-style: italic;
  102. border-left: 3px solid;
  103. color: {color:Blockquote Text};
  104. font-family: Roboto Condensed;
  105. }
  106.  
  107. a {
  108. text-decoration: none;
  109. color: {color:Link};
  110. }
  111.  
  112. a:hover {
  113. color: {color:Link Hover};
  114. text-decoration: none;
  115. }
  116.  
  117. b, strong {
  118. color: {color:Bold Text};
  119. font-weight: 700;
  120. }
  121.  
  122. i, em {
  123. color: {color:Italic Text};
  124. font-weight: 400italic;
  125. }
  126.  
  127.  
  128.  
  129.  
  130.  
  131. /*SIDEBAR*/
  132. #title {
  133. z-index: 99999;
  134. position: fixed;
  135. margin-top: 187px;
  136. margin-left:45px;
  137. font-size: 30px;
  138. font-family: Homemade Apple;
  139. line-height: 31px;
  140. text-align: center;
  141. color: {color:Title};
  142. width: 410px;
  143. }
  144.  
  145. #sidebar {
  146. z-index:9999;
  147. position: fixed;
  148. margin-left:45px;
  149. margin-top: 220px;
  150. width: 250px;
  151. border: 1px dotted {color:Borders};
  152. }
  153.  
  154. #sidebar img {
  155. padding: 5px;
  156. width: 240px;
  157. text-align:left;
  158. }
  159.  
  160. #description {
  161. position: fixed;
  162. margin-left: 305px;
  163. margin-top: 220px;
  164. padding: 10px;
  165. width: 130px;
  166. height: 116px;
  167. overflow: auto;
  168. line-height: 13px;
  169. z-index:9999;
  170. font-size: 10px;
  171. font-family: Roboto Condensed;
  172. text-align: center;
  173. color: {color:Text};
  174. border: 1px dotted {color:Borders};
  175. }
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. /*CUSTOM LINKS*/
  183. #navi {
  184. position: fixed;
  185. margin-left: 303px;
  186. margin-top: 364px;
  187. z-index: 99999;
  188. padding: 2px;
  189. width: 155px;
  190. }
  191.  
  192. #navi a {
  193. z-index: 99999;
  194. position: relative;
  195. display: inline-block;
  196. margin: 2px 0px 2px 0px;
  197. text-align: center;
  198. text-transform: uppercase;
  199. font-family: Roboto Condensed;
  200. font-size: 9px;
  201. width: 62px;
  202. padding: 5px;
  203. letter-spacing: 1px;
  204. word-spacing: 2px;
  205. border: 1px dotted {color:Borders};
  206. -webkit-transition: all .7s ease;
  207. -moz-transition: all .7s ease;
  208. -o-transition: all .7s ease;
  209. transition: all .7s ease;
  210. }
  211.  
  212. #navi a:hover {
  213. }
  214.  
  215.  
  216.  
  217.  
  218.  
  219. /*ENTRIES*/
  220. #container {
  221. margin-top: 30px;
  222. margin-bottom: 30px;
  223. margin-left: 500px;
  224. width: 480px;
  225. }
  226.  
  227. .entry {
  228. float:left;
  229. z-index: 9999;
  230. position: relative;
  231. text-align: justify;
  232. font-size: 12px;
  233. padding: 5px;
  234. font-family: Roboto Condensed;
  235. color: {color:Text};
  236. border: 1px dotted {color:Borders};
  237. width: 400px;
  238. margin-left: 0px;
  239. margin-bottom: 25px;
  240. }
  241.  
  242. .entry img {
  243. max-width: 100%;
  244. }
  245.  
  246. #entrytitle {
  247. z-index: 99999;
  248. text-align: center;
  249. text-transform: none;
  250. font-family: Roboto Condensed;
  251. margin-bottom: -8px;
  252. font-size: 20px;
  253. line-height: 22px;
  254. color: {color:Title};
  255. }
  256.  
  257.  
  258.  
  259.  
  260.  
  261. /*PAGINATION*/
  262. #pagination {
  263. z-index: 9999999;
  264. position: fixed;
  265. padding: 2px;
  266. bottom: 20px;
  267. left: 20px;
  268. {block:IfInfiniteScroll}
  269. display: none;
  270. {block:IfInfiniteScroll}
  271. {block:IfNotInfiniteScroll}
  272. display: visible;
  273. {/block:IfNotInfiniteScroll}
  274. }
  275.  
  276. #pagination a {
  277. display: inline-block;
  278. opacity: .8;
  279. font-size: 9px;
  280. padding: 4px 6px 2px 6px;
  281. margin: 4px;
  282. text-align: center;
  283. border-radius: 3px;
  284. font-family: Roboto Condensed;
  285. }
  286.  
  287. #pagination a:hover {
  288. opacity: 1;
  289. }
  290.  
  291. span.highlight1 {
  292. margin: 4px;
  293. font-family: Roboto Condensed;
  294. font-size: 9px;
  295. border-radius: 3px;
  296. padding: 4px 0px 2px 0px;
  297. }
  298.  
  299.  
  300.  
  301.  
  302.  
  303. /*ASK*/
  304. #ask {
  305. border: 1px solid {color:Borders};
  306. padding: 5px 7px 5px 7px;
  307. min-height: 40px;
  308. font-style: italic;
  309. }
  310.  
  311. #answer {
  312. padding: 10px 5px 0px 5px;
  313. }
  314.  
  315. #portrait img {
  316. float: left;
  317. padding: 2px;
  318. border: 1px dotted {color:Borders};
  319. margin: 3px 7px 5px 3px;
  320. }
  321.  
  322.  
  323.  
  324.  
  325.  
  326. /*IMAGES*/
  327. .photo {
  328. opacity: .9;
  329. -webkit-transition: all 0.5s ease-in-out;
  330. -moz-transition: all 0.5s ease-in-out;
  331. -o-transition: all 0.5s ease-in-out;
  332. -ms-transition: all 0.5s ease-in-out;
  333. transition: all 0.5s ease-in-out;
  334. }
  335.  
  336. .photo:hover {
  337. opacity: 1;
  338. }
  339.  
  340. .entry img {
  341. opacity: .9;
  342. -webkit-transition: all 0.5s ease-in-out;
  343. -moz-transition: all 0.5s ease-in-out;
  344. -o-transition: all 0.5s ease-in-out;
  345. -ms-transition: all 0.5s ease-in-out;
  346. transition: all 0.5s ease-in-out;
  347. }
  348.  
  349. .entry img:hover {
  350. opacity: 1;
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357. /*AUDIO*/
  358.  
  359. #audio img {
  360. float: left;
  361. margin-right: 10px;
  362. width: 60px;
  363. }
  364.  
  365. #player {
  366. width: 28px;
  367. overflow: hidden;
  368. position: absolute;
  369. opacity: .2;
  370. margin-left: 15px;
  371. margin-top: 15px;
  372. }
  373.  
  374. #player:hover {
  375. opacity: .8;
  376. }
  377.  
  378. /*AUDIO PERMALINK PAGE*/
  379. #audio2 img {
  380. width: 200px;
  381. float: left;
  382. margin-right: 7px;
  383. }
  384.  
  385.  
  386.  
  387.  
  388.  
  389. /*BACK TO TOP*/
  390. .top {
  391. position: fixed;
  392. z-index: 999;
  393. }
  394.  
  395. .top a {
  396. color: {color:Navigation BG};
  397. border-radius: 30px;
  398. padding: 7px 10px 7px 10px;
  399. font-size: 10px;
  400. font-family: Roboto Condensed;
  401. text-align: center;
  402. text-transform: uppercase;
  403. letter-spacing: 1px;
  404. }
  405.  
  406. .top a:hover {
  407. color: {color:Navigation BG Hover};
  408.  
  409. }
  410.  
  411. #scrollToTop:link, #scrollToTop:visited {
  412. z-index: 9999;
  413. display: none;
  414. position: fixed;
  415. bottom: 40px;
  416. left: 400px;
  417. }
  418.  
  419.  
  420.  
  421.  
  422. /*CHAT*/
  423. .chat {
  424. margin: 0;
  425. font-family: Roboto Condensed;
  426. }
  427.  
  428. .chat .chat1 {
  429. margin-left: 0px;
  430. }
  431.  
  432. .chat .chat1 .chat2 {
  433. background: {color:Text};
  434. color: {color:Background};
  435. margin-bottom: 2px;
  436. padding: 4px 4px 5px 5px;
  437. }
  438.  
  439. .chat .chat1 .chat2.even {
  440. background: {color:Background};
  441. color: {color:Text};
  442. }
  443.  
  444. #chattitle {
  445. margin-bottom: 6px;
  446. font-size: 22px;
  447. text-align: center;
  448. text-transform: none;
  449. font-family: Roboto Condensed;
  450. color: {color:Title};
  451. }
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. /*PERMALINK AND TAGS FOR TEXT*/
  461. #permalinktxt{
  462. margin-top: 6px;
  463. border-top: 1px dotted {color:Borders};
  464. padding: 2px;
  465. font-family: Roboto Condensed;
  466. text-align: left;
  467. position: relative;
  468. text-transform: uppercase;
  469. font-size: 10px;
  470. }
  471.  
  472. #tagstxt{
  473. padding: 2px;
  474. font-family: Roboto Condensed;
  475. text-align: left;
  476. text-transform: uppercase;
  477. position: relative;
  478. font-size: 10px;
  479. }
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. /*PERMALINK PAGE*/
  487. #permalink2{
  488. font-family: Roboto Condensed;
  489. text-align: center;
  490. position: relative;
  491. text-transform: none;
  492. font-size: 11px;
  493. padding: 3px;
  494. left: -10px;
  495. top: 8px;
  496. width: 414px;
  497. margin-bottom: 10px;
  498. }
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505. /*CREDITS*/
  506. #credz {
  507. position: fixed;
  508. bottom: 8px;
  509. right: 8px;
  510. font-size: 10px;
  511. font-family: Roboto Condensed;
  512. }
  513.  
  514.  
  515.  
  516.  
  517.  
  518. </style>
  519.  
  520. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  521. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  522.  
  523. <div class="top">
  524. <a href="javascript:;" id="scrollToTop">back to<br>top ↑</a>
  525. </div>
  526.  
  527. {block:IfInfiniteScroll}
  528. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  529. {/block:IfInfiniteScroll}
  530.  
  531.  
  532.  
  533. </head>
  534.  
  535. <body>
  536.  
  537.  
  538. <div id="title">{text:Sidebar Title}</div>
  539.  
  540. <div id="sidebar">
  541. <div id="sidebar img"><img src="{image:Sidebar Image}"/>
  542. </div>
  543. </div>
  544.  
  545. <div id="description">{Description}</div>
  546.  
  547. <div id="navi">
  548. <a href="/">home</a>
  549. <a href="{text:Ask URL}">ask</a>
  550. <a href="/archive">Archive</a>
  551. <a href="http://themesbyvanne.tumblr.com">theme</a>
  552. {block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:iflink1}
  553. {block:iflink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:iflink2}
  554. {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
  555. {block:iflink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
  556. </div>
  557.  
  558.  
  559.  
  560. {block:Pagination}
  561. <div id="pagination">
  562. {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS</a>{/block:PreviousPage}
  563. {block:JumpPagination length="4"}
  564. {block:CurrentPage}<span class="current_page"><span class="highlight1">&nbsp;&nbsp;&nbsp;{PageNumber}&nbsp;&nbsp;&nbsp;</span></span>{/block:CurrentPage}
  565. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  566. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  567. </div>
  568. {/block:Pagination}
  569.  
  570.  
  571.  
  572.  
  573.  
  574. <div id="container">
  575. {block:Posts}
  576. <div class="entry">
  577.  
  578. {block:Text}
  579. {block:Title}<div id="entrytitle">{Title}</div>{/block:Title}
  580. {Body}
  581. <!-- permalink --> {block:IndexPage}
  582. <center>
  583. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  584. </center>
  585. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  586. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  587. <!-- /permalink --> {/block:IndexPage}
  588. {/block:Text}
  589.  
  590.  
  591. {block:Photo}
  592. {LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">{LinkCloseTag}
  593. <!-- permalink --> {block:IndexPage}
  594. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  595. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  596. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  597. <!-- /permalink --> {/block:IndexPage}
  598. {/block:Photo}
  599.  
  600.  
  601. {block:Photoset}
  602. {block:IndexPage}
  603. <div class="photo">{Photoset-400}</div>
  604. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  605. {/block:IndexPage}
  606. <!-- permalink --> {block:IndexPage}
  607. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  608. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  609. <!-- /permalink --> {/block:IndexPage}
  610. {block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/block:PermalinkPage}
  611. {/block:Photoset}
  612.  
  613.  
  614. {block:Audio}
  615. {block:IndexPage}
  616. {block:AlbumArt}
  617. <div id="audio"><img src="{AlbumArtURL}" alt=""></div>
  618. {/block:AlbumArt}
  619. <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 0px;"></div>
  620. {block:Artist}
  621. <b>Artist:</b> <i>{Artist}</i>
  622. {/block:Artist} <br />
  623. {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
  624. {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
  625. <b>Plays:</b> <i>{FormattedPlayCount}</i>
  626. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  627. <!-- permalink -->
  628. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  629. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  630. <!-- /permalink -->
  631. {/block:IndexPage}
  632. {block:PermalinkPage}
  633. {block:AlbumArt}
  634. <div id="audio"><img src="{AlbumArtURL}" alt=""></div><p>
  635. {/block:AlbumArt}
  636. <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 5px;"></div>
  637. {block:Artist}
  638. <b>Artist:</b> <i>{Artist}</i>
  639. {/block:Artist} <br />
  640. {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
  641. {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
  642. <b>Plays:</b> <i>{FormattedPlayCount}</i>
  643. {/block:PermalinkPage}
  644. {/block:Audio}
  645.  
  646.  
  647. {block:Video}
  648. {block:IndexPage}
  649. {Video-400}
  650. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  651. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  652. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  655. {/block:Video}
  656.  
  657.  
  658. {block:Quote}
  659. <div style="color: {color:Blockquote Text}; font-style: italic;">" {Quote} " </div>
  660. <div style="text-align: right; font-style: italic; padding-top: 3px;">—{Source}</div>
  661. <!-- permalink --> {block:IndexPage}
  662. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  663. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  664. <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
  665. <!-- /permalink --> {/block:IndexPage}
  666. {/block:Quote}
  667.  
  668.  
  669. {block:Link}
  670. <div id="entrytitle"><a href="{URL}" {Target}>{Name}</a></div>
  671. {Description}
  672. <!-- permalink --> {block:IndexPage}
  673. <center>
  674. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  675. </center>
  676. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  677. <!-- /permalink --> {/block:IndexPage}
  678. {/block:Link}
  679.  
  680.  
  681. {block:Chat}
  682. {block:Title}<div id="chattitle">{Title}</div>{/block:Title}
  683. <div class="chat">
  684. <div class="chat1">
  685. {block:Lines}
  686. <div class="chat2 {Alt}">
  687. {block:Label}
  688. {Label}
  689. {/block:Label}
  690. {Line} </div>
  691. {/block:Lines}
  692. </div>
  693. </div>
  694. <!-- permalink --> {block:IndexPage}
  695. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  696. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  697. <!-- /permalink --> {/block:IndexPage}
  698. {/block:Chat}
  699.  
  700.  
  701. {block:Answer}
  702. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  703. <div id="ask">{Asker} <b>sent:</b> {Question}</div>
  704. {Answer}
  705. <!-- permalink --> {block:IndexPage}
  706. <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  707. <!-- /permalink --> {/block:IndexPage}
  708. {/block:Answer}
  709.  
  710.  
  711. {block:PermalinkPage}
  712. {block:Caption}{Caption}{/block:Caption}
  713. <div id="permalink2">
  714. {block:Date}<b>Posted</b> {12Hour}:{Minutes}{AmPm} {ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}{/block:Date}
  715. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}
  716. {block:RebloggedFrom}<br><i>Reblogged from</i> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  717. {block:HasTags}<br><b>Tagged</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}
  718. </div>
  719. {block:PostNotes}{PostNotes}{/block:PostNotes}
  720. {/block:PermalinkPage}
  721. </div>
  722.  
  723. {/block:Posts}
  724. </div>
  725.  
  726. <div id="credz"><a href="http://themesbyvanne.tumblr.com/" target="_blank">THEME</a></div>
  727.  
  728. </body>
  729.  
  730. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement