Advertisement
officialdogblog

Daniel's Theme

Apr 25th, 2013
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.80 KB | None | 0 0
  1. <!--
  2. theme by officialdogblog!
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9. <title>{title}</title>
  10. <meta name="color:Notes Background" content="#000000"/>
  11. <meta name="color:Background" content="#FFFFFF">
  12. <meta name="color:Titles and Quotes" content="#000000">
  13. <meta name="color:Links Hover" content="#8A8A8A">
  14. <meta name="color:Links" content="#000000">
  15. <meta name="color:Text" content="#000000">
  16. <meta name="color:Border" content="grey">
  17. <meta name="text:Link 1 title" content="ask"/>
  18. <meta name="text:Link 1 url" content="/ask"/>
  19. <meta name="text:Link 2 title" content="submit"/>
  20. <meta name="text:Link 2 url" content="/submit"/>
  21. <meta name="text:Link 3 title" content="explore"/>
  22. <meta name="text:Link 3 url" content="/more"/>
  23. <meta name="image:Background" content=""/>
  24.  
  25. <meta name="if:Endless Scroll" content="1"/>
  26. <meta name="if:Expand Background Image" content="0"/>
  27. <meta name="if:Rounded Corners" content="1"/>
  28. <meta name="if:Shadow" content="0"/>
  29. <meta name="if:Reblog Button" content="1"/>
  30. <meta name="if:Transparency" content="1"/>
  31. <meta name="if:Transparent Posts" content="0"/>
  32. <link rel="shortcut icon" href="{Favicon}">
  33.  
  34.  
  35. <style type="text/css">
  36. ::-webkit-scrollbar {
  37. width: 6px;
  38. height: 4px;
  39. background: #ffffff;
  40. }
  41.  
  42. ::-webkit-scrollbar-thumb {
  43. background-color: #000000;
  44. -webkit-border-radius: 1ex;
  45. }
  46.  
  47. body{
  48. text-align:justify;
  49. font-family: tahoma !important;
  50. font-size: 9px !important;
  51. line-height: 10px !important;
  52. color:{color:text};
  53. background-color:{color:background};
  54. background-image: url('{image:background}');
  55. background-attachment: fixed;
  56. {block:IfExpandBackgroundImage}
  57. background-size: 100% 100%;
  58. {/block:IfExpandBackgroundImage}
  59. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  60. }
  61.  
  62. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  63.  
  64.  
  65. .contentcolumn{
  66. margin-left:100px;
  67. max-width:515px;
  68. margin-top:25px;
  69. overflow:shown;
  70. }
  71.  
  72.  
  73. body a{
  74. text-decoration:none;
  75. font-weight:bold;
  76. -webkit-transition: 0.5s ease-in;
  77. color:{color:links};cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  78.  
  79. }
  80. body a:hover{
  81. color:{color:links hover};text-decoration:underline;cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  82.  
  83.  
  84. }
  85. a img{
  86. border:0px;
  87. }
  88. #entry{
  89. {block:IfRoundedCorners}
  90. -moz-border-radius: 5px;
  91. border-radius: 5px;
  92. {/block:IfRoundedCorners}
  93. border-style: solid;
  94. border-width: 1px;
  95. border-color: {color:Border};
  96. {block:IfShadow}
  97. box-shadow: 2px 2px 4px #d6d7d6;
  98. {/block:IfShadow}
  99. padding-left:5px;
  100. padding-right:5px;
  101. padding-top:5px;
  102. padding-bottom:5px;
  103. margin-left:0px;
  104. margin-bottom:10px;
  105. margin-bottom:60px;
  106. max-width:515px;
  107. background-color:#ffffff;
  108. {block:IfTransparency}
  109. opacity:0.6;
  110. -webkit-transition: .4s ease-in-out opacity;
  111. -moz-transition: .4s ease-in-out opacity;
  112. -o-transition: .4s ease-in-out opacity;
  113. transition: .4s ease-in-out opacity;
  114. {/block:IfTransparency}
  115. }
  116.  
  117. {block:IfTransparency}
  118. #entry:hover{
  119. opacity:1;
  120. }
  121. {/block:IfTransparency}
  122.  
  123. {block:IfTransparency}
  124. #photoentrydiv{
  125. opacity:0.6;
  126. -webkit-transition: .4s ease-in-out opacity;
  127. -moz-transition: .4s ease-in-out opacity;
  128. -o-transition: .4s ease-in-out opacity;
  129. transition: .4s ease-in-out opacity;
  130. }
  131.  
  132. #photoentrydiv:hover{
  133. opacity:1;
  134. }
  135. {/block:IfTransparency}
  136.  
  137. #photoentryentry{
  138. {block:IfRoundedCorners}
  139. -moz-border-radius: 5px;
  140. border-radius: 5px;
  141. {/block:IfRoundedCorners}
  142. border-style: solid;
  143. border-width: 1px;
  144. border-color: {color:Border};
  145. {block:IfShadow}
  146. box-shadow: 2px 2px 4px #d6d7d6;
  147. {/block:IfShadow}
  148. padding-left:5px;
  149. padding-right:5px;
  150. padding-bottom:5px;
  151. margin-left:0px;
  152. margin-bottom:10px;
  153. margin-bottom:60px;
  154. max-width:{text:Width}px;
  155. background-color:#ffffff;
  156. }
  157.  
  158. #photoentry{
  159. {block:IfRoundedCorners}
  160. -moz-border-radius: 5px;
  161. border-radius: 5px;
  162. {/block:IfRoundedCorners}
  163. max-width:{text:Width}px;
  164. }
  165.  
  166. {block:IfRoundedCorners}
  167. #photoentry img{
  168. -moz-border-radius: 5px;
  169. border-radius: 5px;
  170. padding-bottom: 10px;
  171. }
  172. {/block:IfRoundedCorners}
  173.  
  174. #tags{
  175. {block:IfRoundedCorners}
  176. -moz-border-radius: 5px;
  177. border-radius: 5px;
  178. {/block:IfRoundedCorners}
  179. border-style: solid;
  180. border-width: 1px;
  181. border-color: {color:Border};
  182. {block:IfShadow}
  183. box-shadow: 2px 2px 4px #d6d7d6;
  184. {/block:IfShadow}
  185. padding-left:5px;
  186. padding-right:5px;
  187. padding-top:5px;
  188. margin-left:0px;
  189. padding-bottom:5px;
  190. margin-top:-50px;
  191. margin-bottom:60px;
  192. max-width:515px;
  193. background-color:#ffffff;
  194. {block:IfTransparency}
  195. opacity:0.6;
  196. -webkit-transition: .4s ease-in-out opacity;
  197. -moz-transition: .4s ease-in-out opacity;
  198. -o-transition: .4s ease-in-out opacity;
  199. transition: .4s ease-in-out opacity;
  200. {/block:IfTransparency}
  201. }
  202.  
  203. {block:IfTransparency}
  204. #tags:hover{
  205. opacity:1;
  206. }
  207. {/block:IfTransparency}
  208.  
  209. #tagstuff{
  210. font-weight:normal;
  211. {block:IfRoundedCorners}
  212. -moz-border-radius: 5px;
  213. border-radius: 5px;
  214. {/block:IfRoundedCorners}
  215. padding-left:5px;
  216. padding-right:5px;
  217. padding-top:5px;
  218. padding-bottom:5px;
  219. margin-top:5px;
  220. background-color:{color:Notes Background};
  221. color: #ffffff;
  222. }
  223.  
  224. #tagstuff:hover{
  225. background-color:#fff;
  226. color:{color:Notes Background};
  227. border-color:#fff;
  228. }
  229.  
  230. #pagination{
  231. text-shadow: 0em 0.02em #fff;
  232. margin-top:10px;
  233. margin-bottom:15px;
  234. margin-bottom:5px;
  235. font-family:Times;
  236. letter-spacing:1px;
  237. font-size:72px;
  238. line-height:15px
  239. }
  240.  
  241. #picturething{
  242. z-index:100;
  243. top:10px;
  244. left:-3px;
  245. position:fixed;
  246. }
  247.  
  248. #pagination a{
  249. text-decoration: none;
  250. }
  251.  
  252. #permalinkiedinkie{
  253. {block:IfRoundedCorners}
  254. -moz-border-radius: 5px;
  255. border-radius: 5px;
  256. {/block:IfRoundedCorners}
  257. border-style: solid;
  258. border-width: 1px;
  259. border-color: {color:Border};
  260. padding-left:5px;
  261. padding-right:5px;
  262. padding-top:5px;
  263. margin-left:0px;
  264. padding-bottom:5px;
  265. margin-bottom:10px;
  266. max-width:515px;
  267. background-color:#ffffff;
  268. {block:IfTransparency}
  269. opacity:0.6;
  270. -webkit-transition: .4s ease-in-out opacity;
  271. -moz-transition: .4s ease-in-out opacity;
  272. -o-transition: .4s ease-in-out opacity;
  273. transition: .4s ease-in-out opacity;
  274. {/block:IfTransparency}
  275. }
  276.  
  277. {block:IfTransparency}
  278. #permalinkiedinkie:hover{
  279. opacity:1;
  280. }
  281. {/block:IfTransparency}
  282.  
  283. #entry img{
  284. max-width:100%;
  285. {block:IfRoundedCorners}
  286. -moz-border-radius: 5px;
  287. border-radius: 5px;
  288. {/block:IfRoundedCorners}
  289. }
  290. #entry:hover .permalink {opacity: 1;}
  291.  
  292. .title{
  293. text-transform:uppercase;
  294. font-size:12px;
  295. margin-bottom:-5px;
  296. line-height:12px;
  297. margin-bottom:4px;
  298. text-align:left;
  299. letter-spacing:1px;
  300. }
  301. .blogtitle {
  302. margin-bottom:-5px;
  303. -webkit-transition: 0.5s ease-in;
  304. -webkit-text-stroke: 1px transparent;
  305. margin-bottom:20px;
  306. margin-top:-10px;
  307. }
  308. .blogtitle a{
  309. font-weight:normal;
  310. color:{color:Links};
  311. font-family:Times;
  312. margin-bottom:5px;
  313. font-size:10px;
  314. line-height:10px;
  315. -webkit-transition: 0.5s ease-in;
  316. -webkit-text-stroke: 1px transparent;
  317. text-align:left;
  318. letter-spacing:1px;
  319. text-decoration:none;
  320. text-transform:uppercase;
  321. background-color:#fff;
  322. }
  323.  
  324. .blogtitle a:hover{
  325. color:{color:Links Hover};
  326. }
  327. .links a{
  328. font-weight:normal;
  329. color:{color:Links};
  330. font-family:Times;
  331. margin-bottom:5px;
  332. font-size:10px;
  333. line-height:10px;
  334. -webkit-transition: 0.5s ease-in;
  335. -webkit-text-stroke: 1px transparent;
  336. text-align:left;
  337. letter-spacing:1px;
  338. text-decoration:none;padding-left:5px;
  339.  
  340. text-transform:uppercase;
  341. }
  342. .links a:hover{
  343. color:{color:Links Hover};
  344. }
  345.  
  346. .top{
  347. position: fixed;
  348. top: 5em;
  349. left: 82em;
  350. width: 250px;
  351. background-color: #fff;
  352. {block:IfRoundedCorners}
  353. -moz-border-radius: 5px;
  354. border-radius: 5px;
  355. {/block:IfRoundedCorners}
  356. border-style: solid;
  357. border-width: 1px;
  358. border-color: {color:Border};
  359. padding:5px;
  360. margin-left:0px;
  361. padding-bottom:3px;
  362. {block:IfTransparency}
  363. opacity:0.6;
  364. -webkit-transition: .4s ease-in-out opacity;
  365. -moz-transition: .4s ease-in-out opacity;
  366. -o-transition: .4s ease-in-out opacity;
  367. transition: .4s ease-in-out opacity;
  368. {/block:IfTransparency}
  369. {block:IfShadow}
  370. box-shadow: 2px 2px 4px #d6d7d6;
  371. {/block:IfShadow}
  372. }
  373.  
  374. {block:IfTransparency}
  375. .top:hover{
  376. opacity:1;
  377. }
  378. {/block:IfTransparency}
  379.  
  380. .quote {
  381. font-weight: bolder;
  382. color: {color:Titles and Quotes};
  383. font-size: 20px;
  384. line-height: 15px;
  385. margin-bottom: 5px;
  386. }
  387.  
  388. .nav {
  389. padding-top:0px;
  390. padding-bottom:5px;
  391. text-align:left;
  392. letter-spacing:0px;
  393. margin-bottom:0px;
  394. border-top:0px solid {color:Text};
  395. word-spacing:-1px;
  396. border-bottom:0px solid {color:Text};
  397. margin-top:-15px;
  398. }
  399. .description
  400. {
  401. margin-bottom:20px;
  402. margin-top:-15px;
  403. }
  404. .h2{
  405. font-size:10px;
  406. line-height:12px;
  407. letter-spacing: 0px;
  408. display:block;font-style:none;
  409. }
  410. .h3{
  411. text-transform:uppercase;
  412. }
  413. .h4{
  414. font-size:20px;
  415. line-height:25px;
  416. font-weight:;
  417. font-style:italic;
  418. letter-spacing: 0px;
  419. text-transform:lowercase;
  420. display:block;
  421. }
  422. .h5{
  423. color:{color:title};
  424. font-size:40px;
  425. line-height:41px;
  426. font-weight:;
  427. font-style:;
  428. text-transform:lowercase;
  429. text-align:right;
  430. }
  431.  
  432. .audio {
  433. margin-bottom : -10px;
  434. width:500px;
  435. }
  436. .answer{
  437. {block:IfRoundedCorners}
  438. -moz-border-radius: 5px;
  439. border-radius: 5px;
  440. {/block:IfRoundedCorners}
  441. font-weight:normal;
  442. letter-spacing:0px;
  443. padding:2px;
  444. padding-left:3px;
  445. padding-bottom:2px;
  446. margin-bottom:3px;
  447. font-size:12px;
  448. }
  449. .answer a {
  450. font-weight:normal;
  451. color:{color:Links};
  452. }
  453.  
  454. .permalink {
  455. background-color:#fff;
  456. {block:IfRoundedCorners}
  457. -moz-border-radius: 5px;
  458. border-radius: 5px;
  459. {/block:IfRoundedCorners}
  460. {block:IfReblogButton}
  461. border-style: solid;
  462. border-width: 1px;
  463. border-color: {color:Border};
  464. {/block:IfReblogButton}
  465. padding-left:5px;
  466. padding-right:5px;
  467. padding-top:5px;
  468. padding-bottom:5px;
  469. float: left;
  470. margin-top:-5px;
  471. margin-left:515px;
  472. position :absolute;
  473. font-size:9px;
  474. }
  475.  
  476. .permalink img {
  477. border-style:none;
  478. border-width:0px;
  479. }
  480.  
  481. .permalink a:hover{
  482. color:{color:Links Hover}
  483. }
  484.  
  485.  
  486.  
  487. </style>
  488.  
  489. {block:IfEndlessScroll}
  490. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  491. {/block:IfEndlessScroll}
  492.  
  493. <body>
  494.  
  495.  
  496. <div class="contentcolumn">
  497.  
  498. <div class="top">
  499. <br><div class="blogtitle"><center><a href="/">{Title}</a></center></div>
  500. <div class="description">{block:Description}<center>{Description}</center>{/block:Description}</div>
  501. <div class="nav">
  502. <center><span class="links"><a href="{text:Link 1 url}">{text:Link 1 title}</a>,</span>
  503. <span class="links"><a href="{text:Link 2 url}">{text:Link 2 title}</a>,</span>
  504. <span class="links"><a href="{text:Link 3 url}">{text:Link 3 title}</a>.</span>
  505. </div></center>
  506. </div>
  507.  
  508. {block:IfEndlessScroll}
  509. <div class="autopagerize_page_element">
  510. {/block:IfEndlessScroll}
  511.  
  512. {block:Posts}
  513.  
  514. {block:ContentSource}
  515. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  516. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  517. {/block:SourceLogo}
  518. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  519. {/block:ContentSource}
  520. {block:ReblogParent}{/block:ReblogParent}
  521.  
  522. {block:Text}
  523. <div id="entry">
  524. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  525. {block:Title}<div class="quote">{Title}</div>{/block:Title}
  526. <div style="margin-top:-5px;">{Body}</div>
  527. <a href="{Permalink}"><div id="tagstuff">
  528. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  529. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  530. <DIV STYLE="clear:both"></DIV>
  531. </div></a>
  532. </div>
  533. {block:HasTags}<div id="tags">
  534. tags: {block:Tags}
  535. #<a href="{TagURL}">{Tag}</a>
  536. {/block:Tags}
  537. </div>{/block:HasTags}
  538. {/block:Text}
  539.  
  540. {block:Photo}
  541. {block:IfNotTransparentPosts}<div id="entry">
  542. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  543. <a href="{LinkURL}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="515px"/></a>
  544. {block:Caption}{Caption}{/block:Caption}
  545. <a href="{Permalink}"><div id="tagstuff">
  546. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  547. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  548. <DIV STYLE="clear:both"></DIV>
  549. </div></a>
  550. </div>
  551. {block:HasTags}<div id="tags">
  552. tags: {block:Tags}
  553. #<a href="{TagURL}">{Tag}</a>
  554. {/block:Tags}
  555. </div>{/block:HasTags}{/block:IfNotTransparentPosts}
  556. {block:IfTransparentPosts}<div id="photoentrydiv">
  557. <div id="photoentry">
  558. <a href="{LinkURL}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="515px"/></a>
  559. </div>
  560. <div id="photoentryentry">
  561. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  562. {block:Caption}{Caption}{/block:Caption}
  563. <a href="{Permalink}"><div id="tagstuff">
  564. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  565. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  566. <DIV STYLE="clear:both"></DIV>
  567. </div></a>
  568. </div>
  569. </div>
  570. {block:RebloggedFrom}<div id="tags">
  571. {block:HasTags}<span style="float:left">tags: {block:Tags}
  572. #<a href="{TagURL}">{Tag}</a></span>
  573. {/block:Tags}{/block:HasTags}
  574. <span style="float:right"><a href="{ReblogParentURL}">via</a> / <a href="{ReblogRootURL}">source</a></span>
  575. <DIV STYLE="clear:both"></DIV>
  576. </div>{/block:RebloggedFrom}
  577. {block:NotReblog}
  578. {block:HasTags}<div id="tags">
  579. tags: {block:Tags}
  580. #<a href="{TagURL}">{Tag}</a>
  581. {/block:Tags}
  582. </div>{/block:HasTags}
  583. {/block:NotReblog}{/block:IfTransparentPosts}
  584. {/block:Photo}
  585.  
  586. {block:Photoset}
  587. <div id="entry">
  588. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  589. {Photoset-500}
  590. {block:Caption}{Caption}{/block:Caption}
  591. <a href="{Permalink}"><div id="tagstuff">
  592. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  593. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  594. <DIV STYLE="clear:both"></DIV>
  595. </div></a>
  596. </div>
  597. {block:HasTags}<div id="tags">
  598. tags: {block:Tags}
  599. #<a href="{TagURL}">{Tag}</a>
  600. {/block:Tags}
  601. </div>{/block:HasTags}
  602. {/block:Photoset}
  603.  
  604. {block:Quote}
  605. <div id="entry">
  606. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  607. <div class="quote">"{Quote}"</div>{block:Source}         ~ {Source}{/block:Source}
  608. <a href="{Permalink}"><div id="tagstuff">
  609. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  610. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  611. <DIV STYLE="clear:both"></DIV>
  612. </div></a>
  613. </div>
  614. {block:HasTags}<div id="tags">
  615. tags: {block:Tags}
  616. #<a href="{TagURL}">{Tag}</a>
  617. {/block:Tags}
  618. </div>{/block:HasTags}
  619. {/block:Quote}
  620.  
  621. {block:Link}
  622. <div id="entry">
  623. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  624. <div class="h2"><a href="{URL}"><big><big>&rarr;</big></big> {Name}</a></div>{block:Description}{Description}{/block:Description}
  625. <a href="{Permalink}"><div id="tagstuff">
  626. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  627. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  628. <DIV STYLE="clear:both"></DIV>
  629. </div></a>
  630. </div>
  631. {block:HasTags}<div id="tags">
  632. tags: {block:Tags}
  633. #<a href="{TagURL}">{Tag}</a>
  634. {/block:Tags}
  635. </div>{/block:HasTags}
  636. {/block:Link}
  637.  
  638. {block:Chat}
  639. <div id="entry">
  640. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  641. {block:Title}<b>{Title}</b>{/block:Title}
  642. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  643. <a href="{Permalink}"><div id="tagstuff">
  644. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  645. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  646. <DIV STYLE="clear:both"></DIV>
  647. </div></a>
  648. </div>
  649. {block:HasTags}<div id="tags">
  650. tags: {block:Tags}
  651. #<a href="{TagURL}">{Tag}</a>
  652. {/block:Tags}
  653. </div>{/block:HasTags}
  654. {/block:Chat}
  655.  
  656. {block:Audio}
  657. <div id="entry">
  658. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  659. <div class="audio">
  660. {block:AlbumArt}
  661. <img src="{AlbumArtURL}"/>
  662. {/block:AlbumArt}
  663. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  664. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  665. </div><br>
  666. {Caption}
  667. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  668. <a href="{Permalink}"><div id="tagstuff">
  669. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  670. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  671. <DIV STYLE="clear:both"></DIV>
  672. </div></a>
  673. </div>
  674. {block:HasTags}<div id="tags">
  675. tags: {block:Tags}
  676. #<a href="{TagURL}">{Tag}</a>
  677. {/block:Tags}
  678. </div>{/block:HasTags}
  679. {/block:Audio}
  680.  
  681. {block:Answer}
  682. <div id="entry">
  683. <div class="answer"><img src="{AskerPortraitURL-16}" /> {Asker} asks: {Question}</div><br>
  684. <div style="margin-top:-15px;">{Answer}</div>
  685. <a href="{Permalink}"><div id="tagstuff">
  686. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  687. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  688. <DIV STYLE="clear:both"></DIV>
  689. </div></a>
  690. </div>
  691. {block:HasTags}<div id="tags">
  692. tags: {block:Tags}
  693. #<a href="{TagURL}">{Tag}</a>
  694. {/block:Tags}
  695. </div>{/block:HasTags}
  696. {/block:answer}
  697.  
  698. {block:Video}
  699. <div id="entry">
  700. {block:IfReblogButton}<span class="permalink"><a href="{ReblogURL}" target="_blank" class="details"><img src="http://i46.tinypic.com/2mg478.png" /></a></span>{/block:IfReblogButton}
  701. <div class="video">
  702. {VideoEmbed-500}
  703. {block:Caption}{Caption}{/block:Caption}
  704. </div>
  705. <a href="{Permalink}"><div id="tagstuff">
  706. <SPAN STYLE="float:left">{TimeAgo}</SPAN>
  707. <SPAN STYLE="float:right">{NoteCountWithLabel}</SPAN>
  708. <DIV STYLE="clear:both"></DIV>
  709. </div></a>
  710. </div>
  711. {block:HasTags}<div id="tags">
  712. tags: {block:Tags}
  713. #<a href="{TagURL}">{Tag}</a>
  714. {/block:Tags}
  715. </div>{/block:HasTags}
  716. {/block:Video}
  717.  
  718. {block:PostNotes}
  719. <div id="permalinkiedinkie">{PostNotes}</div>
  720. {/block:PostNotes}
  721. {/block:Posts}
  722. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  723.  
  724. {block:IfNotEndlessScroll}{block:Pagination}<div id="pagination"><div style="float:left;">{block:PreviousPage}<a href="{PreviousPage}">⇦</a>{/block:PreviousPage}</div> <div style="float:right;">{block:NextPage}<a href="{NextPage}">⇨</a>{/block:NextPage}</div></div>{/block:Pagination}{/block:IfNotEndlessScroll}
  725.  
  726. <br><br>
  727. </div>
  728. </body>
  729. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement