ahu419

Theme 006: One World / Olympics 2012

Aug 4th, 2012
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--Theme 006 by Alice (metacrisising @ tumblr, formerly gloriously-pond). Don't steal, use as a base, or take bits of code and credit me for "theme details". Inspiration is good, blatant copying is not cool.
  9.  
  10. I welcome your theme questions and comments. I'll answer all questions except those asking about completely editing a major aspect of the theme: I'm in the business of helping you with this theme, not helping you make a new theme.
  11.  
  12. Enjoy bros.
  13.  
  14. Default Settings-->
  15.  
  16. <meta name="color:background" content="#66c8f0" />
  17. <meta name="color:sidebar" content="#66c8f0" />
  18. <meta name="color:post" content="#FFFFFF" />
  19. <meta name="color:linkage" content="#fcfd7d" />
  20. <meta name="color:accent" content="#1da513" />
  21. <meta name="color:post hover" content="#e1eef3" />
  22. <meta name="color:post info background" content="#e3e8eb" />
  23. <meta name="color:quote" content="#a8e0e0" />
  24. <meta name="color:title" content="#A1BDD4" />
  25. <meta name="color:text" content="#021425" />
  26. <meta name="color:text selection" content="#10f0e3" />
  27. <meta name="color:description background" content="#fcfd7d" />
  28. <meta name="color:description background hover" content="#ffffff" />
  29. <meta name="color:link" content="#000000" />
  30. <meta name="color:link hover" content="#008EAA" />
  31. <meta name="color:link hover shadow" content="#54d2cb" />
  32. <meta name="color:link hover shadow the second" content="#eaeec0" />
  33. <meta name="color:permalinking" content="#aae789" />
  34. <meta name="color:highlight" content="#a9ddf1" />
  35. <meta name="color:header" content="#ffffff" />
  36. <meta name="color:header border" content="#000000" />
  37. <meta name="color:border" content="grey" />
  38. <meta name="color:scrollbar" content="#2eaf2a" />
  39.  
  40.  
  41. <meta name="text:subtitle" content="" />
  42. <meta name="text:subtitle the second" content="" />
  43. <meta name="text:description heading" content="About This Blog" />
  44.  
  45. <meta name="font:title" content="georgia" />
  46. <meta name="font:body" content="calibri" />
  47. <meta name="font:tooltip text" content="calibri" />
  48.  
  49.  
  50. <meta name="image:sidebar" content="" />
  51. <meta name="image:background" content="" />
  52. <meta name="image:header background" content="http://getpersonas-cdn.mozilla.net/static_json/7/2/475872/preview_large.jpg?1342647380" />
  53.  
  54.  
  55. <meta name="text:Link1" content="/" />
  56. <meta name="text:Link1 Title" content="link 1" />
  57. <meta name="text:Link2" content="/" />
  58. <meta name="text:Link2 Title" content="link 2" />
  59. <meta name="text:Link3" content="/" />
  60. <meta name="text:Link3 Title" content="link 3" />
  61. <meta name="text:Link4" content="/" />
  62. <meta name="text:Link4 Title" content="link 4" />
  63. <meta name="text:Link5" content="/" />
  64. <meta name="text:Link5 Title" content="link 5" />
  65. <meta name="text:Link6" content="/" />
  66. <meta name="text:Link6 Title" content="link 5" />
  67.  
  68.  
  69. <title>{Title}</title>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Yesteryear|Marck+Script|Contrail+One|Reenie+Beanie|Open+Sans+Condensed:700,300|Nothing+You+Could+Do|Kaushan+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  76.  
  77. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  78.  
  79. <script type="text/javascript">
  80. $(document).ready(function(){
  81. $(".descbody").hide();
  82. $(".deschead").click(function(){
  83. $(this).next(".descbody").slideToggle('medium');
  84. }); }); </script>
  85.  
  86. <link rel="shortcut icon" href="{Favicon}"/>
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  88. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. body {
  95. background-color:{color:background};
  96. background-attachment:fixed;
  97. background-image: url('{image:background}');
  98. font-family:calibri;
  99. font-size:11px;
  100. color:{color:text};
  101. text-wrap:normal
  102. word-wrap:break-word;
  103. margin:0px 0px;
  104. height:100%;
  105. right:7px;
  106. overflow-y:scroll;
  107. overflow-x:hidden;
  108. }
  109.  
  110. html {
  111. overflow-y:auto;
  112. background-color:transparent;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. width:7px;
  117. height:auto;
  118. background:{color:background};
  119. }
  120.  
  121. ::-webkit-scrollbar-corner {
  122. background:{color:scrollbar};
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb:vertical {
  126. background:{color:scrollbar};
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:horizontal {
  130. background:{color:scrollbar};
  131. }
  132.  
  133. ::selection {
  134. color:{color:text selection};
  135. }
  136.  
  137. ::-moz-selection {
  138. color:{color:text selection};
  139. }
  140.  
  141. ::-webkit-selection {
  142. color:{color:text selection};
  143. }
  144.  
  145. a, a:active, a:visited{
  146. text-decoration:none;
  147. color:{color:link};
  148. }
  149.  
  150. a:hover {
  151. color:{color:link hover};
  152. text-shadow:2px 0px {color:link hover shadow}, -1px 0px {color:link hover shadow the second};
  153. }
  154.  
  155. img {
  156. opacity:1;
  157. }
  158.  
  159. img:hover {
  160. border:none;
  161. }
  162.  
  163. #main {
  164. background-color:{color:background};
  165. background-attachment:fixed;
  166. background-image: url('{image:Background}');
  167. position:absolute;
  168. width:1250px;
  169. height:100%;
  170. }
  171.  
  172. #sidebar {
  173. background-color:{color:sidebar};
  174. text-align:center;
  175. position:fixed;
  176. left:60px;
  177. width:300px;
  178. top:60px;
  179. bottom:30px;
  180. height:100%;
  181. font-family:calibri;
  182. font-size:11px;
  183. line-height:12px;
  184. margin-left:30px;
  185. padding:45px 20px 45px 20px;
  186. }
  187.  
  188. #sidebar a {
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. }
  192.  
  193. #simg img {
  194. margin-left:0px;
  195. width:225px;
  196. border:5px solid {color:border};
  197. padding:3px;
  198. -webkit-transition: all 0.8s ease;
  199. -moz-transition:all 0.8s ease-out;
  200. -o-transition: all 0.8s ease-in-out;
  201. transition: all 0.8s ease-in-out;
  202. }
  203.  
  204. #title {
  205. font-family:open sans condensed;
  206. font-size:45px;
  207. line-height:22px;
  208. text-align:center;
  209. margin-top:10px;
  210. color:{color:link};
  211. -webkit-transition:all 0.5s ease-out;
  212. -moz-transition:all 0.5s ease-out;
  213. transition:all 0.5s ease-out;
  214. -o-transition: all 0.5s ease-in-out;
  215. }
  216.  
  217. #title a:hover {
  218. -webkit-transition:all 0.5s ease-out;
  219. -moz-transition:all 0.5s ease-out;
  220. transition:all 0.5s ease-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. }
  223.  
  224. .subtitle {
  225. font-family:contrail one;
  226. color:{color:link};
  227. position:relative;
  228. font-size:18px;
  229. text-transform:italics;
  230. padding-bottom:5px;
  231. text-transform:uppercase;
  232. }
  233.  
  234. .subtitletwo {
  235. font-family:contrail one;
  236. color:{color:link};
  237. position:relative;
  238. font-size:18px;
  239. text-transform:italics;
  240. padding-top:5px;
  241. padding-bottom:10px;
  242. text-transform:uppercase;
  243. }
  244.  
  245. .desclist {
  246. width:300px;
  247. }
  248.  
  249. .deschead {
  250. cursor:pointer;
  251. width:230px;
  252. font-family:open sans condensed;
  253. font-size:12px;
  254. border:3px solid {color:description background};
  255. letter-spacing:1px;
  256. margin-left:35px;
  257. margin-top:0px;
  258. text-transform:uppercase;
  259. position:relative;
  260. background-color:{color:description background};
  261. color:{color:text};
  262. }
  263.  
  264. .deschead:hover {
  265. border:3px solid {color:description background};
  266. background-color:{color:description background hover};
  267. -webkit-transition: all 0.5s ease;
  268. -moz-transition:all 0.5s ease-out;
  269. -o-transition: all 0.5s ease-in-out;
  270. transition: all 0.5s ease-in-out;
  271. }
  272.  
  273. .descbody {
  274. display:inline-block;
  275. }
  276.  
  277. #desc a {
  278. font-family:open sans condensed;
  279. }
  280.  
  281. #header {
  282. top:0px;
  283. left:0px;
  284. right:0px;
  285. height:83px;
  286. position:fixed;
  287. width:100%;
  288. border-bottom:8px solid {color:header border};
  289. background-color:{color:header};
  290. z-index:999;
  291. background-image: url('{image:header background}')
  292. }
  293.  
  294. #linkage {
  295. position:relative;
  296. margin-left:10px;
  297. margin-right:10px;
  298. margin-top:15px;
  299. margin-bottom:5px;
  300. }
  301.  
  302. #linkage a {
  303. width:auto;
  304. height:15px;
  305. font-family:calibri;
  306. font-size:12px;
  307. display:block;
  308. text-align:center;
  309. color:{color:link};
  310. background-color:{color:linkage};
  311. padding:4px;
  312. margin:5px;
  313. display:inline-block;
  314. border:8px 5px 8px 5px {color:header};
  315. }
  316.  
  317. #linkage a:hover {
  318. background-color:{color:header};
  319. -moz-transform: scale(1.25);
  320. -webkit-transform: scale(1.5);
  321. -o-transform: scale(1.25);
  322. -ms-transform: scale(1.25);
  323. transform: scale(1.25);
  324. -webkit-transition-duration:.75s;
  325. -moz-transition-duration:.75s;
  326. -o-transition: all 0.75s ease-in-out;
  327. transition: all 0.75s ease-in-out;
  328. }
  329.  
  330. #dash {
  331. padding:0px;
  332. width:100%;
  333. position:absolute;
  334. text-align:center;
  335. }
  336.  
  337. #question {
  338. font-family:{font:title};
  339. letter-spacing:1px;
  340. padding:9px;
  341. background-color:{color:quote};
  342. font-size:11px;
  343. }
  344.  
  345. #content {
  346. position:absolute;
  347. height:auto;
  348. width:590px;
  349. left:450px;
  350. top:55px;
  351. font-family:{font:body};
  352. margin-bottom:10px;
  353. }
  354.  
  355. #post {
  356. padding:17px 27px 32px 17px;
  357. margin-left:20px;
  358. margin-right:20px;
  359. margin-top:45px;
  360. background-color:{color:post};
  361. font-size:11px;
  362. font-family:{font:body};
  363. border:7px solid {color:background};
  364. }
  365.  
  366. #post:hover {
  367. border:7px solid {color:post};
  368. -webkit-transition-duration:1s;
  369. -moz-transition-duration:1s;
  370. -o-transition: all 1s ease-in-out;
  371. transition: all 1s ease-in-out;
  372. }
  373.  
  374. .permalinking {
  375. position:relative;
  376. margin-top:11px;
  377. }
  378.  
  379. .permalinking a {
  380. font-family:{font:body};
  381. text-transform:uppercase;
  382. position:relative;
  383. padding:3px;
  384. background-color:{color:permalinking};
  385. height:2px;
  386. opacity:.8;
  387. }
  388.  
  389. .permalinking a:hover {
  390. opacity:1;
  391. }
  392.  
  393. .tagging {
  394. position:relative;
  395. margin-top:3px;
  396. }
  397.  
  398. .tagging a {
  399. text-transform:uppercase;
  400. font-size:11px;
  401. letter-spacing:1px;
  402. font-family:{font:body};
  403. position:relative;
  404. padding:4px 9px 4px 0px;
  405. height:2px;
  406. opacity:.8;
  407. }
  408.  
  409. .tagging a:hover {
  410. opacity:1;
  411. }
  412.  
  413. h1{
  414. font-size:18px;
  415. font-weight:700;
  416. color:{color:title};
  417. }
  418.  
  419. .quote {
  420. font-size:14px;
  421. font-style:italic;
  422. font-family:{font:title};
  423. }
  424.  
  425. .quotesource {
  426. font-family:{font:body};
  427. font-size:12px;
  428. height:15px;
  429. padding:2px;
  430. background-color:{color:quote};
  431. text-align:right;
  432. }
  433.  
  434. .user_1 .label {
  435. color:{color:link};
  436. font-weight:bold;
  437. }
  438.  
  439. .user_2 .label {
  440. color:{color:text};
  441. font-weight:bold
  442. }
  443. .user_3 .label {
  444. color:{color:link};
  445. font-weight:bold;
  446. }
  447.  
  448. .user_4 .label {
  449. color:{color:text};
  450. font-weight:bold
  451. }
  452. .user_5 .label {
  453. color:{color:link};
  454. font-weight:bold;
  455. }
  456.  
  457. .user_6 .label {
  458. color:{color:text};
  459. font-weight:bold
  460. }
  461.  
  462. ul.chat, .chat ol, .chat li {
  463. list-style:none;
  464. margin:0px;
  465. padding:0px;
  466. line-height:15px;
  467. }
  468.  
  469. #permalink {
  470. margin-top:5px;
  471. margin-bottom:25px;
  472. margin-left:3px;
  473. border-left:10px solid {color:accent};
  474. line-height:100%;
  475. font-family:calibri;
  476. font-size:11px;
  477. text-align:left;
  478. letter-spacing:1px;
  479. -webkit-transition-duration:1s;
  480. -moz-transition-duration:1s;
  481. -o-transition: all 1s ease-in-out;
  482. transition: all 1s ease-in-out;
  483. position:absolute;
  484. padding-left:3px;
  485. }
  486.  
  487. #note {
  488. text-align:left;
  489. text-transform:uppercase;
  490. font:14px {font:title};
  491. }
  492.  
  493. #pagination {
  494. top:175px;
  495. height:300px;
  496. width:50px;
  497. left:60px;
  498. margin-left:20px;
  499. padding:20px 10px 10px 20px;
  500. position:fixed;
  501. display:block;
  502. }
  503.  
  504. #pagination a {
  505. font-family:calibri;
  506. text-align:center;
  507. font-size:60px;
  508. opacity:1;
  509. text-shadow:2px 0px {color:link hover shadow}, -2px 0px {color:link hover shadow the second};
  510. }
  511.  
  512. #notes {
  513. font-weight:normal;
  514. }
  515.  
  516. #notes li {
  517. padding-bottom:3px;
  518. padding-top:3px;
  519. border-bottom:1px dotted {color:text};
  520. }
  521.  
  522. #notes li img.avatar {
  523. vertical-align:-4px;
  524. margin-right:5px;
  525. width:16px;
  526. height:16px;
  527. }
  528.  
  529. #division {
  530. border-top:3px dotted {color:accent};
  531. }
  532.  
  533. blockquote {
  534. border-left:2px solid {color:link};
  535. padding-left:3px;
  536. margin:0px 2px 0px 10px;
  537. }
  538.  
  539. #audentryprob {
  540. display:block;
  541. height:auto;
  542. min-height:135px;
  543. position:relative;
  544. }
  545.  
  546. .audentry {
  547. position:relative;
  548. width:490px;
  549. background-color:{color:post};
  550. padding:5px;
  551. min-height:135px;
  552. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  553. }
  554.  
  555. .audioplayersquare {
  556. position:absolute;
  557. z-index:3;
  558. top:5px;
  559. left:5px;
  560. background:white;
  561. opacity:0.7;
  562. filter:alpha(opacity=70);
  563. }
  564.  
  565.  
  566. .audioplayer {
  567. width:20px;
  568. height:30px;
  569. overflow:hidden;
  570. margin:15px 24px 15px 16px;
  571. }
  572.  
  573. .audiodata {
  574. text-transform:uppercase;
  575. height:15px;
  576. }
  577.  
  578. .audiocaption {
  579. color:{color:link};
  580. }
  581.  
  582. #credit {
  583. position:fixed;
  584. bottom:2px;
  585. padding:4px;
  586. right:2px;
  587. color:{color:link};
  588. opacity:0.4;
  589. font-family:open sans condensed;
  590. font-size:20px;
  591. }
  592.  
  593. #credit:hover {
  594. opacity:0.8;
  595. color:{color:link};
  596. }
  597.  
  598. </style>
  599. </head>
  600.  
  601.  
  602. <body>
  603. <div id="main">
  604. <div id="header">
  605. <div id="title"><a href="/">{Title}</a></div>
  606. <div id="dash">
  607. <div id="linkage">
  608. <a href="/">refresh</a>
  609. {block:AskEnabled}
  610. <a href="/ask">mailbox</a>{/block:AskEnabled}
  611. {block:SubmissionsEnabled}<a href="/submit">submissions</a> {/block:SubmissionsEnabled}
  612. <a href="/archive">history</a>
  613. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  614. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  615. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  616. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  617. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  618. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  619. </div></div>
  620.  
  621. </div>
  622.  
  623. <div id="sidebar">
  624. <div class="subtitle">{text:subtitle}</div>
  625. <div id="simg">
  626. <img src="{image:sidebar}"></div>
  627. <div class="subtitletwo">{text:subtitle the second}</div>
  628. <div class="desclist">
  629. <p class="deschead">{text:description heading}</p>
  630. <div class="descbody">
  631. <div id="desc"><center>{Description}</div></div></div>
  632. </div>
  633. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>
  634. {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>
  635.  
  636. <div id="content">
  637.  
  638. {block:Posts}
  639.  
  640. <div id="post">
  641. {block:Text}
  642. {block:Title}
  643. <h1><a href="{Permalink}">{Title}</a></h1>
  644. {/block:Title}
  645. {Body}
  646. {/block:Text}
  647.  
  648. {block:Photo}
  649. {block:Title}
  650. <h1><a href="{Permalink}">{Title}</a></h1>
  651. {/block:Title}
  652. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  653. {block:Caption}
  654. <div class="caption">{Caption}</div>
  655. {/block:Caption}
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659. <center>{Photoset-500}</center>
  660. {block:Caption}
  661. <div class="caption">{Caption}</div>
  662. {/block:Caption}
  663. {/block:Photoset}
  664.  
  665. {block:Quote}
  666. {block:Title}
  667. <h1><a href="{Permalink}">{Title}</a></h1>
  668. {/block:Title}
  669. <div class="quote">"{Quote}"</div>
  670. {block:Source}<br>
  671. <div class="quotesource">- {Source}</div>
  672. {/block:Source}
  673. {/block:Quote}{block:Link}
  674. <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center>
  675. {block:Description}
  676. <div class="description">{Description}</div>
  677. {/block:Description}
  678. {/block:Link}
  679. {block:Chat}
  680. {block:Title}
  681. <h1><a href="{Permalink}">{Title}</a></h1>
  682. {/block:Title}
  683. <ul class="chat">
  684. {block:Lines}
  685. <li class="user_{UserNumber}">
  686. {block:Label}
  687. <span class="label">
  688. {Label}
  689. </span>
  690. {/block:Label}
  691. &nbsp;{Line}</li>
  692. {/block:Lines}
  693. </ul>{/block:Chat}
  694. {block:Answer}
  695.  
  696. <div id="question"><img src="{AskerPortraitURL-24}"> <b>{Asker}</b>:
  697. {Question}</div>
  698. {Answer}{/block:Answer}
  699.  
  700. {block:Video}
  701. {block:Title}
  702. <h1><a href="{Permalink}">{Title}</a></h1>
  703. {/block:Title}
  704. <center>{Video-500}</center>
  705. {block:Caption}
  706. <div class="caption">{Caption}</div>
  707. {/block:Caption}
  708. {/block:Video}
  709.  
  710. {block:Audio}
  711. <div id="audentryprob">
  712. <div class="audentry">
  713. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  714. {block:AlbumArt}
  715. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  716. {/block:AlbumArt}
  717.  
  718. <div class="audioplayersquare">
  719. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  720. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  721. {block:TrackName}
  722. <tr>
  723. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  724. </tr>
  725. {/block:TrackName}
  726. {block:Artist}
  727. <tr>
  728. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  729. </tr>
  730. {/block:Artist}
  731. {block:Album}
  732. <tr>
  733. <td class="audiodata"><b>Album: </b>{Album}</td>
  734. </tr>
  735. {/block:Album}
  736. <tr>
  737. <td class="audiodata">Played {FormattedPlayCount} times</td>
  738. </tr>
  739. {block:ExternalAudio}
  740. <tr>
  741. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  742. </tr>
  743. {/block:ExternalAudio}
  744. {block:Caption}<tr>
  745. <td class="audiocaption">{Caption}</td></tr>
  746. {/block:Caption}
  747. </table>
  748. </div>
  749. </div>{/block:Audio}
  750. <br>
  751.  
  752. <div id="division"></div>
  753. <br>
  754. <div class="tagging">
  755. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  756. <div class="permalinking">
  757. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero} {Month} '{ShortYear} ({TimeAgo})</a>{/block:Date} {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">source</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a>
  758. </div>
  759. </div>
  760. <br>
  761.  
  762.  
  763. {/block:Posts}
  764.  
  765. <a href="http://metacrisising.tumblr.com"><div id="credit">metacrisising</div></a>
  766. <br><br>
  767. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  768. </div>
  769. </div>
  770. </div>
  771. </div>
  772.  
  773. </body>
  774.  
  775. </html>
  776.  
  777. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment