Advertisement
extendedhate

"unknown" theme

Mar 15th, 2014
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.15 KB | None | 0 0
  1. <!--
  2. "unknown" theme by coolified
  3. keep the credit or add it to your faq & enjoy!
  4. *****to get just the cat pixels you have to uncheck "sidebar image", "rounded sidebar image", and clear whatever sidebar image you have*****
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16.  
  17. <!--DEFAULT VARIABLES-->
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  19. <meta name="color:Background" content="#fff"/>
  20. <meta name="color:Hover" content="#fff"/>
  21. <meta name="color:Entry Text" content="#aaa"/>
  22. <meta name="color:Description Text" content="#aaa"/>
  23. <meta name="color:Links" content="#aaa"/>
  24. <meta name="color:Title" content="#aaa"/>
  25. <meta name="color:Permalink Background" content="#f8f8f8"/>
  26. <meta name="color:Permalink Text" content="#aaa"/>
  27. <meta name="color:Permalink Links" content="#aaa"/>
  28. <meta name="color:Entry Border" content="#eee"/>
  29. <meta name="color:Entry Background" content="#fff"/>
  30. <meta name="color:Post Background" content="#fff"/>
  31. <meta name="color:Post Border" content="#eee"/>
  32. <meta name="color:Sidebar Border" content="#eee"/>
  33. <meta name="color:Sidebar Background" content="#fff"/>
  34. <meta name="color:Sidebar Description Border" content="#eee"/>
  35. <meta name="color:Sidebar Description Background" content="#fff"/>
  36. <meta name="color:Sidebar Links Border" content="#eee"/>
  37. <meta name="color:Sidebar Links Background" content="#fff"/>
  38. <meta name="color:Navigation Hover" content="#a1a1a1"/>
  39. <meta name="image:Background" content="0"/>
  40. <meta name="image:Sidebar" content="0"/>
  41. <meta name="text:Link One" content="">
  42. <meta name="text:Link One Title" content="">
  43. <meta name="text:Link Two" content="">
  44. <meta name="text:Link Two Title" content="">
  45. <meta name="text:Link Three" content="">
  46. <meta name="text:Link Three Title" content="">
  47. <meta name="text:Link Four" content="">
  48. <meta name="text:Link Four Title" content="">
  49. <meta name="text:Link Five" content="">
  50. <meta name="text:Link Five Title" content="">
  51. <meta name="text:Link Six" content="">
  52. <meta name="text:Link Six Title" content="">
  53. <meta name="text:Link Seven" content="">
  54. <meta name="text:Link Seven Title" content="">
  55. <meta name="color:Scrollbar" content="#000000"/>
  56. <meta name="color:Scrollbar Background" content="#fff"/>
  57. <meta name="if:White Follow Buttons" content="1" />
  58. <meta name="if:Faded Images" content="1" />
  59. <meta name="if:Inverted Images" content="1" />
  60. <meta name="if:Rounded Entries" content="1" />
  61. <meta name="if:Entry Border" content="1" />
  62. <meta name="if:Post Border" content="1" />
  63. <meta name="if:Sidebar Image" content="0" />
  64. <meta name="if:Rounded Sidebar Image" content="1" />
  65. <meta name="if:Sidebar Border" content="1" />
  66. <meta name="if:Transparent Sidebar" content="0" />
  67. <meta name="if:Rounded Description Box" content="1" />
  68. <meta name="if:Rounded Links Box" content="1" />
  69. <meta name="if:Transparent Post Background" content="0" />
  70. <meta name="if:Rounded Permalinks" content="1" />
  71. <meta name="if:Show Cat Pixels" content="0" />
  72. <meta name="if:Captions" content="1" />
  73.  
  74. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:200,
  81. tip_fade_speed:300
  82. }
  83. );
  84. });
  85. })(jQuery);
  86. </script><link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  87.  
  88.  
  89. <style type="text/css">
  90.  
  91. #s-m-t-tooltip{ z-index: 99999;
  92. background: #fff;
  93. font-size: 8x;
  94. line-height: 11px;
  95. font-family: inconsolata;
  96. letter-spacing: 1px;
  97. text-transform: uppercase;
  98. color: #000;
  99. text-align: center;
  100. padding: 5px;
  101. border: 1px solid #eeeded;
  102. border-radius: 2px;
  103. display: block;
  104. max-width: 170px;
  105. margin: 6px 10px;
  106. -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  107. -moz-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  108. box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);}
  109. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  110. ::-webkit-scrollbar-thumb{
  111. background-color: {color:scrollbar};
  112. border: 2px solid {color:scrollbar background};
  113. height:auto;
  114. -moz-border-radius: 10px;
  115. border-radius: 10px;
  116. }
  117.  
  118.  
  119.  
  120. ::-webkit-scrollbar {
  121. height:auto;
  122. width:8px;
  123. background-color: #999999;
  124. border: 4px solid {color:scrollbar background};
  125. }
  126.  
  127.  
  128. {block:ifWhiteFollowButtons}iframe#tumblr_controls {-webkit-filter: invert(100%); right:2px !important; z-index: 1; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  129.  
  130. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  131.  
  132. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}{/block:ifWhiteFollowButtons}
  133.  
  134. {block:ifNOTWhiteFollowButtons}iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  135.  
  136. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  137.  
  138. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}{/block:ifNOTWhiteFollowButtons}
  139. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  140.  
  141.  
  142. p {
  143. margin:0px;
  144. margin-top:0px;
  145. }
  146.  
  147.  
  148. body {
  149. padding: 0px;
  150. margin: 0px;
  151. color:{color:Entry Text};
  152. font-family: Inconsolata;
  153. text-align: left;
  154. line-height:11px;
  155. text-align: center;
  156. letter-spacing:1px;
  157. font-size:8px;
  158. background-color: {color:Background};
  159. background-image:url({image:Background});
  160. background-attachment: fixed;
  161. background-repeat: repeat;
  162. background-size:100%;
  163. }
  164.  
  165.  
  166. a:link, a:active, a:visited{
  167. text-decoration: none;
  168. -webkit-transition: color 0.3s ease-out;
  169. -moz-transition: color 0.3s ease-out;
  170. transition: color 0.3s ease-out;
  171. color:{color:Links};
  172. }
  173.  
  174. a:hover {
  175. text-decoration: none;
  176. font-style:;
  177. color: {color:Hover};
  178. }
  179.  
  180. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  181.  
  182. .entry{
  183. text-align:left;
  184. float:left;
  185. font-family: Inconsolata;
  186. font-size: 8px;
  187. width: 250px;
  188. height: auto;
  189. text-transform:uppercase;
  190. letter-spacing: 1px;
  191. line-height:12px;
  192. background-color:{color:entry background};
  193. {block:ifentryborder}border:1px solid {color:entry border};{/block:ifentryborder}
  194. margin:25px;
  195. {block:permalinkpage}width:500px;{/block:permalinkpage}
  196. overflow:hidden;
  197. padding:20px;
  198. {block:ifroundedentries}border-radius: 5px;{block:ifroundedentries}
  199. {block:ifinvertedimages}-webkit-filter:grayscale(60%);{/block:ifinvertedImages}
  200. transition: all 0.5s ease-out;
  201. -o-transition-transition: all 0.5s ease-out;
  202. -webkit-transition: all 0.5s ease-out;
  203. -moz-transition: all 0.5s ease-out;
  204. }
  205. {block:iffadedimages}.entry img{
  206. {block:ifroundedentries}border-radius: 2px;{block:ifroundedentries}opacity: 0.6;
  207. transition: all 0.5s ease-out;
  208. -o-transition-transition: all 0.5s ease-out;
  209. -webkit-transition: all 0.5s ease-out;
  210. -moz-transition: all 0.5s ease-out;}
  211.  
  212. .entry img:hover{
  213. opacity:0.8;
  214. transition: all 0.5s ease-out;
  215. -o-transition-transition: all 0.5s ease-out;
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;} {/block:iffadedimages}
  218. {block:ifNOTfadedimages}.entry img{
  219. {block:ifroundedentries}border-radius: 3px;{block:ifroundedentries}
  220. transition: all 0.5s ease-out;
  221. -o-transition-transition: all 0.5s ease-out;
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;}
  224.  
  225. .entry img:hover{
  226. transition: all 0.5s ease-out;
  227. -o-transition-transition: all 0.5s ease-out;
  228. -webkit-transition: all 0.5s ease-out;
  229. -moz-transition: all 0.5s ease-out;} {/block:ifNOTfadedimages}
  230.  
  231. .like_and_reblog_buttons {
  232. border: px solid #e8e8e8;
  233. border-radius: 3px;
  234. list-style: none;
  235. }
  236.  
  237. .like_and_reblog_buttons li {
  238. float: left;
  239. margin: 0;
  240. padding: 7px 7px;
  241. height: 20px;
  242. }
  243.  
  244. .like_and_reblog_buttons li:first-child {
  245. border-right: 0px solid #e8e8e8;
  246. }
  247.  
  248. .permalink2 {
  249. display: block;
  250. padding: 3px;
  251. margin: 3px 0px 0px 0px;
  252. font-family:Inconsolata;
  253. font-size: 8px;
  254. color: #aaa;
  255. line-height: 14px;
  256. letter-spacing:1px;
  257. text-align: right;
  258. font-style: none;
  259. text-transform:uppercase;
  260. text-decoration: none;
  261. background-color:white;
  262. webkit-transition: all 0.2s linear;
  263. -webkit-transition: all 0.2s linear;
  264. -moz-transition: all 0.2s linear;
  265. transition: all 0.2s linear;
  266. }
  267.  
  268.  
  269. .permalink3 a{color:{color:permalink links};}
  270. .permalink3 {
  271. color:black;
  272. font-size:9px;
  273. display:block;
  274. line-height: 12px;
  275. opacity: 0;
  276. -webkit-transition-duration: .75s;
  277. width:259px;
  278. height:auto;
  279. padding: 6px;
  280. {block:ifroundedpermalinks}border-radius: 3px;{block:ifroundedpermalinks}
  281. background-color: {color:permalink background};
  282. color: {color:permalink text};
  283. position: absolute;
  284. top:10px;
  285. text-align:left;
  286. text-transform:uppercase;
  287. font-family:Inconsolata;
  288. letter-spacing:px;
  289. display:block;
  290. margin-left: -10px;-webkit-transform: rotate(0deg);
  291. -moz-transform: rotate(0deg);
  292. }
  293.  
  294. .entry:hover .permalink3 {
  295. opacity:1;
  296. z-index:999999;-webkit-transform: rotate(0deg);
  297. -moz-transform: rotate(0deg);}
  298. #postnotes{
  299. text-align: left;}
  300.  
  301. #postnotes blockquote{
  302. border: 0px;}
  303.  
  304.  
  305. blockquote{
  306. padding:0px 0px 2px 3px;
  307. margin:0px 0px 2px 1px;
  308. }
  309. ul, ol, li{
  310. list-style: square;
  311. margin-left:26px;
  312. padding:0px;
  313. }
  314.  
  315. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  316. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  317. }
  318.  
  319. @font-face { font-family: "cedar"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  320.  
  321. .
  322. .blockquote, blockquote { text-align:left; letter-spacing:0px; padding-left:5px; border-left:3px solid #cccccc; }
  323. blockquote small, blockquote { }
  324.  
  325. #cunt{width:250px; height:auto;}
  326. {block:PermalinkPage}
  327. width:410px;
  328. {/block:PermalinkPage}
  329. }
  330.  
  331. #center{
  332. padding-top:3px;
  333. padding-bottom:3px;
  334. position:fixed !important;
  335. width:250px;
  336. height:207px;
  337. background-color:#fff;
  338. {block:PermalinkPage}
  339. width:410px;
  340. height:207px;
  341. {/block:PermalinkPage}
  342. }
  343. #posts{
  344. opacity: 1;
  345. float:center;
  346. width:340px;
  347. margin-left: 100px;
  348. margin-top:0px;
  349. padding-top: 0px;{block:permalinkpage}margin-left:0px;{/block:permalinkpage}
  350. {block:ifpostborder}border-right: 1px solid {color:post border};
  351. border-left: 1px solid {color:post border};{/block:ifpostborder}
  352. background:{color:post background};
  353. {block:iftransparentpostbackground}background:transparent;{/block:iftransparentpostbackground}
  354. transition: all 0.5s ease-out;
  355. -o-transition-transition: all 0.5s ease-out;
  356. -webkit-transition: all 0.5s ease-out;
  357. -moz-transition: all 0.5s ease-out;
  358. }
  359.  
  360. #sidebar{
  361. position:fixed;
  362. text-align: center;
  363. opacity:1;
  364. height:100%;
  365. width: 180px;
  366. color:{color:description text};
  367. font-family: Inconsolata;
  368. font-size: 8px;
  369. text-transform:uppercase;
  370. padding: 15px;
  371. background:{color:sidebar background};
  372. {block:iftransparentsidebar}background:transparent;{/block:iftransparentsidebar}
  373. line-height: 12px;
  374. z-index: 1;
  375. letter-spacing:1px;
  376. margin-top:0px;
  377. {block:ifsidebarborder}border: 1px solid {color:sidebar border};{/block:ifsidebarborder}
  378. margin-left:500px;{block:permalinkpage}margin-left:600px;{/block:permalinkpage}
  379. }
  380.  
  381.  
  382.  
  383. .title{
  384. font-family: cedar;
  385. font-size: 25px;
  386. line-height: 28px;
  387. color:{color:Title};
  388. letter-spacing: 0px;
  389. text-transform: lowercase;
  390. font-weight: normal;
  391. text-align: left;
  392. padding:0px 0px 0px 0px;
  393. }
  394. @font-face {
  395. font-family: "prop";
  396. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  397. }
  398. @font-face {
  399. font-family: "font1";
  400. src: url('http://static.tumblr.com/8hrjcus/EIwmxg69m/arbonnie.ttf');
  401. }
  402. .blogtitle{
  403. font-family: prop;
  404. font-size: 28px;
  405. line-height: 20px;
  406. color:{color:Title};
  407. z-index: 1;
  408. text-transform: none;
  409. font-weight: normal;
  410. }
  411. askk{
  412. font-family:helvetica;
  413. font-size: 10px;
  414. line-height:10px;
  415. z-index: 1;
  416. letter-spacing: 1px;
  417. color: {color:entry links};
  418. font-weight: normal;}
  419.  
  420. .captions{
  421. font-family:helvetica;
  422. font-size: 10px;
  423. line-height:10px;
  424. z-index: 1;
  425. margin-top: 10px;
  426. background: white;
  427. padding:0px;
  428. color: {color:entry links};
  429. font-weight: normal;}
  430.  
  431. #infscr-loading{
  432. bottom: -70px;
  433. position: absolute;
  434. left: 50%;
  435. margin-left:-8px;
  436. width:16px;
  437. height:11px;
  438. overflow:hidden;
  439. margin-bottom: 50px;
  440. }
  441.  
  442. #postnotes{
  443. text-align: justify;}
  444.  
  445. #postnotes blockquote{
  446. border: 0px;}
  447.  
  448. blockquote{
  449. padding:0px 0px 0px 5px;
  450. margin:0px 0px 0px 10px;
  451. border-left: 1px dotted #ddd;
  452. }
  453.  
  454. blockquote p, ul{
  455. margin:0px;
  456. padding:0px;
  457. }
  458.  
  459. a img{border: 0px;}
  460.  
  461.  
  462.  
  463. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  464. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  465.  
  466. .notes img{width:10px; position:relative; top:3px;}
  467. <--ses-->
  468. small{font-size: 90%;}
  469.  
  470. {CustomCSS}
  471.  
  472. #audio {width:500px; height:auto; min-height:60px; padding-bottom:13px;}
  473. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  474. .cover img {float:left; width:60px; height:60px;}
  475. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  476. .info {margin-left:73px; width: 200px;margin-top:4px; line-height:14px;}
  477. </style>
  478.  
  479. {block:IndexPage}
  480. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  481. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  482.  
  483. <script type="text/javascript">
  484. $(window).load(function(){
  485. var $wall = $('#posts');
  486. $wall.imagesLoaded(function(){
  487. $wall.masonry({
  488. itemSelector: '.entry, .entry_photo',
  489. isAnimated : false
  490. });
  491. });
  492.  
  493. $wall.infinitescroll({
  494. navSelector : '#pagination',
  495. nextSelector : '#pagination a',
  496. itemSelector : '.entry, .entry_photo',
  497. bufferPx : 2000,
  498. debug : false,
  499. errorCallback: function() {
  500. $('#infscr-loading').fadeOut('normal');
  501. }},
  502. function( newElements ) {
  503. var $newElems = $( newElements );
  504. $newElems.hide();
  505. $newElems.imagesLoaded(function(){
  506. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  507. });
  508. }); $('#posts').show(500);
  509. });
  510. </script>
  511.  
  512.  
  513. {/block:IndexPage}
  514.  
  515.  
  516. <title>{title}</title>
  517.  
  518. <link rel="shortcut icon" href="{favicon}" />
  519. <meta name="viewport" content="width=820" />
  520. </head>
  521.  
  522. <body>
  523.  
  524. <div id="center">
  525. <div id="content"><div style="position:fixed; bottom: 5px; right:5px;"><a href="http://coolified.tumblr.com/"><img src="http://media.tumblr.com/tumblr_lfhud00pKL1qzvcyt.gif"></a></div>
  526.  
  527. <div id="sidebar"><br><br><Br></Br><br><br><br><br><br><br>
  528. {block:ifshowcatpixels}<img src="https://31.media.tumblr.com/167935af065760b2ff0ad778b46504ea/tumblr_inline_myhgyc0ecj1r5jmz8.gif"> <img src="http://www.u.arizona.edu/~patricia/cute-collection/cats/acat4.gif"> <img src="http://www.u.arizona.edu/~patricia/cute-collection/cats/acat5.gif">{/block:ifshowcatpixels}
  529.  
  530. {block:ifsidebarimage}<a href="/"><img src="{image:sidebar}" style="width: 180px; {block:ifroundedsidebarimage}border-radius:5px;{/block:ifroundedsidebarimage}"></a>{/block:ifsidebarimage}
  531.  
  532. <br><br><div style="border: 1px solid {color:sidebar description border}; background:{color:sidebar description background}; {block:ifroundeddescriptionbox}border-radius: 5px;{/block:ifroundeddescriptionbox} padding: 10px;">{description}</div><br>
  533. <div style="border: 1px solid {color:sidebar links border}; background:{color:sidebar links background};{block:ifroundedlinksbox}border-radius: 5px;{/block:ifroundedlinksbox} padding: 10px;">
  534.  
  535. <a href="{text:Link One}">{text:Link One Title}</a>,
  536.  
  537. <a href="{text:Link Two}">{text:Link Two Title}</a>,
  538.  
  539. <a href="{text:Link Three}">{text:Link Three Title}</a>,
  540.  
  541. <a href="{text:Link Four}">{text:Link Four Title}</a>,
  542.  
  543. <a href="{text:Link Five}">{text:Link Five Title}</a>,
  544.  
  545. <a href="{text:Link Six}">{text:Link Six Title}</a>,
  546.  
  547. <a href="{text:Link Seven}">{text:Link Seven Title}</a>
  548.  
  549. </div></div>
  550. </div>
  551.  
  552. </div>
  553.  
  554. <div class="left">
  555. <div id="posts">
  556. {block:Posts}
  557. <div class="entry">
  558.  
  559. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  560. {/block:Text}
  561.  
  562. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div> {block:Link}
  563.  
  564. {block:Photo}
  565. {block:IndexPage}
  566. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{block:ifcaptions}{caption}{/block:ifcaptions}
  567.  
  568. <div class="permalink3"> <a href="{permalink}">{timeago}</a><br>
  569. <a href="{permalink}">{notecountwithlabel}</a> / <a href="{reblogurl}">reblog</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  573. {block:caption}{caption}{/block:caption}
  574. {LinkCloseTag}
  575. {/block:PermalinkPage}
  576. {/block:Photo}
  577.  
  578. {block:Answer}
  579. <div style="margin-top:0px; margin-bottom:0px; height:auto; padding: 0px; ">
  580.  
  581. <div style="text-trasform:lowercase;">{asker}:</div>{Question}<br><br></div>
  582. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">i replied: {Answer}</div><div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  583. {/block:Answer}
  584.  
  585. {block:Photoset}
  586. {block:IndexPage}
  587. <center>{Photoset-250}</center>
  588. {caption}
  589. <div class="permalink3"> <a href="{permalink}">{timeago}</a><br>
  590. <a href="{permalink}">{notecountwithlabel}</a> / <a href="{reblogurl}">reblog</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  591. {/block:IndexPage}
  592. {block:PermalinkPage}
  593. <center>
  594. {Photoset-500}
  595. </center>
  596. {/block:PermalinkPage}
  597. {/block:Photoset}
  598.  
  599. {block:Quote}"{Quote}"<br> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div> {/block:Quote}
  600.  
  601. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  602. <ul class="chat">
  603. {block:Lines}
  604. <li class="user_{UserNumber}">
  605. {block:Label}
  606. <span class="label">{Label}</span>
  607. {/block:Label}
  608.  
  609. {Line}
  610. </li>
  611. {/block:Lines}<div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  612. {/block:Chat}
  613.  
  614. {block:Video}
  615. {block:IndexPage}
  616. {Video-250}</center>{caption}<div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  617. {/block:IndexPage}
  618. {block:PermalinkPage}
  619. <center>
  620. {Video-500}</center>
  621. {/block:PermalinkPage}
  622. {block:Video}
  623.  
  624. {block:Audio}
  625. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>{caption}
  626. {block:IndexPage}<div class="permalink2"> <a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}">reblog</a> // <a href="{ReblogParentURL}">via</a><br>{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}</div>
  627. {/block:IndexPage}
  628. {/block:Audio}
  629.  
  630. {block:PostNotes}
  631. <center>
  632.  
  633. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  634.  
  635. {block:HasTags}
  636. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  637. {block:RebloggedFrom}
  638. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  639. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  640.  
  641. {/block:RebloggedFrom}
  642. </center></span>
  643. <br>
  644. <div id="postnotes">{PostNotes}</div><br>
  645.  
  646. <center>{block:ContentSource}
  647. <br><a href="{SourceURL}">
  648. {lang:Source}:
  649. {block:SourceLogo}
  650. <img src="{BlackLogoURL}" width="{LogoWidth}"
  651. height="{LogoHeight}" alt="{SourceTitle}" />
  652. {/block:SourceLogo}
  653. {block:NoSourceLogo}
  654. {SourceLink}
  655. {/block:NoSourceLogo}
  656. </a>
  657. {/block:ContentSource}</center>
  658.  
  659. {/block:PostNotes}
  660. </div>
  661. {/block:Posts}
  662. </div></div>
  663.  
  664. {block:IndexPage}
  665. {block:Pagination}
  666. <div id="pagination">
  667. {block:NextPage}
  668. <a id="nextPage" href="{NextPage}"></a>
  669. {/block:NextPage}
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}"></a>
  672. {/block:PreviousPage}
  673. </div>
  674. {/block:Pagination}
  675. {/block:IndexPage}
  676. </body>
  677.  
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement