Advertisement
JacsThemes

04 Welcome to the Sanctuary

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