Advertisement
damadellago

Avenged 3-5 columns V1.5

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