Advertisement
JeremySwaag

Jeremy Theme 013 - Whistle

Dec 24th, 2012
5,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.72 KB | None | 0 0
  1. <!--
  2. Theme 013 Whistle by jeremypolizzi.tumblr.com
  3.  
  4. ──░██▌░▐█▀█ ▄▀▄ █── █── ▀ ▀▀▀▀█ ▀
  5. ░▄░▐█▌░▐█▄█ █─█ █─▄ █─▄ █ ─▄▀▀─ █
  6. ░████▌░▐█── ─▀─ ▀▀▀ ▀▀▀ ▀ ▀▀▀▀▀ ▀ themes.tumblr.com
  7.  
  8. please dont remove credit! Its small!
  9. -->
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#130C11"/>
  17. <meta name="color:Title" content="#130C11"/>
  18. <meta name="color:Hover" content="#130C11"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:Scrollbar" content="#dddddd"/>
  21. <meta name="image:Background" content=""/>
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="image:Linkbar" content=""/>
  24. <meta name="if:link animation" content="0"/>
  25. <meta name="if:tiny scrollbar" content="1"/>
  26. <meta name="if:post borders" content="1"/>
  27. <meta name="text:Blogtitle" content="Blogtitle" />
  28. <meta name="text:Blogtitle2" content="Blogtitle2" >
  29. <meta name="text:Custom Link One Title" content= >
  30. <meta name="text:Custom Link One" content="http://" />
  31. <meta name="text:Custom Link Two Title" content= >
  32. <meta name="text:Custom Link Two" content="http://" />
  33. <meta name="text:Custom Link Three Title" content= >
  34. <meta name="text:Custom Link Three" content="http://" />
  35. <meta name="text:Custom Link Four Title" content= >
  36. <meta name="text:Custom Link Four" content="http://" />
  37. <meta name="text:Custom Link Five Title" content= >
  38. <meta name="text:Custom Link Five" content="http://" />
  39.  
  40.  
  41. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/uiqhh9x/euPm9h61q/animate.css">
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <style type="text/css">
  46.  
  47. @font-face {
  48. font-family: "Call Me";src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  49.  
  50. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  51.  
  52. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  53.  
  54.  
  55.  
  56. :-webkit-scrollbar {width: 3px; height: 4px; background: {color:Background};}
  57.  
  58. ::-webkit-scrollbar-thumb {border-radius: 25px; background-color: {color:scrollbar};}
  59.  
  60. iframe#tumblr_controls {
  61. -webkit-filter: grayscale(0.2) hue-rotate(120deg) saturate(3);
  62. right:3px !important;
  63. background-color: rgba(129,254,188,0.5);
  64. position: fixed !important;
  65. -webkit-transition: opacity 0.7s
  66. linear;opacity: 0.2;
  67. -webkit-transition: all 0.8s ease-out;
  68. -moz-transition: all 0.8s ease-out;
  69. transition: all 0.8s ease-out;
  70. );
  71. }
  72.  
  73.  
  74. iframe#tumblr_controls:hover{
  75. -webkit-filter: grayscale(0.2) hue-rotate(120deg) saturate(3);
  76. -webkit-transition: opacity 0.7s linear;
  77. opacity: 1;
  78. -webkit-transition: all 0.4s ease-out;
  79. -moz-transition: all 0.4s ease-out;
  80. transition: all 0.4s ease-out;
  81. }
  82.  
  83. /* Webkit */
  84. ::selection {
  85. background: #78AB46;
  86. color: #eee;}
  87. /* Gecko/Mozilla */
  88. ::-moz-selection {
  89. background: #eee;
  90. color: #eee;}
  91.  
  92.  
  93.  
  94. .wrapper{
  95. margin: 0px auto;
  96. width: 802px;}
  97.  
  98. .header{
  99. float: left;
  100. width: 100%;}
  101.  
  102. .left{
  103. margin-top:2px;
  104. float: left;
  105. margin-right: 20px;
  106. width: 802px;}
  107.  
  108. .right{
  109. float: right;
  110. width: 200px;
  111. background-color: {color:Background};}
  112.  
  113. p {
  114. margin:0px;
  115. margin-top:0px;}
  116.  
  117. body {
  118. padding: 0px;
  119. margin: 0px;
  120. font-family: arma;
  121. font-size: 8px;
  122. background-color: {color:Background};
  123. color:{color:text};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat;}
  127.  
  128. a:link, a:active, a:visited{
  129. color: {color:Link};
  130. text-decoration: none;
  131. -webkit-transition: color 0.4s ease-out;
  132. -moz-transition: color 0.4s ease-out;}
  133.  
  134. a:hover{
  135. text-decoration:underline;
  136. -webkit-transition: color 0.4s ease-out;
  137. -moz-transition: color 0.4s ease-out;}
  138.  
  139. .title{
  140. font-family: Veron;
  141. font-size: 15px;
  142. line-height:19px;
  143. font-weight: normal;
  144. color: {color:title};}
  145.  
  146. .title2{
  147. position: fixed;
  148. background: white;
  149. width: 504px;
  150. opacity: 0.7;
  151. height: 40px;
  152. text-align: center;
  153. font-family: "Call Me";
  154. font-size: 30px;
  155. line-height:40px;
  156. font-weight: normal;
  157. margin-top: -7px;
  158. margin-left: -4px;
  159. border-bottom: 2px solid #ddd;
  160. border-left: 2px solid #ddd;
  161. border-right: 2px solid #ddd;
  162. -webkit-transition: all 0.6s ease;
  163. -moz-transition: all 0.6s ease;
  164. -o-transition: all 0.6s ease;
  165. color: {color:title};}
  166.  
  167. .title2:hover{
  168. opacity: 1;
  169. -webkit-transition: all 0.6s ease;
  170. -moz-transition: all 0.6s ease;
  171. -o-transition: all 0.6s ease;}
  172.  
  173. #entry{
  174. opacity:1;
  175. font-family: arma;
  176. font-size: 8px;
  177. text-align:left;
  178. z-index:9999;
  179. float:left;
  180. width: 245px;
  181. height: auto;
  182. {block:PermalinkPage}
  183. width: 498px;
  184. height: auto;
  185. {/block:PermalinkPage}
  186. line-height:10px;
  187. background-color:#fff;
  188. margin-right:5px;
  189. overflow:hidden;
  190. margin-bottom:5px;
  191. padding: 4px;
  192. padding-bottom: 2px;
  193. border: 1px solid #ddd;
  194. transition: all 0.5s ease-out;
  195. -o-transition-transition: all 0.5s ease-out;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. }
  199.  
  200. #posts {
  201. width:565px;
  202. margin-left:80px;
  203. margin-top;0px;
  204. float:left;}
  205.  
  206. .permalink {
  207. display: block;
  208. border-top: 1px solid #ddd;
  209. padding: 3px;
  210. margin: 4px 8px 0px 8px;
  211. font-family: arma;
  212. font-size: 8px;
  213. color: #424242;
  214. line-height: 18px;
  215. text-align: center;
  216. text-decoration: none;
  217. -webkit-transition: color 0.9s ease-out;
  218. -moz-transition: color 0.9s ease-out;
  219. }
  220.  
  221. #entry .perma a{
  222. color:;
  223. -webkit-transition: color 0.9s ease-out;
  224. -moz-transition: color 0.9s ease-out;
  225. }
  226. #entry .perma{
  227. width:50px;
  228. height: 15px;
  229. font-family: arma;
  230. text-transform:uppercase;
  231. position: absolute;
  232. font-size: 8px;
  233. line-height: 13px;
  234. text-align: center;
  235. overflow:hidden;
  236. opacity: 0.0;
  237. background-color:#fff;
  238. letter-spacing:0px;
  239. margin-top:5px;
  240. margin-left: -5px;
  241. padding-bottom:1px;
  242. border:2px solid {color:scrollbar};
  243. border-radius: 0px;
  244. -webkit-transition: opacity 0.3s linear; opacity: 0.0;
  245. -webkit-transition: all 0.3s linear;
  246. -moz-transition: all 0.3s linear;
  247. transition: all 0.3s linear;
  248. border-top-right-radius: 10px;
  249. border-bottom-left-radius: 10px;
  250. }
  251.  
  252. #entry:hover .perma{
  253. margin-top: 5px;
  254. margin-left: 5px;
  255. width:50px;
  256. height: 15px;
  257. text-transform:uppercase;
  258. overflow:visible;
  259. border-top-right-radius: 0px;
  260. border-bottom-left-radius: 0px;
  261. -webkit-transition: all 0.3s linear; opacity: 0.8;
  262. -webkit-transition: all 0.3s linear;
  263. -moz-transition: all 0.3s linear;
  264. transition: all 0.3s linear;
  265. }
  266.  
  267. #entry .perma2 a{
  268. color:;
  269. -webkit-transition: color 0.9s ease-out;
  270. -moz-transition: color 0.9s ease-out;
  271. }
  272. #entry .perma2{
  273. width:50px;
  274. height: 15px;
  275. font-family: arma;
  276. text-transform:uppercase;
  277. position: absolute;
  278. font-size: 8px;
  279. line-height: 13px;
  280. text-align: center;
  281. overflow:hidden;
  282. opacity: 0.0;
  283. background-color:#fff;
  284. letter-spacing:0px;
  285. margin-top:5px;
  286. margin-left: 200px;
  287. padding-bottom:1px;
  288. border:2px solid {color:scrollbar};
  289. border-radius: 0px;
  290. -webkit-transition: opacity 0.3s linear; opacity: 0.0;
  291. -webkit-transition: all 0.3s linear;
  292. -moz-transition: all 0.3s linear;
  293. transition: all 0.3s linear;
  294. border-top-right-radius: 10px;
  295. border-bottom-left-radius: 10px;
  296. }
  297.  
  298. #entry:hover .perma2{
  299. margin-top: 5px;
  300. margin-left: 185px;
  301. width:50px;
  302. height: 15px;
  303. text-transform:uppercase;
  304. overflow:visible;
  305. border-top-right-radius: 0px;
  306. border-bottom-left-radius: 0px;
  307. -webkit-transition: all 0.3s linear; opacity: 0.8;
  308. -webkit-transition: all 0.3s linear;
  309. -moz-transition: all 0.3s linear;
  310. transition: all 0.3s linear;
  311. }
  312.  
  313. div#desc{font-family: 'pewp'; border: 1px solid #ddd; opacity:0.9; width: 190px; margin-left: px; margin-top: 120px; padding: 3px; font-size: 11px; background: white; text-align: center;}
  314.  
  315. div#box{font-family: 'pewp'; border: 1px solid #ddd; position: fixed; opacity:0; margin-left: -4px;
  316. margin-top: 3px; opacity: 1;
  317. width: 190px; padding: 2px 3px 7px 3px; font-size: 11px; background: white; text-align:center;}
  318.  
  319. div#box2{font-family: 'pewp'; border: 1px solid #ddd; position: fixed; opacity:0.9; height: auto; width: 190px; margin-left: 7px; margin-top: 7px; padding: 2px 3px 0px 3px; font-size: 11px; background: white; text-align:center;
  320. -webkit-filter: grayscale(1);
  321. transition: all 0.5s ease-out;
  322. -o-transition-transition: all 0.5s ease-out;
  323. -webkit-transition: all 0.5s ease-out;
  324. -moz-transition: all 0.5s ease-out;
  325. }
  326.  
  327. div#box2:hover {
  328. -webkit-filter: grayscale(0)
  329. transition: all 0.5s ease-out;
  330. -o-transition-transition: all 0.5s ease-out;
  331. -webkit-transition: all 0.5s ease-out;
  332. -moz-transition: all 0.5s ease-out;
  333. }
  334.  
  335. div#box3{
  336. font-family: 'pewp';
  337. position: fixed;
  338. opacity: 0.9;
  339. height: auto;
  340. width: 190px;
  341. margin-left: -28px;
  342. margin-top: 114px;
  343. padding: 2px 3px 0px 3px;
  344. font-size: 11px;
  345. text-align: center;
  346. z-index: 99;
  347. }
  348.  
  349.  
  350.  
  351.  
  352. .link1{position:fixed; top:330px; left:140px;}
  353.  
  354. .link1:hover{-webkit-animation:tada 1s; -moz-animation:tada 1s;-ms-animation:tada 1s;}
  355.  
  356.  
  357. .linkss{display: block;
  358. background: white;
  359. line-height: 18px;
  360. width: 92px;
  361. margin-top: 39px;
  362. text-align: center;
  363. border: 1px solid #DDD;
  364. height: 18px;}
  365.  
  366. .linkss:hover{{block:iflinkanimation}-webkit-animation:tada 1s; -moz-animation:tada 1s;-ms-animation:tada 1s;{block:iflinkanimation}}
  367.  
  368. .links a{color:black;}
  369. .stat{ display: block; background: #eee; line-height: 18px; width: 120px; margin-top: 5px; text-align: center; border: 1px solid #ddd; height: 18px;}
  370.  
  371. #blogtitle{
  372. font-family: "veron";
  373. font-size: 30px;
  374. line-height: 35px;
  375. }
  376.  
  377. div#sidebar{
  378. position:fixed !important;
  379. top:0px;
  380. opacity:0.7;
  381. border: 1px solid #ddd;
  382. margin-left: 600px;
  383. height: 100%;
  384. width:210px;
  385. text-align: center;
  386. padding:2px;
  387. background-color:#fff;
  388. z-index:10;
  389. overflow:hidden;
  390. background-image:url({image:linkbar});}
  391.  
  392. div#sidebar2{
  393. position:fixed !important;
  394. top:0px;
  395. opacity:0.7;
  396. border: 1px solid #ddd;
  397. margin-left: -31px;
  398. height: 100%;
  399. width:100px;
  400. text-align: center;
  401. padding:2px;
  402. background-color:#fff;
  403. z-index:10;
  404. overflow:hidden;
  405. background-image:url({image:linkbar});}
  406.  
  407. #followsb{
  408. opacity: 0.2;
  409. position: fixed;
  410. width: 20px;
  411. height: 20px;
  412. margin-left: 71.95%;
  413. margin-top: 27px;
  414. -webkit-transition: all 0.4s ease-out;
  415. -moz-transition: all 0.4s ease-out;
  416. transition: all 0.4s ease-out;
  417. }
  418.  
  419. #followsb:hover{
  420. opacity:1;
  421. -webkit-transition: all 0.4s ease-out;
  422. -moz-transition: all 0.4s ease-out;
  423. transition: all 0.4s ease-out;
  424. }
  425.  
  426. #postnotes{
  427. text-align: justify;list-style:none; margin:0px; padding:0px;}
  428.  
  429. #postnotes blockquote{
  430. border: 0px;list-style:none; margin:0px; padding:0px;}
  431.  
  432. #infscr-loading{
  433. bottom: -70px;
  434. position: absolute;
  435. left: 50%;
  436. margin-left:-8px;
  437. width:16px;
  438. height:11px;
  439. overflow:hidden;
  440. margin-bottom: 50px;}
  441.  
  442. .chat .line{
  443. background-color:#ffffff;
  444. margin: 0 0 1px;
  445. padding: 2px;}
  446.  
  447. .chat .line.odd{
  448. background-color:#F0F0F0;}
  449.  
  450. blockquote{
  451. padding:0px 0px 2px 5px;
  452. margin:0px 0px 2px 10px;
  453. border-left: 1px dotted #555555;}
  454.  
  455. a img{border: 0px;}
  456.  
  457. @font-face {
  458. font-family: "Call Me";src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  459.  
  460. @font-face {
  461. font-family: "veron";
  462. src: url('http://static.tumblr.com/75pkjyd/VOdmdpf1n/veron.otf');
  463. }
  464.  
  465.  
  466. .permalinktext{
  467. line-height:-2px;
  468. border-top: 1px solid grey;
  469. }
  470.  
  471. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  472. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  473.  
  474.  
  475.  
  476. {CustomCSS}
  477.  
  478.  
  479. askk {
  480. font-family: call me;
  481. font-size:20px;
  482. letter-spacing: 1px;
  483. z-index:1;
  484. }
  485.  
  486. .notes img{width:10px; position:relative; top:3px;}
  487. <--ses-->
  488. small{font-size: 90%;}
  489.  
  490. </style>
  491. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  492. <script type="text/javascript">
  493. $(function(){
  494. $("#pageLink").click(function(){
  495. $("#titlePages").fadeToggle(500);
  496. });
  497. });
  498. </script>
  499. {block:indexpage}
  500. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  501. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  502. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  503. <script type="text/javascript">
  504. $(window).load(function(){
  505. var $wall = $('#posts');
  506. $wall.imagesLoaded(function(){
  507. $wall.masonry({
  508. itemSelector: '#entry, #entry_photo',
  509. isAnimated : false
  510. });
  511. });
  512.  
  513. $wall.infinitescroll({
  514. navSelector : '#page-nav',
  515. nextSelector : '#page-nav a',
  516. itemSelector : '#entry, #entry_photo',
  517. bufferPx : 2000,
  518. debug : false,
  519. errorCallback: function() {
  520. $('#infscr-loading').fadeOut('normal');
  521. }},
  522. function( newElements ) {
  523. var $newElems = $( newElements );
  524. $newElems.hide();
  525. $newElems.imagesLoaded(function(){
  526. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  527. });
  528. }); $('#content').show(500);
  529. });
  530. </script>
  531. {/block:indexpage}
  532.  
  533.  
  534. </style>
  535. </head>
  536.  
  537. <body>
  538.  
  539. <title>{title}</title>
  540. <link rel="shortcut icon" a href="{Favicon}">
  541. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  542. <meta name="viewport" content="width=820" />
  543.  
  544.  
  545. <div class="wrapper">
  546. <div class="header">
  547. </div>
  548.  
  549.  
  550.  
  551. <div id="sidebar2"></div>
  552. <div id="sidebar"><center>
  553.  
  554. <div id="desc"><a href="/"><div id="blogtitle">{text:blogtitle}<br></a>
  555.  
  556. <div style="position: absolute;
  557. font-family: arma;
  558. font-size: 10px;
  559. margin-top: -26px;
  560. color: #7B7B7E;
  561. margin-left: 46px;
  562. letter-spacing: 6px;
  563. ">{text:blogtitle2}</div></div></div>
  564.  
  565. <div id="box2"><img src="{image:Sidebar}" style="width: 190px; height:auto;">
  566. <div id="box">{Description}</div>
  567. </div>
  568.  
  569.  
  570.  
  571. </div>
  572.  
  573. <div id="box3">
  574. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="linkss">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  575.  
  576. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="linkss">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  577.  
  578. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="linkss">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  579.  
  580. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="linkss">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  581.  
  582. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" class="linkss">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle}
  583.  
  584. </div>
  585.  
  586. <div class="left">
  587. <div id="posts">
  588. {block:Posts}
  589. <div id="entry">
  590.  
  591. {block:Text}
  592. {block:Title}<span class="title">{Title}</span>{/block:Title}
  593. <span class="entrytext">{Body}</span><br>
  594. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  595. {/block:Text}
  596.  
  597. {block:Link}
  598. <a href="{URL}" class="title">{Name}</a>
  599. {block:Description}{Description}{/block:Description}<br>
  600. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  601. {block:Link}
  602.  
  603. {block:Photo} {block:IndexPage}
  604. <div class="perma">
  605. <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  606. <div class="perma2"><a href="{Permalink}" target="_blank"> {NoteCount} </a></span></div>
  607. {/block:IndexPage}
  608. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=245px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=498px/>{LinkCloseTag}{/block:PermalinkPage}
  609. {/block:Photo}
  610.  
  611.  
  612.  
  613.  
  614. {block:Quote}
  615. <span class="entrytext">{Quote}</span>
  616. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  617. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  618. {/block:Quote}
  619.  
  620. {block:Chat}
  621. {block:Title}<span class="title">{Title}</span>{/block:Title}
  622. <ul class="chat">
  623. {block:Lines}
  624. <li class="user_{UserNumber}">
  625. {block:Label}
  626. <span class="label">{Label}</span>
  627. {/block:Label}
  628.  
  629. {Line}
  630. </li>
  631. {/block:Lines}
  632. </ul>
  633. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  634. {/block:Chat}
  635.  
  636.  
  637. {block:Audio}
  638. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  639. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  640. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  641. {/block:Audio}
  642.  
  643. {block:Video}<center>
  644. <div style="padding-top:0px; padding-bottom:2px;">
  645. {Video-250}</div>
  646. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  647. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  648. {block:Video}
  649.  
  650. {block:Answer}
  651. <br>
  652. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px #E6DFDF; font-family: arial; font-size: 9px;">
  653. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 30px;"/>
  654. <askk>{Asker}</askk>: {Question}<br></div>
  655.  
  656. <div style="font-family: arial; font-size: 9px;">
  657. {Answer}
  658. </div>
  659. <br>
  660. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  661. {/block:Answer}
  662.  
  663.  
  664. {block:PostNotes}<div align="middle">{caption}</div>
  665. <center>
  666.  
  667. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  668.  
  669. {block:HasTags}
  670. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  671. {block:RebloggedFrom}
  672. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  673. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  674.  
  675. {/block:RebloggedFrom}
  676. </center></span>
  677. <br>
  678. <div id="postnotes">{PostNotes}</div><br>
  679.  
  680. <center>{block:ContentSource}
  681. <br><a href="{SourceURL}">
  682. {lang:Source}:
  683. {block:SourceLogo}
  684. <img src="{BlackLogoURL}" width="{LogoWidth}"
  685. height="{LogoHeight}" alt="{SourceTitle}" />
  686. {/block:SourceLogo}
  687. {block:NoSourceLogo}
  688. {SourceLink}
  689. {/block:NoSourceLogo}
  690. </a>
  691. {/block:ContentSource}</center>
  692.  
  693. {/block:PostNotes}
  694. </div>
  695. {/block:Posts}
  696. </div></div>
  697.  
  698. <div id="followsb">
  699. <a href="http://www.jeremypolizzi.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png" style="width:100px;"></a></div>
  700.  
  701.  
  702. </body>
  703.  
  704.  
  705.  
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement