Advertisement
Laighlin

#9: FISSION MAILED (MGS Version)

Nov 25th, 2016
1,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.71 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. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  6. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  7. <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/BYTm7u5cn/tag_search.js"></script>
  8. <head><title>{Title}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title>
  9. <link rel="shortcut icon" href="{image:favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <link href="https://fonts.googleapis.com/css?family=VT323:400" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css?family=Tillana:600" rel="stylesheet">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <!-------------- FISSION MAILED by Laighlin ------------------
  18.  
  19.  
  20. 1. leave the credit intact
  21. 2. don't redistribute or lift large chunks of code
  22. 3. this is my first theme that features jQuery of my own, so i'd
  23.   love to be informed of any bugs you come across
  24.  
  25.  
  26. -------------------------------------------------------------->
  27.  
  28.  
  29. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  30.  
  31. <script>
  32. $(document).ready(function() {
  33.     $("[title]").style_my_tooltips({
  34.         tip_follows_cursor:true,
  35.         tip_delay_time:100,
  36.         tip_fade_speed:300
  37.     });
  38.     $("#desc_label").click(function() {
  39.         $("#desc").slideToggle(200);
  40.         $(this).toggleClass("bordersapper");
  41.     });
  42.     function getTime() {
  43.     var dt = new Date();
  44.     var h = (dt.getHours() < 10 ? "0" : "") + dt.getHours();
  45.    var m = (dt.getMinutes() < 10 ? "0" : "") + dt.getMinutes();
  46.    var time = h + ":" + m;
  47.    document.getElementById('tim').innerHTML = time;
  48.    }
  49.    getTime();
  50.    setInterval(getTime, 15000);
  51. });
  52. </script>
  53.  
  54. <meta name="color:background color" content="#000"/>
  55. <meta name="color:borders" content="#9bede8"/>
  56. <meta name="image:background" content="http://static.tumblr.com/2966f50d532e6508be31a7bf91907a59/xwoxjom/804oh7290/tumblr_static_77vudz90cfswgs4kskkw0s08k.png"/>
  57. <meta name="image:favicon" content="http://static.tumblr.com/1d5182f0fe8cff0a1d97cf1f5eb4dde3/xwoxjom/niBoh6a8z/tumblr_static_7sjrnent618osscw4gwk88wcs.png"/>
  58. <meta name="if:search bar" content="1"/>
  59. <meta name="if:no background dots" content="0"/>
  60. <meta name="if:blurry background" content="1"/>
  61. <meta name="select:background size" content=";background-size:100% 100%" title="cover"/>
  62. <meta name="select:background size" content="repeat" title ="tiled"/>
  63. <meta name="select:droid opacity" content=".75" title="translucent"/>
  64. <meta name="select:droid opacity" content="1" title="opaque"/>
  65.  
  66. <meta name="color:droid interface" content="#012b2e"/>
  67. <meta name="color:title" content="#fff"/>
  68. <meta name="color:desc text" content="#93dacf"/>
  69. <meta name="color:post text" content="#fff"/>
  70. <meta name="color:accent" content="#dfc43c"/>
  71. <meta name="color:link" content="#35d1b5"/>
  72. <meta name="color:link hover" content="#fffec5"/>
  73. <meta name="color:tags" content="#ffc368"/>
  74. <meta name="color:tags hover" content="#ff7353"/>
  75.  
  76. <!-- text fields -->
  77. <meta name="text:body font" content="consolas"/>
  78. <meta name="text:body font size" content="13px"/>
  79. <meta name="text:search bar label" content="search tags"/>
  80.  
  81. <style type="text/css">
  82.  
  83. body {
  84.     margin:0px;
  85.     color:{color:post text};
  86.     font-family:'{text:body font}';
  87.     font-size:{text:body font size};
  88.     line-height:130%;
  89.     background:{color:background color};
  90.     overflow:hidden;
  91.     word-wrap:break-word;
  92. }
  93.  
  94. #bgholder {
  95.     height:calc(100% + 20px);
  96.     width:calc(100% + 20px);
  97.     background:url({image:background}) fixed {select:background size};
  98.     top:-10px;
  99.     left:-10px;
  100.     position:absolute;
  101.     {block:ifBlurryBackground}
  102.     filter:blur(5px);
  103.     {/block:ifBlurryBackground}
  104.     z-index:-3;
  105. }
  106.  
  107. #yeehaw {
  108.     height:100%;
  109.     width:100%;
  110.     position:absolute;
  111. }
  112.  
  113. a, .links, .tags, .pag {
  114.     transition:.15s ease-in-out;
  115. }
  116.  
  117. b, strong {
  118.     color:{color:desc text};
  119. }
  120.  
  121.  
  122. i, em {
  123.     color:{color:accent};
  124. }
  125.  
  126. a {
  127.     text-decoration:none;
  128.     outline:none;
  129.     -moz-outline-style:none;
  130.     color:{color:link};
  131. }
  132.  
  133.  
  134. a:hover {
  135.     color:{color:link hover};
  136. }
  137.  
  138.  
  139. img {
  140.     border:none;
  141.     max-height:100%;
  142.     max-width:100%;
  143. }
  144.  
  145.  
  146. blockquote, blockquote blockquote {
  147.     padding-left:7px;
  148.     margin-left:7px;
  149.     border-left:1px solid {color:blockquotes};
  150.     margin-right:0px;
  151. }
  152.  
  153. h1 {
  154.     font:150% courier;
  155.     font-variant:small-caps;
  156.     color:{color:accent};
  157.     font-weight:bold;
  158. }
  159.  
  160. h1 i { font-size:110%; }
  161.  
  162. .post ol {
  163.     list-style-type:lower-roman;
  164. }
  165.  
  166. .post ul li {
  167.     list-style-type:square;
  168.     list-style-color:{color:accent};
  169. }
  170.  
  171. .exc {
  172.     color:{color:accent};
  173. }
  174.  
  175. .qq {
  176.     display:inline;
  177.     font-family:'Exo 2';
  178. }
  179.  
  180. .rbans blockquote {
  181.     border-color:{color:accent};
  182. }
  183.  
  184. .rbans {
  185.     display:block;
  186.     padding:5px;
  187.     text-align:right;
  188. }
  189.  
  190. ::selection {
  191.     background:rgba({RGBcolor:accent},.7);
  192.     color:{color:droid interface};
  193. }
  194.  
  195. ::moz-selection {
  196.     background:rgba({RGBcolor:accent},.7);
  197.     color:{color:droid interface};
  198. }
  199.  
  200. ::-webkit-scrollbar {
  201.     width:7px;
  202.     height:7px;
  203. }
  204.  
  205. ::-webkit-scrollbar-thumb {
  206.     background:{color:accent};
  207.     background-clip:padding-box;
  208. }
  209.  
  210. /* Track */
  211. ::-webkit-scrollbar-track {
  212.     background:rgba({RGBcolor:accent},.4);
  213.     border:4px solid transparent;
  214.     background-clip:padding-box;
  215. }
  216.  
  217. ::-webkit-scrollbar-track-horizontal { border-right:none; }
  218.  
  219.  
  220. ::-webkit-scrollbar-track-vertical { border-bottom:none; }
  221.  
  222.  
  223. ::-webkit-scrollbar-corner {
  224.     background:{color:scroll thumb};
  225.     border-radius:50%;
  226.     margin:2px;
  227. }
  228.  
  229. #droidbg {
  230.     position:fixed;
  231.     width:800px;
  232.     height:90%;
  233.     left:50%;
  234.     transform:translateX(-50%);
  235.     top:5%;
  236.     z-index:-1;
  237.     background:{color:droid interface} {block:ifNotNoBackgroundDots}url('https://68.media.tumblr.com/9bb15bad47269e843de3798b0e3c3df0/tumblr_inline_oh6vxh9Xxu1seajvs_540.png'){/block:ifNotNoBackgroundDots};
  238.     box-shadow:0 0 80px 55px {color:droid interface};
  239.     filter:opacity({select:droid opacity});
  240.     border-radius:20%;
  241. }
  242.  
  243. #flavor {
  244.     position:fixed;
  245.     margin-top:-20px;
  246. }
  247.  
  248. #flavor, #topbar, #corner {
  249.     font-family:VT323;
  250. }
  251.  
  252. #droid { /*the one i'm looking for ;3 */
  253.     position:fixed;
  254.     z-index:1;
  255.     width:670px;
  256.     height:calc(75% + 35px);
  257.     left:50%;
  258.     transform:translateX(-50%);
  259.     top:calc(15% - 25px);
  260. }
  261.  
  262. #s-m-t-tooltip {
  263.     margin:10px;
  264.     background:rgba({RGBcolor:post text},.8);
  265.     color:{color:droid interface};
  266.     padding:5px;
  267.     font-size:12px;
  268.     z-index:999!important;
  269. }
  270.  
  271. #entries {
  272.     width:425px;
  273.     float:right;
  274.     right:20px;
  275.     margin-top:20px;
  276.     height:calc(100% - 5px);
  277.     overflow-y:auto;
  278. }
  279.  
  280. .post {
  281.     width:400px;
  282.     margin-bottom:10px;
  283.     padding:7px;
  284.     position:relative;
  285. }
  286.  
  287. .quote {
  288.     font-family:'Exo 2';
  289.     font-size:110%;
  290. }
  291.  
  292. .tags {
  293.     display:inline-block;
  294.     padding:6px 3px;
  295. }
  296.  
  297. .tags a {
  298.     color:{color:tags};
  299. }
  300.  
  301.  
  302. .tags a:hover {
  303.     color:{color:tags hover};
  304. }
  305.  
  306. #topbar {
  307.     width:100%;
  308.     margin-top:-20px;
  309.     position:fixed;
  310.     font-size:24px;
  311.     display:flex;
  312.     align-items:stretch;
  313. }
  314.  
  315. #title {
  316.     color:{color:title};
  317.     position:relative;
  318.     text-transform:uppercase;
  319.     border:1px solid rgba({RGBcolor:borders},.7);
  320.     border-bottom:transparent;
  321.     padding:4px;
  322. }
  323.  
  324. #title, .pag {
  325.     background: rgba({RGBcolor:borders},.7); /* For browsers that do not support gradients */
  326.     background: -webkit-linear-gradient(rgba({RGBcolor:borders},.7), transparent); /* For Safari 5.1 to 6.0 */
  327.     background: -o-linear-gradient(rgba({RGBcolor:borders},.7), transparent); /* For Opera 11.1 to 12.0 */
  328.     background: -moz-linear-gradient(rgba({RGBcolor:borders},.7), transparent); /* For Firefox 3.6 to 15 */
  329.     background: linear-gradient(rgba({RGBcolor:borders},.7), transparent); /* Standard syntax */
  330. }
  331.  
  332. #title a, #title i { color:{color:title}; }
  333.  
  334. #title i { font-size:18px; }
  335.  
  336. #paddypad, #rest {
  337.     height:19px;
  338.     border-bottom:1px solid rgba({RGBcolor:borders},.7);
  339.     padding:4px 0;
  340.     position:relative;
  341.     color:transparent;
  342.     width:25px;
  343. }
  344.  
  345. #rest {
  346.     flex-grow:3;
  347. }
  348.  
  349. #desc {
  350.     color:{color:desc text};
  351.     position:relative;
  352.     padding:5px 0 0 22px;
  353.     box-sizing:border-box;
  354.     width:100%;
  355.     font-size:90%;
  356.     overflow-y:auto;
  357.     overflow-x:hidden;
  358.     display:none;
  359. }
  360.  
  361. .pag {
  362.     float:right;
  363.     padding:3px 8px;
  364.     /*margin-bottom:2px;*/
  365.     /*margin-top:-2px;*/
  366.     margin:-2px 2px 2px 2px;
  367.     border-radius:8px;
  368.     font-size:13px;
  369.     line-height:0;
  370. }
  371.  
  372. .pag i { color:{color:title}; }
  373.  
  374. .pag:hover {
  375.     background: linear-gradient(transparent, rgba({RGBcolor:borders},.7));
  376. }
  377.  
  378. #prev {
  379.     -moz-transform: scaleX(-1);
  380.     -o-transform: scaleX(-1);
  381.     -webkit-transform: scaleX(-1);
  382.     transform: scaleX(-1);
  383.     filter: FlipH;
  384.     -ms-filter: "FlipH";
  385. }
  386.  
  387. #info {
  388.     text-align:right;
  389.     font-family:consolas;
  390.     font-size:12px;
  391.     margin-bottom:20px;
  392.     width:400px;
  393.     padding:0 7px;
  394.     box-sizing:border-box;
  395.     position:relative;
  396. }
  397.  
  398. #note {
  399.     overflow-x:hidden;
  400.     text-align:center;
  401.     padding-top:10px;
  402.     width:380px;
  403.     margin:auto;
  404. }
  405.  
  406. #note ol.notes {
  407.     list-style-type:none;
  408.     margin:5px;
  409.     padding:5px;
  410. }
  411.  
  412. #note ol.notes img.avatar {
  413.     margin-right: 5px;
  414.     margin-bottom:-3px;
  415.     width: 16px;
  416.     height: 16px;
  417.     border-radius:50%;
  418. }
  419.  
  420. #note ol.notes li {
  421.     padding:3px;
  422. }
  423.  
  424.  
  425. #asker {
  426.     float:left;
  427.     margin-right:5px;
  428. }
  429.  
  430. #asker img { border-radius:50%; }
  431.  
  432. .aud {
  433.     height:30px;
  434.     width:23px;
  435.     overflow:hidden;
  436.     position:relative;
  437.     margin-top:16px;
  438.     margin-left:14px;
  439. }
  440.  
  441. .audholder {
  442.     position:absolute;
  443.     z-index:30;
  444.     background:#f3f3f3;
  445.     margin-top:11px;
  446.     margin-left:11px;
  447.     width:60px;
  448.     height:60px;
  449.     opacity:.5;
  450.     border-radius:50%;
  451. }
  452.  
  453. #song {
  454.     height:51px;
  455.     padding:15px;
  456.     background:transparent;
  457. }
  458.  
  459. #cover {
  460.     margin-right:5px;
  461.     border-radius:3px;
  462.     width:81px;
  463.     height:81px;
  464.     float:left;
  465.     background-size:cover;
  466.     z-index:1;
  467. }
  468.  
  469. #cover img { border-radius:3px; }
  470.  
  471. .chat {
  472.     border-bottom:1px solid rgba({RGBcolor:borders},.7);
  473.     padding:2px 0;
  474. }
  475.  
  476. .chat:last-child {
  477.     border-bottom:none;
  478. }
  479.  
  480. #linkcont {
  481.     float:left;
  482.     height:calc(100% - 10px);
  483.     display:flex;
  484.     flex-direction:column;
  485.     position:fixed;
  486.     margin-top:15px;
  487.     width:230px;
  488.     padding:7px;
  489. }
  490.  
  491. .links {
  492.     padding:7px 5px;
  493.     text-transform:uppercase;
  494.     border-bottom:1px solid rgba({RGBcolor:borders},.7);
  495.     display:block;
  496.     color:{color:post text};
  497.     cursor:crosshair;
  498.     font-family:courier;
  499.     font-size:110%;
  500. }
  501.  
  502. .links:hover {
  503.     background:rgba({RGBcolor:post text},.5);
  504.     color:{color:droid interface};
  505.     box-shadow:0 0 3px rgba({RGBcolor:post text},.5);
  506. }
  507.  
  508. .links:last-child {
  509.     border-bottom:none;
  510. }
  511.  
  512. .links.search {
  513.     border-bottom:none;
  514. }
  515.  
  516. .hoo, #timebox { cursor:default; }
  517.  
  518. input {
  519.     border:none;
  520.     border-bottom:1px solid rgba({RGBcolor:borders},.7);
  521.     background:transparent;
  522.     min-height:25px;
  523.     margin-left:22px;
  524.     margin-top:-5px;
  525.     width:198px;
  526.     outline:none;
  527.     color:rgba({RGBcolor:post text},.7);
  528.     font-family:{text:body font};
  529. }
  530.  
  531. #corner {
  532.     bottom:calc(5% - 20px);
  533.     left:calc(50% + 220px);
  534.     position:fixed;
  535.     width:150px;
  536.     z-index:99;
  537. }
  538.  
  539. #timebox, #no {
  540.     background:rgba({RGBcolor:post text},.3);
  541.     padding:4px;
  542.     font-size:17px;
  543.     display:inline-block;
  544. }
  545.  
  546. #timebox:hover, #no:hover {
  547.     box-shadow:0 0 3px rgba({RGBcolor:post text},.3);
  548. }
  549.  
  550. #timebox i, #no i {
  551.     color:{color:post text};
  552.     font-size:14px;
  553. }
  554.  
  555. #no a { color:{color:post text}; }
  556.  
  557. #athing {
  558.     width:calc(100% - 2px);
  559.     height:4px;
  560.     border:solid {color:borders};
  561.     border-width:0 1px;
  562.     margin-top:8px;
  563.     position:fixed;
  564. }
  565.  
  566. #desc_label {
  567.     cursor:pointer;
  568. }
  569.  
  570. .bordersapper {
  571.     border-color:transparent!important;
  572. }
  573.  
  574. {CustomCSS}</style></head><body>
  575.  
  576. <div id="bgholder"></div>
  577. <div id="yeehaw">
  578. <div id="droidbg">
  579.     <div id="flavor">iDROID VER 3.02<br/><span style="color:{color:accent};text-transform:uppercase">web > tumblr > {Name}</span></div>
  580. </div>
  581. <div id="droid">
  582. <div id="topbar">
  583. <div id="paddypad"></div>
  584. <div id="title"><i class="fa fa-globe" aria-hidden="true"></i> <a href="/">{Title}</a></div>
  585. <div id="rest">
  586. {block:Pagination}
  587.     {block:NextPage}
  588.         <a href="{NextPage}" title="next page">
  589.         <div class="pag" id="next"><i class="fa fa-play-circle" aria-hidden="true"></i></div>
  590.         </a>
  591.     {/block:NextPage}
  592.     {block:PreviousPage}
  593.     <a href="{PreviousPage}" title="previous page">
  594.         <div class="pag" id="prev"><i class="fa fa-play-circle" aria-hidden="true"></i></div>
  595.     </a>
  596.     {/block:PreviousPage}
  597. {/block:Pagination}</div>
  598. </div>
  599. <div id="athing"></div>
  600.  
  601. <div id="linkcont">
  602.     {block:AskEnabled}
  603.     <a class="links" href="/ask"><i class="fa fa-gear fa-fw" aria-hidden="true"></i> inquire</a>
  604.     {/block:AskEnabled}
  605.     {block:SubmissionsEnabled}
  606.     <a class="links" href="/submit"><i class="fa fa-gears fa-fw" aria-hidden="true"></i> bestow</a>
  607.     {/block:SubmissionsEnabled}
  608.     {block:HasPages}{block:Pages}<a href="{URL}" class="links"><i class="fa fa-wrench fa-fw" aria-hidden="true"></i> {Label}</a>{/block:Pages}{/block:HasPages}
  609.     {block:ifSearchBar}
  610.     <div class="links search hoo"><i class="fa fa-terminal fa-fw" aria-hidden="true"></i> orders</div>
  611.     <form class="search" onsubmit="return tagSearch(this)">
  612.     <input type="text" name="tag" value="{text:search bar label}"
  613.  onfocus="if (this.value == '{text:search bar label}') {this.value=''}"
  614.  onblur="if (this.value == '') {this.value='{text:search bar label}'}" />
  615. </form>
  616.     {/block:ifSearchBar}
  617.     {block:Description}<div class="links hoo bordersapper" id="desc_label"><i class="fa fa-user fa-fw" aria-hidden="true"></i> player info</div>
  618.     <div id="desc">{Description}</div>
  619.     {/block:Description}
  620. </div>
  621.  
  622. <div id="entries">
  623.  
  624. {block:Posts}
  625.  
  626. <div class="post">
  627.  
  628. {block:RebloggedFrom}
  629. <i class="fa fa-retweet" aria-hidden="true"></i> <a href="{ReblogParentURL}"
  630. title="{ReblogParentTitle}">{ReblogParentName}</a><br/><br/>
  631. {/block:RebloggedFrom}
  632.  
  633. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  634.  
  635.  
  636. {block:Photo}
  637. {LinkOpenTag}
  638.    <img src="{PhotoURL-400}">
  639. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  640. {/block:Photo}
  641.  
  642. {block:Photoset}
  643.    {Photoset-400}
  644. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  645.  
  646.  
  647. {block:Quote}<div class="quote">“{Quote}”</div><p align="right">{block:Source} —{Source}{/block:Source}</p>{/block:Quote}
  648.  
  649.  
  650. {block:Link}<h1><i class="fa fa-link"></i> <a href="{URL}" {Target}>{Name}</a></h1>{block:Excerpt}<div class="exc">{Excerpt}</div>{/block:Excerpt}{block:Description}{Description}{/block:Description}{/block:Link}
  651.  
  652.  
  653. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  654.  
  655.  
  656. {block:Audio}
  657.                                
  658. <div id="cover">
  659. {block:AlbumArt}
  660. <img src="{AlbumArtURL}">
  661. {/block:AlbumArt}                                    
  662. </div>
  663.                                
  664. <div class="audholder"><div class="aud">{AudioPlayerBlack}</div></div>
  665. <div id="song">{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  666. {block:TrackName}<b>Title:</b> {TrackName}<p>{/block:TrackName}</div>
  667. {block:Caption}<p>{Caption}{/block:Caption}
  668. {/block:Audio}
  669.  
  670. {block:Video}
  671.    {Video-400}
  672. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  673.  
  674. {block:Answer}
  675. <div class="qq"><div id="asker"><img src="{AskerPortraitURL-24}">
  676. </div>
  677. {Asker} said:<br><em>{Question}</em></div>
  678. {block:Answerer}<div class="rbans">{Answerer} replied: {Answer}</div>{/block:Answerer}
  679. <div class="rep">{Replies}</div>
  680. {/block:Answer}
  681.  
  682. </div>
  683.  
  684.  
  685. {block:Date}
  686. <div id="info">
  687. {block:HasTags}{block:Tags}<div class="tags"><a href="{TagURL}"><i class="fa fa-tag"></i> {Tag}</a></div> {/block:Tags}<p> {/block:HasTags}
  688. <a href="{Permalink}" title="posted {TimeAgo} on {DayOfMonth}.{MonthNumber}.{Year}"><i class="fa fa-clock-o" aria-hidden="true" style="color:{color:link}"></i></a><a href="{Permalink}">
  689. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br><i class="fa fa-copyright" aria-hidden="true"></i> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  690. {/block:Date}
  691.  
  692.  
  693.     {block:PostNotes} <p><div id="note">{PostNotes}</div>{/block:PostNotes}
  694. </div>
  695.  
  696. {/block:Posts}</div>
  697.    </div>
  698.    <div id="corner">
  699.        <div id="timebox">
  700.             <i class="fa fa-clock-o" aria-hidden="true"></i> <span id="tim"></span>
  701.        </div>
  702.        <div id="no"> <!-- do not remove this -->
  703.             <a href="http://linthm.tumblr.com/thm" title="FISSION MAILED © Laighlin"><i class="fa fa-code" aria-hidden="true"></i> THEME
  704.        </div></a>
  705.    </div>
  706. </div>
  707. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement