begayisnotaproblem

psicoter-theme 06

Aug 29th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.13 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.  
  3. <!----------------------------------------
  4. THEME BY PSICOTER.TUMBLR.COM
  5. NOW FUCK OFF
  6. ------------------------------------------>
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:scrollbar" content="#a0a0a0" />
  16. <meta name="color:scrollbar background" content="#ffffff" />
  17. <meta name="color:text" content="#000000" />
  18. <meta name="color:navigation" content="#a0a0a0" />
  19. <meta name="color:description" content="#000000" />
  20. <meta name="color:link" content="#636363" />
  21. <meta name="color:link hover" content="#a0a0a0" />
  22. <meta name="color:title" content="#a0a0a0" />
  23. <meta name="color:line" content="#c0c0c0" />
  24.  
  25. <meta name="if:sidebar top" content=""/>
  26. <meta name="if:sidebar middle" content="1"/>
  27. <meta name="if:sidebar bottom" content=""/>
  28. <meta name="if:small posts" content="1"/>
  29. <meta name="if:big posts" content=""/>
  30. <meta name="if:one column" content=""/>
  31. <meta name="if:two columns" content="1"/>
  32. <meta name="if:three columns" content=""/>
  33. <meta name="if:show sidebar image" content="1"/>
  34. <meta name="if:show home link" content="1"/>
  35. <meta name="if:text perma on hover" content="0"/>
  36. <meta name="if:calibri font" content=""/>
  37. <meta name="if:grayscale fade" content="1"/>
  38.  
  39. <meta name="font:description" content="georgia" />
  40. <meta name="font:title" content="georgia" />
  41. <meta name="font:text" content="georgia" />
  42. <meta name="font:perma" content="georgia" />
  43. <meta name="font:navigation" content="georgia" />
  44.  
  45. <meta name="image:Left Background" content""/>
  46. <meta name="image:Right Background" content""/>
  47. <meta name="image:Tiled Background" content""/>
  48. <meta name="image:Cover Background" content""/>
  49. <meta name="image:Sidebar" content""/>
  50.  
  51.  
  52. <meta name="text:navigation title" content="navigate" />
  53. <meta name="text:link 1 title" content="" />
  54. <meta name="text:link 1" content="" />
  55. <meta name="text:link 2 title" content="" />
  56. <meta name="text:link 2" content="" />
  57. <meta name="text:link 3 title" content="" />
  58. <meta name="text:link 3" content="" />
  59. <meta name="text:link 4 title" content="" />
  60. <meta name="text:link 4" content="" />
  61. <meta name="text:Post Title Size" content="12" />
  62. <meta name="text:Post Font Size" content="10" />
  63. <meta name="text:Blog Title Size" content="16" />
  64. <meta name="text:Description Size" content="9" />
  65. <meta name="text:Navigation Size" content="10" />
  66.  
  67. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  68. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  69. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  70. <link rel="shortcut icon" href="{Favicon}" />
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  72.  
  73. <style type="text/css">
  74.  
  75. body {
  76. background-color:{color:background};
  77. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  78. background-attachment: fixed;
  79. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  80. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  81. -webkit-background-size: auto, auto, auto, cover;
  82. -moz-background-size: auto, auto, auto, cover;
  83. -o-background-size: auto, auto, auto, cover;
  84. background-size: auto, auto, auto, cover;
  85. color:{color:text};
  86. {block:ifnotcalibrifont}font-family: {font:text};{/block:ifnotcalibrifont}
  87. {block:ifcalibrifont}font-family: calibri;{/block:ifcalibrifont}
  88. font-size:{text:post font size}px;
  89. line-height:123%;
  90. text-align:left
  91. padding: 0px;}
  92.  
  93. ::-webkit-scrollbar {
  94. height: 5px;
  95. width: 8px;}
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. background-color:{color:scrollbar};}
  99.  
  100. ::-webkit-scrollbar-track{
  101. background-color:{color:scrollbar background};}
  102.  
  103. ::-webkit-scrollbar-buttom{
  104. background-color:{color:scrollbar background};}
  105.  
  106. a:link, a:active, a:visited {
  107. color: {color:link};
  108. text-decoration:none;
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. -ms-transition: all 0.5s ease-in-out;
  113. transition: all 0.5s ease-in-out;}
  114.  
  115. a:hover{
  116. color:{color:link hover};
  117. -webkit-transition: all 0.5s ease-in-out;
  118. -moz-transition: all 0.5s ease-in-out;
  119. -o-transition: all 0.5s ease-in-out;
  120. -ms-transition: all 0.5s ease-in-out;
  121. transition: all 0.5s ease-in-out;}
  122.  
  123. #wrapper {
  124. margin-left:auto;
  125. margin-right:auto;}
  126.  
  127. #lbar {
  128. width:120px;
  129. height:190px;
  130. top:300px;left:80px;
  131. bottom:0;
  132. border-style:dotted;
  133. border-width:0px 0px 0px 0px;
  134. border-color:{color:line};
  135. position:fixed;}
  136.  
  137. {block:ifsidebartop} #limg {top:18%} {/block:ifsidebartop}
  138. {block:ifsidebarmiddle} #limg {top:40%} {/block:ifsidebarmiddle}
  139. {block:ifsidebarbottom} #limg {bottom:18%} {/block:ifsidebarbottom}
  140.  
  141. #limg {
  142. width:138px;
  143. position:fixed;margin-left:-45px;
  144. text-align:right;}
  145.  
  146. #limg img {
  147. width:100px;
  148. border: 0px solid transparent;
  149. margin-bottom:-5px;}
  150.  
  151. #title, #title a {
  152. font-style:italic;
  153. {block:ifnotcalibrifont}font-family: {font:title};{/block:ifnotcalibrifont}
  154. font-size: 16px;
  155. letter-spacing: 1px;
  156. text-align:right;
  157. color: {color:title};
  158. text-transform: lowercase;}
  159.  
  160. #desc {
  161. width:55px;height:50px;
  162. color:{color:description};
  163. margin-top:10px;margin-left:34px;
  164. text-align:center;
  165. font-size:{text:description size}px;
  166. {block:ifnotcalibrifont}font-family:{font:description};{/block:ifnotcalibrifont}}
  167.  
  168. #simb {
  169. width: 30px;
  170. color:{color:description};
  171. margin-top:-50px;
  172. text-align:center;
  173. font-size:11px;margin-left:92px;
  174. }
  175.  
  176. #nav {
  177. margin-top:10px;
  178. width:inherit;
  179. text-align:right;}
  180.  
  181. #navselect {font-family:georgia;
  182. color: {color:navigation};
  183. {block:ifnotcalibrifont}font-family: {font:navigation};{/block:ifnotcalibrifont}
  184. {block:ifcalibrifont}font-family:calibri;{/block:ifcalibrifont}
  185. font-size:{text:navigation size}px;
  186. background-color:{color:background};
  187. min-width:100px;}
  188.  
  189. #entries {margin-left:497px;}
  190.  
  191. #posts {
  192. float: left;
  193. height:auto;
  194. overflow:hidden;
  195. margin: 17px;}
  196.  
  197. {block:ifgrayscalefade}{block:indexpage}
  198. img, iframe.photoset {
  199. -webkit-filter: grayscale(0);
  200. -webkit-transition: all 0.5s ease-in-out;
  201. -moz-transition: all 0.5s ease-in-out;
  202. -o-transition: all 0.5s ease-in-out;
  203. -ms-transition: all 0.5s ease-in-out;
  204. transition: all 0.5s ease-in-out;}
  205. img:hover, iframe.photoset:hover {
  206. -webkit-filter: grayscale(.6);
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. -o-transition: all 0.5s ease-in-out;
  210. -ms-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;}
  212. {/block:indexpage}{/block:ifgrayscalefade}
  213.  
  214. #photo, #photo a, #photo a img {border: none; line-height:0;}
  215.  
  216. {block:ifsmallposts}
  217. {block:indexpage}
  218. #posts, #photo, #photo a img {width: 250px;}
  219. {/block:indexpage}
  220. {block:permalinkpage}
  221. #posts, #photo, #photo a img {width: 400px;}
  222. {/block:permalinkpage}
  223. {/block:ifsmallposts}
  224. {block:ifbigposts}
  225. #posts, #photo, #photo a img {width: 400px;}
  226. {/block:ifbigposts}
  227.  
  228. {block:ifonecolumn}
  229. {block:ifsmallposts}
  230. #entries {width: 284px}
  231. #wrapper {width: 451px}
  232. {/block:ifsmallposts}
  233. {block:ifbigposts}
  234. #entries {width: 434px}
  235. #wrapper {width: 601px}
  236. {/block:ifbigposts}
  237. {/block:ifonecolumn}
  238. {block:iftwocolumns}
  239. {block:ifsmallposts}
  240. #entries {width: 568px;}
  241. #wrapper {width: 735px}
  242. {/block:ifsmallposts}
  243. {block:ifbigposts}
  244. #entries {width: 868px}
  245. #wrapper {width: 1035px}
  246. {/block:ifbigposts}
  247. {/block:iftwocolumns}
  248. {block:ifthreecolumns}
  249. {block:ifsmallposts}
  250. #entries {width: 852px}
  251. #wrapper {width: 1019px}
  252. {/block:ifsmallposts}
  253. {block:ifbigposts}
  254. #entries {width: 1302px}
  255. #wrapper {width: 1469px}
  256. {/block:ifbigposts}
  257. {/block:ifthreecolumns}
  258.  
  259. #mhold {
  260. display:inline-block;
  261. width:100px;
  262. height:100px;}
  263.  
  264. #mart {
  265. position:absolute;
  266. width:100px;
  267. height:100px;
  268. overflow:hidden;}
  269.  
  270. #mart img {
  271. width:100px;
  272. position:absolute;}
  273.  
  274. #mart2 {
  275. position:absolute;
  276. width:100px;
  277. height:100px;
  278. background-color:{color:background};}
  279.  
  280. #mhold2 {
  281. position:absolute;
  282. display:inline-block;
  283. height:100px;
  284. margin-left:11px;}
  285.  
  286. {block:indexpage}
  287. #mhold2{width:139px;}
  288. {/block:indexpage}
  289. {block:permalinkpage}
  290. #mhold2{width:289px;}
  291. {/block:permalinkpage}
  292.  
  293. #mplayer {
  294. position:absolute;
  295. height:28px;
  296. width:28px;
  297. margin:9px;
  298. overflow:hidden;}
  299.  
  300. #mcircle {
  301. position:absolute;
  302. width:46px;
  303. height:46px;
  304. border-radius: 23px;
  305. -moz-border-radius: 23px;
  306. -webkit-border-radius: 23px;
  307. background-color:white;
  308. z-index:999999;
  309. margin:27px;
  310. opacity: .6;
  311. -moz-opacity: .6;
  312. filter: alpha(opacity = 60);
  313. -moz-transition: all 0.4s;
  314. -webkit-transition: all 0.4s;
  315. -o-transition: all 0.4s;
  316. transition: all 0.4;}
  317.  
  318. #mcircle:hover {
  319. opacity: .8;
  320. -moz-opacity: .8;
  321. filter: alpha(opacity = 80);
  322. -moz-transition: all 0.4s;
  323. -webkit-transition: all 0.4s;
  324. -o-transition: all 0.4s;
  325. transition: all 0.4;}
  326.  
  327. h2 {
  328. font-size: {text:Post Title Size}px;
  329. margin:0px;
  330. line-height:100%;}
  331.  
  332. .asker a {font-weight:bold;}
  333.  
  334. p, ul, ol {
  335. margin-top: 4px;
  336. margin-bottom: 4px;}
  337.  
  338. blockquote {
  339. margin-left:8px;
  340. padding-left:5px;
  341. padding-right:0px;
  342. margin-right:0px;}
  343.  
  344. img a {border:none;}
  345.  
  346. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  347.  
  348. img {max-width:100%;}
  349.  
  350. #c {
  351. position:fixed;
  352. bottom:4px;
  353. right:4px;
  354. font-size:13px;
  355. font-family:helvetica;}
  356.  
  357. /*for photo permalink*/
  358. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  359. .likep a:hover {background-position: 0px 0px;}
  360. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png"); background-position: 0px 0px; display: block; z-index: 9999999; webkit-transition: all 0s linear; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  361. .likep img {width: 21px; height: 20px; webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  362. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  363. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  364. .not { display: inline-block; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png"); height: 20px; font-size: 11px; line-height: 20px; color: #fff; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; bottom: 6px; position: relative; letter-spacing:0px;}
  365. .not a{color: #fff; font-family: helvetica;}
  366. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  367. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  368. #posts .permalink{z-index:9999991; position:absolute; margin-top:0px; margin-left:5px; height:10px; padding:3px; overflow:hidden; font-size:11px; line-height:90%; text-align:center; opacity:0.0; filter: alpha(opacity = 0); }
  369. #posts:hover .permalink{overflow:visible;-webkit-transition: opacity 0.4s linear; opacity: 1; -webkit-transition: all 0.4s linear; opacity: 0.8;-moz-transition: all 0.4s linear; opacity: 0.8; transition: all 0.4s linear; opacity: 0.8; margin-top:5px; }
  370.  
  371. /*for text permalink*/
  372. #posts .textperma, .textperma a {{block:ifnotcalibrifont}font-family:{font:perma};{/block:ifnotcalibrifont} text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
  373. {block:iftextpermaonhover}
  374. #posts .textperma{margin-top: -15px; opacity: 0; filter: alpha(opacity = 0); -moz-opacity:0; opacity:0; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  375. #posts:hover .textperma{margin-top: -2px; opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
  376. {/block:iftextpermaonhover}
  377. {block:ifnottextpermaonhover}
  378. #posts .textperma{margin-top: 0px;}
  379. {/block:ifnottextpermaonhover}
  380.  
  381. /*for multi columns*/
  382. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  383. #infscr-loading {display:none;}
  384. .navigation {display:none!important;}
  385.  
  386. </style>
  387.  
  388. <style type="text/css">{CustomCSS}</style>
  389.  
  390. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  391.  
  392. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  393.  
  394. <!for multi columns>
  395. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  396. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  397. <script type="text/javascript">
  398. $(window).load(function () {
  399. $('#entries').masonry(),
  400. $('.masonryWrap').infinitescroll({
  401. itemSelector : "#posts",
  402. navSelector : "div.navigation",
  403. nextSelector : ".navigation a#next",
  404. bufferPx : 1000000000000,
  405. loadingImg : "",
  406. loadingText : "",
  407. animation: true,
  408. extraScrollPx: 100000,
  409. },
  410. function() { $('#entries').masonry({ appendedContent: $(this) });
  411. });
  412. });</script>
  413.  
  414. </head>
  415.  
  416. <body>
  417.  
  418. <a style="width:120px; font-size:9px; color:#000; font-family:consolas;position:fixed;font-style;bottom:30px;right:-20px;" href="http://psicoter.tumblr.com/" title="feito pelo paulo, nao copie crlh"><b>(c)</b></a></div></div>
  419.  
  420. <!for multi columns>
  421. <div class="navigation">
  422. {block:Pagination}
  423. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  424. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  425. {/block:Pagination}
  426. </div>
  427.  
  428. {block:ContentSource}
  429. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  430. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  431. {/block:SourceLogo}
  432. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  433. {/block:ContentSource}
  434. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  435.  
  436. <div id="wrapper">
  437.  
  438. <div id="lbar"></div><div id="limg">
  439.  
  440. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  441.  
  442.  
  443.  
  444. <div id="nav">
  445. <form>
  446. <script>
  447. function goToPage(url)
  448. {
  449. if (url != "")
  450. {
  451. .open(url);
  452. }
  453. }
  454. </script>
  455. <select onchange='location=this.options[this.selectedIndex].value;' id="navselect">
  456. <option selected>{text:navigation title}</option>
  457.  
  458.  
  459. {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
  460. {block:iflink1}<option value="{text:link 1}">{text:link 1 title}</option>{/block:iflink1}
  461. {block:iflink2}<option value="{text:link 2}">{text:link 2 title}</option>{/block:iflink2}
  462. {block:iflink3}<option value="{text:link 3}">{text:link 3 title}</option>{/block:iflink3}
  463. {block:iflink4}<option value="{text:link 4}">{text:link 4 title}</option>{/block:iflink4}
  464.  
  465. </select>
  466. </form>
  467. </div>
  468.  
  469. <div id="desc">{Description}</div>
  470. <div id="simb"> ☯☯☯☯☯☯</p>☯☯☯☯☯☯</p>☯☯☯☯☯☯</p></div>
  471. </div></div></div>
  472. <div class = "autopagerize_page_element" >
  473. <div id="entries">
  474. {block:Posts}
  475. <div id="posts">
  476.  
  477. {block:Text}
  478. {block:Title}<h2>{Title}</h2>{/block:Title}
  479. {Body}
  480. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  481. {/block:Text}
  482.  
  483. {block:Quote}
  484. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  485. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  486. {/block:Quote}
  487.  
  488. {block:Link}
  489. <a href="{URL}"><h2>{Name}</h2></a>
  490. {block:Description}<p>{Description}</p>{/block:Description}
  491. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  492. {/block:Link}
  493.  
  494. {block:Chat}
  495. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  496. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  497. {/block:Chat}
  498.  
  499. {block:Answer}
  500. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  501. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  502. {/block:Answer}
  503.  
  504. {block:Audio}
  505. <div id="mhold">
  506. <div id="mart">
  507. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  508. {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  509. </div>
  510. <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
  511. </div>
  512. <div id="mhold2">
  513. <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
  514. <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
  515. <p>Album:{block:Album} {Album}{/block:Album}</p>
  516. <p>Plays: {FormattedPlayCount}</p>
  517. </div>
  518. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  519. {/block:Audio}
  520.  
  521. {block:Video}
  522. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  523. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  524. {/block:indexpage}
  525. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  526. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  527. {/block:Video}
  528.  
  529. {block:Photo}
  530. <!perma>{block:IndexPage}<div class="permalink">
  531. <div class="likep">
  532. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  533. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  534. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  535. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  536. {/block:Photo}
  537.  
  538. {block:Photoset}
  539. <!perma>{block:IndexPage}<div class="permalink">
  540. <div class="likep">
  541. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  542. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  543. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  544. {block:indexpage}
  545. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  546. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  547. {/block:indexpage}
  548. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  549. {/block:Photoset}
  550.  
  551. {block:PermalinkPage}
  552. {block:caption}{Caption}{/block:caption}<br>
  553. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  554. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  555. {/block:PermalinkPage}
  556.  
  557. </div>
  558. {/block:Posts}
  559. </div>
  560. </div>
  561.  
  562. </div>
  563.  
  564. </body>
  565. </html>
Advertisement
Add Comment
Please, Sign In to add comment