Advertisement
damadellago

Papillon 2 columns v1.5

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