feiinho

"viewport" egg.design/tagged/egg%20theme

May 23rd, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <meta name="viewport" content="width=device-width; initial-scale=1.0">
  7. <link rel="shortcut icon" href="{Favicon}" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9. <title>{Title}</title>
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="image:background" content="" />
  13.  
  14. <meta name="color:scrollbar" content="#eee" />
  15. <meta name="color:scrollbar background" content="#f8f8f8" />
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:theme color a" content="#88c6f8"/>
  19. <meta name="color:theme color b" content="#ffacac" />
  20. <meta name="color:posts" content="#fff" />
  21. <meta name="color:border" content="#eee" />
  22. <meta name="color:text" content="#c0bdb8" />
  23. <meta name="color:link hover" content="#fdfdfd" />
  24. <meta name="color:link" content="#c0bdb8" />
  25. <meta name="color:Bold" content="#777777" />
  26. <meta name="color:Italic" content="#bbbbbb"/>
  27.  
  28. <meta name="text:icon 3 url" content="/ask" />
  29. <meta name="text:icon 3" content="lnr lnr-envelope" />
  30. <meta name="text:icon 3 name" content="Ask" />
  31. <meta name="text:icon 4 url" content="/submit" />
  32. <meta name="text:icon 4" content="lnr lnr-inbox" />
  33. <meta name="text:icon 4 name" content="Submit" />
  34. <meta name="text:icon 5 url" content="/archive" />
  35. <meta name="text:icon 5" content="lnr lnr-calendar-full" />
  36. <meta name="text:icon 5 name" content="Archive" />
  37. <meta name="text:icon 6 url" content="/" />
  38. <meta name="text:icon 6" content="lnr lnr-user" />
  39. <meta name="text:icon 6 name" content="About" />
  40.  
  41. <meta name="text:link 1 url" content="http://" />
  42. <meta name="text:link 1 name" content="link" />
  43. <meta name="text:link 2 url" content="http://" />
  44. <meta name="text:link 2 name" content="link" />
  45. <meta name="text:link 3 url" content="http://" />
  46. <meta name="text:link 3 name" content="link" />
  47. <meta name="text:link 4 url" content="http://" />
  48. <meta name="text:link 4 name" content="link" />
  49.  
  50. <meta name="if:full background" content="" />
  51.  
  52. <meta name="text:social media 1 url" content="ex: pinterest url" />
  53. <meta name="text:social media 1 icon" content="fa fa-pinterest" />
  54. <meta name="text:social media 2 url" content="ex: instagram url" />
  55. <meta name="text:social media 2 icon" content="fa fa-instagram" />
  56. <meta name="text:social media 3 url" content="ex: facebook url" />
  57. <meta name="text:social media 3 icon" content="fa fa-facebook" />
  58.  
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Press+Start+2P|Roboto" rel="stylesheet">
  61.  
  62. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  63. <script>
  64. $(function() {
  65. $('a[href*="#"]:not([href="#"])').click(function() {
  66. if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
  67. var target = $(this.hash);
  68. target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
  69. if (target.length) {
  70. $('html, body').animate({
  71. scrollTop: target.offset().top
  72. }, 2000);
  73. return false;
  74. }
  75. }
  76. });
  77. });
  78.  
  79. </script>
  80.  
  81. <script>
  82. $(document).ready(function(){
  83. $('.tumblr_video_iframe, .embed_iframe, .tumblr_video_container ').css('width', '100%');
  84. });
  85. </script>
  86.  
  87. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89.  
  90. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  91.  
  92. <script>
  93.  
  94. (function($){
  95.  
  96. $(document).ready(function(){
  97.  
  98. $("a[title]").style_my_tooltips({
  99.  
  100. tip_follows_cursor:true,
  101.  
  102. tip_delay_time:90,
  103.  
  104. tip_fade_speed:600,
  105.  
  106. attribute:"title"
  107.  
  108. });
  109.  
  110. });
  111.  
  112. })(jQuery);
  113.  
  114. </script>
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  123.  
  124. </head>
  125.  
  126.  
  127.  
  128.  
  129.  
  130. <style type="text/css">
  131.  
  132.  
  133. #s-m-t-tooltip{
  134. max-width:300px;
  135. margin-top:-50px;
  136. margin-left:-20px;
  137.  
  138. border:2px solid white;
  139. box-shadow: 0px 0px 0px 2px #000;
  140. font-family:verdana;
  141. padding:5px 5px;
  142. background:#000; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
  143. color:white;
  144. z-index:99999999;
  145. font-size:12px;
  146. text-transform:uppercase;
  147. }
  148. #s-m-t-tooltip:after{
  149.  
  150. content: '';
  151. position: absolute;
  152. border-style: solid;
  153. border-width: 8px 10px 0;
  154. border-color: #000 transparent;
  155. display: block;
  156. width: 0;
  157. z-index: 1;
  158. bottom: -10px;
  159. left: 10%;}
  160.  
  161.  
  162. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  163. white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
  164. position:fixed;
  165. right:20px;
  166. opacity:.4;
  167. top:16px;
  168. {AccentColor}
  169.  
  170. }
  171.  
  172.  
  173. ::-webkit-scrollbar {
  174. width: 18px;
  175. height:6px;
  176.  
  177.  
  178. }
  179. ::-webkit-scrollbar-button {
  180. width: 0px;
  181. height: 0px;
  182. }
  183. ::-webkit-scrollbar-thumb {
  184. background: {color:scrollbar};
  185. border:6px solid {color:background};
  186. border-top:4px solid {color:background};
  187. border-bottom:4px solid {color:background};
  188. cursor:pointer;
  189. border-radius: 8px;
  190. }
  191. ::-webkit-scrollbar-track {
  192. background:{color:scrollbar background};
  193. border: 8px solid {color:background};
  194. border-top:12px solid {color:background};
  195. border-bottom:12px solid {color:background};
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. li {
  207. list-style-type: circle;
  208.  
  209.  
  210. }
  211.  
  212. .clear {
  213. clear: both;
  214. height: 0px;
  215. overflow: hidden;
  216. }
  217.  
  218. .search {
  219. background: #eee;
  220. border: 1px solid {color:Background};
  221.  
  222. }
  223.  
  224. .search-scope {
  225. font-size: 12px;
  226. text-align: center;
  227. }
  228.  
  229. #search-scope input,
  230. #search-scope label {
  231. cursor: pointer;
  232. }
  233.  
  234. #search form {
  235. margin: 0;
  236.  
  237. }
  238.  
  239. #search form .query {
  240. border: none;
  241. border:1px solid #ddd;
  242. outline: none;
  243. background:none;
  244. line-height:120%;
  245. width: 94%;
  246. float: left;
  247. background:#f8f8f8;
  248. font-size:1em;
  249. padding:6px;
  250.  
  251. border-radius:4px;
  252. color: black;
  253. }
  254.  
  255.  
  256. #search form .submit {
  257. background:none;
  258. height:31px;
  259. border:1px solid #ddd;
  260. /* border-radius:0px 30px 30px 0px;*/
  261. padding:6px;
  262.  
  263. outline:none;
  264. float: right;
  265. cursor: pointer;
  266. }
  267.  
  268.  
  269.  
  270.  
  271. body {
  272. color:{color:text};
  273. background: {color:background} url({image:background})
  274. {block:iffullbackground} no-repeat center center fixed;
  275. -webkit-background-size: cover;
  276. -moz-background-size: cover;
  277. -o-background-size: cover;
  278. background-size: cover; {/block:iffullbackground};
  279. background-attachment: fixed;
  280. font-family:Roboto; font-size:.9em;
  281. line-height:150%;
  282. margin:0;
  283. word-wrap:break-word;
  284.  
  285. }
  286.  
  287. a:link, a:active, a:visited{color: #222; text-decoration:none}
  288.  
  289. a:hover {
  290.  
  291. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  292.  
  293. .post a:hover{text-decoration:underline;}
  294.  
  295. small{font-size:auto}
  296.  
  297. big{font-size:auto}
  298.  
  299. b, strong{color:{color:bold}}
  300.  
  301. h1 {font-size:1.2em; background:white; text-align:center;}
  302.  
  303. h1 svg {
  304. width:26px;
  305. height:26px;
  306. padding:10px;
  307.  
  308. }
  309. i, em {color:{color:italic}}
  310.  
  311. p{margin-top:6px; margin-bottom:6px}
  312.  
  313. blockquote {padding:0px; padding-left:10px; margin:4px; border-left:2px solid {color:text}; max-width:100%; word-wrap:break-word; word-wrap: break-all; text-align:left;
  314. }
  315.  
  316.  
  317.  
  318.  
  319.  
  320. blockquote img{width:100% }
  321.  
  322. ::-moz-selection { background-color: #FFA; }
  323. ::selection { background-color: #FFA; }
  324.  
  325.  
  326. img a{border:none; width:100%;}
  327.  
  328.  
  329.  
  330.  
  331. #entries { margin:auto auto; width:40%; z-index:2; position:relative; word-wrap: break-word; left:14% ; min-width:250px;}
  332.  
  333.  
  334.  
  335. .post {margin:80px auto 200px auto; width: 100%; z-index:4; position:relative; word-wrap: break-word; font-size:1.12em; box-shadow:4px 4px rgba(0,0,0,.02); border-radius:8px; min-width:250px;
  336. padding-bottom:none;
  337.  
  338. }
  339. .post a{color:{color:link}; font-size:1.12em;}
  340.  
  341. .caption{
  342. padding: 10px;
  343. background:{color:posts};
  344. word-wrap:break-word;
  345.  
  346. }
  347.  
  348. .post .caption {
  349. border:1px solid {color:border};
  350.  
  351. }
  352.  
  353.  
  354.  
  355. .post img {max-width:100%; border:2px solid transparent; animation-name:fade; animation-duration:1s; animation-fill-mode:forwards; animation-iteration-count:1;}
  356. .post iframe {
  357. animation-name:fade; animation-duration:1s; animation-fill-mode:forwards; animation-iteration-count:1;
  358. }
  359. @keyframes fade {
  360. from {
  361. opacity:0;
  362. }
  363.  
  364. to {
  365. opacity:1;
  366. }
  367. }
  368. .sourcevia {
  369. position:absolute;
  370. right:-60px;
  371.  
  372.  
  373.  
  374. }
  375.  
  376. .sourcevia li {
  377. width:40px;
  378. border-radius:8px; transform:translate(20px, 0px);
  379. margin:8px;
  380. opacity:0;
  381. list-style:none;
  382. transition:.6s;
  383. }
  384.  
  385. .sourcevia li:before {
  386. content:'';
  387. }
  388.  
  389. .sourcevia li:nth-child(2) {
  390. transition-delay:.4s;
  391. }
  392.  
  393. .post:hover .sourcevia li:nth-child(2) {
  394. transition-delay:.4s;
  395. }
  396.  
  397.  
  398. .sourcevia img {
  399. width:36px;
  400. border-radius:8px;
  401. }
  402.  
  403. .post:hover .sourcevia li{
  404. opacity:1;
  405. transform:translate(0,0);
  406. transition:.6s;
  407. }
  408.  
  409.  
  410.  
  411. #sidebar{ position:fixed; width:30%; padding:20px; ; left:0px; top:0px; z-index:8; height:100vh; color:black;
  412. background:#fff; border-right:1px solid {color:border}; font-size:1.12em;
  413. -webkit-transform: translateZ(0);
  414. min-width:240px;
  415. }
  416.  
  417. #navbar {
  418. width:80px;
  419. text-align:center;
  420. height:100vh;
  421. background:white;position:absolute; right:-80px;
  422. border-left:1px solid {color:border};
  423. border-right:1px solid {color:border};
  424. top:0px;
  425. }
  426.  
  427. #sidebar img {
  428. border-radius:100%; border:2px double {color:theme color a};
  429. transition:.6s;
  430. margin-top:30px;
  431. z-index:999;
  432. }
  433.  
  434. #sidebar img:hover {
  435. transform:rotate(350deg);
  436. transition:.6s;
  437. }
  438.  
  439. #sidebar .caption {margin:4px; background:transparent; border:none;}
  440.  
  441.  
  442. #sidebar svg {
  443. height:2em;
  444. width:50px;
  445. float:right;
  446. fill:{color:theme color a};
  447. }
  448.  
  449. #navbar li {
  450. padding:6vh 10px;
  451. list-style:none;
  452. position:relative;
  453. border-bottom:1px solid {color:border};
  454. z-index:999;
  455. text-align:center;
  456. font-size:1.4em;
  457. }
  458.  
  459. #navbar li:hover {
  460. background:{color:theme color a};
  461. opacity:.8;
  462. transition:.6s ease-in-out;
  463. }
  464.  
  465. #navbar li:before {
  466. position:absolute;
  467. font-size:.6em;
  468. left:0px;
  469. color:{color:links};
  470. width:100%;
  471. text-align:center;
  472. margin-top:20px;
  473. }
  474.  
  475. #navbar li:first-child:before {
  476. content:'Top';
  477. }
  478.  
  479. #navbar li:nth-child(2):before {
  480. content:'{lang:Home}';
  481. }
  482.  
  483. #navbar li:nth-child(3):before {
  484. content:'{text:icon 3 name}';
  485. margin-top:22px;
  486. }
  487.  
  488. #navbar li:nth-child(4):before {
  489. content:'{text:icon 4 name}';
  490. }
  491.  
  492. #navbar li:nth-child(5):before {
  493. content:'{text:icon 5 name}';
  494. margin-top:22px;
  495. }
  496.  
  497. #navbar li:nth-child(6):before {
  498. content:'{text:icon 6 name}';
  499. margin-top:22px;
  500. }
  501.  
  502. #sidebar a {
  503. border:none; padding:0px; line-height:100%;
  504. }
  505.  
  506. .caption a {
  507. border-bottom:1px solid {color:theme color a};
  508. color:#444;
  509. }
  510.  
  511.  
  512. .caption a:hover {
  513. text-decoration:none;
  514. color:{color:theme color a};
  515. }
  516.  
  517.  
  518. #pagination a {color:{color:theme color a};}
  519. #pagination {font-family:calibri; text-align:center; font-size:1em; margin-bottom:2px; }
  520.  
  521.  
  522. .jump_page {
  523. padding: 4px 6px;
  524. border:1px solid {color:border};
  525. margin:2px;
  526. background:white;
  527. text-decoration:none;
  528. border-radius:4px;
  529. }
  530.  
  531. .jump_page a {
  532. border:none;
  533.  
  534. }
  535.  
  536. .current_page {
  537. padding: 4px 6px;
  538. border:1px solid {color:theme color a};
  539. background:{color:theme color a};
  540. opacity:.8;
  541. color:white;
  542. transition:.6s;
  543. border-radius:4px;
  544. margin:2px;
  545. text-decoration:none;
  546. }
  547.  
  548. .current_page:hover {
  549. opacity:1;
  550. transition:.6s;
  551. }
  552.  
  553.  
  554. #egg { opacity:.8;right:20px; bottom:10px; position:fixed;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  555. font-family: "up";
  556. border:1px solid #888; z-index:4;
  557.  
  558. }
  559.  
  560. #egg:hover { animation-name: egg;
  561. animation-duration: 1s;
  562. animation-iteration-count: infinite;}
  563.  
  564.  
  565. .post_tags,
  566. .post_tags a { color: #A7A7A7; }
  567.  
  568. .post_tags {
  569.  
  570. border-bottom: 1px solid transparent;border-radius:2%; border:1px solid {color:border}; border-top:none;
  571. background:{color:posts};
  572. border-bottom-right-radius:8px;
  573. border-bottom-left-radius:8px;
  574. padding:10px;
  575.  
  576. position: relative;
  577. line-height:200%;
  578. }
  579.  
  580.  
  581.  
  582. .post_tags_inner {
  583. position: relative;
  584. text-align:left;
  585. overflow-y:none;
  586. padding: 0px 20px 0px 0;
  587. }
  588.  
  589.  
  590.  
  591. .post_tags a,
  592. .post_tags .post_tag {
  593. color:white;
  594. background:{color:theme color a};
  595. opacity:.6;
  596. font-size:.92em;
  597. border-radius:4px;
  598. padding:4px 6px;
  599. text-decoration: none;
  600. margin-right: 8px;
  601. text-transform: lowercase !important;
  602. }
  603.  
  604. .post_tags a:before { content: '#'; }
  605.  
  606.  
  607.  
  608. .post_tags a:hover,
  609. { opacity:1 }
  610.  
  611.  
  612.  
  613. /* Chat Posts */
  614.  
  615. .chat {
  616. padding:5px;
  617. line-height:150%;
  618. }
  619.  
  620.  
  621. .chat:nth-of-type(odd) {
  622. background:{color:text};
  623. color:{color:posts};
  624. -webkit-transition:.5s;
  625. transition:.5s; }
  626.  
  627. .chat:nth-of-type(odd) b {
  628. color:{color:posts};
  629. -webkit-transition:.5s;
  630. transition:.5s; }
  631.  
  632. .chat:nth-of-type(even) {
  633. background:{color:posts};
  634. color:{color:text};
  635. -webkit-transition:.5s;
  636. transition:.5s; }
  637. .chat:nth-of-type(even) b{
  638. color:{color:text};
  639. -webkit-transition:.5s;
  640. transition:.5s; }
  641.  
  642. /* Audio Posts */
  643.  
  644.  
  645. #albumart{
  646. z-index:2;
  647. float:left;
  648. border-radius:100%;
  649. height:100px;
  650. border:1px solid {color:info border};
  651. width:100px;
  652.  
  653.  
  654.  
  655. }
  656.  
  657. /* circle inside the album art to make it look like a CD */
  658.  
  659. .playerbox {
  660. float:left;
  661. padding:6px;
  662. }
  663.  
  664.  
  665. .post #albumart img{
  666.  
  667.  
  668. float:left;
  669. border-radius:100%;
  670. width:100px;
  671. height:100px;
  672. border-width:0px; transition:.6s;
  673.  
  674. }
  675.  
  676. .playerbox:hover #albumart img{
  677. transition:0.6s;
  678. transform:rotate(300deg); }
  679.  
  680. .player {
  681. width:20px;
  682. overflow:hidden;
  683. height:40px;
  684. transform:scale(1.2);
  685. border-radius:100%;
  686. top:8px;
  687. bottom:10px;
  688. left:4px;
  689.  
  690. padding:8px;
  691. padding-top:6px;
  692. padding-left:10px;
  693. padding-bottom:0px;
  694. border-radius:100%;
  695. position:absolute;
  696.  
  697. }
  698.  
  699.  
  700. .playercon {
  701. width:56px;
  702. height:56px;
  703. border-radius:100%;
  704. left:0px;
  705. background:white;
  706. top:22px;
  707. position:relative;
  708. border:1px solid {color:border};
  709. -webkit-transition-duration:500ms;
  710. -moz-transition-duration:500ms;
  711. -o-transition-duration:500ms;
  712. -ms-transition-duration:500ms;
  713. }
  714. {/block:permalinkpage}
  715. .infobox {
  716. float:left top;
  717. margin-left:120px;
  718. background-color:transparent;
  719. padding:14px;
  720. padding-left:4px;
  721. max-height:140px;
  722. text-align:left;
  723. color:{color:text};
  724. }
  725.  
  726. .trackname {
  727.  
  728. letter-spacing:2px;
  729. padding:2px;
  730. font-size:1em;
  731. font-weight:300;
  732. color:#333;
  733. border-bottom:1px solid {color:border};
  734.  
  735.  
  736. }
  737. .artist {
  738. letter-spacing:2px;
  739. padding:2px;
  740. border-bottom:1px solid {color:border};
  741. }
  742.  
  743. .album {
  744. padding:2px;
  745. border-bottom:1px solid {color:border};
  746. }
  747.  
  748.  
  749.  
  750.  
  751. #audiopost {
  752. width:{text:post width}px;
  753. {block:permalinkpage}
  754. width:500px;
  755. {/block:permalinkpage}
  756.  
  757.  
  758. }
  759.  
  760. .bubble {
  761. width:70%;
  762. position: relative;
  763. background:#eee;
  764. left:60px;
  765. margin: 0;
  766. padding:10px;
  767. text-align:center;
  768. -moz-border-radius:10px;
  769. -webkit-border-radius:10px;
  770. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  771. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  772. box-shadow: 0px 0 1px rgba(0,0,0,0);
  773. }
  774.  
  775.  
  776. .bubble:after {
  777. position: absolute;
  778. display: block;
  779. content: "";
  780. border-color: #eee transparent transparent transparent;
  781. border-style: solid;
  782. border-width: 15px 15px 0px;
  783. height:0;
  784. width:0;
  785. position:absolute;
  786. left:-15px;
  787. top:10px;
  788. }
  789.  
  790. .inf{
  791. font-size:13.2px;
  792. position:absolute;
  793. padding:4px;
  794. width:98%;
  795. text-align:left;
  796. margin-top:6px;
  797. position:relative;
  798. opacity:0;
  799. text-align:right;
  800. float:right;
  801. transition:.6s;
  802. transform: translate3d(0,0,0);
  803. opacity:1;
  804. transition:.6s
  805.  
  806. }
  807.  
  808. .inf svg {
  809. width:16px;
  810. height:16px;
  811.  
  812. fill:{color:theme color a};
  813. }
  814.  
  815. .inf .like svg {
  816. width:16px;
  817. margin-top:6px;
  818. height:16px;
  819. fill:{color:theme color a};
  820. }
  821.  
  822. .inf .like { /* Make a parent element */
  823. position: absolute;
  824. right:10px;
  825.  
  826. }
  827.  
  828. .inf .like .like_button { /* Position like button above your custom one */
  829. position: absolute;
  830. top: 0;
  831. margin-top: 6px;
  832. opacity: 0;
  833. }
  834. .inf .like .like_button.liked { /* Keep the functionality active */
  835. opacity: 1;
  836. }
  837.  
  838. .inf a{ color:#555; padding:5.2px; border-radius:8%; text-decoration:none;
  839.  
  840. height:14px;
  841.  
  842.  
  843. transition: all .4s ease-in;
  844. }
  845.  
  846.  
  847. .inf a:hover{ transition:.4s ease-in-out; box-shadow:none; text-shadow:none;
  848. color:#ccc;
  849. opacity:.52;
  850. text-decoration:none;
  851. }
  852.  
  853. ol.notes {
  854. list-style-type: none;
  855. padding:10px;
  856. border:1px solid {color:border};
  857. width:100%;
  858. margin:10px auto 10px 0px;
  859. height:200px;
  860. position:relative;
  861. background:{color:posts};
  862. overflow:auto;
  863. }
  864. ol.notes img{width:60px;
  865. border-radius:8px;
  866.  
  867. }
  868.  
  869. ol.notes li.note {
  870.  
  871. margin:10px;
  872. float:left;
  873. overflow:hidden;
  874. color:transparent;
  875. width:71px;
  876. height:71px;
  877. display:inline-block;
  878. text-align:center;
  879.  
  880.  
  881. }
  882.  
  883.  
  884.  
  885. ol.notes .like:before {
  886. background:#D95E40 url(http://static.tumblr.com/svdghan/hNCo953tc/like_bt.png);
  887. content:'';
  888. width:16px;
  889. height:16px;
  890. position:absolute;
  891. background-repeat:no-repeat;
  892. padding:1px;
  893. background-size:17px 18px;
  894. border-radius:100%;
  895. margin-left:50px;
  896. margin-top:50px;
  897.  
  898. }
  899.  
  900. ol.notes .reblog:before {
  901. content:'';
  902. position:absolute;
  903. background-repeat:no-repeat;
  904. padding:1px;
  905. margin-top:50px;
  906. margin-left:50px;
  907. background:#56bc8a url(http://static.tumblr.com/svdghan/N3Ho953ts/reblog_white.png);
  908. width:16px;
  909. height:16px;
  910. border-radius:100%;
  911. background-size:17px 18px;
  912. }
  913.  
  914.  
  915.  
  916.  
  917. .im {
  918. background:{color:posts};
  919. padding:10px;
  920. z-index:9;
  921. border:1px solid {color:border};
  922. border-bottom:none;
  923. }
  924.  
  925.  
  926.  
  927. .social {
  928.  
  929. margin-top:10px;
  930. font-size:1.12em;
  931. }
  932.  
  933. footer h1 {
  934. border:none;
  935. }
  936.  
  937. .social a {
  938. border-bottom:none;
  939. background:{color:theme color a};
  940. opacity:.9;
  941. border-radius:100%;
  942. color:white;
  943. }
  944.  
  945. .social a:hover {
  946. opacity:1;
  947. background:{color:theme color b};
  948. transition:.6s;
  949. }
  950. .poptags a {
  951. border-bottom:none;
  952. color:#fff;
  953. }
  954.  
  955. .poptags li:hover {
  956. background:{color:theme color b};
  957. }
  958. .poptags li a {
  959. border:none;
  960. }
  961. .poptags li {
  962. list-style:none;
  963. background:{color:theme color a};
  964. color:white;
  965. margin:2px;
  966. padding:4px 8px;
  967. border-radius:8px;
  968. display:inline-block;
  969. }
  970.  
  971.  
  972. footer {
  973. background:white;
  974. bottom:0px;
  975. padding:20px 10px;
  976. position:relative;
  977. z-index:99999;
  978. border:1px solid {color:border};
  979. border-bottom:none;
  980. }
  981.  
  982. {CustomCSS}
  983. </style>
  984.  
  985.  
  986.  
  987. <body>
  988. <a href="http://espoirthemes.com/tagged/egg themes"><div id="egg"></div></a>
  989. <div id ="top">
  990. </div>
  991. <div id="sidebar">
  992. <div id="navbar">
  993. <li> <a href="#top"><span class="lnr lnr-arrow-up"></span></a> </li>
  994. <li> <a href="/"><span class="lnr lnr-home"></span> </a> </li>
  995. <li> <a href="{text:icon 3 url}" style="cursor:pointer"><span class="{text:icon 3}"></span></a> </li>
  996. <li> <a href="{text:icon 4 url}"><span class="{text:icon 4}"></span></a> </li>
  997. <li> <a href="{text:icon 5 url}"><span class="{text:icon 5}"></span></a> </li>
  998. <li> <a href="{text:icon 6 url}"><span class="{text:icon 6}"></span></a> </li>
  999. </div>
  1000. <a href="/"></a>
  1001. <center><img src="{PortraitUrl-128}" style="width:70px"> <br>
  1002. <div style="padding:2px"><a href="/"><b>{Title}</b></a><br> </center>
  1003.  
  1004.  
  1005.  
  1006. <div class="caption" style="position:relative; padding:2px; border:1px solid transparent; text-align:left;font-size:1.12em; "><b>Bio</b> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1007. width="62.995px" height="62.995px" viewBox="0 0 62.995 62.995" style="enable-background:new 0 0 62.995 62.995;"
  1008. xml:space="preserve">
  1009. <g>
  1010. <g>
  1011. <path d="M54.411,24.535c-1.065-1.239-2.934-0.96-4.038,0c-2.959,2.571-5.746,5.317-8.554,8.046
  1012. c-2.872-2.587-5.566-5.357-8.352-8.046c-0.556-0.536-1.171-0.77-1.775-0.8c-0.064-0.006-0.129-0.003-0.195-0.004
  1013. c-0.064,0.002-0.13-0.002-0.195,0.004c-0.603,0.031-1.22,0.265-1.775,0.8c-2.786,2.688-5.479,5.458-8.353,8.046
  1014. c-2.808-2.729-5.596-5.475-8.553-8.046c-1.104-0.96-2.973-1.239-4.039,0c-2.583,3.002-5.134,6.027-7.807,8.949
  1015. c-2.48,2.712,1.548,6.763,4.04,4.039c2.065-2.257,4.057-4.576,6.046-6.898c2.784,2.562,5.46,5.232,8.194,7.851
  1016. c1.202,1.152,2.822,1.012,4.039,0c2.961-2.457,5.668-5.175,8.402-7.873c2.732,2.698,5.44,5.416,8.402,7.873
  1017. c1.216,1.012,2.836,1.152,4.038,0c2.733-2.618,5.409-5.289,8.194-7.851c1.988,2.322,3.98,4.642,6.045,6.898
  1018. c2.49,2.724,6.52-1.326,4.04-4.039C59.543,30.562,56.994,27.537,54.411,24.535z"/>
  1019. </g>
  1020. </g>
  1021. </svg>
  1022. </div>
  1023. <div class="caption" style="text-align:left; width:90%;max-height:200px; overflow:auto">
  1024.  
  1025.  
  1026. {description}
  1027.  
  1028. </div>
  1029.  
  1030.  
  1031. <div class="caption" style="position:relative; background:none; padding:2px; border:1px solid transparent; font-size:1.12em; text-align:left"><b>Navigation</b><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1032. width="62.995px" height="62.995px" viewBox="0 0 62.995 62.995" style="enable-background:new 0 0 62.995 62.995;"
  1033. xml:space="preserve">
  1034. <g>
  1035. <g>
  1036. <path d="M54.411,24.535c-1.065-1.239-2.934-0.96-4.038,0c-2.959,2.571-5.746,5.317-8.554,8.046
  1037. c-2.872-2.587-5.566-5.357-8.352-8.046c-0.556-0.536-1.171-0.77-1.775-0.8c-0.064-0.006-0.129-0.003-0.195-0.004
  1038. c-0.064,0.002-0.13-0.002-0.195,0.004c-0.603,0.031-1.22,0.265-1.775,0.8c-2.786,2.688-5.479,5.458-8.353,8.046
  1039. c-2.808-2.729-5.596-5.475-8.553-8.046c-1.104-0.96-2.973-1.239-4.039,0c-2.583,3.002-5.134,6.027-7.807,8.949
  1040. c-2.48,2.712,1.548,6.763,4.04,4.039c2.065-2.257,4.057-4.576,6.046-6.898c2.784,2.562,5.46,5.232,8.194,7.851
  1041. c1.202,1.152,2.822,1.012,4.039,0c2.961-2.457,5.668-5.175,8.402-7.873c2.732,2.698,5.44,5.416,8.402,7.873
  1042. c1.216,1.012,2.836,1.152,4.038,0c2.733-2.618,5.409-5.289,8.194-7.851c1.988,2.322,3.98,4.642,6.045,6.898
  1043. c2.49,2.724,6.52-1.326,4.04-4.039C59.543,30.562,56.994,27.537,54.411,24.535z"/>
  1044. </g>
  1045. </g>
  1046. </svg></div>
  1047.  
  1048. <div class="caption" style="text-align:left;">
  1049.  
  1050.  
  1051. <a href="{text:link 1 url}">{text:link 1 name}</a><br>
  1052. <a href="{text:link 2 url}">{text:link 2 name}</a><br>
  1053. <a href="{text:link 3 url}">{text:link 3 name}</a><br>
  1054. <a href="{text:link 4 url}">{text:link 4 name}</a><br>
  1055.  
  1056.  
  1057. {block:HasPages} <br> {block:Pages}<a href="{URL}">{label}</a> {/block:Pages} {/block:HasPages}
  1058. </div>
  1059. <center>
  1060. <div class="caption" style="margin-top:-4px; background:none; border:none ">
  1061.  
  1062. <div id="search">
  1063. <form action="/search" method="get" id="search-form">
  1064. <input type="hidden" name="t" value="{Name}" />
  1065. <input type="text" name="q" class="query" value="{SearchQuery}" placeholder="search..."/>
  1066.  
  1067. <div class="clear"></div>
  1068. </form></div> </div>
  1069. </center>
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. </div>
  1076. </center>
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082. </div>
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. <div id="entries">
  1089.  
  1090. {block:SearchPage}<div class="caption">
  1091. {lang:SearchResultCount results for SearchQuery}</div>
  1092. {/block:SearchPage}
  1093.  
  1094. {block:NoSearchResults}
  1095. <div class="caption cap">{lang:No search results for SearchQuery}</div>
  1096. {/block:NoSearchResults}
  1097.  
  1098.  
  1099. {block:TagPage}
  1100. <div class="caption cap"><p>{lang:Showing TagResultCount posts tagged Tag}
  1101. </p>
  1102.  
  1103. </div>
  1104. <br>
  1105.  
  1106. {/block:TagPage}
  1107.  
  1108.  
  1109. {block:posts}
  1110.  
  1111.  
  1112. <div class="post">
  1113.  
  1114. <div class="sourcevia">
  1115. {block:RebloggedFrom}
  1116. <li>
  1117. <a href="{ReblogRootURL}" title="{lang:Source} {ReblogRootName}"><img src="{ReblogRootPortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1118. clip: rect(1px 1px 1px 1px);
  1119. clip: rect(1px, 1px, 1px, 1px);" >{lang:Source} {ReblogRootName}</span> </a> </li>
  1120.  
  1121. <li> <a href="{ReblogParentURL}" title="{lang:Via} {ReblogParentName}"> <img src="{ReblogParentPortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1122. clip: rect(1px 1px 1px 1px);
  1123. clip: rect(1px, 1px, 1px, 1px);" >{lang:Via} {ReblogParentName}</span></a> </li>
  1124. {/block:RebloggedFrom}
  1125.  
  1126. {block:NotReblog}
  1127. <li> <a href="http://{Name}.tumblr.com" title="{lang:Posted by PostAuthorName}"> <img src="{PortraitURL-64}"><span class="sr-only" style="position: absolute !important;
  1128. clip: rect(1px 1px 1px 1px);
  1129. clip: rect(1px, 1px, 1px, 1px);" >{lang:Posted by PostAuthorName}</span></a> </li>
  1130. {/block:NotReblog}
  1131. </div>
  1132.  
  1133. {block:Text}
  1134. <div class="caption" style="height:2em; border-bottom:none; border-top-right-radius:8px; border-top-left-radius:8px;">
  1135. {block:RebloggedFrom}
  1136. <img src="{ReblogRootPortraitURL-48}" style="border-radius:100%; width:32px; float:left"> <a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{ReblogRootName}</a> {/block:RebloggedFrom}
  1137.  
  1138. {block:NotReblog} <img src="{PortraitURL-48}" style="border-radius:100%; width:32px; float:left;"><a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{Name}</a> {/block:NotReblog}
  1139. </div>
  1140. {block:Title}<div class="caption" style="border-bottom:none">
  1141. <h1>{title}</h1> </div>{/block:Title}
  1142.  
  1143.  
  1144.  
  1145. <div class="caption">{Body}
  1146. {block:More}<center><a href="{Permalink}" class="more">{lang:Continue reading} <i class="fa fa-chevron-right" style="font-size:12px"></i></a></center>{/block:More}
  1147. </div>{/block:Text}
  1148.  
  1149.  
  1150. {block:Quote}<h2><i class="fa fa-quote-left"></i> {Quote} — {Source}</h2><br>{/block:Quote}
  1151.  
  1152. {block:Link}<a href="{URL}"><div class="caption" style="border-bottom:none">
  1153. <h1>{Name}</h1> </div></a>
  1154. {block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  1155.  
  1156. {block:Photo}
  1157. <div class="caption" style="height:2em; border-bottom:none;border-top-right-radius:8px; border-top-left-radius:8px;">
  1158. {block:RebloggedFrom}
  1159. <img src="{ReblogRootPortraitURL-48}" style="border-radius:100%; width:32px; float:left"> <a href="{ReblogRootURL}" style="line-height:150%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{ReblogRootName}</a> {/block:RebloggedFrom}
  1160.  
  1161. {block:NotReblog} <img src="{PortraitURL-48}" style="border-radius:100%; width:32px; float:left;"><a href="{ReblogRootURL}" style="line-height:150%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{Name}</a> {/block:NotReblog}
  1162. </div>
  1163. <center> <div class="im"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></div></center>
  1164. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  1165.  
  1166. {block:Panorama}
  1167. <div class="caption" style="height:2em; border-bottom:none;border-top-right-radius:8px; border-top-left-radius:8px;">
  1168. {block:RebloggedFrom}
  1169. <img src="{ReblogRootPortraitURL-48}" style="border-radius:100%; width:32px; float:left"> <a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{ReblogRootName}</a> {/block:RebloggedFrom}
  1170.  
  1171. {block:NotReblog} <img src="{PortraitURL-48}" style="border-radius:100%; width:32px; float:left;"><a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{Name}</a> {/block:NotReblog}
  1172. </div>
  1173.  
  1174. {LinkOpenTag}
  1175. <div class="im"> <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></div>
  1176. {LinkCloseTag}
  1177.  
  1178. {block:Caption}
  1179. <div class="caption">{Caption}</div>
  1180. {/block:Caption}
  1181.  
  1182. {/block:Panorama}
  1183.  
  1184. {block:Photoset}
  1185. <div class="caption" style="height:2em; border-bottom:none;border-top-right-radius:8px; border-top-left-radius:8px;">
  1186. {block:RebloggedFrom}
  1187. <img src="{ReblogRootPortraitURL-48}" style="border-radius:100%; width:32px; float:left"> <a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{ReblogRootName}</a> {/block:RebloggedFrom}
  1188.  
  1189. {block:NotReblog} <img src="{PortraitURL-48}" style="border-radius:100%; width:32px; float:left;"><a href="{ReblogRootURL}" style="line-height:220%; padding:8px; border:none; color:{color:theme color a}; opacity:.8">{Name}</a> {/block:NotReblog}
  1190. </div>
  1191. <center><div class="im">{Photoset}</div></center>
  1192. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  1193.  
  1194. {block:Chat}
  1195.  
  1196. <div class="caption">
  1197. {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><h1>{title}</h1></a>{/block:Title}
  1198. {block:Lines} <div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}
  1199.  
  1200. </div>
  1201.  
  1202. {/block:Chat}
  1203.  
  1204. {block:Video}{Video-500}{block:Caption}<div class="caption cap">{Caption}{/block:Caption}</div>{/block:Video}
  1205.  
  1206.  
  1207.  
  1208. {block:Answer}
  1209. <div class="caption"><br>
  1210. <div class="askerportrait"><img style="border-radius:50px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="bubble">{lang:Asker asked 2}: {Question}</div><br></div>
  1211. <div class="caption">{Answer}</div>
  1212.  
  1213. {/block:Answer}
  1214.  
  1215.  
  1216.  
  1217. {block:Audio}
  1218. <div class="caption">
  1219.  
  1220. <div id="audiopost">
  1221. <div class="playerbox">
  1222. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1223.  
  1224. <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
  1225. <div class="infobox">
  1226. <div class="trackname"> {block:TrackName}
  1227. Track: {TrackName}
  1228. {/block:TrackName} </div>
  1229.  
  1230.  
  1231. <div class="artist">
  1232. {block:Artist}
  1233.  
  1234. Artist: {Artist}
  1235. {/block:Artist} </div>
  1236.  
  1237. <div class="album">
  1238. {block:Album}
  1239. Album: {Album}
  1240. {/block:Album}
  1241. </div>
  1242.  
  1243. </div></div> <br> {block:Caption}
  1244. <div class="caption">{Caption}</div>
  1245. {/block:Caption}
  1246.  
  1247.  
  1248. </div>
  1249. {/block:Audio}
  1250.  
  1251.  
  1252.  
  1253. <center>
  1254.  
  1255.  
  1256. {block:HasTags}
  1257. <div class="post_tags draggable">
  1258.  
  1259. <div class="post_tags_inner">
  1260.  
  1261. {block:Tags}
  1262. <a href="{TagURL}">{Tag}</a>
  1263.  
  1264. {/block:Tags}
  1265. </div> </div> {/block:HasTags}
  1266.  
  1267.  
  1268.  
  1269. <center><div class="inf">{block:Date}
  1270.  
  1271.  
  1272.  
  1273. <div class="like">
  1274. <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1275. width="369.486px" height="369.486px" viewBox="0 0 369.486 369.486" style="enable-background:new 0 0 369.486 369.486;"
  1276. xml:space="preserve">
  1277. <g>
  1278. <g>
  1279. <path d="M184.743,357.351c-3.478,0-6.798-1.449-9.164-3.998l-147.67-159.16c-0.038-0.041-0.076-0.082-0.113-0.123
  1280. C9.871,174.223,0,147.921,0,120.008c0-27.914,9.871-54.215,27.796-74.061l2.244-2.484c18.246-20.201,42.608-31.327,68.599-31.327
  1281. s50.354,11.126,68.601,31.328l17.503,19.38l17.503-19.379c18.246-20.202,42.608-31.328,68.6-31.328s50.354,11.126,68.601,31.329
  1282. l2.241,2.478c17.928,19.851,27.799,46.152,27.799,74.065s-9.872,54.215-27.796,74.061c-0.037,0.043-0.075,0.084-0.113,0.125
  1283. l-147.671,159.16C191.541,355.901,188.221,357.351,184.743,357.351z M46.295,177.252l138.448,149.219l138.448-149.22
  1284. c28.485-31.603,28.467-82.97-0.055-114.549l-2.239-2.478c-13.449-14.891-31.224-23.09-50.051-23.09
  1285. c-18.828,0-36.603,8.199-50.048,23.085L194.02,89.869c-2.369,2.624-5.74,4.121-9.275,4.121s-6.906-1.497-9.276-4.121
  1286. l-26.779-29.648c-13.446-14.887-31.22-23.086-50.048-23.086S62.039,45.333,48.594,60.22l-2.244,2.484
  1287. C17.828,94.283,17.809,145.65,46.295,177.252z"/>
  1288. </g>
  1289. </g>
  1290.  
  1291.  
  1292. </svg>
  1293.  
  1294. {LikeButton size="15"}
  1295. </div>
  1296.  
  1297. <a href="{ReblogURL}" style="right:40px; position:absolute;">
  1298. <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1299. viewBox="0 0 489.935 489.935" style="enable-background:new 0 0 489.935 489.935;" xml:space="preserve">
  1300. <g>
  1301. <path d="M278.235,33.267c-116.7,0-211.6,95-211.6,211.7v0.7l-41.9-63.1c-4.1-6.2-12.5-7.9-18.7-3.8c-6.2,4.1-7.9,12.5-3.8,18.7
  1302. l60.8,91.5c2.2,3.3,5.7,5.4,9.6,5.9c0.6,0.1,1.1,0.1,1.7,0.1c3.3,0,6.5-1.2,9-3.5l84.5-76.1c5.5-5,6-13.5,1-19.1
  1303. c-5-5.5-13.5-6-19.1-1l-56.1,50.7v-1c0-101.9,82.8-184.7,184.6-184.7s184.7,82.8,184.7,184.7s-82.8,184.7-184.6,184.7
  1304. c-49.3,0-95.7-19.2-130.5-54.1c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1c40,40,93.1,62,149.6,62
  1305. c116.6,0,211.6-94.9,211.6-211.7S394.935,33.267,278.235,33.267z"/>
  1306. </g>
  1307.  
  1308. </svg>
  1309.  
  1310. </a>
  1311.  
  1312. <a href="{permalink}" style="float:left;">{TimeAgo}</a> {/block:Date}{block:NoteCount} <a href="{Permalink}" style="float:left; margin:0px 0px 0px 4px;"> {NoteCount} eggs</a> {/block:NoteCount}
  1313.  
  1314. </center></div>
  1315.  
  1316. {block:PermalinkPage}{block:RebloggedFrom}<p> via <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} originally from <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</p></center> <br>{/block:PermalinkPage}
  1317. {block:PostNotes}<div class="caption">Showing {NoteCountWithLabel}</div>{PostNotes-64}{/block:PostNotes}
  1318.  
  1319.  
  1320. {/block:Posts}
  1321. <br>
  1322. <br>
  1323.  
  1324.  
  1325. {block:Pagination}
  1326. <div id="pagination">
  1327. {block:previousPage}<a href="{PreviousPage}" class="fa fa-chevron-left"></a>{/block:PreviousPage}
  1328.  
  1329. {block:JumpPagination length="5"}
  1330. {block:CurrentPage}
  1331. <span class="current_page">✘</span>
  1332. {/block:CurrentPage}
  1333.  
  1334. {block:JumpPage}
  1335. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1336. {/block:JumpPage}
  1337. {/block:JumpPagination}
  1338.  
  1339. {block:NextPage}
  1340. <a href="{NextPage}" class="fa fa-chevron-right"></a>
  1341. {/block:NextPage}
  1342. </div>
  1343. {/block:Pagination}
  1344. <br><br><br><br><br>
  1345. <footer><center>
  1346.  
  1347.  
  1348. <div class="dis"> <h2 style="font-size:1.4em;">{name}</h2> © {copyrightyears} <br>{lang:Powered by Tumblr} <div class="social" style="border-top:none; padding-top:none; transform:translate(0px, 0px); opacity:1;">
  1349. <a href="{text:social media 1 url}" class="{text:social media 1 icon}" style="padding:6px 8px"></a> <a href="{text:social media 2 url}" class="{text:social media 2 icon}" style="padding:6px 8px"></a> <a href="{text:social media 3 url}" class="{text:social media 3 icon}" style="padding:6px 10px"></a>
  1350. </div></div> </center>
  1351.  
  1352.  
  1353. </footer>
  1354.  
  1355.  
  1356. </div>
  1357. </div>
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. </body>
  1370.  
  1371.  
  1372.  
  1373. </html>
Add Comment
Please, Sign In to add comment