Advertisement
JacsThemes

03 The Wonders I've Seen

Aug 5th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.94 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!--------- Theme by Jacquelyn (endlessmagicthemes.tumblr.com)
  7.  
  8. TERMS OF USE:
  9. -DO NOT USE AS A BASE
  10. -DO NOT REMOVE THE CREDIT
  11. -DO NOT REDISTRIBUTE
  12. -DO NOT CLAIM AS YOUR OWN
  13.  
  14. --------->
  15.  
  16. <head>
  17. <link href='http://fonts.googleapis.com/css?family=Glass+Antiqua' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Denk+One' rel='stylesheet' type='text/css'>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}"/>
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}"”/>
  26. {/block:Description}
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29.  
  30. <meta name="if:Show Tags" content="1"/>
  31. <meta name="if:Show Custom Links" content="1"/>
  32. <meta name="if:Switch Custom Links Hover" content="0"/>
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Topbar IMG" content="http://imageshack.com/a/img109/5601/apx.png"/>
  36.  
  37. <meta name="color:Asker Background" content="#b3b3b3"/>
  38. <meta name="color:Background" content="#f1ebe3"/>
  39. <meta name="color:Borders" content="#b4b3b3"/>
  40. <meta name="color:Chat BG" content="#b8b8b8"/>
  41. <meta name="color:Description" content="#0f0f0f"/>
  42. <meta name="color:Info" content="#424141"/>
  43. <meta name="color:Navigation" content="#eeeeee"/>
  44. <meta name="color:Navigation BG" content="#4d4b4b"/>
  45. <meta name="color:Navigation BG Hover" content="#FFFFFF"/>
  46. <meta name="color:Navigation Hover" content="#b1b0b0"/>
  47. <meta name="color:Pagination" content="#eeeeee"/>
  48. <meta name="color:Pagination BG" content="#4d4b4b"/>
  49. <meta name="color:Post Links" content="#eb0303"/>
  50. <meta name="color:Post Links Hover" content="#727171"/>
  51. <meta name="color:Post Text" content="#2b2929"/>
  52. <meta name="color:Posts" content="#fdf5e7"/>
  53. <meta name="color:Scrollbar" content="#000000"/>
  54. <meta name="color:Scrollbar BG" content="#FFFFFF"/>
  55. <meta name="color:Topbar Background" content="#fdf5e7"/>
  56. <meta name="color:Topbar Title" content="#050505"/>
  57. <meta name="color:Tags" content="#eb0303"/>
  58. <meta name="color:Tags BG Hover" content="#070707"/>
  59. <meta name="color:Tags Symbol" content="#333232"/>
  60.  
  61. <meta name="text:Custom Links Title" content="Hover For Custom Links"/>
  62. <meta name="text:Topbar Title" content="But then you'll never know the wonders I've seen"/>
  63. <meta name="text:Link 1 URL" content="/"/>
  64. <meta name="text:Link 1" content="Link 1"/>
  65. <meta name="text:Link 2 URL" content="/"/>
  66. <meta name="text:Link 2" content="Link 2"/>
  67. <meta name="text:Link 3 URL" content="/"/>
  68. <meta name="text:Link 3" content="Link 3"/>
  69. <meta name="text:Link 4 URL" content="/"/>
  70. <meta name="text:Link 4" content="Link 4"/>
  71. <meta name="text:Link 5 URL" content="/"/>
  72. <meta name="text:Link 5" content="Link 5"/>
  73. <meta name="text:Link 6 URL" content="/"/>
  74. <meta name="text:Link 6" content="Link 6"/>
  75.  
  76. </head>
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82. body {
  83. background-image: url('{image:Background}');
  84. background-attachment: fixed;
  85. background-repeat: repeat;
  86. background-color: {color:Background};
  87. }
  88.  
  89.  
  90. iframe#tumblr_controls {
  91. opacity: 0.2;
  92. top: 4px !important;
  93. right: 4px !important;
  94. position: fixed !important;
  95. -webkit-transition: opacity 0.7s linear;
  96. -webkit-transition: all 0.7s ease-out;
  97. -moz-transition: all 0.7s ease-out;
  98. transition: all 0.7s ease-out;
  99. }
  100.  
  101. iframe#tumblr_controls:hover {
  102. opacity: 0.9;
  103. -webkit-transition: opacity 0.7s linear;
  104. -webkit-transition: all 0.7s ease-out;
  105. -moz-transition: all 0.7s ease-out;
  106. transition: all 0.7s ease-out;
  107. }
  108.  
  109.  
  110. /** TOPBAR **/
  111. #topbar {
  112. position: fixed;
  113. top: 0px;
  114. left: 0px;
  115. width: 100%;
  116. height: 200px;
  117. overflow: auto;
  118. z-index: 1000;
  119. background-color: {color:Topbar Background};
  120. }
  121.  
  122.  
  123. #topbarleft {
  124. position: absolute;
  125. text-align: center;
  126. width: 250px;
  127. margin-left: 20px;
  128. }
  129.  
  130.  
  131. #topbartitle {
  132. font-family: 'Glass Antiqua', cursive;
  133. margin-top: 70px;
  134. font-size: 10px;
  135. text-align: center;
  136. color: {color:Topbar Title};
  137. }
  138.  
  139.  
  140. .navigation {
  141. text-transform: uppercase;
  142. font-family: calibri;
  143. text-align: center;
  144. }
  145.  
  146.  
  147. .navigation a {
  148. letter-spacing: 1px;
  149. padding-top: 3px;
  150. font-size: 10px;
  151. width: 56px;
  152. height: 16px;
  153. display: inline-block;
  154. text-decoration: none;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;
  158. -ms-transition: all 0.5s ease-in-out;
  159. background-color: {color:Navigation BG};
  160. color: {color:Navigation};
  161. }
  162.  
  163.  
  164. .navigation a:hover {
  165. font-size: 11px;
  166. height: 17px;
  167. text-align: center;
  168. background-color: {color:Navigation BG Hover};
  169. color: {color:Navigation Hover};
  170. }
  171.  
  172.  
  173. #topbarcenter {
  174. margin: 0px auto;
  175. width: 429px;
  176. }
  177.  
  178.  
  179. #topbar img {
  180. -webkit-border-top-right-radius: 35px;
  181. -webkit-border-bottom-left-radius: 35px;
  182. -moz-border-radius-topright: 35px;
  183. -moz-border-radius-bottomleft: 35px;
  184. border-top-right-radius: 35px;
  185. border-bottom-left-radius: 35px;
  186. max-width: 170px;
  187. max-height: 170px;
  188. margin-top: 15px;
  189. margin-bottom: 15px;
  190. margin-right: 15px;
  191. float: left;
  192. }
  193.  
  194.  
  195. #description {
  196. font-family: arial;
  197. font-size: 9px;
  198. text-align: justify;
  199. text-transform: none;
  200. color: {color:Description};
  201. }
  202.  
  203.  
  204. #description a {
  205. text-decoration: none;
  206. color: {color:Navigation};
  207. }
  208.  
  209.  
  210. #description a:hover {
  211. color: {color:Navigation Hover};
  212. }
  213.  
  214. .pagination {
  215. position: absolute;
  216. top: 0px;
  217. right: 20px;
  218. z-index: 2000;
  219. margin-top: 70px;
  220. width: 220px;
  221. font-size: 13px;
  222. font-family: calibri;
  223. position: fixed;
  224. line-height: 17px;
  225. text-align: right;
  226. background-color: {color:Topbar Background};
  227. }
  228.  
  229.  
  230. .pagination a {
  231. text-decoration: none;
  232. padding-left: 2px;
  233. padding-right: 2px;
  234. -webkit-transition: all 0.5s ease-in-out;
  235. -moz-transition: all 0.5s ease-in-out;
  236. -o-transition: all 0.5s ease-in-out;
  237. -ms-transition: all 0.5s ease-in-out;
  238. color: {color:Pagination};
  239. background-color: {color:Pagination BG};
  240. }
  241.  
  242.  
  243. .pagination a:hover {
  244. background-color: {color:Navigation BG Hover};
  245. color: {color:Navigation Hover};
  246. }
  247.  
  248.  
  249. #links {
  250. position: fixed;
  251. top: 200px;
  252. left: 0px;
  253. margin-left: 20px;
  254. width: 250px;
  255. text-align: center;
  256. z-index: 1;
  257. {block:IfSwitchCustomLinksHover}
  258. -webkit-transition: all 0.7s ease-out;
  259. -moz-transition: all 0.7s ease-out;
  260. -o-transition: all 0.7s ease-out;
  261. transition: all 0.7s ease-out;
  262. {/block:IfSwitchCustomLinksHover}
  263. }
  264.  
  265.  
  266. .customlinks {
  267. position: absolute;
  268. font-family: calibri;
  269. width: 195px;
  270. margin-top: -66px;
  271. margin-left: 28px;
  272. -webkit-transition: all 0.7s ease-out;
  273. -moz-transition: all 0.7s ease-out;
  274. -o-transition: all 0.7s ease-out;
  275. transition: all 0.7s ease-out;
  276. {block:IfNotSwitchCustomLinksHover}
  277. z-index: 1;
  278. {/block:IfNotSwitchCustomLinksHover}
  279. }
  280.  
  281.  
  282. .customlinks a {
  283. letter-spacing: 1px;
  284. padding-top: 3px;
  285. font-size: 10px;
  286. width: 95px;
  287. height: 16px;
  288. display: inline-block;
  289. text-decoration: none;
  290. -webkit-transition: all 0.5s ease-in-out;
  291. -moz-transition: all 0.5s ease-in-out;
  292. -o-transition: all 0.5s ease-in-out;
  293. -ms-transition: all 0.5s ease-in-out;
  294. background-color: {color:Navigation BG};
  295. color: {color:Navigation};
  296. }
  297.  
  298.  
  299. .customlinks a:hover {
  300. text-align: center;
  301. background-color: {color:Navigation BG Hover};
  302. color: {color:Navigation Hover};
  303. }
  304.  
  305.  
  306. #cltitle {
  307. position: absolute;
  308. top: 0;
  309. font-size: 12px;
  310. padding-top: 3px;
  311. padding-bottom: 3px;
  312. font-family: 'Denk One', sans-serif;
  313. width: 194px;
  314. border: 1px solid {color:Borders};
  315. border-top-width: 0px;
  316. color: {color:Topbar Title};
  317. background-color: {color:Topbar Background};
  318. top: 0px;
  319. margin-left: 28px;
  320. -webkit-transition: all 0.7s ease-out;
  321. -moz-transition: all 0.7s ease-out;
  322. -o-transition: all 0.7s ease-out;
  323. transition: all 0.7s ease-out;
  324. {block:IfNotSwitchCustomLinksHover}
  325. z-index: 2;
  326. {/block:IfNotSwitchCustomLinksHover}
  327. }
  328.  
  329.  
  330. {block:IfNotSwitchCustomLinksHover}
  331. #links:hover .customlinks {
  332. padding-top: 86px;
  333. }
  334. {/block:IfNotSwitchCustomLinksHover}
  335.  
  336. {block:IfSwitchCustomLinksHover}
  337. #links:hover #cltitle {
  338. padding-top: 65px;
  339. }
  340.  
  341. #links:hover .customlinks {
  342. padding-top: 64px;
  343. }
  344. {/block:IfSwitchCustomLinksHover}
  345.  
  346.  
  347. /** CONTENT **/
  348. blockquote {
  349. margin-left: 15px;
  350. padding-left: 5px;
  351. border-left: 3px solid {color:Borders};
  352. }
  353.  
  354.  
  355. .posts {
  356. position: relative;
  357. padding: 10px;
  358. font-size: 9px;
  359. font-family: arial;
  360. margin-bottom: 30px;
  361. width: 500px;
  362. border: 1px solid {color:Borders};
  363. background-color: {color:Posts};
  364. }
  365.  
  366.  
  367. .posts a {
  368. text-decoration: none;
  369. color: {color:Post Links};
  370. }
  371.  
  372.  
  373. .posts a:hover {
  374. -webkit-transition: all 0.5s ease-in-out;
  375. -moz-transition: all 0.5s ease-in-out;
  376. -o-transition: all 0.5s ease-in-out;
  377. -ms-transition: all 0.5s ease-in-out;
  378. text-decoration: underline;
  379. color: {color:Post Links Hover};
  380. }
  381.  
  382.  
  383. .posts h2 {
  384. margin-top: -2px;
  385. text-align: center;
  386. font-family: calibri;
  387. font-size: 20px;
  388. color: {color:Post Title};
  389. }
  390.  
  391.  
  392. #entries {
  393. margin-top: 245px;
  394. margin-left: auto;
  395. margin-right: auto;
  396. margin-bottom: 10px;
  397. position: relative;
  398. width: 500px;
  399. color: {color:Post Text};
  400. }
  401.  
  402.  
  403. .info {
  404. font-family: arial;
  405. font-size: 10px;
  406. text-align: right;
  407. padding-top: 5px;
  408. width: 500px;
  409. border-top: 1px solid {color:Borders};
  410. }
  411.  
  412.  
  413. .info a {
  414. color: {color:Info};
  415. text-decoration: none;
  416. }
  417.  
  418.  
  419. .info a:hover {
  420. text-decoration: underline;
  421. color: {color:Info};
  422. }
  423.  
  424.  
  425. .tags {
  426. text-align: right;
  427. font-family: arial;
  428. font-size: 9px;
  429. width: 500px;
  430. text-decoration: none;
  431. color: {color:Tags Symbol};
  432. }
  433.  
  434.  
  435. .tags a {
  436. -webkit-transition: all 0.5s ease-in-out;
  437. -moz-transition: all 0.5s ease-in-out;
  438. -o-transition: all 0.5s ease-in-out;
  439. -ms-transition: all 0.5s ease-in-out;
  440. text-decoration: none;
  441. color: {color:Tags};
  442. }
  443.  
  444.  
  445. .tags a:hover {
  446. text-decoration: none;
  447. background-color: {color:Tags BG Hover};
  448. }
  449.  
  450.  
  451. #asks {
  452. padding-bottom: 4px;
  453. width: 500px;
  454. text-align: center;
  455. background-color: {color:Asker Background};
  456. border: 1px dashed {color:Borders};
  457. color: {color:Entry Text};
  458. }
  459.  
  460. #asks a {
  461. -webkit-transition: all 0.5s ease-in-out;
  462. -moz-transition: all 0.5s ease-in-out;
  463. -o-transition: all 0.5s ease-in-out;
  464. -ms-transition: all 0.5s ease-in-out;
  465. text-transform: uppercase;
  466. font-family: calibri;
  467. font-size: 18px;
  468. font-style: none;
  469. text-shadow: 1px 1px 1px #000;
  470. color: {color:Post Links};
  471. }
  472.  
  473. #asks a:hover {
  474. text-decoration: underline;
  475. color: {color:Post Links Hover};
  476. }
  477.  
  478.  
  479. #audio {
  480. margin-bottom: 5px;
  481. }
  482.  
  483.  
  484. .albumart {
  485. float: left;
  486. margin-right: 5px;
  487. width: 100px;
  488. height: 100px;
  489. }
  490.  
  491.  
  492. .audioinfo {
  493. margin-top: -10px;
  494. line-height: 16px;
  495. }
  496.  
  497.  
  498. .quote {
  499. text-align: left;
  500. font-size: 15px;
  501. font-family: georgia;
  502. margin-bottom: 5px;
  503. }
  504.  
  505.  
  506. .quote a {
  507. font-size: 11px;
  508. }
  509.  
  510.  
  511. .quote h3 {
  512. font-family: arial;
  513. font-size: 11px;
  514. text-align: left;
  515. }
  516.  
  517.  
  518. .odd .chat {
  519. padding: 3px;
  520. margin-bottom: 2px;
  521. background-color: {color:Chat BG};
  522. }
  523.  
  524.  
  525. .odd .person {
  526. padding: 3px;
  527. font-weight: bold;
  528. }
  529.  
  530.  
  531. .even .chat {
  532. padding: 3px;
  533. }
  534.  
  535.  
  536. .even .person {
  537. padding: 3px;
  538. font-weight: bold;
  539. }
  540.  
  541.  
  542. #credit {
  543. bottom: 10px;
  544. right: 10px;
  545. position: fixed;
  546. }
  547.  
  548.  
  549. #credit a {
  550. -webkit-transition: 0.5s ease-in-out;
  551. -moz-transition: 0.5s ease-in-out;
  552. -o-transition: 0.5s ease-in-out;
  553. -ms-transition: 0.5s ease-in-out;
  554. padding: 3px;
  555. text-decoration: none;
  556. font-family: franklin gothic medium;
  557. font-size: 10px;
  558. text-transform: uppercase;
  559. border: 1px solid {color:Borders};
  560. background-color: {color:Posts};
  561. color: {color:Post Links};
  562. }
  563.  
  564.  
  565. #credit a:hover {
  566. color: {color:Post Links Hover};
  567. }
  568.  
  569.  
  570. ::-webkit-scrollbar {
  571. height: 10px;
  572. width: 5px;
  573. background-color: {color:Scrollbar BG};
  574. }
  575.  
  576.  
  577. ::-webkit-scrollbar-thumb {
  578. background: {color:Scrollbar};
  579. }
  580.  
  581.  
  582. </style>
  583.  
  584. <body>
  585. <div id="topbar">
  586. <div id="topbarleft">
  587. <div id="topbartitle"><h1>{text:Topbar Title}</h1></div>
  588. <div class="navigation">
  589. <a href="/">home</a>
  590. <a href="/ask">message</a>
  591. <a href="/archive">archive</a>
  592. </div>
  593. </div>
  594. <table id="topbarcenter" cellspacing="0" cellpadding="0" border="0">
  595. <tr>
  596. <td width="114">
  597. <td id="topbar img">
  598. <img src="{image:Topbar Img}"></a>
  599. </td>
  600. <td id="description">{Description}</td>
  601. </tr>
  602. </table>
  603.  
  604. <div class="pagination">
  605. {block:Pagination}
  606. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  607. {block:JumpPagination length="5"}
  608. {block:CurrentPage}
  609. <span class="current_page" style="padding-right:5px;padding-left:5px;">
  610. {PageNumber}
  611. </span>
  612. {/block:CurrentPage}
  613. {block:JumpPage}
  614. <a class="jump_page" href="{URL}">{PageNumber}</a>
  615. {/block:JumpPage}
  616. {/block:JumpPagination}
  617. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  618. {/block:Pagination}
  619. </div>
  620.  
  621. </div>
  622.  
  623. {block:IfShowCustomLinks}
  624. <div id="links">
  625. <div id="cltitle">{text:Custom Links Title}</div>
  626. <div class="customlinks">
  627. {block:IfLink1}
  628. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  629. {/block:IfLink1}
  630. {block:IfLink2}
  631. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  632. {/block:IfLink2}
  633. {block:IfLink3}
  634. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  635. {/block:IfLink3}
  636. {block:IfLink4}
  637. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  638. {/block:IfLink4}
  639. {block:IfLink5}
  640. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  641. {/block:IfLink5}
  642. {block:IfLink6}
  643. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  644. {/block:IfLink6}
  645. </div>
  646. </div>
  647. {/block:IfShowCustomLinks}
  648.  
  649. <div id="entries">
  650. {block:Posts}
  651. <div class="posts">
  652.  
  653. {block:Text}
  654. {block:Title}<h2>{Title}</h2>{/block:Title}
  655. {Body}
  656. {/block:Text}
  657.  
  658. {block:Photo}
  659. <a href="{permalink}">
  660. <img src="{PhotoURL-500}" width="500"/>
  661. </a>
  662.  
  663. {block:Caption}{Caption}{/block:Caption}
  664. {/block:Photo}
  665.  
  666.  
  667. {block:Photoset}
  668. <div class="photo">
  669. {Photoset-500}
  670. </div>
  671.  
  672. {block:Caption}{Caption}{/block:Caption}
  673. {/block:Photoset}
  674.  
  675.  
  676. {block:Quote}
  677. <div class="quote">
  678. “{Quote}”
  679. {block:Source}<h3>-{Source}</h3>{/block:Source}
  680. </div>
  681. {/block:Quote}
  682.  
  683.  
  684. {block:Video}
  685. {Video-500}
  686. {PlayCountWithLabel}
  687. {block:Caption}{Caption}{/block:Caption}
  688. {/block:Video}
  689.  
  690.  
  691. {block:Link}
  692. <a href="{URL}" class="links" target="{Target}">{Name}</a><BR>
  693. {block:Description}{Description}{/block:Description}
  694. {/block:Link}
  695.  
  696.  
  697. {block:Chat}
  698. {block:Title}
  699. <h2>{Title}</h2>
  700. {/block:Title}
  701. {block:Lines}<div class="{Alt}">
  702. <div class="chat">
  703. {block:Label}<span class="person">{Label}</span>{/block:Label}
  704. {Line}</div></div>
  705. {/block:Lines}
  706. {/block:Chat}
  707.  
  708.  
  709. <div id="audio">
  710. {block:Audio}
  711. <div class="albumart">{block:AlbumArt}
  712. <img src="{AlbumArtURL}" width="100">{/block:AlbumArt}
  713. </div>
  714. {AudioPlayerBlack}
  715. <div class="audioinfo">
  716. <br><div style="text-align: left;">
  717. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  718. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  719. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  720. <b>Played:</b> {PlayCount} times
  721. </div>
  722. </div>
  723. {block:Caption}<br />{Caption}{/block:Caption}
  724. {/block:Audio}
  725. </div>
  726.  
  727. {block:Answer}
  728. <div style="margin-left:0px;">
  729. <div id="asks">
  730. {Asker} said:
  731. <br>{Question}</br>
  732. </div>
  733. </div>
  734. {Answer}
  735. {/block:Answer}
  736.  
  737. <div class="info">
  738. {block:Date}
  739. Posted <a href="{Permalink}">{TimeAgo}</a>
  740. |
  741. <a href="{Permalink}" style="color:{color:Info};">
  742. {NoteCountWithLabel}</a>
  743. </a>
  744. |
  745. <a href="{ReblogURL}">Reblog</a>
  746. {/block:Date}
  747.  
  748. {block:RebloggedFrom}
  749. | <a href="{ReblogParentURL}">via</a>
  750. {/block:RebloggedFrom}
  751. {block:ContentSource}
  752. / <a href="{SourceURL}">origin ©</a>
  753. {/block:ContentSource}
  754. </div>
  755.  
  756. <div class="tags">
  757. {block:IfShowTags}
  758. {block:HasTags}
  759. {block:Tags}
  760. #<a href="{TagURL}">{Tag}</a>
  761. {/block:Tags}
  762. {/block:HasTags}
  763. {/block:IfShowTags}
  764. </div>
  765.  
  766.  
  767. {block:PermalinkPage}
  768. {block:PostNotes}{PostNotes}{/block:PostNotes}
  769. {/block:PermalinkPage}
  770. </div>
  771.  
  772. {/block:Posts}
  773.  
  774. <div id="credit">
  775. <a href="http://endlessmagicthemes.tumblr.com">theme</a>
  776. </div>
  777.  
  778. </div>
  779.  
  780. </body>
  781. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement