Advertisement
damadellago

Colorful Dots 1 column v1.5

Feb 25th, 2012
3,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.46 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:870px;
  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:auto;
  94. margin-top:10px;
  95. {block:indexpage}overflow:hidden;{/block:indexpage}
  96. padding:10px;
  97. width:620px;
  98. -moz-border-radius: 20px 0px 20px 0px;
  99. -webkit-border-radius: 20px 0px 20px 0px;
  100. -o-border-radius: 20px 0px 20px 0px;
  101. border-radius: 20px 0px 20px 0px;
  102. }
  103.  
  104. #notes {
  105. background: {color:Post Background};
  106. width:600px;
  107. margin:auto;
  108. margin-top: 10px;
  109. margin-bottom: 10px;
  110. padding:10px;
  111. -moz-border-radius: 5px;
  112. -webkit-border-radius: 5px;
  113. -o-border-radius: 5px;
  114. border-radius: 5px;
  115. position:relative;
  116. }
  117.  
  118. ol.notes {
  119. list-style:none;
  120. padding:10px;
  121. }
  122.  
  123. h1 {
  124. color: {color:Color2};
  125. font-size: 13px;
  126. font-family: 'Shadows Into Light Two', cursive;
  127. font-weight: normal;
  128. letter-spacing: 3px;
  129. text-transform: uppercase;
  130. text-align: right;
  131. margin-top: 10;
  132. margin-bottom: 10;
  133. padding-right: 0px;
  134. border-right: 25px solid {color:Color3};
  135. }
  136.  
  137. h2 {
  138. color: {color:Color3};
  139. background-color:{color:Color3};
  140. font-family: 'Henny Penny', cursive;
  141. font-size: 16pt;
  142. height: 20px;
  143. padding: 2px 2px 2px 30px;
  144. font-weight: normal;
  145. text-align: left;
  146. margin: 0;
  147. letter-spacing: 3px;
  148. line-height: 10pt;
  149. padding-right: 0px;
  150. }
  151.  
  152. h2 span {
  153. background-color: {color:Post Background};
  154. height:30px;
  155. line-height:20px;
  156. margin:0px;
  157. }
  158.  
  159. .notescount {
  160. float:right;
  161. text-align:right;
  162. font-size:10px;
  163. padding:3px;
  164. margin:3px;
  165. }
  166.  
  167. {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;}
  168. .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}
  169.  
  170. /* - - - - - - Menu&Footer - - - - - - */
  171. a.block {
  172. display:inline;
  173. text-align: center;
  174. padding:3px;
  175. margin:1px;
  176. position:relative;
  177. display: inline-block;
  178. font-family : century Gothic, arial;
  179. color: {color:Text Menu};
  180. font-weight: bold;
  181. line-height: 40px;
  182. width: 40px;
  183. height: 40px;
  184. border-radius: 40px;
  185. -webkit-border-radius: 40px;
  186. -moz-border-radius: 40px;
  187. -webkit-transition: all .5s ease;
  188. -moz-transition: all .5s ease;
  189. -o-transition: all .5s ease;
  190. }
  191.  
  192. a.block:hover {
  193. color: {color:Text Menu Hover};
  194. line-height: 50px;
  195. width: 50px;
  196. height: 50px;
  197. border-radius: 50px;
  198. -webkit-transition: all .5s ease;
  199. -moz-transition: all .5s ease;
  200. -o-transition: all .5s ease;
  201. }
  202.  
  203. #description {
  204. width:600px;
  205. background-color: {color:Post Background};
  206. text-align:justify;
  207. border-top: 10px solid {color:Color1};
  208. margin:auto;
  209. margin-top:10px;
  210. margin-bottom:20px;
  211. padding:5px;
  212. -moz-border-radius:0px 0px 5px 5px ;
  213. -webkit-border-radius:0px 0px 5px 5px ;
  214. -o-border-radius:0px 0px 5px 5px ;
  215. border-radius: 0px 0px 5px 5px ;
  216. }
  217.  
  218. #menu {
  219. height:80px;
  220. }
  221.  
  222. #footer {
  223. width:600px;
  224. background-color: {color:Post Background};
  225. border-bottom: 10px solid {color:Color1};
  226. margin:auto;
  227. margin-top: 10px;
  228. padding:5px;
  229. -moz-border-radius:5px 5px 0px 0px ;
  230. -webkit-border-radius:5px 5px 0px 0px ;
  231. -o-border-radius:5px 5px 0px 0px ;
  232. border-radius: 5px 5px 0px 0px;
  233. }
  234.  
  235. .portrait{
  236. -moz-border-radius: 100px;
  237. -webkit-border-radius: 100px;
  238. -o-border-radius: 100px;
  239. border-radius: 100px;
  240. -webkit-transition: all .5s ease;
  241. -moz-transition: all .5s ease;
  242. -o-transition: all .5s ease;
  243. width: 60px;
  244. height: 60px;
  245. }
  246.  
  247. .portrait:hover{
  248. -moz-border-radius: 0px;
  249. -webkit-border-radius: 0px;
  250. -o-border-radius: 0px;
  251. border-radius: 0px;
  252. -webkit-transition: all .5s ease;
  253. -moz-transition: all .5s ease;
  254. -o-transition: all .5s ease;
  255. }
  256.  
  257. /* - - - - - - Content - - - - - - */
  258. .quo {
  259. font-size:18pt;
  260. font-style:italic;
  261. font-family: 'Shadows Into Light Two', cursive;
  262. line-height:20px;
  263. color:{color:Quotes};
  264. text-align: center;
  265. }
  266.  
  267. .answer {
  268. margin:0px;
  269. padding:10px;
  270. background:{color:Background2};
  271. }
  272.  
  273. #chat ul {
  274. list-style:none;
  275. padding:5px;
  276. }
  277.  
  278. #chat ul li.odd {
  279. background:{color:Background2};
  280. }
  281.  
  282. #chat li {
  283. padding: 2px;
  284. list-style-type: none;
  285. }
  286.  
  287. .album img {
  288. max-width: 70px;
  289. float: left;
  290. margin-right: 5px;
  291. box-shadow: 0px 0px 6px {color:Shadow};
  292. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  293. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  294. -moz-border-radius: 6px;
  295. -webkit-border-radius: 6px;
  296. -o-border-radius: 6px;
  297. border-radius: 6px;
  298. -webkit-transition: all 1s ease;
  299. -moz-transition: all 1s ease;
  300. -o-transition: all 1s ease;
  301. }
  302.  
  303. .album img:hover{
  304. opacity:0.5;
  305. -webkit-transition: all 1s ease;
  306. -moz-transition: all 1s ease;
  307. -o-transition: all 1s ease;
  308. }
  309.  
  310. .source {
  311. margin:0px 10px 0px 0px;
  312. text-align:left;
  313. letter-spacing:0px;
  314. }
  315.  
  316. blockquote {
  317. margin:auto;
  318. padding:2px;
  319. border-left: 2px {color:Color2} solid;
  320. }
  321.  
  322. /* - - - - - - General - - - - - - */
  323. b,u,i,s {
  324. color: {color:Color1};
  325. }
  326.  
  327. a {
  328. text-decoration: none;
  329. color: {color:Links};
  330. }
  331.  
  332. a:hover {
  333. color: {color:Links Hover};
  334. font-weight: bold;
  335. }
  336.  
  337. .pic{
  338. -moz-border-radius: 50px;
  339. -webkit-border-radius: 50px;
  340. -o-border-radius: 50px;
  341. border-radius: 50px;
  342. -webkit-transition: all 2s ease;
  343. -moz-transition: all 2s ease;
  344. -o-transition: all 2s ease;
  345. }
  346.  
  347. .pic:hover{
  348. -moz-border-radius: 0px;
  349. -webkit-border-radius: 0px;
  350. -o-border-radius: 0px;
  351. border-radius: 0px;
  352. -webkit-transition: all 2s ease;
  353. -moz-transition: all 2s ease;
  354. -o-transition: all 2s ease;
  355. }
  356.  
  357. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  358.  
  359. ::-webkit-scrollbar {
  360. width: 7px;
  361. background-color: {color:Color2};
  362. }
  363.  
  364. ::-webkit-scrollbar-thumb:vertical {
  365. background-color: {color:Color3};
  366. }
  367.  
  368. a.install {
  369. width: 96px;
  370. height: 20px;
  371. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  372. display: block;
  373. position: absolute;
  374. top: 26px;
  375. right: 3px;
  376. z-index:999;
  377. -webkit-transition: all 1s ease;
  378. -moz-transition: all 1s ease;
  379. -o-transition: all 1s ease;
  380. opacity: 0.4;
  381. }
  382.  
  383. a.install:hover {
  384. -webkit-transition: all 1s ease;
  385. -moz-transition: all 1s ease;
  386. -o-transition: all 1s ease;
  387. opacity: 1;
  388. }
  389.  
  390. iframe#tumblr_controls {
  391. top: 0px !important;
  392. right:0px !important;
  393. -webkit-transition: all 1s ease;
  394. -moz-transition: all 1s ease;
  395. -o-transition: all 1s ease;
  396. opacity: 0.4;
  397. }
  398.  
  399. iframe#tumblr_controls:hover {
  400. -webkit-transition: all 1s ease;
  401. -moz-transition: all 1s ease;
  402. -o-transition: all 1s ease;
  403. opacity: 1;
  404. }
  405.  
  406. {CustomCSS}
  407. </style>
  408. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  409. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  410. {block:IfEnableEndlessScrolling}<script type="text/javascript" src="http://proto.jp/js/tumblrAutoPager.js"></script>{/block:IfEnableEndlessScrolling}
  411. {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}
  412. </head>
  413. <body>
  414. <a href="http://damadellago.tumblr.com" class="install"></a>
  415. <div id="wrapper">
  416. <div id="menu">
  417. <center>{block:IfShowPortraitPhoto}<a href="/"><img class="portrait" src="{PortraitURL-96}"></a>{/block:IfShowPortraitPhoto}
  418.  
  419. <!-- Navigation -->
  420. {block:IfLink1}<a class="block" style="background-color: {color:Color4};" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  421. {block:IfLink2}<a class="block" style="background-color: {color:Color5};" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  422. {block:AskEnabled}<a class="block" style="background-color: {color:Color6};" href="/ask">Ask</a>{/block:AskEnabled}
  423. {block:SubmissionsEnabled} <a class="block" style="background-color: {color:Color11};" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  424. {block:IfLink3}<a class="block" style="background-color: {color:Color9};" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  425. {block:IfLink4}<a class="block" style="background-color: {color:Color10};" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  426. <a target="_blank" class="block" style="background-color: {color:Color11};" href="http://damadellago.tumblr.com">Theme</a></center></div>
  427. <!-- End navigation -->
  428.  
  429. {block:Description}<center><div id="description">{Description}</div></center>{/block:Description}
  430. <div id="content">
  431. {block:Posts}
  432.  
  433.  
  434.  
  435. {block:Text}
  436. <div class="container" style="border-left: 15px {color:Color4} solid;"><div id="post">
  437. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  438. {block:Title}<h1>{Title}</h1><br>{block:Title}
  439. {block:IndexPage}{Body}{/block:IndexPage}
  440. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  441. {/block:Text}
  442.  
  443. {block:Photo}
  444. <div class="container" style="border-left: 15px {color:Color5} solid;"><div id="post">
  445. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  446. {block:IndexPage}<a href="{permalink}"><center><img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  447. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}<br></center> {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. <div class="container" style="border-left: 15px {color:Color9} solid;"><div id="post">
  452. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  453. {block:IndexPage}<center>{Photoset-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  454. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  455. {/block:Photoset}
  456.  
  457. {block:Quote}
  458. <div class="container" style="border-left: 15px {color:Color11} solid;"><div id="post">
  459. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  460. <p class="quo">"{Quote}"</p>
  461. {block:Source}<p class="source">&nbsp; &nbsp;— {Source}</p>{/block:Source}
  462. {/block:Quote}
  463.  
  464. {block:Link}
  465. <div class="container" style="border-left: 15px {color:Color6} 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}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>
  468. {block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Description}<br>
  469. {block:source}<p>{Source}</p>{/block:Source}{/block:IfCaptionOnIndex}{/block:IndexPage}
  470. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>
  471. {block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
  472. {/block:Link}
  473.  
  474. {block:Chat}
  475. <div class="container" style="border-left: 15px {color:Color7} solid;"><div id="post">
  476. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  477. {block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  478. {block:Lines}
  479. <li class="{Alt} user_{UserNumber}">
  480. {block:Label}
  481. <span class="label">{Label}</span>
  482. {/block:Label}
  483. {Line}</li>
  484. {/block:Lines}
  485. </ul></div>
  486. {/block:Chat}
  487.  
  488. {block:Video}<div class="container" style="border-left: 15px {color:Color8} solid;"><div id="post">
  489. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  490. {block:IndexPage}<center>{Video-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{block:IfCaptionOnIndex}{/block:IndexPage}
  491. {block:PermalinkPage}<center>{Video-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}{/block:Video}
  492.  
  493. {block:Audio}<div class="container" style="border-left: 15px {color:Color1} solid;"><div id="post">
  494. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  495. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  496. {block:AudioPlayer}
  497. {block:AlbumArt}
  498. <div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  499. <div class="player">{AudioPlayerWhite}</div>
  500. <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}
  501. {/block:AudioPlayer}
  502. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {block:IndexPage}
  503. {block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}
  504. {/block:Audio}
  505.  
  506. {block:Answer}<div class="container" style="border-left: 15px {color:Color10} solid;"><div id="post">
  507. {block:IndexPage}<a href="{Permalink}"><h2><span>{ShortMonth} {DayOfMonth} {Year}, {12Hour}{AmPm}</span></h2></a><br>{/block:IndexPage}
  508. <div class="answer"><center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
  509. {Question}<br></center></div><center><br><img class="pic" src="{PortraitURL-48}"><br>
  510. {Answer}</center>{/block:Answer}
  511.  
  512. {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>
  513.  
  514. {block:PermalinkPage}{block:PostNotes}<div id="notes"><center><br>
  515. 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}
  516. &#9679; <a href="{TagURL}">{Tag}</a>
  517. {/block:Tags}<br>{/block:HasTags}
  518. </center><br>{PostNotes}
  519. </div>{/block:PostNotes}{/block:PermalinkPage}
  520.  
  521. {/block:Posts}
  522. </div>
  523.  
  524. <div id="footer">
  525. {block:Pagination}
  526. {block:NextPage}<p><a style="float:right" href="{NextPage}">Next »</a>{/block:NextPage}
  527. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">« Previous</a></p>{/block:PreviousPage}
  528. {/block:Pagination}
  529. <p style="text-align: center"> || <a href="/">Home</a> ||<br><b>Copyright</b> {CopyrightYears} {Title} || <a href="/rss">RSS</a>
  530. </div>
  531. </div>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement