Advertisement
damadellago

Avenged 2 column V1.5

Apr 26th, 2012
4,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!--
  4. +++++++++++++++++++++++++++
  5. Theme by:Lady of the Lake
  6. damadellago.tumblr.com
  7. +++++++++++++++++++++++++++
  8. -->
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Chau+Philomene+One|Audiowide' rel='stylesheet' type='text/css'>
  17. {text:Meta tags}
  18. {block:Hidden}
  19.  
  20. <meta name="if:Show portrait photo" content="1" />
  21. <meta name="if:Enable endless scrolling" content="0" />
  22. <meta name="if:Static Sidebar" content="1" />
  23. <meta name="if:Show People I Follow" content="0" />
  24. <meta name="if:Caption on Index" content="0" />
  25. <meta name="text:Text size" content="12" />
  26. <meta name="if:Static background" content="1" />
  27. <meta name="if:Like on posts" content="0" />
  28. <meta name="font:Type" content="Impact, arial"/>
  29. <meta name="if:Resize image" content="0" />
  30. <meta name="text:Image Width" content="200" />
  31. <meta name="text:Image Height" content="200" />
  32. <meta name="text:Link1" content="Archive" />
  33. <meta name="text:Link1 Url" content="/archive" />
  34. <meta name="text:Link1 Title" content="Archive" />
  35. <meta name="text:Link2" content="Random" />
  36. <meta name="text:Link2 Url" content="/random" />
  37. <meta name="text:Link2 Title" content="Random" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 Url" content="" />
  40. <meta name="text:Link3 Title" content="" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Url" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44. <meta name="text:Link5" content="" />
  45. <meta name="text:Link5 Url" content="" />
  46. <meta name="text:Link5 Title" content="" />
  47. <meta name="text:Link6" content="" />
  48. <meta name="text:Link6 Url" content="" />
  49. <meta name="text:Link6 Title" content="" />
  50. <meta name="text:Link7" content="" />
  51. <meta name="text:Link7 Url" content="" />
  52. <meta name="text:Link7 Title" content="" />
  53. <meta name="color:Background" content="#000000">
  54. <meta name="color:Shadow" content="#CCCCCC">
  55. <meta name="color:Font" content="#bbbabd">
  56. <meta name="color:Post Background" content="#322e42">
  57. <meta name="color:Post Background2" content="#292731">
  58. <meta name="color:Sidebar" content="#191927">
  59. <meta name="color:Links Font" content="#36465d">
  60. <meta name="color:Links Font Hover" content="#f3eeee">
  61. <meta name="color:Menu Links Font" content="#f3f8ff">
  62. <meta name="color:Menu Links Font Hover" content="#FFFFFF">
  63. <meta name="color:Color1" content="#4e5885">
  64. <meta name="color:Color2" content="#0a0008">
  65. <meta name="color:Color3" content="#110310">
  66. <meta name="color:Color4" content="#102d4d">
  67. <meta name="color:Color5" content="#31598a">
  68. <meta name="color:Color6" content="#748da0">
  69. <meta name="color:Color7" content="#4d0b0d">
  70. <meta name="color:Color8" content="#0b060c">
  71. <meta name="color:Color9" content="#c49d52">
  72. <meta name="image:Background" content="http://static.tumblr.com/ikkgisy/yd8m33h22/bgav.png">
  73. <meta name="image:Portrait" content="http://static.tumblr.com/ikkgisy/2num33h1k/avengers.png">
  74. {/block:Hidden}
  75. <style type="text/css">
  76.  
  77. /* - - - - - - Main - - - - - - */
  78. body {
  79. background-image:url({image:Background});
  80. background-color:{color:Background};
  81. {block:IfStaticBackground}background-position: fixed; background-attachment:fixed;{/block:IfStaticBackground}
  82. font-size: {text:Text size}px;
  83. margin:0px;
  84. color:{color:Font};
  85. font-family: {font:Type};
  86. line-height: 15px;
  87. letter-spacing: 0px;
  88. }
  89.  
  90. #wrapper{
  91. width:100%;
  92. margin-left:0px;
  93. position:absolute;
  94. margin-top:0px;
  95. }
  96.  
  97. #content {
  98. margin-left:330px;
  99. margin-top:5px;
  100. padding:5px;
  101. position:absolute;
  102. width:440px;
  103. }
  104.  
  105. /* - - - - - - Menus&Sidebar - - - - - - */
  106. #menu{
  107. width:90px;margin:80px 0px 0px 0px;
  108. {block:IfNotStaticSidebar}position:absolute;{block:IfNotStaticSidebar}
  109. {block:IfStaticSidebar}position:fixed;{/block:IfStaticSidebar}
  110. }
  111.  
  112. #sidebar{
  113. margin-left:85px;
  114. margin-top:50px;
  115. {block:IfNotStaticSidebar}position:absolute;{block:IfNotStaticSidebar}
  116. {block:IfStaticSidebar}position:fixed;{/block:IfStaticSidebar}
  117. background-color:{color:Sidebar};
  118. width:200px;
  119. padding:10px;
  120. text-align:justify;
  121. -moz-border-radius: 0px 50px 0px 50px;
  122. -webkit-border-radius: 0px 50px 0px 50px;
  123. -o-border-radius: 0px 50px 0px 50px;
  124. border-radius: 0px 50px 0px 50px;
  125. }
  126.  
  127. #description{
  128. width:90%;
  129. margin:10px;
  130. }
  131.  
  132. a.block {
  133. display:inline;
  134. text-align: left;
  135. font-size:10pt;
  136. padding:3px;
  137. margin:5px;
  138. position:relative;
  139. background-color:{color:color4};
  140. display: inline-block;
  141. font-family : arial;
  142. color: {color:Menu Links Font};
  143. font-weight: bold;
  144. width: 100px;
  145. transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg);
  146. -webkit-transition: all .5s ease;
  147. -moz-transition: all .5s ease;
  148. -o-transition: all .5s ease;
  149. }
  150.  
  151. a.block:hover {
  152. color: {color:Menu Links Font Hover};
  153. background-color:{color:color5};
  154. padding-left:20px;
  155. -webkit-transition: all .5s ease;
  156. -moz-transition: all .5s ease;
  157. -o-transition: all .5s ease;
  158. text-shadow:0px 0px 5px {color:Shadow};
  159. }
  160.  
  161. .portrait{
  162. border: 2px solid {color:color4};
  163. -moz-border-radius: 0px 50px 0px 50px;
  164. -webkit-border-radius: 0px 50px 0px 50px;
  165. -o-border-radius: 0px 50px 0px 50px;
  166. border-radius: 0px 50px 0px 50px;
  167. width: {text:Image Width}px;
  168. height: {text:Image Height}px;
  169. {block:IfResizeImage}background-size:{text:Image Width}px {text:Image Height}px;{/block:IfResizeImage}
  170. background-image: url({image:Portrait});
  171. -webkit-transition: all .7s ease;
  172. -moz-transition: all .7s ease;
  173. -o-transition: all .7s ease;
  174. }
  175.  
  176. .portrait:hover{
  177. border: 2px solid {color:color5};
  178. -moz-border-radius: 0px 0px 0px 0px;
  179. -webkit-border-radius: 0px 0px 0px 0px;
  180. -o-border-radius: 0px 0px 0px 0px;
  181. border-radius: 0px 0px 0px 0px;
  182. -webkit-transition: all .7s ease;
  183. -moz-transition: all .7s ease;
  184. -o-transition: all .7s ease;
  185. }
  186.  
  187. .portraitdiv{
  188. -moz-border-radius: 0px 50px 0px 50px;
  189. -webkit-border-radius: 0px 50px 0px 50px;
  190. -o-border-radius: 0px 50px 0px 50px;
  191. border-radius: 0px 50px 0px 50px;
  192. width: {text:Image Width}px;
  193. height: {text:Image Height}px;
  194. margin: 0px;
  195. }
  196.  
  197. .following {
  198. margin:2px;-moz-border-radius: 24px;
  199. -webkit-border-radius: 24px;
  200. -o-border-radius: 24px;
  201. border-radius: 24px;
  202. }
  203.  
  204. #pagi {
  205. padding:5px;
  206. margin:5px; width:200px;
  207. }
  208.  
  209. .pagina{
  210. position:relative;margin:0px;
  211. background-color: {color:Color5};
  212. display: inline-block;
  213. width:10px;
  214. height:10px;
  215. line-height:10px;
  216. padding: 5px;
  217. color: {color:Color4};
  218. }
  219.  
  220. /* - - - - - - Posts - - - - - - */
  221. #post{
  222. background-color: {color:Post Background};
  223. text-align: justify;
  224. margin:auto;
  225. {block:IndexPage}margin-top:-20px;{/block:IndexPage}
  226. padding:4px;
  227. {block:IndexPage}overflow:hidden;{/block:IndexPage}
  228. width:500px;
  229. -moz-border-radius: 10px 0px 10px 0px;
  230. -webkit-border-radius: 10px 0px 10px 0px;
  231. -o-border-radius: 10px 0px 10px 0px;
  232. border-radius: 10px 0px 10px 0px;
  233. }
  234.  
  235. .pic{
  236. -moz-border-radius: 10px 0px 10px 0px;
  237. -webkit-border-radius: 10px 0px 10px 0px;
  238. -o-border-radius: 10px 0px 10px 0px;
  239. border-radius: 10px 0px 10px 0px;
  240. }
  241.  
  242. .container{
  243. width:504px;
  244. }
  245.  
  246. #notes {
  247. background-color: {color:Post Background};
  248. width:500px;
  249. margin:auto;
  250. margin-top: 10px;
  251. margin-bottom: 10px;
  252. padding:2px;
  253. -moz-border-radius: 5px;
  254. -webkit-border-radius: 5px;
  255. -o-border-radius: 5px;
  256. border-radius: 5px;
  257. position:relative;
  258. }
  259.  
  260. ol.notes {
  261. list-style:none;
  262. padding:10px;
  263. }
  264.  
  265. h1 {
  266. color: {color:Color1};
  267. font-family: 'Chau Philomene One', sans-serif;
  268. font-size: 20px;
  269. font-weight: normal;
  270. font-style:italic;
  271. letter-spacing: 3px;
  272. text-align: left;
  273. margin-top: 60px;
  274. padding-right: 0px;
  275. border-bottom: 5px solid {color:Color2};
  276. }
  277.  
  278. h1 a{
  279. color: {color:Menu Links Font};
  280. }
  281.  
  282. {block:IfLikeonposts}.my-like { background-image: url(http://static.tumblr.com/ikkgisy/Bxmm6ic7e/heart2.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;}
  283. .my-liked, .my-like:hover { background-image: url(http://static.tumblr.com/ikkgisy/Pnom6ic7v/heart1.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;} {/block:IfLikeonposts}
  284.  
  285. .notescount {
  286. opacity: 0;
  287. width:300px;
  288. overflow:hidden;
  289. float:left;
  290. padding:2px;
  291. margin-top:20px;
  292. margin-left:-30px;
  293. z-index:900;
  294. position:absolute;
  295. background-color: {color:Color9};
  296. -webkit-transition: all .7s ease-in;
  297. -moz-transition: all .7s ease-in;
  298. -o-transition: all .7s ease-in;
  299. }
  300.  
  301. .notescount a{
  302. color: {color:Menu Links Font Hover};
  303. }
  304.  
  305. .container:hover .notescount {
  306. opacity: 1;
  307. margin-left:0px;
  308. }
  309.  
  310. .reblo {
  311. opacity: 0;
  312. width:250px;
  313. overflow:hidden;
  314. float:right;
  315. text-align:left;
  316. padding:2px;
  317. margin-left:-40px;
  318. margin-top:25px;
  319. z-index:900;
  320. position:absolute;
  321. background-color: {color:Color7};
  322. -webkit-transition: all .7s ease-in;
  323. -moz-transition: all .7s ease-in;
  324. -o-transition: all .7s ease-in;
  325. }
  326.  
  327. .reblo a{color: {color:Menu Links Font Hover};}
  328.  
  329. .container:hover .reblo {
  330. opacity: 1;margin-left:0px;
  331. }
  332.  
  333. /* - - - - - - Content - - - - - - */
  334. .quo {
  335. font-size:15pt;
  336. font-family: 'Audiowide', cursive;
  337. font-style:italic;
  338. color:{color:Color8};
  339. text-align: center;
  340. }
  341.  
  342. .answer {
  343. margin:0px;
  344. padding:10px;
  345. background:{color:Post Background2};
  346. }
  347.  
  348. .album img {
  349. max-width: 70px;
  350. float: left;
  351. margin-right: 5px;
  352. box-shadow: 0px 0px 6px {color:Shadow};
  353. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  354. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  355. -moz-border-radius: 6px;
  356. -webkit-border-radius: 6px;
  357. -o-border-radius: 6px;
  358. border-radius: 6px;
  359. -webkit-transition: all 1s ease;
  360. -moz-transition: all 1s ease;
  361. -o-transition: all 1s ease;
  362. }
  363.  
  364. .album img:hover {
  365. opacity:0.5;
  366. -webkit-transition: all 1s ease;
  367. -moz-transition: all 1s ease;
  368. -o-transition: all 1s ease;
  369. }
  370.  
  371. #chat ul {
  372. list-style:none;
  373. padding:5px;
  374. }
  375.  
  376. #chat ul li.odd {
  377. background:{color:Post Background2};
  378. }
  379.  
  380. #chat li {
  381. padding: 2px;
  382. list-style-type: none;
  383. }
  384.  
  385. .source {
  386. margin:0px 10px 0px 0px;
  387. text-align:left;
  388. letter-spacing:0px;
  389. }
  390.  
  391. blockquote {
  392. margin:auto;
  393. padding:2px;
  394. border-left: 2px {color:Color9} solid;
  395. }
  396.  
  397. /* - - - - - - General - - - - - - */
  398. b,u,i,s {
  399. color: {color:color6};
  400. font-weight: bold;
  401. }
  402.  
  403. a {
  404. text-decoration: none;
  405. color: {color:Links Font};
  406. }
  407.  
  408. a:hover {
  409. color:{color:Links Font Hover};
  410. text-shadow:0px 0px 5px {color:Shadow};
  411. }
  412.  
  413. ::-webkit-scrollbar {
  414. width: 7px;
  415. background-color: {color:Color4};
  416. }
  417.  
  418. ::-webkit-scrollbar-thumb:vertical {
  419. background-color: {color:Color5};
  420. }
  421.  
  422. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  423.  
  424. a.install {
  425. width: 96px;
  426. height: 20px;
  427. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  428. display: block;
  429. position: absolute;
  430. top: 26px;
  431. right: 3px;
  432. z-index:999;
  433. -webkit-transition: all 1s ease;
  434. -moz-transition: all 1s ease;
  435. -o-transition: all 1s ease;
  436. opacity: 0.4;
  437. }
  438.  
  439. a.install:hover {
  440. -webkit-transition: all 1s ease;
  441. -moz-transition: all 1s ease;
  442. -o-transition: all 1s ease;
  443. opacity: 1;
  444. }
  445.  
  446. iframe#tumblr_controls {
  447. top: 0px !important;
  448. right:0px !important;
  449. -webkit-transition: all 1s ease;
  450. -moz-transition: all 1s ease;
  451. -o-transition: all 1s ease;
  452. opacity: 0.4;
  453. }
  454.  
  455. iframe#tumblr_controls:hover {
  456. -webkit-transition: all 1s ease;
  457. -moz-transition: all 1s ease;
  458. -o-transition: all 1s ease;
  459. opacity: 1;
  460. }
  461. {CustomCSS}
  462. </style>
  463. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  464. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  465. {block:IfEnableEndlessScrolling}
  466. <script type="text/javascript" src="http://proto.jp/js/tumblrAutoPager.js"></script>
  467. {/block:IfEnableEndlessScrolling}
  468. {block:IfLikeonposts}<script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>{/block:IfLikeonposts}
  469. </head>
  470. <body>
  471. <div id="wrapper"><a href="http://damadellago.tumblr.com" class="install"></a>
  472. <div id="menu">
  473. <!-- Navigation -->
  474. <center>
  475. {block:IfLink1}<a class="block" title="{text:Link1 Title}" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  476. {block:IfLink2}<a class="block" title="{text:Link2 Title}" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  477. {block:AskEnabled}<a class="block" title="Ask" href="/ask">Ask</a>{/block:AskEnabled}
  478. {block:SubmissionsEnabled} <a class="block" title="Submit" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  479. {block:IfLink3}<a class="block" title="{text:Link3 Title}" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  480. {block:IfLink4}<a class="block" title="{text:Link4 Title}" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  481. {block:IfLink5}<a class="block" title="{text:Link5 Title}" href="{text:Link5 Url}">{text:Link5}</a>{/block:IfLink5}
  482. {block:IfLink6}<a class="block" title="{text:Link6 Title}" href="{text:Link6 Url}">{text:Link6}</a>{/block:IfLink6}
  483. {block:IfLink7}<a class="block" title="{text:Link7 Title}" href="{text:Link7 Url}">{text:Link7}</a>{/block:IfLink7}
  484. <a target="_blank" title="Theme Author" class="block" href="http://damadellago.tumblr.com">Theme</a></center>
  485. <!-- End navigation --></div>
  486. <div id="sidebar">
  487. {block:Description}<div id="description">{Description}</div>{/block:Description}
  488. {block:IfShowPortraitPhoto}<center><div class="portraitdiv"><div class="portrait"></div></div><br></center>{/block:IfShowPortraitPhoto}
  489. {block:IfShowPeopleIFollow}
  490. {block:Following}
  491. <div id="following">
  492. {block:Followed}<a href="{FollowedURL}"><img class="following" src="{FollowedPortraitURL-24}" /></a>{/block:Followed}
  493. </div>
  494. {/block:Following}
  495. {/block:IfShowPeopleIFollow}
  496.  
  497. {block:IfNotEnableEndlessScrolling}{block:Pagination}<div id="pagi">
  498. {block:PreviousPage}
  499. <a class="pagina" href="{PreviousPage}">ยซ</a>
  500. {/block:PreviousPage}
  501. {block:JumpPagination length="5"}
  502. {block:CurrentPage}
  503. <span class="pagina">{PageNumber}</span>
  504. {/block:CurrentPage}
  505. {block:JumpPage}
  506. <a class="pagina" href="{URL}">{PageNumber}</a>
  507. {/block:JumpPage}
  508. {/block:JumpPagination}
  509. {block:NextPage}
  510. <a class="pagina" href="{NextPage}">ยป</a>
  511. {/block:NextPage}</div>
  512. {/block:Pagination}{/block:IfNotEnableEndlessScrolling}
  513.  
  514. </div>
  515. <div id="content">
  516.  
  517. {block:Posts}
  518. <div class="container">
  519. {block:IndexPage} <div class="notescount">
  520. <span><a href="{Permalink}"> {Month} {DayOfMonth} {Year} with</a>
  521. <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}</span></div>
  522. <br>{/block:IndexPage}
  523. {block:IndexPage} <div class="reblo">
  524. <span> <a href="{reblogurl}">Reblog</a>{block:IfLikeonposts} | <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div> {/block:IfLikeonposts} </span></div>
  525. <br>{/block:IndexPage}
  526. <div id="post">
  527. {block:Text}
  528. {block:Title}<h1>{Title}</h1><br>{block:Title}
  529. {block:IndexPage}{Body}{/block:IndexPage}
  530. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  531. {/block:Text}
  532.  
  533. {block:Photo}
  534. {block:IndexPage}<center><a href="{permalink}"><img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  535. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}<br></center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  536. {/block:Photo}
  537.  
  538. {block:Photoset}
  539. {block:IndexPage}<center>{Photoset-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  540. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  541. {/block:Photoset}
  542.  
  543. {block:Quote}
  544. <p class="quo">"{Quote}"</p>
  545. {block:Source}<p class="source">&nbsp; &nbsp;โ€” {Source}</p>{/block:Source}
  546. {/block:Quote}
  547.  
  548. {block:Link}
  549. {block:IndexPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>{block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Description}<br>
  550. {block:source}<p>{Source}</p>{/block:Source}{block:IfCaptionOnIndex}{/block:IndexPage}
  551. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>
  552. {block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
  553. {/block:Link}
  554.  
  555. {block:Chat}
  556. {block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  557. {block:Lines}
  558. <li class="{Alt} user_{UserNumber}">
  559. {block:Label}
  560. <span class="label">{Label}</span>
  561. {/block:Label}
  562. {Line}
  563. </li>
  564. {/block:Lines}
  565. </ul></div>
  566. {/block:Chat}
  567.  
  568. {block:Video}
  569. {block:IndexPage}<center>{Video-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  570. {block:PermalinkPage}<center>{Video-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  571. {/block:Video}
  572.  
  573. {block:Audio}
  574. <br><br><br>
  575. {block:AudioEmbed}
  576. {AudioEmbed-500}
  577. {/block:AudioEmbed}
  578. {block:AudioPlayer}
  579. {block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  580. <div class="player">{AudioPlayerWhite}</div>
  581. <br> {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist} || Times played:{FormattedPlayCount}<br> [[<a title="External source only" href="{ExternalAudioURL}">{lang:Download}</a>]]</span>{/block:ExternalAudio}
  582. {/block:AudioPlayer}
  583. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {block:IndexPage}{block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}
  584. {/block:Audio}
  585.  
  586. {block:Answer}<div class="answer">
  587. <center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
  588. {Question}<br></center></div>
  589. <center><br><img class="pic" src="{PortraitURL-48}"><br>
  590. {Answer}</center>{/block:Answer}
  591.  
  592. </div></div>
  593. {block:PermalinkPage}
  594. {block:PostNotes}<div id="notes"><center><br>
  595. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date} {block:RebloggedFrom} <br> Via <a href="{ReblogParentURL}">{ReblogParentName}</a> || Source <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br> <b>Tagged:</b>{block:Tags}
  596. &#9679; <a href="{TagURL}">{Tag}</a>
  597. {/block:Tags}<br>{/block:HasTags}
  598. </center>
  599. <br>{PostNotes}
  600. </div>{/block:PostNotes}{/block:PermalinkPage}
  601. {/block:Posts}
  602. </div>
  603. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement