Advertisement
damadellago

Color Dots 3 columns v1.5

Feb 25th, 2012
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.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=Shadows+Into+Light+Two|Henny+Penny' rel='stylesheet' type='text/css'>
  17. {text:Meta tags}
  18. {block:Hidden}
  19. <meta name="if:Show portrait photo" content="1" />
  20. <meta name="if:Enable endless scrolling" content="0" />
  21. <meta name="if:Static background" content="0" />
  22. <meta name="if:Caption on Index" content="0" />
  23. <meta name="if:Like on posts" content="0" />
  24. <meta name="if:Horizontal Background" content="1" />
  25. <meta name="font:Type" content="arial, sans-serif"/>
  26. <meta name="text:Text size" content="9" />
  27. <meta name="text:Link1" content="Archive" />
  28. <meta name="text:Link1 Url" content="/archive" />
  29. <meta name="text:Link2" content="Random" />
  30. <meta name="text:Link2 Url" content="/random" />
  31. <meta name="text:Link3" content="" />
  32. <meta name="text:Link3 Url" content="" />
  33. <meta name="text:Link4" content="" />
  34. <meta name="text:Link4 Url" content="" />
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Url" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Url" content="" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Url" content="" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Url" content="" />
  43. <meta name="color:Background" content="#7BCAD1">
  44. <meta name="color:Shadow" content="#BAB6AB">
  45. <meta name="color:Font" content="#40595D">
  46. <meta name="color:Post Background" content="#F6F0E2">
  47. <meta name="color:Color1" content="#288898">
  48. <meta name="color:Color2" content="#B1C07F">
  49. <meta name="color:Color3" content="#FFAF58">
  50. <meta name="color:Color4" content="#629495">
  51. <meta name="color:Color5" content="#B2C350">
  52. <meta name="color:Color6" content="#DDC15E">
  53. <meta name="color:Color7" content="#F49042">
  54. <meta name="color:Color8" content="#EBDBC2">
  55. <meta name="color:Color9" content="#FCF05C">
  56. <meta name="color:Color10" content="#7CC4C1">
  57. <meta name="color:Color11" content="#D1562C">
  58. <meta name="color:Background2" content="#C6D499">
  59. <meta name="color:Quotes" content="#2A899B">
  60. <meta name="color:Text Menu" content="#AA2D17">
  61. <meta name="color:Text Menu hover" content="#FFFFFF">
  62. <meta name="color:Links" content="#35ADC5">
  63. <meta name="color:Links Hover" content="#4FD1EB">
  64. <meta name="image:Background" content="http://static.tumblr.com/xeob1hy/MjQm0rzqd/bgdots1.png">
  65. {/block:Hidden}
  66. <style type="text/css">
  67.  
  68. /* - - - - - - Main - - - - - - */
  69. body {
  70. background-image:url({image:Background});
  71. background-color:{color:Background};
  72. {block:IfHorizontalBackground}background-repeat:repeat-x;{block:IfHorizontalBackground}
  73. background-color:{color:Background};
  74. {block:IfStaticBackground}background-position: fixed;background-attachment:fixed;{/block:IfStaticBackground}
  75. margin:0px;
  76. color:{color:Font};
  77. font-family: {font:Type};
  78. font-size: {text:Text size}px;
  79. text-shadow:0px 0px 1px {color:Shadow};
  80. }
  81.  
  82. #wrapper {
  83. width:900px;
  84. margin:auto;
  85. margin-top:30px;
  86. }
  87.  
  88. #content{margin:5px; padding:5px;}
  89.  
  90. /* - - - - - - Posts - - - - - - */
  91. .container{background-color: {color:Post Background};
  92. text-align: justify;
  93. margin:3px;padding:5px;
  94. {block:indexpage}width:260px; float:left;position:relative;overflow:hidden;{/block:indexpage}
  95. {block:permalinkpage}width:620px;margin:auto;{/block:permalinkpage}
  96. -moz-border-radius: 20px 0px 20px 0px;
  97. -webkit-border-radius: 20px 0px 20px 0px;
  98. -o-border-radius: 20px 0px 20px 0px;
  99. border-radius: 20px 0px 20px 0px;
  100. }
  101.  
  102. #notes {
  103. background: {color:Post Background};
  104. width:600px;
  105. margin:auto;
  106. margin-top: 10px;
  107. margin-bottom: 10px;
  108. padding:10px;
  109. -moz-border-radius: 5px;
  110. -webkit-border-radius: 5px;
  111. -o-border-radius: 5px;
  112. border-radius: 5px;
  113. position:relative;
  114. }
  115.  
  116. ol.notes {
  117. list-style:none;
  118. padding:10px;
  119. }
  120.  
  121. h1 {
  122. color: {color:Color2};
  123. font-size: 13px;
  124. font-family: 'Shadows Into Light Two', cursive;
  125. font-weight: normal;
  126. letter-spacing: 3px;
  127. text-transform: uppercase;
  128. text-align: right;
  129. margin-top: 10;
  130. margin-bottom: 10;
  131. padding-right: 0px;
  132. border-right: 25px solid {color:Color3};
  133. }
  134.  
  135. h2 {
  136. color: {color:Color3};
  137. background-color:{color:Color3};
  138. font-family: 'Henny Penny', cursive;
  139. font-size: 11pt;
  140. height: 20px;
  141. padding: 2px 2px 2px 15px;
  142. font-weight: normal;
  143. text-transform: uppercase;
  144. text-align: left;
  145. margin: 0;
  146. letter-spacing: 3px;
  147. line-height: 10pt;
  148. padding-right: 0px;
  149. }
  150.  
  151. h2 span {
  152. background-color: {color:Post Background};
  153. height:30px;
  154. line-height:20px;
  155. margin:0px;
  156. }
  157.  
  158. .notescount {
  159. float:right;
  160. text-align:right;
  161. font-size:10px;
  162. padding:3px;
  163. margin:3px;
  164. }
  165.  
  166. {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;}
  167. .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}
  168.  
  169. /* - - - - - - Menu&Footer - - - - - - */
  170. a.block {
  171. display:inline;
  172. text-align: center;
  173. padding:3px;
  174. margin:1px;
  175. position:relative;
  176. display: inline-block;
  177. font-family : century Gothic, arial;
  178. color: {color:Text Menu};
  179. font-weight: bold;
  180. line-height: 40px;
  181. width: 40px;
  182. height: 40px;
  183. border-radius: 40px;
  184. -webkit-border-radius: 40px;
  185. -moz-border-radius: 40px;
  186. -webkit-transition: all .5s ease;
  187. -moz-transition: all .5s ease;
  188. -o-transition: all .5s ease;
  189. }
  190.  
  191. a.block:hover {
  192. color: {color:Text Menu Hover};
  193. line-height: 50px;
  194. width: 50px;
  195. height: 50px;
  196. border-radius: 50px;
  197. -webkit-transition: all .5s ease;
  198. -moz-transition: all .5s ease;
  199. -o-transition: all .5s ease;
  200. }
  201.  
  202. #description {
  203. width:600px;
  204. background-color: {color:Post Background};
  205. text-align:justify;
  206. border-top: 10px solid {color:Color1};
  207. margin:auto;
  208. margin-top:10px;
  209. margin-bottom:20px;
  210. padding:5px;
  211. -moz-border-radius:0px 0px 5px 5px ;
  212. -webkit-border-radius:0px 0px 5px 5px ;
  213. -o-border-radius:0px 0px 5px 5px ;
  214. border-radius: 0px 0px 5px 5px ;
  215. }
  216.  
  217. #menu {
  218. height:80px;
  219. }
  220.  
  221. #footer {
  222. width:600px;
  223. background-color: {color:Post Background};
  224. border-bottom: 10px solid {color:Color1};
  225. margin:auto;
  226. margin-top: 10px;
  227. padding:5px;
  228. -moz-border-radius:5px 5px 0px 0px ;
  229. -webkit-border-radius:5px 5px 0px 0px ;
  230. -o-border-radius:5px 5px 0px 0px ;
  231. border-radius: 5px 5px 0px 0px;
  232. }
  233.  
  234. .portrait{
  235. -moz-border-radius: 100px;
  236. -webkit-border-radius: 100px;
  237. -o-border-radius: 100px;
  238. border-radius: 100px;
  239. -webkit-transition: all .5s ease;
  240. -moz-transition: all .5s ease;
  241. -o-transition: all .5s ease;
  242. width: 60px;
  243. height: 60px;
  244. }
  245.  
  246. .portrait:hover{
  247. -moz-border-radius: 0px;
  248. -webkit-border-radius: 0px;
  249. -o-border-radius: 0px;
  250. border-radius: 0px;
  251. -webkit-transition: all .5s ease;
  252. -moz-transition: all .5s ease;
  253. -o-transition: all .5s ease;
  254. }
  255.  
  256. /* - - - - - - Content - - - - - - */
  257. .quo {
  258. font-size:18pt;
  259. font-style:italic;
  260. font-family: 'Shadows Into Light Two', cursive;
  261. line-height:20px;
  262. color:{color:Quotes};
  263. text-align: center;
  264. }
  265.  
  266. .answer {
  267. margin:0px;
  268. padding:10px;
  269. background:{color:Background2};
  270. }
  271.  
  272. #chat ul {
  273. list-style:none;
  274. padding:5px;
  275. }
  276.  
  277. #chat ul li.odd {
  278. background:{color:Background2};
  279. }
  280.  
  281. #chat li {
  282. padding: 2px;
  283. list-style-type: none;
  284. }
  285.  
  286. .album img {
  287. max-width: 35px;
  288. float: left;
  289. margin-right: 5px;
  290. box-shadow: 0px 0px 6px {color:Shadow};
  291. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  292. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  293. -moz-border-radius: 6px;
  294. -webkit-border-radius: 6px;
  295. -o-border-radius: 6px;
  296. border-radius: 6px;
  297. -webkit-transition: all 1s ease;
  298. -moz-transition: all 1s ease;
  299. -o-transition: all 1s ease;
  300. }
  301.  
  302. .album img:hover{
  303. opacity:0.5;
  304. -webkit-transition: all 1s ease;
  305. -moz-transition: all 1s ease;
  306. -o-transition: all 1s ease;
  307. }
  308.  
  309. .source {
  310. margin:0px 10px 0px 0px;
  311. text-align:left;
  312. letter-spacing:0px;
  313. }
  314.  
  315. blockquote {
  316. margin:auto;
  317. padding:2px;
  318. border-left: 2px {color:Color2} solid;
  319. }
  320.  
  321. /* - - - - - - General - - - - - - */
  322. b,u,i,s {
  323. color: {color:Color1};
  324. }
  325.  
  326. a {
  327. text-decoration: none;
  328. color: {color:Links};
  329. }
  330.  
  331. a:hover {
  332. color: {color:Links Hover};
  333. font-weight: bold;
  334. }
  335.  
  336. .pic{
  337. -moz-border-radius: 50px;
  338. -webkit-border-radius: 50px;
  339. -o-border-radius: 50px;
  340. border-radius: 50px;
  341. -webkit-transition: all 2s ease;
  342. -moz-transition: all 2s ease;
  343. -o-transition: all 2s ease;
  344. }
  345.  
  346. .pic:hover{
  347. -moz-border-radius: 0px;
  348. -webkit-border-radius: 0px;
  349. -o-border-radius: 0px;
  350. border-radius: 0px;
  351. -webkit-transition: all 2s ease;
  352. -moz-transition: all 2s ease;
  353. -o-transition: all 2s ease;
  354. }
  355.  
  356. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  357.  
  358. ::-webkit-scrollbar {
  359. width: 7px;
  360. background-color: {color:Color2};
  361. }
  362.  
  363. ::-webkit-scrollbar-thumb:vertical {
  364. background-color: {color:Color3};
  365. }
  366.  
  367. a.install {
  368. width: 96px;
  369. height: 20px;
  370. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  371. display: block;
  372. position: absolute;
  373. top: 26px;
  374. right: 3px;
  375. z-index:999;
  376. -webkit-transition: all 1s ease;
  377. -moz-transition: all 1s ease;
  378. -o-transition: all 1s ease;
  379. opacity: 0.4;
  380. }
  381.  
  382. a.install:hover {
  383. -webkit-transition: all 1s ease;
  384. -moz-transition: all 1s ease;
  385. -o-transition: all 1s ease;
  386. opacity: 1;
  387. }
  388.  
  389. iframe#tumblr_controls {
  390. top: 0px !important;
  391. right:0px !important;
  392. -webkit-transition: all 1s ease;
  393. -moz-transition: all 1s ease;
  394. -o-transition: all 1s ease;
  395. opacity: 0.4;
  396. }
  397.  
  398. iframe#tumblr_controls:hover {
  399. -webkit-transition: all 1s ease;
  400. -moz-transition: all 1s ease;
  401. -o-transition: all 1s ease;
  402. opacity: 1;
  403. }
  404.  
  405. {CustomCSS}
  406. </style>
  407. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  408. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  409. {block:IndexPage}<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  410. <script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
  411. {block:IfEnableEndlessScrolling} <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfEnableEndlessScrolling}
  412. <script type="text/javascript">
  413. $(window).load(function () {
  414. $('#content').masonry(),
  415. $('.masonryWrap').infinitescroll({
  416. navSelector : "div.navigation",
  417. // selector for the paged navigation (it will be hidden)
  418. nextSelector : ".navigation a#next",
  419. // selector for the NEXT link (to page 2)
  420. itemSelector : ".container",
  421. // selector for all items you'll retrieve
  422. bufferPx : 10000,
  423. extraScrollPx: 10000,
  424. loadingImg : "",
  425. loadingText : "<em></em>",
  426. },
  427. // call masonry as a callback.
  428. function() { $('#content').masonry({ appendedContent: $(this) }); }
  429. );
  430. });
  431. </script> {/block:IndexPage}
  432. {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}
  433. </head>
  434. <body>
  435. <a href="http://damadellago.tumblr.com" class="install"></a>
  436. <div id="wrapper">
  437. <div id="menu">
  438. <center>{block:IfShowPortraitPhoto}<a href="/"><img class="portrait" src="{PortraitURL-96}"></a>{/block:IfShowPortraitPhoto}
  439.  
  440. <!-- Navigation -->
  441. {block:IfLink1}<a class="block" style="background-color: {color:Color4};" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  442. {block:IfLink2}<a class="block" style="background-color: {color:Color5};" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  443. {block:AskEnabled}<a class="block" style="background-color: {color:Color6};" href="/ask">Ask</a>{/block:AskEnabled}
  444. {block:SubmissionsEnabled} <a class="block" style="background-color: {color:Color11};" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  445. {block:IfLink3}<a class="block" style="background-color: {color:Color9};" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  446. {block:IfLink4}<a class="block" style="background-color: {color:Color10};" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  447. <a target="_blank" class="block" style="background-color: {color:Color11};" href="http://damadellago.tumblr.com">Theme</a></center></div>
  448. <!-- End navigation -->
  449.  
  450. {block:Description}<center><div id="description">{Description}</div></center>{/block:Description}
  451. <div id="content">
  452. {block:Posts}
  453.  
  454.  
  455.  
  456. {block:Text}
  457. <div class="container" style="border-left: 15px {color:Color4} solid;"><div id="post">
  458. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  459. {block:Title}<h1>{Title}</h1><br>{block:Title}
  460. {block:IndexPage}{Body}{/block:IndexPage}
  461. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  462. {/block:Text}
  463.  
  464. {block:Photo}
  465. <div class="container" style="border-left: 15px {color:Color5} solid;"><div id="post">
  466. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  467. {block:IndexPage}<a href="{permalink}"><center><img class="pic" src="{PhotoURL-250}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  468. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}<br></center> {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  469. {/block:Photo}
  470.  
  471. {block:Photoset}
  472. <div class="container" style="border-left: 15px {color:Color9} solid;"><div id="post">
  473. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  474. {block:IndexPage}<center>{Photoset-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  475. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  476. {/block:Photoset}
  477.  
  478. {block:Quote}
  479. <div class="container" style="border-left: 15px {color:Color11} solid;"><div id="post">
  480. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  481. <p class="quo">"{Quote}"</p>
  482. {block:Source}<p class="source">&nbsp; &nbsp;— {Source}</p>{/block:Source}
  483. {/block:Quote}
  484.  
  485. {block:Link}
  486. <div class="container" style="border-left: 15px {color:Color6} solid;"><div id="post">
  487. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  488. {block:IndexPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>
  489. {block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Description}<br>
  490. {block:source}<p>{Source}</p>{/block:Source}{/block:IfCaptionOnIndex}{/block:IndexPage}
  491. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>
  492. {block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
  493. {/block:Link}
  494.  
  495. {block:Chat}
  496. <div class="container" style="border-left: 15px {color:Color7} solid;"><div id="post">
  497. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  498. {block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  499. {block:Lines}
  500. <li class="{Alt} user_{UserNumber}">
  501. {block:Label}
  502. <span class="label">{Label}</span>
  503. {/block:Label}
  504. {Line}</li>
  505. {/block:Lines}
  506. </ul></div>
  507. {/block:Chat}
  508.  
  509. {block:Video}<div class="container" style="border-left: 15px {color:Color8} solid;"><div id="post">
  510. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  511. {block:IndexPage}<center>{Video-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{block:IfCaptionOnIndex}{/block:IndexPage}
  512. {block:PermalinkPage}<center>{Video-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}{/block:Video}
  513.  
  514. {block:Audio}<div class="container" style="border-left: 15px {color:Color1} solid;"><div id="post">
  515. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  516. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  517. {block:AudioPlayer}
  518. {block:AlbumArt}
  519. <div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  520. <div class="player">{AudioPlayerWhite}</div>
  521. <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}
  522. {/block:AudioPlayer}
  523. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {block:IndexPage}
  524. {block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}
  525. {/block:Audio}
  526.  
  527. {block:Answer}<div class="container" style="border-left: 15px {color:Color10} solid;"><div id="post">
  528. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  529. <div class="answer"><center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
  530. {Question}<br></center></div><center><br><img class="pic" src="{PortraitURL-48}"><br>
  531. {Answer}</center>{/block:Answer}
  532.  
  533. {block:IndexPage}<div class="notescount"><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><br>{/block:IndexPage}</div></div>
  534.  
  535. {block:PermalinkPage}{block:PostNotes}<div id="notes"><center><br>
  536. 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}
  537. &#9679; <a href="{TagURL}">{Tag}</a>
  538. {/block:Tags}<br>{/block:HasTags}
  539. </center><br>{PostNotes}
  540. </div>{/block:PostNotes}{/block:PermalinkPage}
  541.  
  542. {/block:Posts}
  543. </div>
  544.  
  545. <div id="footer">
  546. {block:Pagination}<div id="pagi" class="navigation"><p id="page_nav">
  547. {block:NextPage}<a class="pagina" id="next" href="{NextPage}">»</a>{/block:NextPage}
  548. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">« Previous</a></p>{/block:PreviousPage}</div></div>
  549. {/block:Pagination}
  550. <p style="text-align: center"> || <a href="/">Home</a> ||<br><b>Copyright</b> {CopyrightYears} {Title} || <a href="/rss">RSS</a>
  551. </div>
  552. </div>
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement