Advertisement
themesbygeorgia

Theme #48 - Aphotic

Nov 14th, 2014
4,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!-- Theme #48 - Aphotic by wonderfullythemes
  6.  
  7. please keep my credit intact thanks!-->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  15. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  16.  
  17. <!--TOOLTIPS-->
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <stsss>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:200,
  27. tip_fade_speed:300,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function(){
  37. $(".maintitle").click(function(){
  38. $(".maintitle").toggleClass('intro');
  39. });
  40.  
  41. $(".maintitle").click(function(){
  42. $(".description").toggle('slow');
  43. });
  44.  
  45. $(".maintitle").click(function(){
  46. $(".links").toggle('slow');
  47. });
  48.  
  49. $("#rules").click(function(){
  50. $("#rules").slideUp('slow');
  51. });
  52. });
  53. </script>
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://code.jquery.com/jquery-latest.js"></script>
  57. <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.core.js"></script>
  58. <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.slide.js"></script>
  59. <script>
  60. $(document).ready(function(){
  61. $(".message").click(function(){
  62. $("#faqcontainer").toggle('slide', {direction: 'left'}, 1000);
  63. });
  64. });
  65.  
  66. $(document).ready(function(){
  67. $(".more").click(function(){
  68. $("#resources").toggle('slide', {direction: 'left'}, 1000);
  69. });
  70. });
  71.  
  72. $(document).ready(function(){
  73. $(".convo").click(function(){
  74. $(".content").slideToggle('slow');
  75. });
  76. });
  77. </script>
  78.  
  79. <meta name="color:Background" content="#fff" />
  80. <meta name="color:Link" content="#1bcc5c" />
  81. <meta name="color:Hover" content="#444" />
  82. <meta name="color:Text" content="#444" />
  83. <meta name="color:Title" content="#fff" />
  84. <meta name="color:Scrollbar" content="#444" />
  85. <meta name="color:Pre Background" content="#ddd" />
  86. <meta name="color:Question Background" content="#fff" />
  87. <meta name="color:Question Text" content="#000" />
  88. <meta name="color:Chat Label" content="#ddd" />
  89.  
  90. <meta name="image:Background" content="" />
  91. <meta name="image:Sidebar" content="" />
  92.  
  93. <meta name="if:UpdatesTab" content="1" />
  94.  
  95. <meta name="text:Faq" content="your faq here" />
  96. <meta name="text:Updates" content="your updates here" />
  97. <meta name="text:About" content="about you here" />
  98.  
  99. <meta name="text:Link1" content="/" />
  100. <meta name="text:Link1 Text" content="Link 1" />
  101. <meta name="text:Link2" content="/" />
  102. <meta name="text:Link2 Text" content="Link 2" />
  103. <meta name="text:Link3" content="/" />
  104. <meta name="text:Link3 Text" content="Link 3" />
  105. <meta name="text:Link4" content="/" />
  106. <meta name="text:Link4 Text" content="Link 4" />
  107.  
  108. <style type="text/css">
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. height:auto;
  112. background-color:{color:Scrollbar};
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. height:4px;
  117. width:10px;
  118. padding-right:2px;
  119. background-color:{color:Background};
  120. }
  121.  
  122. ::-moz-selection {
  123. background: {color:Link};
  124. color:{color:Text};
  125. }
  126.  
  127. ::selection {
  128. background: {color:Link};
  129. color:{color:Text};
  130. }
  131.  
  132. #s-m-t-tooltip {
  133. max-width:200px;
  134. background-color:#000;
  135. color:#fff;
  136. border:1px solid white;
  137. line-height:15px;
  138. display:none;
  139. position:absolute;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. padding:15px;
  143. margin:15px 0px 0px 15px;
  144. z-index:99999999999999;
  145. }
  146.  
  147. body {
  148. background-image: url({image:Background});
  149. background-repeat:no-repeat;
  150. background-attachment:fixed;
  151. background-size:cover;
  152. background:{color:Background};
  153. color:{color:Text};
  154. font-family:'calibri';
  155. font-size:13.5px;
  156. text-decoration:none;
  157. text-transform:none;
  158. margin:0px;
  159. line-height:18px;
  160. }
  161.  
  162. a {
  163. border-bottom:1px solid transparent;
  164. color:{color:Link};
  165. text-decoration:none;
  166. -moz-transition-duration:0.7s;
  167. -webkit-transition-duration:0.7s;
  168. -o-transition-duration:0.7s;
  169. }
  170.  
  171. a:hover {
  172. border-bottom:1px solid white;
  173. color:{color:Hover};
  174. -moz-transition-duration:0.7s;
  175. -webkit-transition-duration:0.7s;
  176. -o-transition-duration:0.7s;
  177. }
  178.  
  179. h2 {
  180. }
  181.  
  182. h2 a {
  183. color:{color:Link};
  184. }
  185.  
  186. li {
  187. list-style:square;
  188. }
  189.  
  190. blockquote {
  191. border-left:2px solid {color:Text};
  192. padding-left:5px;
  193. }
  194.  
  195. pre {
  196. color:#000;
  197. background-color:{color:Pre Background};
  198. padding:10px;
  199. max-width:100%;
  200. font-size:12px;
  201. }
  202.  
  203. img, blockquote, li, h2 {
  204. max-width:100%;
  205. }
  206.  
  207. #entries {
  208. top:-2px;
  209. width:400px;
  210. margin:auto;
  211. position:relative;
  212. left:500px;
  213. float:left;
  214. padding:70px;
  215. border-left:1px solid white;
  216. border-right:1px solid white;
  217. {block:PermalinkPage}
  218. height:600px;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222. #post {
  223. width:400px;
  224. margin-bottom:200px;
  225. }
  226.  
  227. /*--SIDEBAR--*/
  228.  
  229. #sidebar {
  230. top:0;
  231. width:405px;
  232. height:100%;
  233. position:fixed;
  234. }
  235.  
  236. #sidebar:hover .sidebarpic img {
  237. -webkit-filter:grayscale(100%);
  238. -moz-transition-duration:0.7s;
  239. -webkit-transition-duration:0.7s;
  240. -o-transition-duration:0.7s;
  241. }
  242.  
  243. .sidebarpic {
  244. width:auto;
  245. height:100%;
  246. position:absolute;
  247. }
  248.  
  249. .sidebarpic img {
  250. width:405px;
  251. height:100%;
  252. -moz-transition-duration:0.7s;
  253. -webkit-transition-duration:0.7s;
  254. -o-transition-duration:0.7s;
  255. }
  256.  
  257. .maintitle {
  258. width:228px;
  259. bottom:80px;
  260. left:70px;
  261. line-height:20px;
  262. position:absolute;
  263. letter-spacing:4px;
  264. text-align:center;
  265. text-transform:uppercase;
  266. font-size:17px;
  267. border:1px solid {color:Title};
  268. padding:20px;
  269. color:{color:Title};
  270. z-index:3;
  271. height:20px;
  272. -moz-transition-duration:0.7s;
  273. -webkit-transition-duration:0.7s;
  274. -o-transition-duration:0.7s;
  275. }
  276.  
  277. .maintitle:hover {
  278. cursor:help;
  279. background-color: rgba(189, 214, 196,0.5);
  280. -moz-transition-duration:0.7s;
  281. -webkit-transition-duration:0.7s;
  282. -o-transition-duration:0.7s;
  283. }
  284.  
  285. .intro {
  286. bottom:77%;
  287. -moz-transition-duration:0.7s;
  288. -webkit-transition-duration:0.7s;
  289. -o-transition-duration:0.7s;
  290. }
  291.  
  292. .description {
  293. left:70px;
  294. top:190px;
  295. border:1px solid {color:Border};
  296. width:226px;
  297. height:130px;
  298. overflow-y:scroll;
  299. padding:20px;
  300. position:absolute;
  301. text-align:justify;
  302. background-color: rgba(0,0,0,0.5);
  303. display:none;
  304. }
  305.  
  306. .links {
  307. border:1px solid white;
  308. width:266px;
  309. left:70px;
  310. top:400px;
  311. padding-top:10px;
  312. padding-bottom:10px;
  313. background-color: rgba(0,0,0,0.5);
  314. position:absolute;
  315. text-align:center;
  316. letter-spacing:1px;
  317. text-transform:uppercase;
  318. display:none;
  319. }
  320.  
  321. .links a {
  322. padding:3px;
  323. border-bottom:none;
  324. display:block;
  325. font-size:12px;
  326. color:{color:Link};
  327. }
  328.  
  329. .links a:hover {
  330. letter-spacing:5px;
  331. border-bottom:none;
  332. background-color:{color:Link};
  333. color:{color:Hover};
  334. cursor:crosshair;
  335. }
  336.  
  337. #pagination {
  338. width:100%;
  339. height:150px;
  340. text-align:center;
  341. font-size:13px;
  342. text-transform:uppercase;
  343. float:center;
  344. bottom:0;
  345. }
  346.  
  347. #pagination a {
  348. padding:3px 5px 3px 5px;
  349. color:#fff;
  350. background-color:transparent;
  351. border:1px solid white;
  352. }
  353.  
  354. #pagination a:hover {
  355. background-color:{color:Link};
  356. }
  357.  
  358. .current_page {
  359. padding:3px 5px 3px 5px;
  360. }
  361.  
  362. .jump_page {
  363. color:blue;
  364. padding:3px 5px 3px 5px;
  365. }
  366.  
  367. /*--POST TYPES--*/
  368. .user {
  369. font-style:italic;
  370. position:relative;
  371. }
  372.  
  373. .user a {
  374. border-bottom:none;
  375. color:{color:Question Link};
  376. }
  377.  
  378. .user a:hover {
  379. color:{color:Hover};
  380. letter-spacing:2px;
  381. box-shadow:none;
  382. }
  383.  
  384. .question {
  385. position:relative;
  386. max-width:100%;
  387. background-color:{color:Question Background};
  388. color:{color:Question Text};
  389. padding:20px;
  390. }
  391.  
  392. .arrow-down {
  393. width: 0;
  394. height: 0;
  395. border-left: 15px solid transparent;
  396. border-right: 15px solid transparent;
  397. margin-left:30px;
  398. margin-top:0px;
  399. border-top: 15px solid {color:Question Background};
  400. }
  401.  
  402. .answer {
  403. text-align:left;
  404. margin-top:20px;
  405. max-width:100%;
  406. padding-bottom:5px;
  407. }
  408.  
  409. .quote {
  410. font-size:18px;
  411. font-style:italic;
  412. }
  413.  
  414. .chat li {
  415. list-style:none;
  416. }
  417.  
  418. .label {
  419. color:{color:Chat Label};
  420. }
  421.  
  422. .playerbuttonbg {
  423. position: absolute;
  424. left: 20px;
  425. top: 20px;
  426. width: 19px;
  427. height: 19px;
  428. background-color: #fff;
  429. padding: 10px;
  430. opacity: .4;
  431. filter: alpha(opacity=40);
  432. -moz-opacity: 0.4;
  433. -khtml-opacity: 0.4;
  434. transition: opacity .7s ease-in-out;
  435. -moz-transition: opacity .7s ease-in-out;
  436. -webkit-transition: opacity .7s ease-in-out;
  437. }
  438.  
  439. .playerbuttonbg:hover {
  440. opacity: 1;
  441. filter: alpha(opacity=100);
  442. -moz-opacity: 1;
  443. -khtml-opacity: 1;
  444. }
  445.  
  446. .newplayerbutton {
  447. position: relative;
  448. width: 19px;
  449. height: 19px;
  450. overflow: hidden;
  451. }
  452.  
  453. .playerbuttonhug {
  454. position: absolute;
  455. top: -18px;
  456. left: -7px;
  457. }
  458.  
  459. .tumblr_audio_player {
  460. height: 90px;
  461. width: 270px;
  462. -moz-transform: scale(0.60, 0.60);
  463. -webkit-transform: scale(0.60, 0.60);
  464. -o-transform: scale(0.60, 0.60);
  465. -ms-transform: scale(0.60, 0.60);
  466. transform: scale(0.60, 0.60);
  467. -moz-transform-origin: top left;
  468. -webkit-transform-origin: top left;
  469. -o-transform-origin: top left;
  470. -ms-transform-origin: top left;
  471. transform-origin: top left;
  472. }
  473.  
  474. .audioimgwrapper {
  475. position: absolute;
  476. left: 0px;
  477. top: 0px;
  478. overflow: hidden;
  479. width: 79px;
  480. height: 79px;
  481. }
  482.  
  483. .audioimgwrapper img {
  484. width: 100%;
  485. height: auto;
  486. }
  487.  
  488. .trackdetails {
  489. width: auto;
  490. display:inline-block;
  491. margin-left: 90px;
  492. min-height: 85px;
  493. }
  494.  
  495. .audiowrapper {
  496. position: relative;
  497. display:inline-block;
  498. }
  499.  
  500. /*--INFO AND TAGS--*/
  501. #footer {
  502. text-transform:uppercase;
  503. width:400px;
  504. text-align:left;
  505. border-top:1px solid {color:Text};
  506. margin-top:10px;
  507. padding-top:10px;
  508. font-size:12.5px;
  509. letter-spacing:1px;
  510. }
  511.  
  512. #footer a {
  513. color:{color:Link};
  514. border-bottom:none;
  515. }
  516.  
  517. #footer a:hover {
  518. color:{color:Text};
  519. letter-spacing:4px;
  520. border-bottom:none;
  521. cursor:crosshair;
  522. }
  523.  
  524. #post:hover .tags {
  525. opacity:1;
  526. -moz-transition-duration:0.7s;
  527. -webkit-transition-duration:0.7s;
  528. -o-transition-duration:0.7s;
  529. }
  530.  
  531. .tags {
  532. text-transform:none;
  533. letter-spacing:0px;
  534. opacity:0;
  535. -moz-transition-duration:0.7s;
  536. -webkit-transition-duration:0.7s;
  537. -o-transition-duration:0.7s;
  538. }
  539.  
  540. /*--FAQ--*/
  541.  
  542. .message {
  543.  
  544. }
  545.  
  546. #faqcontainer {
  547. top:0;
  548. left:500px;
  549. width:400px;
  550. height:520px;
  551. overflow-y:scroll;
  552. padding:70px;
  553. position:fixed;
  554. background-color:{color:Background};
  555. border-left:1px solid {color:Text};
  556. border-right:1px solid {color:Text};
  557. display:none;
  558. }
  559.  
  560. #faqcontainer p {
  561. margin-top:-30px;
  562. }
  563.  
  564. #faqcontainer h4 {
  565. margin-top:-10px;
  566. }
  567.  
  568. #faqcontainer ul {
  569. margin-top:-10px;
  570. }
  571.  
  572. /*--RESOURCES--*/
  573.  
  574. .more {
  575.  
  576. }
  577.  
  578. #resources {
  579. top:0;
  580. left:500px;
  581. width:400px;
  582. height:520px;
  583. overflow-y:scroll;
  584. padding:70px;
  585. position:fixed;
  586. background-color:{color:Background};
  587. border-left:1px solid {color:Text};
  588. border-right:1px solid {color:Text};
  589. display:none;
  590. }
  591.  
  592. /*--CREDIT--*/
  593. #spectrum {
  594. bottom:9px;
  595. right:7px;
  596. font-size:8px;
  597. font-family:'calibri';
  598. letter-spacing:1px;
  599. text-transform:uppercase;
  600. position:fixed;
  601. }
  602.  
  603. /*--UPDATES TAB--*/
  604.  
  605. #lostatsea {
  606. top:80px;
  607. right:65px;
  608. position:fixed;
  609. }
  610.  
  611. .convo {
  612. width:150px;
  613. text-transform:uppercase;
  614. padding:10px;
  615. border:1px solid white;
  616. letter-spacing:4px;
  617. text-align:center;
  618. margin-bottom:20px;
  619. -moz-transition-duration:0.7s;
  620. -webkit-transition-duration:0.7s;
  621. -o-transition-duration:0.7s;
  622. }
  623.  
  624. .convo:hover {
  625. cursor:crosshair;
  626. box-shadow:inset 190px 0 0 {color:Link};
  627. -moz-transition-duration:0.7s;
  628. -webkit-transition-duration:0.7s;
  629. -o-transition-duration:0.7s;
  630. }
  631.  
  632. .content {
  633. width:170px;
  634. font-size:11px;
  635. text-transform:uppercase;
  636. display:none;
  637. border-bottom:1px solid white;
  638. }
  639.  
  640. .content ul {
  641. margin-left:-25px;
  642. }
  643.  
  644. {CustomCSS}</style></head><body>
  645.  
  646. {block:IfUpdatesTab}
  647.  
  648. <div id="lostatsea">
  649. <div class="convo">updates</div>
  650.  
  651. <div class="content">
  652.  
  653. {text:Updates}
  654.  
  655. </div>
  656. </div>
  657.  
  658. {/block:IfUpdatesTab}
  659.  
  660. <div id="sidebar">
  661.  
  662. <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
  663.  
  664. <div class="maintitle">{Title}</div>
  665.  
  666. <div class="links">
  667. <a href="/">Index</a>
  668. <a class="message">Mail</a>
  669. <a class="more">More</a>
  670. <a href="{text:Link1}">{text:Link1 Text}</a>
  671. <a href="{text:Link2}">{text:Link2 Text}</a>
  672. <a href="{text:Link3}">{text:Link3 Text}</a>
  673. <a href="{text:Link4}">{text:Link4 Text}</a>
  674. </div>
  675.  
  676. <div class="description">{Description}</div>
  677.  
  678. </div>
  679.  
  680. <div id="entries">{block:Posts}<div id="post">
  681.  
  682. {block:Text}
  683. {block:Title}<h2>{Title}</h2>{/block:Title}
  684. {Body}
  685. {/block:Text}
  686.  
  687. {block:Answer}
  688. <div class="question">{Question}&nbsp;&nbsp;&nbsp;&nbsp;&#8213;<span class="user">{Asker}</span></div>
  689. <div class="arrow-down"></div>
  690.  
  691. <div class="answer">{Answer}</div>
  692. {/block:Answer}
  693.  
  694. {block:Quote}
  695. <span class="quote"><div style="font-size:20px;color:{color:Link};font-weight:bold;border-bottom:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-bottom:10px">&#147;</div>
  696. {Quote}
  697. <div style="font-size:20px;color:{color:Link};font-weight:bold;border-top:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-top:10px;padding-top:5px;line-height:30px;">&#148; </div></span>
  698. {block:Source}<div class="font-size:18px"> &mdash;{Source}</div>{/block:Source}
  699. {/block:Quote}
  700.  
  701. {block:Link}
  702. <h2><a href="{URL}">{Name}</a></h2>
  703. {block:Description}{Description}{/block:Description}
  704. {/block:Link}
  705.  
  706. {block:Chat}
  707. {block:Title}{Title}{/block:Title}
  708. {block:Lines}<span class="chat">
  709. <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span></span>{/block:Label}</span> {Line}</li>
  710. {/block:Lines}
  711. {/block:Chat}
  712.  
  713. {block:Photo}
  714. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  715. {block:Caption}{Caption}{/block:Caption}
  716. {/block:Photo}
  717.  
  718. {block:Photoset}
  719. {Photoset-400}
  720. {block:Caption}{Caption}{/block:Caption}
  721. {/block:Photoset}
  722.  
  723. {block:Audio}
  724. {block:AudioPlayer}
  725. <div class="audiowrapper">
  726. {block:AlbumArt}
  727. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  728. {/block:AlbumArt}
  729.  
  730. <div class="playerbuttonbg">
  731. <div class="newplayerbutton">
  732. <div class="playerbuttonhug">
  733.  
  734. {AudioPlayerWhite}
  735.  
  736. </div>
  737. </div>
  738. </div>
  739.  
  740. <div class="trackdetails">
  741.  
  742. {block:TrackName}{TrackName}</a><br>{/block:TrackName}
  743. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  744. {block:Album}Album: {Album}<br>{/block:Album}
  745. {PlayCountWithLabel}
  746.  
  747. </div>
  748. </div>
  749. {/block:AudioPlayer}
  750.  
  751. {block:Caption}{Caption}{/block:Caption}
  752. {/block:Audio}
  753.  
  754. {block:Video}
  755. {Video-400}
  756. {block:Caption}{Caption}{/block:Caption}
  757. {/block:Video}
  758.  
  759. <div id="footer">
  760. {block:Date}+ <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} {Year}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>
  761. {block:NoteCount} + <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  762. {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  763. {block:RebloggedFrom} + <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
  764. <div class="tags">
  765. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  766. {/block:Date}</div>
  767.  
  768. </div>{/block:Posts}
  769.  
  770. <div id="pagination">
  771.  
  772. {block:Pagination}{block:PreviousPage}
  773. <a href="{PreviousPage}">back</a>
  774. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}&nbsp;
  775. <span class="current_page">{PageNumber}</span>
  776. {/block:CurrentPage}{block:JumpPage}
  777. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;
  778. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  779. <a href="{NextPage}">Next</a>
  780. {/block:NextPage}{/block:Pagination}
  781.  
  782. </div>
  783.  
  784. {block:PostNotes}{PostNotes}{/block:PostNotes}
  785.  
  786.  
  787. </div>
  788.  
  789. <div id="faqcontainer">
  790.  
  791. {text:Faq}
  792.  
  793. <br><br>
  794.  
  795. <iframe frameborder="0" height="250" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="400"></iframe>
  796.  
  797. </p>
  798. </div>
  799.  
  800. <div id="resources">
  801. {text:About}
  802. </div>
  803.  
  804. <div id="spectrum">
  805. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
  806. </div>
  807.  
  808. </body>
  809. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement