alxsnvr

Theme 06

Jan 20th, 2015
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.84 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.  
  4. <!-------------------------------------------
  5. Theme 006 by Alexis
  6. http://dullhypotheses.tumblr.com/
  7. Do not copy. Do not remove credits.
  8. Do not claim as your own. Do not use as base.
  9. LIKE/REBLOG IF USING!
  10. -------------------------------------------->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <meta name="color:background" content="#FsFFFFF">
  16. <meta name="color:sidebar" content="#eeeeee">
  17. <meta name="color:border" content="#cccccc">
  18. <meta name="color:link" content="#666666">
  19. <meta name="color:hover" content="#db170d">
  20. <meta name="color:info" content="#eeeeee">
  21. <meta name="color:text" content="#000000">
  22. <meta name="color:title" content="#000000">
  23. <meta name="color:desc box" content="#eeeeee">
  24. <meta name="color:desc text" content="#000000">
  25. <meta name="color:nav hover" content="#ffffff">
  26. <meta name="color:tags" content="#dddddd">
  27. <meta name="color:scrollbar" content="#db170d">
  28. <meta name="color:asker bg" content="#eeeeee">
  29. <meta name="color:question bg" content="#eeeeee">
  30. <meta name="color:selection" content="#01174b">
  31. <meta name="color:tooltipbg" content="#eeeeee">
  32.  
  33. <meta name="image:big" content=""/>
  34.  
  35. <meta name="text:Title" content="Holy, holy, holy" />
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="link 1" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="link 2" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="link 3" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="link 4" />
  45. <meta name="text:Link5" content="" />
  46. <meta name="text:Link5 Title" content="link 4" />
  47.  
  48.  
  49.  
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  51. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <link rel="shortcut icon" href="{Favicon}" />
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:90,
  66. tip_fade_speed:600,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  76.  
  77. <style type="text/css">
  78.  
  79. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  80.  
  81. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  82.  
  83.  
  84. pre {
  85. white-space:normal;
  86. word-wrap: break-word;
  87. background-color:{color:info};
  88. border:1px solid {color:border};
  89. color: {color:link};
  90. padding:10px;
  91. text-align:justify;
  92. text-transform:uppercase;
  93. font-family:helvetica;
  94. font-size:9px;
  95. }
  96.  
  97. a{
  98. color:{color:hover};
  99. text-decoration:none;
  100. -moz-transition-duration:0.5s;
  101. -webkit-transition-duration:0.5s;
  102. -o-transition-duration:0.5s;
  103. text-transform:uppercase;
  104. font-size:10px;
  105. }
  106.  
  107. a:hover {
  108. color:{color:link};
  109. text-decoration:none;
  110. -moz-transition-duration:0.5s;
  111. -webkit-transition-duration:0.5s;
  112. -o-transition-duration:0.5s;
  113. }
  114.  
  115. b, strong {
  116. color: {color:hover};
  117. }
  118.  
  119. i, em {
  120. color: {color:text};
  121. }
  122.  
  123.  
  124. ::-webkit-scrollbar {
  125. height:8px;
  126. width:5px;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:vertical {
  130. background-color:{color:scrollbar};
  131. height:50px;
  132. }
  133.  
  134. ::-webkit-scrollbar-thumb:horizontal {
  135. background-color:{color:scrollbar};
  136. height:8px!important;
  137. }
  138.  
  139.  
  140. /*---- selection --*/
  141.  
  142. ::-webkit-scrollbar-track {
  143. background-color:{color:selection};
  144. color:#fff;
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb {
  148. background-color:{color:selection};
  149. color:#fff;
  150. }
  151.  
  152. ::selection {
  153. background-color:{color:selection};
  154. color:#fff;
  155. }
  156. ::-moz-selection {
  157. background-color:{color:selection};
  158. color:#fff;
  159. }
  160.  
  161. /* --- s-m-t-tooltip --- */
  162. #s-m-t-tooltip {
  163. max-width:300px;
  164. padding:2px 4px;
  165. margin:20px 0px 0px 20px;
  166. height:auto;
  167. border-radius:4px;
  168. background-color:{color:tooltipbg};
  169. border:0px solid {color:border};
  170. font-family:arial;
  171. font-size:10px;
  172. letter-spacing:0px;
  173. text-transform:uppercase;
  174. color:{color:link};
  175. z-index:999999999999999999999999999999999999;
  176. }
  177.  
  178.  
  179.  
  180. body {
  181. background-color:{color:background};
  182. background-image:url('http://subtlepatterns.com/patterns/crossword.png');
  183. background-attachment:fixed;
  184. font-family:arial;
  185. font-weight:normal;
  186. font-size:12px;
  187. text-align:justify;
  188. line-height:140%;
  189. letter-spacing:0px;
  190. }
  191.  
  192.  
  193. h1 {
  194. font-weight:normal;
  195. font-size:10px;
  196. text-align:center;
  197. font-style:normal;
  198. line-height:80%;
  199. letter-spacing:1px;
  200. text-transform:uppercase;
  201. color:{color:text};
  202. }
  203.  
  204. h2 {
  205. font-size:14px;
  206. text-align:center;
  207. text-transform:uppercase;
  208. line-height:140%;
  209. letter-spacing:-0.5px;
  210. font-family: arial;
  211. color:{color:title};
  212. font-weight:bold;
  213. padding:5px;
  214. padding-bottom:2px;
  215. }
  216.  
  217. blockquote {
  218. border-left:2px solid {color:hover};
  219. padding-left:5px;
  220. margin-left:38px;
  221. max-width:100%;
  222. }
  223.  
  224. blockquote img {
  225. max-width:100%;
  226. }
  227.  
  228. /*--- Sidebar ---*/
  229.  
  230. #big {
  231. position:fixed;
  232. height:670px;
  233. margin-top:7px;
  234. margin-left:10px;
  235. background-color:transparent;
  236. border-right:0px solid {color:border};
  237. width:200px;
  238. }
  239.  
  240. #big img {
  241. width:200px;
  242. height:640px;
  243. }
  244.  
  245. #big2 {
  246. position:fixed;
  247. height:150%;
  248. margin-top:-10px;
  249. margin-left:193px;
  250. background-color:transparent;
  251. border:0px solid {color:border};
  252. width:200px;
  253. }
  254.  
  255. #sidebar {
  256. position:fixed;
  257. margin-left:230px;
  258. width: 120px;
  259. margin-top:110px;
  260. background-color: transparent ;
  261. padding:0px 5px 0px;
  262. z-index:999999999999;
  263. }
  264.  
  265. #title {
  266. font-family:'oswald', sans serif;
  267. color:{color:hover};
  268. font-size:20px;
  269. margin-left:17px;
  270. margin-bottom:7px;
  271. }
  272.  
  273. #simg {
  274. margin-top:130px;
  275. margin-left:-70px;
  276. position:fixed;
  277.  
  278. }
  279.  
  280.  
  281. #simg img {
  282. display:block;
  283. width:60px;
  284. height:60px;
  285. border-radius:100%;
  286. margin-left:230px;
  287. margin-top:25px;
  288. padding:4px;
  289. border: 3px solid {color:border};
  290. padding:3px;
  291. background-color:{color:sidebar};
  292.  
  293. }
  294.  
  295. #description {
  296. width:120px;
  297. height:auto;
  298. overflow:hidden;
  299. font-family: arial;
  300. margin-top:0px;
  301. margin-left:-16px;
  302. font-size: 12px;
  303. color:{color:desc text};
  304. line-height: 18px;
  305. text-align:justify;
  306. line-height:130%;
  307. padding:7px;
  308. background-color:transparent;
  309. border: 0px solid {color:border};
  310. }
  311.  
  312. #description a {
  313. font-family:arial;
  314. }
  315.  
  316. #description a:hover {
  317. letter-spacing:0px;
  318. }
  319.  
  320. /* --- Pagination --- */
  321.  
  322.  
  323. .pagination {
  324. width:110px;
  325. background-color:transparent;
  326. border: 0px solid {color:border};
  327. margin-top:5px;
  328. margin-left:-9px;
  329. text-align:center;
  330. padding:7px;
  331. padding-top:3px;
  332. padding-bottom:3px;
  333. letter-spacing:2px;
  334. }
  335.  
  336. .pagination a {
  337. color:{color:link};
  338. display: inline-block;
  339. letter-spacing:0px;
  340. font-family:georgia;
  341. font-size:22px;
  342. font-weight:bold;
  343. }
  344.  
  345. .pagination a:hover {
  346. color:{color:hover};
  347. letter-spacing:0px;
  348. }
  349.  
  350. .pagination_current {
  351. display: inline-block;
  352. color:{color:text};
  353. font-size:9px;
  354. font-weight:bold;
  355. letter-spacing:0px;
  356. }
  357.  
  358.  
  359. /*--- Navigation ---*/
  360.  
  361. .links {
  362. display:block;
  363. width:130px;
  364. margin-top:10px;
  365. margin-bottom:0px;
  366. margin-left:-20px;
  367. padding-left:7px;
  368. padding-right:7px;
  369. padding-top:3px;
  370. padding-bottom:3px;
  371. font-family: arial;
  372. text-transform: uppercase;
  373. text-align: left;
  374. font-weight:bold;
  375. }
  376.  
  377. .links a {
  378. display:block;
  379. padding:3px;
  380. color: {color:hover};
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. .links a:hover {
  387. color:{color:link};
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. letter-spacing:0px;
  392. }
  393.  
  394.  
  395. /*--- Container ---*/
  396.  
  397. #container {
  398. float:left;
  399. margin-left:450px;
  400. margin-top:10px;
  401. text-align:justify;
  402. color:{color:text};
  403. margin-bottom: 35px;
  404. }
  405.  
  406. #post {
  407. width:500px;
  408. font-family:arial;
  409. margin-top:35px;
  410. }
  411.  
  412.  
  413. #postind {
  414. width:500px;
  415. padding:10px;
  416. padding-bottom:0px;
  417. border:1px solid {color:border};
  418. background-color:#fff;
  419. }
  420.  
  421. #postind:hover #tags {
  422. opacity:1;
  423. }
  424. .caption {
  425. width:500px;
  426. text-align:justify;
  427. line-height:140%;
  428. }
  429.  
  430. /*--- Asks ---*/
  431.  
  432. #question {
  433. font-size:12px;
  434. font-family:arial;
  435. text-align:justify;
  436. letter-spacing:0px;
  437. padding-top: 7px;
  438. padding-bottom: 7px;
  439. padding-left:9px;
  440. background:#fff;
  441. color:{color:text};
  442.  
  443. }
  444.  
  445.  
  446. .question {
  447. border:1px solid {color:border};
  448. background-color:{color:info};
  449. padding:7px;
  450. margin-top:-7px;
  451. margin-left:-10px;
  452. font-family:helvetica;
  453. text-transform:uppercase;
  454. font-size:9px;
  455. }
  456.  
  457. .asker a {
  458. color:{color:hover};
  459. font-family: arial;
  460. font-size:12px;
  461.  
  462. }
  463.  
  464. .asker a:hover {
  465. color:{color:link};
  466. letter-spacing:-1px;
  467. }
  468.  
  469. .answer {
  470. margin-left:-10px;
  471. margin-bottom:-15px;
  472. }
  473.  
  474. /*--- Chat ---*/
  475.  
  476.  
  477. #chat {
  478. background-color:{color:info};
  479. border: 1px solid {color:border};
  480. padding:3px;
  481. margin-top:3px;
  482. font-family:helvetica;
  483. font-size:9px;
  484. text-transform:uppercase;
  485. }
  486.  
  487. .clabel {
  488. display:inline-block;
  489. text-transform:uppercase;
  490. font-weight:bold;
  491. letter-spacing:0px;
  492. font-family:helvetica;
  493. font-size:9px;
  494. }
  495.  
  496. /*--- Posts ---*/
  497.  
  498. .ptitle {
  499. background-color:none;
  500. border:0px solid {color:border};
  501. color: {color:hover};
  502. padding:10px;
  503. margin-bottom:5px;
  504. text-align:center;
  505. text-transform:uppercase;
  506. font-family: Montserrat;
  507. font-weight:bold;
  508. font-size:17px;
  509. }
  510.  
  511. .ptitle a:hover {
  512. letter-spacing:0px;
  513. }
  514.  
  515. /*--- Audio ---*/
  516.  
  517. .playercontainer {
  518. text-align:left;
  519. padding:10px;
  520. padding-left:0px;
  521. background-color:#fff;
  522. width:480px;
  523. }
  524.  
  525. .audio-album {
  526. position:absolute;
  527. width:60px;
  528. padding:5px;
  529. background-color:{color:desc box};
  530. border:1px solid {color:border};
  531. border-radius:100%;
  532. }
  533.  
  534. .musicinfo {
  535. padding-top:7px;
  536. padding-left:55px;
  537. color:#000;
  538. margin-left:25px;
  539. margin-top:-3px;
  540. text-align:justify;
  541. }
  542.  
  543. /*--- Post Info ---*/
  544.  
  545. #postinfo {
  546. width:506px;
  547. margin-left:-10px;
  548. padding:7px;
  549. padding-top:5px;
  550. font-size:8px;
  551. font-family:helvetica;
  552. color:{color:text};
  553. text-transform:uppercase;
  554. font-style:normal;
  555. letter-spacing:1px;
  556. text-align:left;
  557. -moz-transition-duration:0.5s;
  558. -webkit-transition-duration:0.5s;
  559. -o-transition-duration:0.5s;
  560. background:{color:info};
  561. border-top:1px solid {color:border};
  562. }
  563.  
  564. #postinfo a {
  565. color:{color:text};
  566. text-align:center;
  567. letter-spacing:1px;
  568. font-style:normal;
  569. font-family:helvetica;
  570. font-size:8px;
  571. }
  572.  
  573. #postinfo a:hover {
  574. color:{color:hover};
  575. }
  576.  
  577. #postinfo b {
  578. color:{color:text};
  579. }
  580.  
  581. .note {
  582. text-transform:uppercase;
  583. font-style:normal;
  584. letter-spacing:0px;
  585. font-size: 9px;
  586. text-align:left;
  587. line-height:90%;
  588. margin-left:-40px;
  589. }
  590.  
  591. .note li {
  592. list-style-type:none;
  593. padding:10px 25px 10px 25px;
  594. text-align:left;
  595. margin:0px;
  596. -moz-transition-duration:0.5s;
  597. -webkit-transition-duration:0.5s;
  598. -o-transition-duration:0.5s;
  599. }
  600.  
  601.  
  602. /*--- Tags ---*/
  603.  
  604. #tags {
  605. white-space:normal;
  606. word-wrap: break-word;
  607. position:absolute;
  608. width:120px;
  609. border:1px solid {color:border};
  610. background-color:#fff;
  611. font-family:arial;
  612. font-size:9px;
  613. text-transform:uppercase;
  614. opacity:0;
  615. padding:7px;
  616. margin-left:530px;
  617. -webkit-transition: all 0.9s ease-in;
  618. -moz-transition: all 0.9s ease-in;
  619. -o-transition: all 0.9s ease-in;
  620. -webkit-transition: all 0.5s ease-out;
  621. -moz-transition: all 0.5s ease-out;
  622. -o-transition: all 0.5s ease-out;
  623. }
  624.  
  625. #tags a {
  626. color:{color:tags};
  627. }
  628.  
  629. #tags a:hover {
  630. color:{color:link};
  631. letter-spacing:0px;
  632. }
  633.  
  634.  
  635. #tags2 {
  636. width:520px;
  637. font-family:verdana;
  638. font-size:9px;
  639. text-transform:uppercase;
  640. opacity:1;
  641. padding:2px;
  642. margin-top:1px;
  643. text-align:justify;
  644. -webkit-transition: all 0.9s ease-in;
  645. -moz-transition: all 0.9s ease-in;
  646. -o-transition: all 0.9s ease-in;
  647. -webkit-transition: all 0.5s ease-out;
  648. -moz-transition: all 0.5s ease-out;
  649. -o-transition: all 0.5s ease-out;
  650. }
  651.  
  652. #tags2 a {
  653. color:{color:tags};
  654. }
  655.  
  656. #tags2 a:hover {
  657. color:{color:link};
  658. }
  659.  
  660.  
  661. ul.chat, .chat ol, .chat li {
  662. list-style:none;
  663. margin:0px;
  664. padding:2px;
  665. }
  666.  
  667.  
  668.  
  669. /*--- Credits! Do not remove! ---*/
  670.  
  671. .credit {
  672. position:fixed;
  673. bottom:4px;
  674. right:8px;
  675. font: 11px;
  676. text-transform:uppercase;
  677. letter-spacing: 0px;
  678. font-family:georgia;
  679. font-weight:bold;
  680. padding: 2px;
  681. }
  682.  
  683. .credit a{
  684. font-size:14px;
  685. font-family:georgia;
  686. color: {color:hover};
  687. opacity:0.8;
  688. }
  689.  
  690. .credit a:hover{
  691. color:{color:selection};
  692. opacity:1.0;
  693. letter-spacing:0px;
  694. }
  695.  
  696. {CustomCSS}
  697. </style>
  698. <script>
  699. function click() {
  700. if (event.button==2||event.button==3) {
  701. oncontextmenu='return false';
  702. }
  703. }
  704. document.onmousedown=click
  705. document.oncontextmenu = new Function("return false;")
  706. </script>
  707. </head>
  708.  
  709. <body>
  710.  
  711. <div id="big"><img src="{image:big}"/></div>
  712.  
  713. <div id="big2"></div>
  714.  
  715. </div>
  716.  
  717. <div id="sidebar">
  718.  
  719. <div id="description">
  720. {block:Description}{Description}{/block:Description}
  721. </div>
  722.  
  723. <div class="links">
  724. <a href="/">Index Page</a>
  725. <a href="/contact">Contact</a>
  726. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  727. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  728. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  729. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  730. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  731. </div>
  732.  
  733. <div class="pagination">
  734. {block:Pagination}
  735. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  736. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  737. {/block:Pagination}
  738. </div>
  739. </div>
  740.  
  741.  
  742. <div id="container">
  743.  
  744.  
  745.  
  746. {block:Posts}
  747.  
  748. <div id="post">
  749. <div id="postind">
  750.  
  751. {block:IndexPage}
  752. {block:HasTags}
  753. <div id="tags">
  754. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  755. {/block:HasTags}
  756. {/block:IndexPage}
  757.  
  758.  
  759. {block:Text}{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  760.  
  761. {block:Quote}<h2><big>"</big>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  762.  
  763. {block:Link}<a href="{URL}"><div class="ptitle">{Name}</div></a>
  764. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  765.  
  766. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  767.  
  768. {block:Photoset}<center>{Photoset-500}</center>
  769. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  770.  
  771. {block:Chat}{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}<div id="chat">{block:Label}<div class="clabel"><b>{Label}</b></div>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  772.  
  773. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  774.  
  775. {block:Answer}<div id="question"><span style="font-size:12px; font-family: 'arial'; font-family: arial; font-weight:700; float:left; text-transform:uppercase; letter-spacing:-1px; margin-left:-9px;"> <b><span style="color:{color:hover};"><div class="asker">{Asker}</span> asked:<br></b></div></span><br><br><div class="question">{Question}</div>
  776. <div class="answer"><span style="text-transform:none;font-size:12px;font-style:none;">{Answer}</span></div></div>{/block:Answer}
  777.  
  778. {block:AudioPlayer}
  779. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  780. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff;border-radius:100%; width:30px;height:25px;overflow:hidden; position:absolute;font-weight:bold;opacity:0.6; margin-left:16px;margin-top:6px;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<b>Track Name:</b> <span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/><b>Artist:</b> {Artist} {/block:Artist}<br>{block:PlayCount}<b>Play Count:</b> {PlayCount}{/block:PlayCount}</div></div>{block:Caption}<div style="margin-top:17px;">{Caption}</div>{/block:Caption}{/block:AudioPlayer}
  781.  
  782. <p>
  783.  
  784. {block:Date}<div id="postinfo"><b><a href="{Permalink}">{DayOfMonthWithZero} {Month} {Year}</a></b> {block:NoteCount} &bull; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <span style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  785. {block:ContentSource} &bull; <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</span></div></div>{/block:Date}
  786.  
  787. {block:PermalinkPage}
  788. {block:HasTags}
  789. <div id="tags2">
  790. {block:Tags}<a href="{TagURL}"><big>?</big>{Tag}&nbsp;</a>{/block:Tags}</div>
  791. {/block:HasTags}
  792. <div class="note">
  793. {block:PostNotes}{PostNotes}{/block:PostNotes}
  794. </div></div>
  795. {/block:PermalinkPage}
  796. {/block:Posts}
  797.  
  798. {/block:Posts}
  799.  
  800.  
  801. </div>
  802.  
  803. <div class="credit"><a href="http://dullhypotheses.tumblr.com/" title="theme by alexis"><center>AN</center></a></div>
  804. </body>
  805.  
  806.  
  807. </html>
Advertisement
Add Comment
Please, Sign In to add comment