Advertisement
Billiondays

Theme 19 - billiondays

Aug 10th, 2013
1,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-----------------
  4. Theme by Dagmar -
  5. ╭╮╱╱╭╮╭╮╱╱╱╱╱╱╱╱╱╭╮
  6. ┃┃╱╱┃┃┃┃╱╱╱╱╱╱╱╱╱┃┃
  7. ┃╰━┳┫┃┃┃╭┳━━┳━╮╭━╯┣━━┳╮╱╭┳━━╮
  8. ┃╭╮┣┫┃┃┃┣┫╭╮┃╭╮┫╭╮┃╭╮┃┃╱┃┃━━┫
  9. ┃╰╯┃┃╰┫╰┫┃╰╯┃┃┃┃╰╯┃╭╮┃╰━╯┣━━┃
  10. ╰━━┻┻━┻━┻┻━━┻╯╰┻━━┻╯╰┻━╮╭┻━━╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. Do not remove credit please.
  15. ------------->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#a8a8a8"/>
  27. <meta name="color:Link" content="#b8b8b8"/>
  28. <meta name="color:Tags" content="f0f0f0"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30. <meta name="color:description" content="#f2f2f2"/>
  31. <meta name="color:sblinks" content="#e4e4e4"/>
  32. <meta name="color:Post" content="#ffffff"/>
  33. <meta name="color:Ask" content="#f8f8f8"/>
  34. <meta name="image:bg" content=""/>
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="text:Link 1" content="" />
  37. <meta name="text:Link 1 Text" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="" />
  40. <meta name="text:Link 3" content="" />
  41. <meta name="text:Link 3 Text" content="" />
  42. <meta name="text:Link 4" content="" />
  43. <meta name="text:Link 4 Text" content="" />
  44. <meta name="if:Show Link 1" content="1" />
  45. <meta name="if:Show Link 2" content="1" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="color:scrollbarbg" content="ffffff"/>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. #bite
  54. #bite a{
  55. display:block
  56. }
  57. #bite .death {
  58. margin-right:0px;filter: alpha(opacity = 0);
  59. opacity:0;-webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  61. }
  62.  
  63. #bite:hover .death {
  64. margin-left:0px;
  65.  
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. transition: all 0.8s ease-out;
  69. filter: alpha(opacity = 100);
  70. filter: alpha(opacity = 100);
  71. opacity:8;
  72. }
  73.  
  74. /* --- SCROLLBAR ---*/
  75.  
  76. ::-webkit-scrollbar {
  77. width: 5px;height: 5px;}
  78. ::-webkit-scrollbar-button:start:decrement,
  79. ::-webkit-scrollbar-button:end:increment {
  80. height: 6px;display: block;background-color: {color:white};}
  81. ::-webkit-scrollbar-track-piece {
  82. background-color: {color:scrollbarbg};}
  83. ::-webkit-scrollbar-thumb:vertical {
  84. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  85.  
  86.  
  87. /* --- BODY ---*/
  88.  
  89. body {
  90. background:{color:background};
  91. margin:0px;
  92. color:{color:text};
  93. font-family:Calibri;
  94. font-size:10px;
  95. line-height:110%;
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. outline:none;
  101. -moz-outline-style:none;
  102. color:{color:link};
  103. }
  104.  
  105. img {
  106. border:none;
  107. }
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. }
  113.  
  114. blockquote blockquote {
  115. padding-left:5px;
  116. border-left:2px solid;
  117. }
  118.  
  119. h1 {
  120. font-size:15px;
  121. text-transform:uppercase;
  122. text-align:center;
  123. }
  124.  
  125. a:hover {
  126. opacity:10;
  127. color:{color:hover};
  128. -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease
  131. }
  132.  
  133. /* --- POST ENTRIES ---*/
  134.  
  135.  
  136. #entries {
  137. padding:20px;
  138. width:500px;
  139. margin-left:430px;
  140. margin-top:0px;
  141. font-size:10px;
  142. }
  143.  
  144. /* --- BODY: POSTS ---*/
  145.  
  146.  
  147. #post {
  148. width:500px;
  149. padding-bottom:550px;
  150. padding:20px;
  151. margin-top:-5px;
  152. background-color:{color:Post};
  153. }
  154.  
  155. /* --- SIDEBAR IMAGE ---*/
  156.  
  157.  
  158. #sidebar {
  159. width:135px;
  160. height:135px;
  161. position:fixed;
  162. margin-left:140px;
  163. margin-top:220px;
  164. opacity:10;
  165. background-color:{color:Sidebar};
  166. }
  167.  
  168. #sidebarimage {
  169. width:135px;
  170. height:135px;
  171. }
  172.  
  173. #sidebarimage img {
  174. z-index:999999999999;
  175. position:absolute;
  176. width:228px;
  177. min-height:130px;
  178. max-height:145px;
  179. padding:10px;
  180. }
  181.  
  182.  
  183. /* --- SIDEBAR LINKS ---*/
  184.  
  185. .links {
  186. z-index:99999999999999999999999;
  187. background-color:#000;
  188. width:218px;
  189. height:10px;
  190. padding: 5px;
  191. font-size:10px;
  192. font-family:'calibri';
  193. text-align:center;
  194. margin-left:10px;
  195. text-align:center;
  196. text-transform:uppercase;
  197. word-spacing:3px;
  198. position:absolute;
  199. line-height:90%;
  200. -moz-transition-duration:0.4s;
  201. -webkit-transition-duration:0.4s;
  202. -o-transition-duration:0.4s;
  203. }
  204.  
  205. .links a {
  206. color:{color:sblinks};
  207. text-align:center;
  208. display:inline;
  209. padding:3px;
  210. font-size: 10px;
  211. -moz-transition-duration:0.4s;
  212. -webkit-transition-duration:0.4s;
  213. -o-transition-duration:0.4s;
  214. }
  215.  
  216. .links a:hover {
  217. text-decoration:line-through;
  218. color:{color:Hover};
  219. background-color:#000;
  220. -moz-transition-duration:0.4s;
  221. -webkit-transition-duration:0.4s;
  222. -o-transition-duration:0.4s;
  223. }
  224.  
  225.  
  226. /* --- DESCRIPTION ---*/
  227.  
  228. #description {
  229. z-index:-99999;
  230. position:absolute;
  231. font-family:calibri;
  232. line-height:100%;
  233. font-size:11px;
  234. width:220px;
  235. padding:4px;
  236. margin-top:-10px;
  237. margin-left:10px;
  238. background-color:#000;
  239. text-align:justify;
  240. color:{color:description};
  241. -moz-transition-duration:0.4s;
  242. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  243. }
  244.  
  245. #description a {color:{color:text};text-align:justify -moz-transition-duration:0.4s;
  246. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  247.  
  248.  
  249. #sidebar:hover #description{
  250. margin-top:20px;
  251. -moz-transition-duration:0.8s;
  252. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  253. }
  254. /* --- PAGINATION---*/
  255.  
  256. #pagination {
  257.  
  258. -moz-transition-duration:0.8s;
  259. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  260. }
  261.  
  262. #pagination a {
  263. color:#000;
  264. -moz-transition-duration:0.8s;
  265. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  266. }
  267. #pagination a:hover {
  268.  
  269. -moz-transition-duration:0.8s;
  270. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  271. }
  272.  
  273.  
  274. #sidebar:hover #pagination {
  275. margin-top:70px;
  276. -moz-transition-duration:0.8s;
  277. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  278. }
  279.  
  280. /* --- POST INFO ---*/
  281.  
  282.  
  283.  
  284. .swag {
  285. width:490px;
  286. padding:5px;
  287. font-family:cambria;
  288. font-size:8px;
  289. color:{color:link};
  290. text-transform:uppercase;
  291. font-style:normal;
  292. letter-spacing:2px;
  293. text-align:left;
  294. -moz-transition-duration:0.5s;
  295. -webkit-transition-duration:0.5s;
  296. -o-transition-duration:0.5s;
  297. }
  298.  
  299. .swag a {
  300. text-align:center;
  301. letter-spacing:1px;
  302. padding:5px;
  303. font-style:normal;
  304. -moz-transition-duration:0.4s;
  305. -webkit-transition-duration:0.4s;
  306. -o-transition-duration:0.4s;
  307. }
  308.  
  309. .swag a:hover {
  310. color:#000;
  311. background-color:#fff;
  312. -moz-transition-duration:0.4s;
  313. -webkit-transition-duration:0.4s;
  314. -o-transition-duration:0.4s;
  315. }
  316.  
  317. #reblog {
  318. margin-left:auto;
  319. margin-top:-15px;
  320. font-family:cambria;
  321. font-size:8px;
  322. color:#000;
  323. letter-spacing:1px;
  324. text-transform:uppercase;
  325. -moz-transition-duration:0.9s;
  326. -webkit-transition-duration:0.9s;
  327. -o-transition-duration:0.9s;
  328. }
  329.  
  330. #reblog a {
  331. color:#000;
  332. -moz-transition-duration:0.9s;
  333. -webkit-transition-duration:0.9s;
  334. -o-transition-duration:0.9s;
  335. }
  336.  
  337. #reblog a:hover {
  338. text-decoration:underline;
  339. -moz-transition-duration:0.9s;
  340. -webkit-transition-duration:0.9s;
  341. -o-transition-duration:0.9s;
  342. }
  343.  
  344. .source {
  345. width:490px;
  346. padding:5px;
  347. font-family:cambria;
  348. font-size:8px;
  349. margin-top:-20px;
  350. color:#000;
  351. MARGIN-LEFT:-10PX;
  352. font-style:bold;
  353. text-transform:uppercase;
  354. font-style:normal;
  355. letter-spacing:0px;
  356. text-align:right;
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. }
  361.  
  362. .source a {
  363. background-color:#000;
  364. color:#fff;
  365. text-align:center;
  366. letter-spacing:1px;
  367. padding:5px;
  368. word-spacing:-5px;
  369. font-style:bold;
  370. -moz-transition-duration:0.4s;
  371. -webkit-transition-duration:0.4s;
  372. -o-transition-duration:0.4s;
  373. }
  374.  
  375. .source a:hover {
  376. color:#000;
  377. background-color:#fff;
  378. -moz-transition-duration:0.4s;
  379. -webkit-transition-duration:0.4s;
  380. -o-transition-duration:0.4s;}
  381.  
  382.  
  383.  
  384. /* --- TOOL TIP FOR INFO | DO NOT REMOVE ---*/
  385.  
  386. #s-m-t-tooltip {
  387.  
  388. max-width:300px;
  389.  
  390. padding:3px 4px 5px 4px;
  391.  
  392. margin:20px 0px 0px 20px;
  393.  
  394. background-color:#000; /* change the background color */
  395.  
  396. font-family:cambria; /* change the font */
  397.  
  398. font-size:8px; /* change the font size */
  399.  
  400. letter-spacing:2px; /* change the letter spacing */
  401.  
  402. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  403.  
  404. color:#FFF; /* change the text color */
  405.  
  406. z-index:999999999999999999999999999999999999;
  407.  
  408. line-height:100%;
  409.  
  410. }
  411.  
  412. /* --- POST TAGS---*/
  413.  
  414.  
  415. #tags {
  416. padding:10px;
  417. font-family:consolas;
  418. letter-spacing:1px;
  419. text-transform:lowercase;
  420. font-size:10px;
  421. margin-top:0px;
  422. display:block;
  423. text-align:left;
  424. }
  425.  
  426. #tags a {
  427. display:inline;
  428. background-color:{color:Tags};
  429. padding:-3px;
  430. text-align:left;
  431. -webkit-transition: all 0.6s ease-in-out;
  432. -moz-transition: all 0.6s ease-in-out;
  433. -o-transition: all 0.6s ease-in-out;
  434. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  435.  
  436.  
  437. /* --- QUESTIONS ---*/
  438.  
  439. #asker {
  440. color:#fff;
  441. width:475px;
  442. padding:10px;
  443. font-family:calibri;
  444. letter-spacing:2px;
  445. text-align:left;
  446. margin-left:1px;
  447. background-color:{color:ask};
  448. }
  449.  
  450. #answer {
  451. margin-left:20px;
  452. margin-top:-10px;
  453. font-size:10px;
  454. font-family:consolas;
  455. letter-spacing:1px;
  456. }
  457.  
  458. /* --- QUOTE --- */
  459.  
  460. #quote {
  461. padding:20px;
  462. font-family:cambria;
  463. font-size:20px;
  464. line-height:130%;
  465. font-style:italic;
  466. }
  467.  
  468.  
  469. /* --- CHAT --- */
  470.  
  471. #chattitle {
  472. font-size:13px;
  473. font-family:cambria;
  474. padding:3px;
  475. }
  476.  
  477. #chat {
  478. width:500px;
  479. font-size:10px;
  480. font-family:cambria;
  481. line-height:120%;
  482. padding:5px;
  483. border:1px solid #F2F2F2;
  484. }
  485.  
  486. /* --- AUDIO TRACK --- */
  487.  
  488. #trackartist {
  489. padding:5px;
  490. font-family:calibri;
  491. letter-spacing:1px;
  492. word-spacing:1px;
  493. font-size:11px;
  494. }
  495.  
  496. #trackplays {
  497. padding:5px;
  498. font-family:calibri;
  499. letter-spacing:1px;
  500. word-spacing:1px;
  501. font-size:11px;
  502. }
  503.  
  504. #tracktitle {
  505. padding:5px;
  506. font-family:calibri;
  507. letter-spacing:1px;
  508. word-spacing:1px;
  509. font-size:11px;
  510. }
  511.  
  512. #track {
  513. width:450px;
  514. height:90px;
  515. background-color:#000;
  516. padding:20px;
  517. padding-top:15px;
  518. }
  519.  
  520.  
  521. /* --- LINK POSTS --- */
  522.  
  523. #bloglink {
  524. text-align:center;
  525. font-size:17px;
  526. padding:7px;
  527. }
  528.  
  529. #linkdescription {
  530. padding:1px;
  531. padding-left:5px;
  532. text-align:justify;
  533. }
  534.  
  535. #credit {
  536.  
  537. position:fixed;
  538. bottom:5px;
  539. right:5px;
  540. padding:6px;
  541. font-size:15px;
  542. font-family:Calibri;
  543. -moz-transition-duration:0.2s;
  544. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  545. }
  546.  
  547. #credit a{
  548. -moz-transition-duration:0.2s;
  549. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  550. color:#000;
  551. }
  552.  
  553. #credit a:hover{
  554. text-shadow:3px 0 0;
  555. margin-right:1px;
  556. }
  557.  
  558.  
  559. {CustomCSS}</style></head><body>
  560.  
  561. <!----TOOLTIP FO RTHE INFO | DO NOT REMOVE----->
  562.  
  563. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  564.  
  565. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  566.  
  567. <script>
  568.  
  569. (function($){
  570.  
  571. $(document).ready(function(){
  572.  
  573. $("a[title]").style_my_tooltips({
  574.  
  575. tip_follows_cursor:true,
  576.  
  577. tip_delay_time:90,
  578.  
  579. tip_fade_speed:600,
  580.  
  581. attribute:"title"
  582.  
  583. });
  584.  
  585. });
  586.  
  587. })(jQuery);
  588.  
  589. </script>
  590.  
  591. <!----SIDEBAR----->
  592.  
  593. <div id="sidebar">
  594. <div id="bite">
  595. <div id="sidebarimage">
  596. <img src="{image:sidebar}">
  597. </div>
  598.  
  599.  
  600.  
  601.  
  602.  
  603. <!----LINKS----->
  604.  
  605.  
  606.  
  607.  
  608. <div class="links">
  609. <a href="/">home</a>
  610. <a href="/ask">mssg</a>
  611. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  612. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  613. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  614. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  615. </div>
  616.  
  617. <!----DESCRIPTION----->
  618.  
  619. <div class="death"><div id="description">
  620. {Description}<br>
  621.  
  622.  
  623. <!----PAGINATION----->
  624.  
  625. {block:Pagination}<span style=" color:#000;
  626. width:200px;
  627. font-size:8px;
  628. height:2px;
  629. text-align:center;
  630. position:fixed;
  631. font-family:cambria;
  632. letter-spacing:2px;
  633. -moz-transition-duration:0.8s;
  634. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  635. "><br>
  636. {block:PreviousPage}<a href="{PreviousPage}" style="color: #000000;">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  637. {block:JumpPagination length="5"}
  638. {block:CurrentPage}<span class="current_page" style="color: #000000;">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  639. {block:JumpPage}<a class="jump_page" href="{URL}" style="color: #000000;">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  640. {/block:JumpPagination}
  641. {block:NextPage}<a href="{NextPage}" style="color: #000000;">&rarr;</a>{/block:NextPage}
  642. </span>{/block:Pagination}
  643.  
  644. </div></div></div>
  645.  
  646. </div></div></div>
  647. <!----POSTS----->
  648.  
  649. <div id="entries">{block:Posts}<div id="post">
  650.  
  651. <!----TEXT----->
  652.  
  653. {block:Text}<h1>{block:Title}<div id="posttitle">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  654.  
  655.  
  656. <!----PHOTOS----->
  657.  
  658. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  659.  
  660.  
  661. <!----PHOTOSETS----->
  662.  
  663. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  664.  
  665.  
  666. <!----QUOTES----->
  667.  
  668. {block:Quote}{block:Source} <div id="quote">❝ {Quote} ❞ — {source}</div>{/block:Source}{/block:Quote}
  669.  
  670.  
  671. <!----LINKS----->
  672.  
  673. {block:Link}<h1><div id="bloglink"><a href="{URL}" {Target}>⊱ {Name}</a></div></h1>{block:Description}<div id="linkdescription">{Description}</div>{/block:Description}{/block:Link}
  674.  
  675.  
  676. <!----CHAT----->
  677.  
  678. {block:Chat}{block:Title}<div id="chattitle"><h1>{Title}</h1></div>{/block:Title}{block:Lines}{block:Label}<div id="chat"><b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  679.  
  680. <!----AUDIO----->
  681.  
  682. {block:Audio}<div id="track"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="95px" height="95px" align="left" style="margin-right:10px" /><br>{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  683. {block:TrackName}<div id="tracktitle"><b>Title:</b> {TrackName}</div>{/block:TrackName}
  684. {block:Artist}<div id="trackartist"><b>Artist:</b> {Artist}</div>{/block:Artist}
  685. {/block:ExternalAudio}<div id="trackplays"><b>Played:</b> {PlayCount} times</div></div>
  686. {/block:Audio}
  687.  
  688.  
  689. <!----VIDEO----->
  690.  
  691. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  692.  
  693.  
  694. <!----ANSWER/QUESTION----->
  695.  
  696. {block:Answer}<div id="asker"><span style="text-transform:uppercase; font-family:calibri;font-size:11px;color:#fff;">≣{Asker}: </span>{Question}</div><left><font face="calibri"></div><div id="answer"> {Answer}</font>{/block:Answer}
  697.  
  698. <!----INFO----->
  699.  
  700. <div id="info">
  701.  
  702. <br>{block:Date}<div class="swag"><a title="{TimeAgo}"href="{Permalink}"><span style="background-color:#000; color:#fff;padding:5px;">{Month} {DayOfMonth}</span></a> {/block:Date}
  703.  
  704. <a href="{Permalink}"><span style="background-color:#000;padding:5px;color:#fff;margin-left:-10px;">{NoteCountWithLabel}</span></span></a>
  705.  
  706. <a href="{ReblogURL}" target="_blank" class="details"><span style="color:#000;">— Reblog</span></a></div>
  707.  
  708. {block:RebloggedFrom}<div class="source"><a title="{ReblogParentName}" href="{ReblogParentURL}">Via </a> {/block:RebloggedFrom}{block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}">credit</a>{/block:ContentSource} {block:RebloggedFrom}</div> {/block:RebloggedFrom}
  709. {block:HasTags}
  710.  
  711. <div id="tags"> {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  712.  
  713. {/block:Posts}
  714. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  715. {/block:Posts}
  716.  
  717.  
  718.  
  719.  
  720. <!--
  721. THEME MAKER CREDIT
  722. -->
  723. <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Walter+Turncoat|Gloria+Hallelujah|Great+Vibes|Norican' rel='stylesheet' type='text/css'>
  724.  
  725. <div id="credit"><a title="billiondays" href="http://billiondays.tumblr.com/">♡ </a></div>
  726.  
  727.  
  728.  
  729. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement