pjo06

Theme #009v1 Millennium

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