Advertisement
damadellago

Papillon 3-4 columns v1.5

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