cindie

Peekaboo

Aug 21st, 2011
8,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!--
  5.  
  6. "Peekaboo" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my public theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content="">
  17. <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
  18. <META name="image:Sidebar Background" content="">
  19. <META name="text:Sidebar Image Height" content="100px"/>
  20. <META name="if:Show Sidebar Image" content="1"/>
  21. <META name="if:Show Menu" content="1"/>
  22. <META name="if:Show Description" content="1"/>
  23. <META name="if:Text Align Center" content="1/>
  24. <META name="if:Show Sidebar Border" content="0"/>
  25. <META name="if:Box Shadow" content="0"/>
  26. <META name="if:Show Bigger Posts" content="0"/>
  27. <META name="if:Post Borders" content="0"/>
  28. <META name="if:Round Corners" content="1"/>
  29. <META name="if:Show Captions" content="0"/>
  30. <META name="if:Show Custom Scrollbar" content="1"/>
  31. <META name="if:Show Back to Top" content="1"/>
  32. <META name="if:Infinite Scrolling" content="0"/>
  33. <META name="font:Body" content="Arial"/>
  34. <META name="font:Navigation" content="Arial"/>
  35. <META name="color:Background" content="#f9f9f9">
  36. <META name="color:Sidebar" content="transparent">
  37. <META name="color:Tables" content="#ffffff">
  38. <META name="color:Permalink" content="#eee">
  39. <META name="color:Permalink Text" content="#eee">
  40. <META name="color:Permalink Text Hover" content="#000">
  41. <META name="color:Font" content="#666666">
  42. <META name="color:Link" content="#dbdbdb">
  43. <META name="color:Link hover" content="#000000">
  44. <META name="color:Headers" content="#eee">
  45. <META name="color:Borders" content="#ebebeb">
  46. <META name="color:Chat Background" content="#f9f9f9">
  47. <META name="color:Navigation background" content="#F3F3F3" />
  48. <META name="color:Navigation" content="#000000" />
  49. <META name="color:Scrollbar" content="#ffffff">
  50. <META name="color:Scrollbar Main" content="#eeeeee">
  51. <META name="text:Sidebar Top Position" content="90px">
  52. <META name="text:Notes Text" content="Notes"/>
  53. <META name="text:Navigation Text" content="navigate"/>
  54. <META name="text:Ask Text" content="ask"/>
  55. <META name="text:Link 1 Title" content="" />
  56. <META name="text:Link 1" content="" />
  57. <META name="text:Link 2 Title" content="" />
  58. <META name="text:Link 2" content="" />
  59. <META name="text:Link 3 Title" content="" />
  60. <META name="text:Link 3" content="" />
  61. <META name="text:Link 4 Title" content="" />
  62. <META name="text:Link 4" content="" />
  63. <META name="text:Link 5 Title" content="" />
  64. <META name="text:Link 5" content="" />
  65. <!-- End Default Colors -->
  66.  
  67. {block:IfInfiniteScrolling}
  68. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  69.  
  70. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery-1.3.2.js"></script>
  71. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery.scrollTo-1.4.0-min.js"></script>
  72. <script type="text/javascript">
  73. jQuery.fn.topLink = function(settings) {
  74. settings = jQuery.extend({
  75. min: 1,
  76. fadeSpeed: 200,
  77. ieOffset: 50
  78. }, settings);
  79. return this.each(function() {
  80. //listen for scroll
  81. var el = $(this);
  82. el.css('display','none'); //in case the user forgot
  83. $(window).scroll(function() {
  84. if(!jQuery.support.hrefNormalized) {
  85. el.css({
  86. 'position': 'absolute',
  87. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  88. });
  89. }
  90. if($(window).scrollTop() >= settings.min)
  91. {
  92. el.fadeIn(settings.fadeSpeed);
  93. }
  94. else
  95. {
  96. el.fadeOut(settings.fadeSpeed);
  97. }
  98. });
  99. });
  100. };
  101.  
  102. $(document).ready(function() {
  103. $('#top-link').topLink({
  104. min: 400,
  105. fadeSpeed: 500
  106. });
  107. //smoothscroll
  108. $('#top-link').click(function(e) {
  109. e.preventDefault();
  110. $.scrollTo(0,300);
  111. });
  112. });
  113.  
  114.  
  115. </script>
  116.  
  117. <link rel="stylesheet" href="http://static.tumblr.com/20pvjfl/5xklkh0ia/fonts.css" />
  118.  
  119. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  120. <meta name="description" content="{MetaDescription}" />
  121.  
  122. <title>{title}</title>
  123. <link rel="shortcut icon" href="{Favicon}">
  124. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  125.  
  126. <style type="text/css">
  127. body {
  128. background-color: {color:Background};
  129. background-image: url('{image:Background}');
  130. background-position:center center;
  131. background-repeat: repeat;
  132. background-attachment:fixed;
  133. color:{color:font};
  134. cursor: url(""), default;
  135. text-align:justify;
  136. margin: 0px;
  137. padding: 0px;
  138. letter-spacing:1px;
  139. font-family:{font:Body};
  140. text-align:{block:IfTextAlignCenter}
  141. center{/block:IfTextAlignCenter};
  142. font-size:10px;
  143. }
  144.  
  145. a:link, a:visited, a:active {
  146. color: {color:Link};
  147. cursor: default;
  148. text-decoration:none;
  149. transition-duration: 0.50s;
  150. -moz-transition-duration: 0.50s;
  151. -webkit-transition-duration: 0.50s;
  152. -o-transition-duration: 0.50s;
  153. }
  154.  
  155. a:hover {
  156. color: {color:link hover};
  157. text-decoration:none;
  158. }
  159.  
  160. {block:IfShowCustomScrollbar}
  161. ::-webkit-scrollbar-thumb:vertical {
  162. background-color:{color:Scrollbar};
  163. height:100px;
  164. -moz-border-radius: 10px 30px;
  165. border-radius: 3px;
  166. }
  167.  
  168. ::-webkit-scrollbar-thumb:horizontal {
  169. background-color:{color:Scrollbar};
  170. height:10px !important;
  171. }
  172.  
  173. ::-webkit-scrollbar {
  174. height:10px;
  175. width:10px;
  176. background-color:{color:Scrollbar Main};
  177. }
  178. {/block:IfShowCustomScrollbar}
  179.  
  180.  
  181. li {
  182. text-align:left;
  183. }
  184.  
  185. br{
  186. padding:1px;
  187. margin:1px;
  188. }
  189.  
  190. h1{
  191. font-weight:bold;
  192. display:inline;
  193. font-size:35px;
  194. line-height:35px;
  195. padding-top:2px;
  196. margin-top:1px;
  197. font-family:engravers mt;
  198. text-transform:uppercase;
  199. }
  200.  
  201. .header{
  202. color:{color:Headers};
  203. font-size:13px;
  204. padding-top:2px;
  205. margin-top:1px;
  206. text-transform:normal;
  207. }
  208.  
  209. img {
  210. padding: 0px;
  211. filter: alpha (opacity=100);
  212. opacity: 1.0;
  213. -webkit-transition: all 0.3s ease-out;
  214. -moz-transition: all 0.3s ease-out;
  215. transition: all 0.3s ease-out;cursor:
  216. }
  217.  
  218. img:hover {
  219. filter: alpha (opacity=70);
  220. opacity: 0.70;
  221. -webkit-transition: all 0.5s ease-out;
  222. -moz-transition: all 0.5s ease-out;
  223. transition: all 0.5s ease-out;cursor:
  224. }
  225.  
  226. #sidebar {
  227. margin:0 auto;
  228. margin-top:{block:IfSidebarTopPosition}{text:Sidebar Top Position}{/block:IfSidebarTopPosition};
  229. margin-left:720px;
  230. {block:IfShowBiggerPosts}
  231. margin-left:810px;
  232. {/block:IfShowBiggerPosts}
  233. padding:5px;
  234. width:200px;
  235. position:fixed;
  236. {block:IfPostBorders}border:1px solid {color:Borders};
  237. {/block:IfPostBorders}
  238. {block:IfShowSidebarBorder}
  239. border:1px solid {color:Borders};
  240. {/block:IfShowSidebarBorder}
  241. background-image:url('{image:Sidebar Background}');
  242. background-color:{color:Sidebar};
  243. {block:IfRoundCorners}
  244. -moz-border-radius: 10px 30px;
  245. border-radius: 3px;
  246. {/block:IfRoundCorners}
  247. {block:IfBoxShadow}
  248. border-radius: 2px 2px 2px 2px;
  249. -moz-border-radius: 2px 2px 0px 0px;
  250. -moz-box-shadow: 1px 1px 1px #CCC;
  251. -webkit-box-shadow: 1px 1px 1px #CCC;
  252. box-shadow: 1px 1px 1px #CCC;
  253. {/block:IfBoxShadow}
  254. }
  255.  
  256. .navi{
  257. width:196px;
  258. padding:2px;
  259. background-color:{color:Navigation background};
  260. color:{color:Navigation};
  261. font-family:{font:Navigation};
  262. border:0px;
  263. font: 8px;
  264. text-transform: uppercase;
  265. }
  266.  
  267. .menu{
  268. margin-top:1px;
  269. }
  270.  
  271. .des{
  272. margin-top:5px;
  273. margin-bottom:1px;
  274. overflow:hidden;
  275. }
  276.  
  277. .imgg {
  278. text-align:left;
  279. margin-top:4px;
  280. }
  281.  
  282. .previouss {
  283. font-size:10px;
  284. }
  285.  
  286. .previouss:hover{
  287. -webkit-transition: all 0.3s ease-out;
  288. -moz-transition: all 0.3s ease-out;
  289. transition: all 0.3s ease-out;cursor:
  290. }
  291.  
  292. .nextt {
  293. font-size:10px;
  294. }
  295.  
  296. .nextt:hover{
  297. -webkit-transition: all 0.3s ease-out;
  298. -moz-transition: all 0.3s ease-out;
  299. transition: all 0.3s ease-out;cursor:
  300. }
  301.  
  302.  
  303. #content {
  304. margin:0 auto;
  305. margin-top:0px;
  306. margin-left:300px;
  307. margin-bottom:15px;
  308. width: 500px;
  309. position: relative;
  310. background-color: transparent;
  311. }
  312.  
  313. #post {
  314. width:400px;
  315. {block:IfShowBiggerPosts}
  316. width:500px;
  317. {/block:IfShowBiggerPosts}
  318. margin-top:4px;
  319. overflow:hidden;
  320. background-color:{color:Tables};
  321. {block:IfRoundCorners}
  322. -moz-border-radius: 10px 30px;
  323. border-radius: 3px;
  324. {/block:IfRoundCorners}
  325. {block:IfPostBorders}
  326. border:1px solid {color:Borders};
  327. {/block:IfPostBorders}
  328. {block:IfBoxShadow}
  329. border-radius: 2px 2px 2px 2px;
  330. -moz-border-radius: 2px 2px 0px 0px;
  331. -moz-box-shadow: 1px 1px 1px #CCC;
  332. -webkit-box-shadow: 1px 1px 1px #CCC;
  333. box-shadow: 1px 1px 1px #CCC;
  334. {/block:IfBoxShadow}
  335. }
  336.  
  337. .perma{
  338. background-color:{color:Permalink};
  339. color:{color:Permalink Text};
  340. float: left;
  341. margin-left: 0px;
  342. margin-top:-14px;
  343. position: absolute;
  344. text-align: center;
  345. {block:IfRoundCorners}
  346. -moz-border-radius: 10px 30px;
  347. border-radius: 3px;
  348. {/block:IfRoundCorners}
  349. width: 400px;
  350. {block:IfShowBiggerPosts}
  351. width:500px;
  352. {/block:IfShowBiggerPosts}
  353. height:14px;
  354. font-size: 12px;
  355. -webkit-transition: 0.5s ease-in;
  356. opacity:0;
  357. }
  358.  
  359. .perma a{color:{color:Permalink Text};}
  360. .perma a:hover {color:{color:Permalink Text Hover};}
  361. .entry:hover .perma {opacity: 50;margin-top:3px}
  362.  
  363. blockquote{
  364. border-left: 5px solid {color:Borders};
  365. padding:1px; padding-left: 5px; margin: 0px;
  366. }
  367.  
  368. .entry{
  369. background-color:;
  370. }
  371.  
  372. .entry img {
  373. max-width: 400px;
  374. {block:IfShowBiggerPosts}
  375. max-width:500px;
  376. {/block:IfShowBiggerPosts}
  377. }
  378.  
  379. #ask img {
  380. width:40px;
  381. }
  382.  
  383. #asker{
  384. margin: auto;
  385. background-color:#eee;
  386. padding:10px;
  387. {block:IfRoundCorners}
  388. -moz-border-radius: 10px 30px;
  389. border-radius: 3px;
  390. {/block:IfRoundCorners}
  391. }
  392.  
  393. {block:PermalinkPage}
  394. .entry:hover .perma {opacity: 0;}
  395. {/block:PermalinkPage}
  396.  
  397. .caps {
  398. margin-top:1px;
  399. background-color: {color:Tables};
  400. {block:IfRoundCorners}
  401. -moz-border-radius: 10px 30px;
  402. border-radius: 3px;
  403. {/block:IfRoundCorners}
  404. width: 400px;
  405. {block:IfShowBiggerPosts}
  406. width:500px;
  407. {/block:IfShowBiggerPosts}
  408. {block:IfPostBorders}border:1px solid {color:Borders};
  409. {/block:IfPostBorders};
  410. }
  411.  
  412. #info{
  413. margin-top:5px;
  414. background-color: {color:Tables};
  415. {block:IfRoundCorners}
  416. -moz-border-radius: 10px 30px;
  417. border-radius: 3px;
  418. {/block:IfRoundCorners}
  419. width: 400px;
  420. {block:IfShowBiggerPosts}
  421. width:500px;
  422. {/block:IfShowBiggerPosts}
  423. {block:IfPostBorders}border:1px solid {color:Borders};
  424. {/block:IfPostBorders};
  425. }
  426.  
  427. .notes {
  428. background-color: {color:Tables};
  429. {block:IfPostBorders}border:1px solid; {color:Borders};
  430. {/block:IfPostBorders}
  431. {block:IfRoundCorners}
  432. -moz-border-radius: 10px 30px;
  433. border-radius: 3px;
  434. {/block:IfRoundCorners}
  435. margin-top:5px;
  436. width: 400px;
  437. {block:IfShowBiggerPosts}
  438. width:500px;
  439. {/block:IfShowBiggerPosts}
  440. display:block;
  441. float:left;
  442. }
  443.  
  444. .notes img {
  445. width: 400px;
  446. {block:IfShowBiggerPosts}
  447. width:500px;
  448. {/block:IfShowBiggerPosts}
  449. }
  450.  
  451. .chat {
  452. padding:2px;
  453. }
  454.  
  455. .chat li {
  456. list-style-type: none;
  457. padding:1px;
  458. }
  459.  
  460. .chat li:nth-child(odd) {
  461. background-color:{color:Chat Background};
  462. }
  463.  
  464. ol.notes {
  465. float:left;
  466. height:200px;
  467. width: 350px;
  468. {block:IfShowBiggerPosts}
  469. width:450px;
  470. {/block:IfShowBiggerPosts}
  471. font-size:8px;
  472. -moz-border-radius: 10px 30px;
  473. border-radius: 3px;
  474. list-style-type: none;
  475. overflow:auto;
  476. }
  477.  
  478. ol.notes li.note img.avatar {
  479. margin-right: -1px;
  480. width: 16px;
  481. height: 16px;
  482. }
  483.  
  484. .notes li:nth-child(odd) {
  485. background:{color:Notes Background}}
  486.  
  487. .notes li:hover {
  488. background:{color:Notes Background Hover}}
  489.  
  490.  
  491. #top-link{ display:none;
  492. position:fixed;
  493. margin-left:720px;
  494. {block:IfShowBiggerPosts}
  495. margin-left:810px;
  496. {/block:IfShowBiggerPosts}
  497. bottom:5px;
  498. letter-spacing:1px;
  499. font-family:{font:Body};
  500. text-decoration:none;
  501. background:none;
  502. font-size:12px;
  503. }
  504.  
  505. {CustomCSS}
  506. </style>
  507. </head>
  508.  
  509. <body>
  510. <div id="sidebar">
  511.  
  512. <div class="imgg">
  513. {block:IfShowSidebarImage}
  514. <div style="width:200px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:210px;min-width:210px;" src="{image:Sidebar}"></div><br>
  515. {/block:IfShowSidebarImage}
  516. </div>
  517.  
  518. {block:IfShowMenu}
  519. <div class="menu">
  520. <form action="" method="get" name="category">
  521. <select class="navi" name="cat" onChange="javascript:window.open(document.category.cat.value,'_self')">
  522. <option value="/">{block:IfNavigationText}{text:Navigation Text}{/block:IfNavigationText}</option>
  523. <option value="/ask">{block:IfAskText}{text:Ask Text}{/block:IfAskText}</option>
  524. {block:ifLink1}<option value="{text:Link 1}">{text:Link 1 Title}</option>{/block:ifLink1}
  525. {block:ifLink2}<option value="{text:Link 2}">{text:Link 2 Title}</option>{/block:ifLink2}
  526. {block:ifLink3}<option value="{text:Link 3}">{text:Link 3 Title}</option>{/block:ifLink3}
  527. {block:ifLink4}<option value="{text:Link 4}">{text:Link 4 Title}</option>{/block:ifLink4}
  528. {block:ifLink5}<option value="{text:Link 5}">{text:Link 5 Title}</option>{/block:ifLink5}
  529. <option value="http://cindie.tumblr.com">theme</option>
  530. </select> </form></div>
  531. {/block:IfShowMenu}
  532.  
  533. <div class="des">
  534. {block:IfShowDescription}
  535. {block:Description}{Description}{/block:Description}
  536. {/block:IfShowDescription}
  537. </div>
  538.  
  539. {block:IfNotInfiniteScrolling}
  540. {block:Pagination}
  541. {block:PreviousPage}
  542. <a href="{PreviousPage}">Previous</a> /
  543. {/block:PreviousPage}
  544.  
  545. {block:NextPage}
  546. <a href="{NextPage}">Next</a>
  547. {/block:NextPage}
  548. {/block:Pagination}
  549. {/block:IfNotInfiniteScrolling}
  550. </div>
  551.  
  552. <div id="content">
  553. {block:IfInfiniteScrolling}
  554. <div class = "autopagerize_page_element" >
  555. {/block:IfInfiniteScrolling}
  556. {block:Posts}
  557. {block:Text}
  558.  
  559. <div class="entry">
  560. <div id="post">
  561. <div class="header"><a href="{Permalink}">{Title}</a></div>
  562. {Body}
  563. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  564.  
  565. <div class="perma">
  566. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  567. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  568. </div>
  569.  
  570. </div>
  571. </div>
  572. {/block:Text}
  573. {block:Photo}
  574.  
  575. <div class="entry">
  576. <div id="post">
  577.  
  578. {LinkOpenTag}<img style="{block:IfPostBorders}-moz-border-radius: 10px 30px;
  579. border-radius: 3px{/block:IfPostBorders};width:{block:IfNotBiggerPosts}400px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}500px;{/block:IfBiggerPosts}" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  580.  
  581. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  582.  
  583. <div class="perma">
  584. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  585. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  586. </div>
  587.  
  588. </div>
  589. </div>
  590. {/block:Photo}
  591. {block:Photoset}
  592.  
  593. <div class="entry">
  594. <div id="post">
  595. {block:IfShowBiggerPosts}{Photoset-500}{block:IfShowBiggerPosts}{block:IfNotShowBiggerPosts}{Photoset-400}{block:IfNotShowBiggerPosts}
  596.  
  597. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  598.  
  599. <div class="perma">
  600. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  601. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  602. </div>
  603.  
  604. </div>
  605. </div>
  606. {/block:Photoset}
  607. {block:Quote}
  608.  
  609. <div class="entry">
  610. <div id="post">
  611. <div class="header"><h1>"</h1>{Quote}</div>
  612. {block:Source}
  613. <br><i>{Source}</i><br>
  614. {/block:Source}
  615.  
  616. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  617.  
  618. <div class="perma">
  619. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  620. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  621. </div>
  622.  
  623. </div>
  624. </div>
  625.  
  626. {/block:Quote}
  627.  
  628. {block:Link}
  629.  
  630. <div class="entry">
  631. <div id="post">
  632. <a href="{URL}"{Target}><div class="header">{Name}</a></div>
  633. {block:Description}
  634. {Description}
  635. {/block:Description}
  636.  
  637. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  638.  
  639. <div class="perma">
  640. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  641. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  642. </div>
  643.  
  644. </div>
  645. </div>
  646. {/block:Link}
  647.  
  648. {block:Chat}
  649.  
  650. <div class="entry">
  651. <div id="post">
  652. <div class="header">{Title}</a></div>
  653. <ul class="chat">
  654. {block:Lines}
  655. <li class="{Alt}">
  656. {block:Label}
  657. <span class="label">{Label}</span>
  658. {/block:Label}
  659.  
  660. {Line}
  661.  
  662. {/block:Lines}
  663. </ul>
  664.  
  665. </li>
  666. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  667. <div class="perma">
  668. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  669. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  670. </div>
  671.  
  672. </div>
  673. </div>
  674. {/block:Chat}
  675. {block:Video}
  676.  
  677. <div class="entry">
  678. <div id="post">
  679. {block:IfNotShowBiggerPosts}{Video-400}{block:IfNotShowBiggerPosts} {block:IfShowBiggerPosts}{Video-500}{/block:IfShowBiggerPosts}
  680.  
  681. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  682. <br>
  683.  
  684. <div class="perma">
  685. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  686. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  687. </div>
  688.  
  689. </div>
  690. </div>
  691.  
  692. {/block:Video}
  693. {block:Audio}
  694.  
  695. <div class="entry">
  696. <div id="post">
  697. <div style="float:left;padding-left:100px;padding-top:12px;text-align:left;">{AudioPlayerGrey}
  698. </br>
  699. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</br>
  700. </div>
  701.  
  702. <div style="padding-top:10px;">{block:AlbumArt}<img style=" -moz-border-radius: 10px 30px;border-radius: 3px; height:60px; width:60px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
  703. </div>
  704. </br>
  705. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  706. <div class="perma">
  707. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  708. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  709. </div>
  710.  
  711. </div>
  712. </div>
  713.  
  714. {/block:Audio}
  715.  
  716. {block:Answer}
  717. <div class="entry">
  718. <div id="post">
  719. <div id="asker">{Asker} Asked:{Question}</div>
  720. {Answer}
  721.  
  722. <div class="perma">
  723. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> |
  724. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  725. </div>
  726.  
  727. </div>
  728. </div>
  729. {/block:Answer}
  730.  
  731. {block:PermalinkPage}
  732. <div class="caps">
  733. {block:IfNotShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotShowCaptions}
  734. </div>
  735. {block:Date}
  736. <div id="info"><div id="bottominfo">
  737. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  738. {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  739. </a>
  740. at {12Hour}:{Minutes}{AmPm}
  741. {block:RebloggedFrom}
  742. <br>Originally posted by
  743. <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  744. {/block:RebloggedFrom}
  745.  
  746. {block:Answer}
  747. <BR>
  748. Ask: <a href="/ask">{AskLabel}</a>
  749. {/block:Answer}
  750.  
  751. {block:Audio}
  752. <BR>Plays: {FormattedPlayCount}
  753. {block:ExternalAudio}
  754. <BR>Download: <a href="{ExternalAudioURL}">here</a>.
  755. {/block:ExternalAudio}
  756. {/block:Audio}
  757.  
  758. {block:HasTags}
  759. <BR>Tagged: {block:Tags}
  760. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  761. {/block:HasTags}
  762.  
  763. {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  764. </div></div>
  765. {/block:Date}
  766. {/block:PermalinkPage}
  767.  
  768. {block:PostNotes}
  769. <div class="notes">{PostNotes}</div>
  770. {/block:PostNotes}
  771.  
  772.  
  773. {/block:Posts}
  774. </div>
  775. {block:IfInfiniteScrolling}
  776. </div>
  777. {/block:IfInfiniteScrolling}
  778.  
  779. {block:IfShowBacktoTop}
  780. <div id="top2"></div>
  781. <div id="top-link"><a style="border:none;" href="#top">Back To Top</div>
  782. {/block:IfShowBacktoTop}
  783. </body>
  784. </html>
Advertisement
Add Comment
Please, Sign In to add comment