Advertisement
incedothemes

Quartz Theme by Incedo

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