pjo06

Theme #009v2 - Space Enthusiast

Jan 5th, 2016
2,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. <!--THEME BY CLARKEQGRIFFIN-->
  2. <!--#009v2 SPACE ENTHUSIAST-->
  3.  
  4.  
  5.  
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--TEST BLOG 4-->
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="color:bg" content="#ffffff" />
  19. <meta name="color:accent" content="#f7f7f7" />
  20. <meta name="color:button" content="#e3e3e3" />
  21. <meta name="color:button border" content="#bababa" />
  22. <meta name="color:text" content="#363636" />
  23. <meta name="color:link" content="#363636" />
  24. <meta name="color:link hover" content="#c3c3c3" />
  25. <meta name="color:scrollbar" content="#000000">
  26.  
  27.  
  28. <meta name="if:starry bg" content="0"/>
  29.  
  30. <meta name="text:link 1 URL" content="/" />
  31. <meta name="text:link 1" content="" />
  32. <meta name="text:link 2 URL" content="/" />
  33. <meta name="text:link 2" content="" />
  34. <meta name="text:link 3 URL" content="/" />
  35. <meta name="text:link 3" content="" />
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <!--START-->
  43.  
  44. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  45. <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  46. <!--missing meta if:colorful sidelinks-->
  47. <!--missing meta2 if:popout links-->
  48.  
  49.  
  50.  
  51.  
  52.  
  53. <!--TOOLTIPS-->
  54. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:100,
  63. tip_fade_speed:200
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74.  
  75. #s-m-t-tooltip {
  76. max-width:300px;
  77. margin:15px;
  78. padding:3px 5px 3px 5px;
  79. border-radius:3px;
  80. background:black;
  81. color:white;
  82. z-index:999999;
  83. font-size:8px;
  84. font-style:none;
  85. font-weight:lighter;
  86. letter-spacing:1px;
  87. font-family:consolas, monaco, monospace;
  88. text-transform:uppercase;
  89. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:5px;}
  93. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:5px!important;}
  94. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  95.  
  96.  
  97.  
  98. body {
  99. font-family:consolas, monaco, monospace;
  100. font-size:11px;
  101. color:{color:text};
  102. background-color:{color:bg};
  103. {block:ifstarrybg}
  104. background-image: url(https://40.media.tumblr.com/9c12f1969d7fb9c1f79094d21796f931/tumblr_o0k8frjz421r9s5p2o1_r1_400.png);
  105. background-repeat:repeat;
  106. background-attachment:fixed;
  107. {/block:ifstarrybg}
  108. }
  109.  
  110.  
  111. ::-moz-selection {
  112. background-color: black;
  113. color: #fff;
  114. }
  115.  
  116. ::selection {
  117. background-color: black;
  118. color: #fff;
  119. }
  120.  
  121.  
  122. #entry {
  123. margin-bottom:120px;
  124. margin-left:20px;
  125. margin-top:-30px;
  126. }
  127.  
  128.  
  129.  
  130. /*SIDEBAR*/
  131.  
  132. #sidebar {
  133. width:160px;
  134. position:fixed;
  135. margin-left:180px;
  136. margin-top:50px;
  137. }
  138.  
  139. #sidebar img {
  140. width:160px;
  141. margin-left:0px;
  142. text-align:center;
  143. margin-top:3px;
  144. border-radius:100px;
  145. box-shadow: 3px 3px 0px {color:button};
  146.  
  147. }
  148.  
  149.  
  150.  
  151.  
  152. #description {
  153. width: 140px;
  154. text-align:justify;
  155. text-transform:none;
  156. letter-spacing:1px;
  157. line-height:11px;
  158. {block:ifnotpopoutlinks}
  159. margin-top:26px;
  160. position:relative;
  161. {/block:ifnotpopoutlinks}
  162. padding:10px;
  163.  
  164. margin-top:20px;
  165.  
  166. margin-left:0px;
  167. font-size:10px;
  168. background-color:{color:accent};
  169. border-bottom:2px solid {color:button};
  170. border-radius:3px;
  171. }
  172.  
  173. #pagination {
  174. text-align:center;
  175. width:160px;
  176. text-transform:uppercase;
  177. word-spacing:2px;
  178. margin-top:25px;
  179. letter-spacing:.8px;
  180. font-size:11px;
  181. }
  182.  
  183. #pagination a {
  184. background-color:{color:button};
  185. color:black;
  186. margin-left:-6px;
  187. padding:6px 8px 6px 8px;
  188. border-radius:100px;
  189. box-shadow: 2px 2px 0px {color:button border};
  190. /*border-right:2px solid gray;*/
  191. }
  192.  
  193.  
  194. #pagination a:hover {
  195. box-shadow: 1px 1px 0px {color:button border};
  196. /*border-right:1px solid gray;*/
  197. text-decoration:none;
  198. color:black;
  199. -webkit-transition: none;
  200. }
  201.  
  202.  
  203.  
  204. /*SIDELINKS*/
  205.  
  206. .sidelinks {
  207. {block:ifnotpopoutlinks}
  208. text-align:center;
  209. display:inline-block;
  210. position:relative;
  211. width:160px;
  212. font-size:11px;
  213. {/block:ifnotpopoutlinks}
  214.  
  215. position:absolute;
  216. width:80px;
  217. margin-top:-185px;
  218. margin-left:135px;
  219. line-height:40px;
  220.  
  221. font-size:16px;
  222.  
  223. opacity:0;
  224.  
  225. -moz-transition-duration: 0.4s;
  226. -o-transition-duration: 0.4s;
  227. -webkit-transition-duration: 0.4s;
  228. transition-duration: 0.4s;
  229. }
  230.  
  231. .sidelinks a {
  232. color:black;
  233. padding:6px 8px 6px 8px;
  234. background-color:{color:button};
  235. border-radius:100px;
  236. box-shadow: 2px 2px 0px {color:button border};
  237.  
  238. }
  239.  
  240. .sidelinks a:hover {
  241. text-decoration:none;
  242. box-shadow: 1px 1px 0px {color:button border};
  243. /*border-right:1px solid gray;*/
  244. color:black;
  245. }
  246.  
  247.  
  248. #sidebar:hover .sidelinks {
  249. opacity:1;
  250. -moz-transition-duration: 0.4s;
  251. -o-transition-duration: 0.4s;
  252. -webkit-transition-duration: 0.4s;
  253. transition-duration: 0.4s;
  254. }
  255.  
  256.  
  257.  
  258.  
  259. #sidebar:hover #l1{
  260. margin-left:-150px;
  261. margin-top:11px;
  262. -moz-transition-duration: 0.4s;
  263. -o-transition-duration: 0.4s;
  264. -webkit-transition-duration: 0.4s;
  265. transition-duration: 0.4s;
  266. }
  267.  
  268. #l1 {
  269. margin-left:-70px;
  270. margin-top:80px;
  271. -moz-transition-duration: 0.4s;
  272. -o-transition-duration: 0.4s;
  273. -webkit-transition-duration: 0.4s;
  274. transition-duration: 0.4s;
  275. }
  276.  
  277. {block:ifcolorfulsidelinks}
  278. #l1 a{
  279. background-color:#6bef3b;
  280. box-shadow: 2px 2px 0px #53ab2e;
  281.  
  282. }
  283.  
  284. #l1 a:hover{
  285. box-shadow: 1px 1px 0px #53ab2e;
  286. }
  287. {/block:ifcolorfulsidelinks}
  288.  
  289.  
  290.  
  291.  
  292. #sidebar:hover #l2 {
  293. margin-top:-63px;
  294. margin-left:-118px;
  295. margin-bottom:2px;
  296. -moz-transition-duration: 0.4s;
  297. -o-transition-duration: 0.4s;
  298. -webkit-transition-duration: 0.4s;
  299. transition-duration: 0.4s;
  300. }
  301.  
  302. #l2 {
  303. margin-left:-73px;
  304. margin-top:-30px;
  305. -moz-transition-duration: 0.4s;
  306. -o-transition-duration: 0.4s;
  307. -webkit-transition-duration: 0.4s;
  308. transition-duration: 0.4s;
  309. }
  310.  
  311. {block:ifcolorfulsidelinks}
  312. #l2 a{
  313. background-color:#f24c24;
  314. box-shadow: 2px 2px 0px #c33d3d;
  315.  
  316. }
  317.  
  318. #l2 a:hover{
  319. box-shadow: 1px 1px 0px #c33d3d;
  320. }
  321. {/block:ifcolorfulsidelinks}
  322.  
  323. #sidebar:hover #l3 {
  324. margin-left:-74px;
  325. margin-top:-53px;
  326. -moz-transition-duration: 0.4s;
  327. -o-transition-duration: 0.4s;
  328. -webkit-transition-duration: 0.4s;
  329. transition-duration: 0.4s;
  330. }
  331.  
  332.  
  333.  
  334. #l3 {
  335. margin-left:-70px;
  336. margin-top:-50px;
  337. -moz-transition-duration: 0.4s;
  338. -o-transition-duration: 0.4s;
  339. -webkit-transition-duration: 0.4s;
  340. transition-duration: 0.4s;
  341. }
  342.  
  343. {block:ifcolorfulsidelinks}
  344. #l3 a{
  345. background-color:#6288f2;
  346. box-shadow: 2px 2px 0px #4862ab;
  347.  
  348. }
  349.  
  350. #l3 a:hover{
  351. box-shadow: 1px 1px 0px #4862ab;
  352. }
  353. {/block:ifcolorfulsidelinks}
  354.  
  355. #sidebar:hover #l4 {
  356. margin-left:-29px;
  357. margin-top:-31px;
  358. -moz-transition-duration: 0.4s;
  359. -o-transition-duration: 0.4s;
  360. -webkit-transition-duration: 0.4s;
  361. transition-duration: 0.4s;
  362. }
  363.  
  364. #l4{
  365. margin-left:-70px;
  366. margin-top:-37px;
  367. -moz-transition-duration: 0.4s;
  368. -o-transition-duration: 0.4s;
  369. -webkit-transition-duration: 0.4s;
  370. transition-duration: 0.4s;
  371. }
  372.  
  373. {block:ifcolorfulsidelinks}
  374. #l4 a{
  375. background-color:#ffef40;
  376. box-shadow: 2px 2px 0px #baaf2e;
  377. }
  378.  
  379. #l4 a:hover{
  380. box-shadow: 1px 1px 0px #baaf2e;
  381. }
  382. {/block:ifcolorfulsidelinks}
  383.  
  384. #sidebar:hover #l5 {
  385. margin-left:6px;
  386. margin-top:-16px;
  387. -moz-transition-duration: 0.4s;
  388. -o-transition-duration: 0.4s;
  389. -webkit-transition-duration: 0.4s;
  390. transition-duration: 0.4s;
  391. }
  392.  
  393. #l5 {
  394.  
  395. margin-left:-70px;
  396. margin-top:-35px;
  397. font-size:15px;
  398. -moz-transition-duration: 0.4s;
  399. -o-transition-duration: 0.4s;
  400. -webkit-transition-duration: 0.4s;
  401. transition-duration: 0.4s;
  402. }
  403.  
  404. {block:ifcolorfulsidelinks}
  405. #l5 a{
  406. background-color:#ad61f3;
  407. box-shadow: 2px 2px 0px #7348ab;
  408. }
  409.  
  410. #l5 a:hover{
  411. box-shadow: 1px 1px 0px #7348ab;
  412. }
  413. {/block:ifcolorfulsidelinks}
  414.  
  415. .circle {
  416. visibility:hidden;
  417. position:absolute;
  418. z-index:999999999;
  419. margin:-190px 0px 0px -35px;
  420. width:160px;
  421. height:160px;
  422. padding:30px;
  423. border:3px solid red;
  424. border-radius:900px;
  425. }
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432. a {
  433. text-decoration:none;
  434. color:{color:link};
  435. }
  436.  
  437. a:hover {
  438. text-decoration:none;
  439. color:{color:link hover};
  440. }
  441.  
  442. #title {
  443. text-align: center;
  444. font-weight:bold;
  445. text-transform:uppercase;
  446. margin-bottom:8px;
  447. font-size:10px;
  448.  
  449. }
  450.  
  451. /*POSTS*/
  452.  
  453. #posts {
  454. width:500px;
  455. margin-left:550px;
  456. margin-top:0px;
  457. margin-bottom:120px;
  458.  
  459.  
  460. }
  461.  
  462. #posts img {
  463. max-width:100%;
  464. height:100%;
  465. }
  466.  
  467.  
  468. #quote {
  469. font-style:italic;
  470. font-size: 17px;
  471. }
  472.  
  473. .source {
  474. font-style:italic;
  475. }
  476.  
  477. .title {
  478. font-size:18px;
  479. font-weight:none;
  480. font-style:italic;
  481. }
  482.  
  483. .linkname {
  484. font-size:20px;
  485. font-style:italic;
  486. }
  487.  
  488. /*AUDIO*/
  489.  
  490. #albumart {
  491. position:absolute;
  492. display:inline-block;
  493. z-index:999;
  494. margin-top:0px;
  495. margin-left:25px;
  496. /*background-color:{color:button};
  497. border-bottom:0px solid {color:button};*/
  498. border-radius:3px;
  499. }
  500.  
  501. .playbox {
  502. background-color:#fafafa;
  503. position:absolute;
  504. margin-left:60.5px;
  505. margin-top:36.5px;
  506. width:27px;
  507. height:27px;
  508. z-index:1000;
  509. opacity:.5;
  510. }
  511.  
  512. .playbutton {
  513. width: 27px;
  514. height: 27px;
  515. overflow: hidden;
  516. position: absolute;
  517. opacity:.5;
  518. -moz-transition-duration: 0.4s;
  519. -o-transition-duration: 0.4s;
  520. -webkit-transition-duration: 0.4s;
  521. transition-duration: 0.4s;
  522. }
  523.  
  524. .playbox:hover .playbutton {
  525. opacity:1;
  526. -moz-transition-duration: 0.4s;
  527. -o-transition-duration: 0.4s;
  528. -webkit-transition-duration: 0.4s;
  529. transition-duration: 0.4s;
  530. }
  531.  
  532. /*
  533. ORIGINAL
  534. .audiosrc {
  535. position:absolute;
  536. max-width:330px;
  537. margin-left:247px;
  538. margin-top:63px;
  539. font-size:9px;
  540. letter-spacing:1.5px;
  541. text-transform:uppercase;
  542. text-align:left;
  543. color:black;
  544.  
  545. }*/
  546.  
  547.  
  548. .audiosrc {
  549. position:absolute;
  550. display:inline-block;
  551. max-width:330px;
  552. margin-left:180px;
  553. top:37px;
  554. font-size:9px;
  555. letter-spacing:1.5px;
  556. text-transform:uppercase;
  557. text-align:left;
  558. color:black;
  559.  
  560. }
  561.  
  562. #srccontainer {
  563. position:relative;
  564. background-color:none;
  565. width:500px;
  566. height:100px;
  567. z-index:999;
  568. margin-bottom:45px;
  569. border-radius:6px;
  570. margin-top:15px;
  571. }
  572.  
  573.  
  574. /*QUESTION*/
  575.  
  576.  
  577. .question {
  578. background-color:#fafafa;
  579. width:500px;
  580. text-align:center;
  581. padding:10px;
  582. }
  583.  
  584. .asker {
  585. font-style:italic;
  586. text-transform:uppercase;
  587. font-size:12;
  588. text-align:center;
  589. }
  590.  
  591.  
  592.  
  593.  
  594. #postinfo {
  595. text-transform:uppercase;
  596. font-family:consolas, monaco, monospace;
  597. font-size:10px;
  598. margin-top:20px;
  599. padding:13px 0px 14px 0px;
  600. text-align:center;
  601. width:500px;
  602. background-color:{color:accent};
  603. border-bottom:2px solid {color:button};
  604. border-radius:0px 0px 5px 5px;
  605. {block:Permalink}
  606. margin-bottom:30px;
  607. {/block:Permalink}
  608. }
  609.  
  610.  
  611. .notes ol, .notes li{
  612. list-style:none;
  613. }
  614.  
  615.  
  616. ol.notes li.note img.avatar {
  617. vertical-align:-8px;
  618. border-radius:100%;
  619. margin-right:10px;
  620. width:16px;
  621. height:16px;
  622. margin-top:4px;
  623. margin-bottom:4px;
  624. }
  625.  
  626.  
  627. .tags {
  628. margin-top:5px;
  629. font-size:10px;
  630. text-transform:none;
  631. padding-left:30px;
  632. padding-right:40px;
  633.  
  634. }
  635.  
  636.  
  637. blockquote {
  638. padding-left:5px;
  639. border-left:2px solid {color:text};
  640. margin-left:14px;
  641. }
  642.  
  643.  
  644. blockquote blockquote {
  645. padding-left:5px;
  646. border-left:2px solid {color:text};
  647. margin-left:14px;
  648. }
  649.  
  650. #source a{
  651. bottom:10px;
  652. right:10px;
  653. position:fixed;
  654. background-color:{color:button};
  655. border-bottom:2px solid {color:button border};
  656. padding:6px 8px 6px 8px;
  657. border-radius:3px;
  658. }
  659.  
  660. #source a:hover {
  661. border-bottom:1px solid {color:button border};
  662. color:{color:link};
  663. }
  664.  
  665.  
  666. {CustomCSS}</style>
  667.  
  668.  
  669. </head>
  670. <body>
  671.  
  672. <div id="entry">
  673.  
  674.  
  675. <!--sidebar-->
  676.  
  677.  
  678.  
  679.  
  680.  
  681. <div id="sidebar">
  682.  
  683. <!--<div id="title">{Title}</div>-->
  684.  
  685. {block:IfSidebarImage}
  686. <div id="sidebarimg"><span title="{Title}"><img src="{image:sidebar}"style="border-radius:100px"></span></div>
  687. {/block:IfSidebarImage}
  688.  
  689. <!--{image:sidebar}-->
  690.  
  691. <div class="circle"></div>
  692.  
  693.  
  694.  
  695. <div class="sidelinks">
  696.  
  697. <div id="l1">
  698. <a href="/"><span title="home"><i class="fa fa-globe"></i></span></a><br>
  699. </div>
  700.  
  701. <div id="l2">
  702. <a href="/ask"><span title="ask"><i class="fa fa-rocket"></i></span></a><br>
  703. </div>
  704.  
  705. <div id="l3">
  706. {block:IfLink1}<a href="{text:link 1 URL}"><span title="{text:link 1}"><i class="fa fa-moon-o" aria-hidden="true"></i><!--🌙--><!--<img src="https://41.media.tumblr.com/facd182815fa0671b791964b12faebd0/tumblr_o0k4yb2jhU1r9s5p2o4_r1_75sq.png" style="width:15px;height:15px; text-align:right;">--></span></a>{/block:IfLink1}
  707. </div>
  708.  
  709. <div id="l4">
  710. {block:IfLink2}<a href="{text:link 2 URL}"><span title="{text:link 2}"><i class="fa fa-star-o"></i></span></a>{/block:IfLink2}
  711. </div>
  712.  
  713. <div id="l5">
  714. {block:IfLink3}<a href="{text:link 3 URL}"><span title="{text:link 3}"><i class="fa fa-sun-o" aria-hidden="true"></i><!--&#x1f47d;--><!--<img src="https://41.media.tumblr.com/682f3457f9af0495fdc93056b2081162/tumblr_o0k4yb2jhU1r9s5p2o9_r2_75sq.png" style="width:15px;height:15px;">--></span></a>{/block:IfLink3}
  715. </div>
  716.  
  717.  
  718. </div>
  719.  
  720.  
  721.  
  722.  
  723.  
  724. <!--<img src="http://pastebin.com/i/info.png" style="width:14px;height:14px;margin-bottom:-4px">-->
  725.  
  726. <div id="description">
  727. <div id="title">{Title}:</div>
  728. {description}<br><br>
  729. </div>
  730.  
  731. <div id="pagination">
  732. {block:Pagination}
  733. {block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-minus"></i></a>&nbsp;&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><i class="fa fa-plus"></i></a>{/block:NextPage}
  734. {/block:Pagination}
  735. </div>
  736.  
  737.  
  738. </div>
  739.  
  740.  
  741.  
  742.  
  743. </div>
  744.  
  745.  
  746. <!--posts-->
  747.  
  748. {block:posts} <div id="posts">
  749.  
  750. {block:Text}
  751. <div class="title">{block:Title}{Title}{/block:Title}</div>{Body}
  752. {/block:Text}
  753.  
  754. {block:Photo}
  755. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  756. {/block:Photo}
  757.  
  758. {block:Photoset}
  759. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  760. {/block:Photoset}
  761.  
  762. {block:Quote}
  763. <div id="quote">{Quote}</div><div class="source">{block:Source}— {Source}{/block:Source}</div>
  764. {/block:Quote}
  765.  
  766. {block:Link}
  767. <a href="{URL}"><div class="linkname">{Name}</div></a>{block:Description}{description}{/block:Description}
  768. {/block:Link}
  769.  
  770. {block:Chat}
  771. {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
  772. {/block:Chat}
  773.  
  774.  
  775.  
  776. {block:Audio}
  777.  
  778. {block:AudioPlayer}
  779. <div class="audiocontainer">
  780. <div class="playbox"><div class="playbutton">{AudioPlayerWhite}</div></div>
  781. <div id="srccontainer">
  782. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" style="border-radius:100px;">{/block:AlbumArt}</div>
  783. <div class="audiosrc">
  784. {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}<br>
  785. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}<br>
  786. </div></div></div>
  787. {/block:AudioPlayer}
  788.  
  789. {block:AudioEmbed}
  790. {AudioEmbed}
  791. {/block:AudioEmbed}
  792.  
  793. {block:Caption}{Caption}
  794. {/block:Caption}
  795. {/block:Audio}
  796.  
  797. {block:video}
  798. {VideoEmbed-500}{block:Caption}{caption}{/block:Caption}
  799. {/block:video}
  800.  
  801. <!--{block:answer}
  802. <div class="question">
  803. <div class="asker">
  804. <b>{asker} said:</b></div>
  805. <br>{question}
  806. </div>
  807. {Answer}
  808. {/block:answer}-->
  809.  
  810.  
  811. <!--<div class="question">
  812.  
  813. <div class="asker">
  814. {Asker}
  815. </div>
  816. <div class="qa">
  817. {Question}
  818. <div class="tri"></div>
  819. </div>
  820. </div>
  821. {Answer}
  822. <div class="replies">
  823. {Replies}
  824. </div>-->
  825.  
  826.  
  827. <!--postinfo-->
  828.  
  829. <div id="postinfo">
  830.  
  831. <!--{block:Date}
  832. {TimeAgo}
  833. {/block:Date}-->
  834.  
  835. {block:Date}
  836. <span title="{DayOfMonthWithZero} {ShortMonth} {ShortYear}"><a href="{permalink}">{timeago}</a></span>
  837. {/block:Date}&nbsp;<i class="fa fa-star"></i>&nbsp;
  838. <a href="{Permalink}">
  839. {NoteCountWithLabel}
  840. </a>
  841. &nbsp;<i class="fa fa-star"></i>&nbsp;{block:RebloggedFrom}
  842. <a href="{ReblogParentURL}"><span title="{ReblogParentname}">via</span></a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"><span title="{ReblogRootname}">src</span></a>
  843. {/block:RebloggedFrom}
  844.  
  845. <!--&nbsp;&nbsp;&nbsp;{block:RebloggedFrom}
  846. <a href="{ReblogParentURL}"><span title="{ReblogParentname}">via</span></a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"><span title="{ReblogRootname}">src</span></a>
  847. {/block:RebloggedFrom}-->
  848.  
  849.  
  850. {block:ContentSource}
  851. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  852. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  853. {/block:SourceLogo}
  854. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  855. {/block:ContentSource}
  856.  
  857.  
  858. <br>
  859.  
  860. <div class="tags">
  861. {block:HasTags}
  862. {block:tags}
  863. <a href="{TagURL}"><i class="fa fa-tags"></i> {Tag}</a>&nbsp;&nbsp;
  864. {/block:tags}
  865. {/block:HasTags}
  866. </div>
  867.  
  868. <!--<i class="fa fa-angle-right"></i>-->
  869.  
  870.  
  871. </div>
  872.  
  873.  
  874.  
  875. <div class="notes">
  876. {block:PostNotes}{PostNotes}{/block:PostNotes}
  877. </div>
  878.  
  879.  
  880. </div>{/block:posts}
  881.  
  882. </div>
  883.  
  884. <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px; font-size:16px;">
  885.  
  886. <a href="http://clarkeqgriffin.tumblr.com"><span title="clarkeqgriffin"><!--<i class="fa fa-code"></i>-->
  887.  
  888.  
  889.  
  890.  
  891. <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA3ElEQVQ4T6WSjQ0BQRBGnwoogQrogA7oAB3oAB3oAB3QgQ7QAR2cDuQxK36Ou7hJLrns7H7zzZupUTFqFd9TVqABtIEjkD0XLSuwAfrACWj9I3AIBxdAN48octCMmz4aALv4CgV6wBJIAjoYxytZpPPs2YF9TsLiPmc6wptHfhr5c57ADBh+Ga9FbEeHTmT0zqADLIDuj/04AxZZeScJpKprQBFHlhfbgPkCUbKpov8CSpDeRdwBdyFXwJ5MSlxguqrHTecv4JvtsnsgLNsxkuhHW0WL9IPlPVVZ4ArDzCaQUsFWwwAAAABJRU5ErkJggg=="/>
  892.  
  893.  
  894.  
  895. </span></a>
  896. </div>
  897.  
  898. </body>
  899. </html>
Add Comment
Please, Sign In to add comment