6THEMES

BEA. — THEME BY SIX.

Sep 19th, 2018
1,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.72 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6. ✱ CODES BY SIX. ✱
  7.  
  8. - do not redistribute
  9. - do not copy any parts of the following code
  10.  
  11. ✱ thank you for using my themes! ✱
  12.  
  13.  
  14.  
  15. -->
  16. <html>
  17. <head>
  18.  
  19. <!-- META TAGS, SCRIPTS & GOOGLE FONTS -->
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff">
  23. <meta name="color:container" content="#fdfdfd" />
  24. <meta name="color:container border" content="#fdfdfd" />
  25. <meta name="color:page border" content="#bbbbbb"/>
  26. <meta name="color:text" content="#c0bdb8" />
  27. <meta name="color:link hover" content="#fdfdfd" />
  28. <meta name="color:link" content="#c0bdb8" />
  29. <meta name="color:bold" content="#777777" />
  30. <meta name="color:italic" content="#bbbbbb"/>
  31. <meta name="color:borders" content="#bbbbbb"/>
  32. <meta name="color:posts" content="#fdfdfd" />
  33. <meta name="color:accent" content="#bbbbbb"/>
  34. <meta name="color:accent2" content="#bbbbbb"/>
  35. <meta name="color:accent3" content="#bbbbbb"/>
  36. <meta name="color:accent4" content="#bbbbbb"/>
  37.  
  38. <meta name="if:grayscale" content="1"/>
  39.  
  40. <meta name="image:page bg" content=""/>
  41. <meta name="image:graphic" content=""/>
  42.  
  43. <meta name="text:link 1 url" content="navigate." />
  44. <meta name="text:link 1 title" content="/URLHERE" />
  45. <meta name="text:link 2 url" content="tba" />
  46. <meta name="text:link 2 title" content="title here" />
  47. <meta name="text:title" content="subtitle here" />
  48. <meta name="text:subtitle" content="desc here" />
  49. <meta name="text:description" content="title here" />
  50.  
  51.  
  52.  
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  55. <title>{Title}</title>
  56. {block:Description}<meta name="description" content="{MetaDescription}" /> {/block:Description}
  57.  
  58. <script>
  59. function openCity(evt, cityName) {
  60. var i, tabcontent, tablinks;
  61. tabcontent = document.getElementsByClassName("tabcontent");
  62. for (i = 0; i < tabcontent.length; i++) {
  63. tabcontent[i].style.display = "none";
  64. }
  65. tablinks = document.getElementsByClassName("tablinks");
  66. for (i = 0; i < tablinks.length; i++) {
  67. tablinks[i].className = tablinks[i].className.replace(" active", "");
  68. }
  69. document.getElementById(cityName).style.display = "block";
  70. evt.currentTarget.className += " active";
  71. }
  72. </script>
  73.  
  74. <script type="text/javascript">
  75. $(document).ready(function(){
  76.  
  77. $('ul.tabs li').click(function(){
  78. var tab_id = $(this).attr('data-tab');
  79.  
  80. $('ul.tabs li').removeClass('current');
  81. $('.tab-content').removeClass('current');
  82.  
  83. $(this).addClass('current');
  84. $("#"+tab_id).addClass('current');
  85. })
  86.  
  87. })
  88. </script>
  89.  
  90. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92.  
  93. <script>
  94. (function($){
  95. $(document).ready(function() {
  96. $("a[title]").style_my_tooltips({
  97. tip_follows_cursor:true,
  98. tip_delay_time:90,
  99. tip_fade_speed:600,
  100. attribute:"title"
  101. });
  102. });
  103. })(jQuery);
  104. </script>
  105.  
  106. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  107.  
  108. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  109.  
  110. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  111.  
  112. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  113.  
  114. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
  115.  
  116. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  117. rel="stylesheet">
  118.  
  119. <link href="https://fonts.googleapis.com/css?family=ABeeZee:400,400italic|Lato:400,400italic,700,700italic" rel="stylesheet">
  120.  
  121. <style type="text/css">
  122.  
  123. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{ position:fixed; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; margin-top:2px; z-index:999999999999999;}
  124.  
  125. #s-m-t-tooltip { max-width:300px; border-radius: 4px; padding:0px 5px; margin:25px 20px 5px 0px; color:{color:bold}; background: {color:sidebar}; z-index:99999; font-size:7px; text-transform:uppercase; font-family:robold; letter-spacing:2px; font-weight:bold; z-index:999999999999999; }
  126.  
  127. ::-webkit-scrollbar { width: 1px; height:3px; background: transparent;}
  128. ::-webkit-scrollbar-thumb { background-color: transparent; -webkit-border-radius: 1ex; }
  129.  
  130. /* ---- tumblr controls by @CYANTISTS ---- */
  131.  
  132. iframe.tmblr-iframe { z-index:99999999999999!important; top:0!important; right:0!important; opacity:0.4;
  133.  
  134. transform:scale(0.75); transform-origin:100% 0; -webkit-transform:scale(0.75); -webkit-transform-origin:100% 0; -o-transform:scale(0.75); -o-transform-origin:100% 0; -moz-transform:scale(0.75); -moz-transform-origin:100% 0; -ms-transform:scale(0.75); -ms-transform-origin:100% 0; }
  135.  
  136. iframe.tmblr-iframe:hover { opacity:0.6!important; }
  137.  
  138. /* ---- TEXTS & CUSTOM FONTS ----*/
  139.  
  140. @font-face{ font-family:"tamoro"; src: url('https://dl.dropboxusercontent.com/s/awqw1tgpb3takgm/TamoroScript_PersonalUseOnly.ttf’)'); }
  141. @font-face{ font-family:"roboto"; src: url('https://dl.dropboxusercontent.com/s/i5x37kqbtb40s0b/Roboto-Light.ttf’)'); }
  142. @font-face{ font-family:"robold"; src: url('https://dl.dropboxusercontent.com/s/qynix3bz0j8ppva/Roboto-BoldCondensed.ttf’)'); }
  143. @font-face{ font-family:"eloquent"; src: url('https://dl.dropboxusercontent.com/s/v2faujqdedjca02/K22%20Didoni.otf’)'); }
  144. @font-face{ font-family:"primetime"; src: url('https://dl.dropboxusercontent.com/s/2b4vrdix7lxxfsw/PRIMETIME%20%E2%95%95%20PERSONAL%20USE%20ONLY.ttf’)'); }
  145. @font-face{ font-family:"champagne"; src: url('https://dl.dropboxusercontent.com/s/w4f1yez95rt180i/Champagne%20%26%20Limousines.ttf’)'); }
  146.  
  147.  
  148. a:link, a:active, a:visited { color: {color:link}; text-decoration:none; }
  149.  
  150. a:hover { color:{color:link hover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  151.  
  152. small, sub, sup { font-size:9px; }
  153.  
  154. big { font-size:auto; }
  155.  
  156. b, strong { color:{color:bold} }
  157.  
  158. h1 { background-color:{color:sidebar}; border-radius:8px; font-size:18px; text-align:center; font-family: 'robold'; text-transform:uppercase; letter-spacing:3px; color:{color:text}; font-size:24px; line-height:24px; -webkit-text-stroke: 1px {color:italic}; -webkit-text-fill-color: rgba(0, 0, 0, 0); padding:5px; }
  159.  
  160. h2 { text-transform:uppercase; text-align:center; font-family: 'robold'; letter-spacing:4px; font-size:7px; color:{color:italic}; }
  161.  
  162. i, em { color:{color:italic}; }
  163.  
  164. p { margin-top:6px; margin-bottom:6px; }
  165.  
  166. blockquote { padding:0px; padding-left:10px; margin:8px; border-left:1px solid {color:borders}; }
  167.  
  168. img { border:none; max-width:100%; height:auto; }
  169.  
  170.  
  171. /* ---- BODY & CONTAINER ---- */
  172.  
  173.  
  174. body {color:{color:text}; background-color:{color:background}; font-family:arial; font-family:ABeeZee, arial, sans-serif; font-size:9px; letter-spacing:1px; line-height:17px; text-align:justify; background-image:url('{image:page bg}');}
  175.  
  176. #holder { width:815px; height:480px; margin: auto; left:0; top:0; bottom:0; right:0; background-color:{color:container}; position:absolute; border:1px solid {color:container border}; }
  177.  
  178.  
  179. /* ---- SIDEBAR ---- */
  180.  
  181.  
  182. #sidebar { position:absolute; width:450px; height:480px; top:0px; left:0px; background-color:{color:posts};}
  183.  
  184. #title { position:absolute; width:200px; height 35px; right: 190px; top: 30px; font-size:12px; font-weight:bold; font-family: 'champagne'; text-transform:uppercase; letter-spacing:6px; line-height: 11px; color:{bold}; text-shadow: 0 0 0.1em {color:bold}; text-align:center; }
  185.  
  186. #subtitle { position: absolute; bottom: 215px; left: -135px; width:330px; height: 10px; padding: 3px; font-family: 'arial'; font-size:7px; font-style:italic; letter-spacing:5px; text-transform:uppercase; text-align:center; line-height:11px; font-weight:bold; transform: rotate(-90deg); text-shadow: 0 0 0.2em {color:bold}; background-color:{color:posts}; }
  187.  
  188. #box2 { position:absolute; top:20px; left:20px; width:12px; height:12px; padding:8px; background-color:{color:accent}; font-size:12px; border-radius:4px; }
  189.  
  190. #line { position:absolute; width:1px; height:200px; left:33px; top:45px; background-color:{color:accent}; }
  191.  
  192. #graphic { position:absolute; width:190px; height:480px; top:0px; right:0px; background-color:{color:accent2}; }
  193.  
  194. #description { position: absolute; width:150px; height:325px; right:190px; bottom:50px; padding: 20px; background-color:{color:accent}; border-top-left-radius:30px; }
  195.  
  196. .description { position: absolute; width:118px; height:300px; padding:20px; margin-left:0px; top:5px; font-family:robold; font-size:7px; color:{color:bold}; letter-spacing:2px; text-transform:uppercase; overflow:hidden; text-shadow: 0 0 0.2em {color:bold};}
  197.  
  198. #bottombar { position:absolute; width:260px; height:50px; left:0px; bottom:0px; background-color:{color:accent3}; }
  199.  
  200. #box { position:absolute; width:18px; height:18px; padding:16px; font-size:18px; color:{color:accent}; right:0px; bottom:0px; background-color:{color:accent4}; text-shadow: 0 0 0.2em {color:text}; }
  201.  
  202.  
  203. #pagination { margin-top: auto; width: 360px; font-size:9px; padding:15px; text-align:center; letter-spacing:5px;}
  204.  
  205. #pagination a { font-family:arial; font-size:7px; font-style:italic; text-transform:uppercase; color:{color:accent shadow}; font-weight:bold; background:{color:accent}; padding:6px; padding-left:9px; border-radius:100px; }
  206.  
  207. /* ---- l i n k s / t a b s ---- */
  208.  
  209.  
  210. #linkage { position: absolute; left:-35px; top:-28px; width:280px;height:22px; text-align:center; font-size:25px; padding:7px; padding-top:11px; }
  211.  
  212. #linkage li { width:16px;height:16px; padding:8px; list-style:none; text-align:center; line-height:5px; background-color:{color:accent3}; border-radius:100px; margin-right:17px; float:left; }
  213.  
  214. #linkage a { font-weight:bold; text-transform:uppercase; font-family: 'robold', sans-serif; line-height:16px; font-size:16px;letter-spacing:2px; background-color:{color:accent3}; color:{color:posts}; }
  215.  
  216. #linkage i { color:{color:posts}; }
  217.  
  218. .close { position:absolute; top:5px; right:10px; font-weight:bold; color:#a59f93; z-index:9999999; }
  219. .close:hover { cursor: pointer; }
  220.  
  221. .tabcontent { display: none; height:375; width:360px; padding:0px; margin-left:292px; margin-top:0px; background-color:transparent; z-index:9999; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; }
  222.  
  223. .tabcontent.current{ display: inherit; }
  224.  
  225. @-webkit-keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }
  226.  
  227. @keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }
  228.  
  229.  
  230.  
  231.  
  232. /* ---- P O S T S ---- */
  233.  
  234.  
  235.  
  236. #container { position:absolute; width:345px; height:450px; right:0px; top:0px; overflow:auto; padding-top:30px; }
  237.  
  238. .posts { width:300px; text-align: justify; padding: 10px; background-color:{color:posts}; margin-right:22px; margin-top:35px; margin-bottom:60px; border:1px solid #dcdcdc; }
  239.  
  240. .posts a{ #dadada; }
  241.  
  242. .posts img { max-width:100%; {block:ifGrayscale}
  243. -webkit-filter: grayscale(100%);
  244. {/block:ifGrayscale} }
  245.  
  246. .photoset { max-width:100%; {block:ifGrayscale}
  247. -webkit-filter: grayscale(100%);
  248. {/block:ifGrayscale}}
  249.  
  250. .video { {block:ifGrayscale}
  251. -webkit-filter: grayscale(100%);
  252. {/block:ifGrayscale} }
  253.  
  254. #info { position:absolute; margin-left:-11px; margin-top:-51px; width:314px; padding:3px; height:34px; overflow:hidden; z-index:99999999; background-color: {color:page border}; text-align:right; font-size:12px; font-weight:bold; border:1px solid {color:borders}; overflow:hidden;}
  255.  
  256. #information { position:absolute; margin-left:-4px; margin-top:-4px; width:256px; padding:3px 10px; height:34px; overflow:hidden; z-index:999999999; background-color: {color:page border}; text-align:right; font-family: 'robold', sans-serif; font-size:7px; letter-spacing:3px; text-transform:uppercase; line-height:36px; border:1px solid {color:borders}; overflow:hidden;}
  257.  
  258. #information i { font-size:10px; letter-spacing:3px;}
  259.  
  260. #tags { padding-top:0px; width:300px;letter-spacing:2px; text-align:justify; font-weight:bold; margin-top:10px; margin-left:-11px; margin-bottom:-11px; background:{color:page border}; padding:15px 10px; line-height:12px; border:1px solid {color:borders}; }
  261.  
  262. #tags a { font-family: 'robold', sans-serif; font-size:7px; padding:0px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; }
  263.  
  264. #tags i { color:{color:text}; font-size:10px; text-shadow:none; }
  265.  
  266. #tags b { font-family:'robold'; letter-spacing:2px; font-size:9px; text-transform:uppercase; color:{color:text}; }
  267.  
  268.  
  269. /* ---- a s k s ---- */
  270.  
  271. #question { padding:20px 30px; padding-bottom:30px; margin:-10px; margin-bottom:25px; text-align:justify; border-bottom:1px solid {color:borders}; }
  272.  
  273. #question b { color:{color:text}; font-size:9px; text-transform:uppercase; font-family:'robold'; letter-spacing:3px; text-shadow: 0 0 0.1em {color:text}; }
  274.  
  275. #mail { margin:auto; width:15px; height:15px; margin-bottom:-45px; margin-top:5px; padding:8px; font-size:15px; text-align:center; border:1px solid {color:borders}; border-radius:100px; background-color:{color:posts};}
  276.  
  277. /* ---- a u d i o ---- */
  278.  
  279. .playwrapper { height:60px; padding-bottom:5px; overflow:hidden; position:relative; padding:5px; background:{color:page border}; border:5px solid {color:accent}; border-radius:4px; }
  280.  
  281. .coverart { width:60px; height:60px; position:relative; display:inline-block; background-size:cover; {block:IfGrayscale} -webkit-filter:grayscale(100%); {/block:IfGrayscale} }
  282.  
  283. .audio { position:absolute; display:inline-block; top:0px; bottom:0px; left:0px; right:0px; text-align:left; }
  284.  
  285. .player { width:50px; height:50px; margin-top:5px; margin-left:5px; padding:5px; position:absolute; overflow:hidden; background-color:#fff; opacity:0; -o-transition:opacity .25s ease-out; -moz-transition:opacity .25s ease-out; -webkit-transition:opacity .25s ease-out; transition:opacity .25s ease-out; }
  286.  
  287. .player:hover { opacity:.8; }
  288.  
  289. .player .audio_player { width:30px; height:30px; margin-top:15px; margin-left:10px; overflow:hidden; }
  290.  
  291. .songinfo { border-left:5px solid {color:accent}; position:absolute; overflow:hidden; width:200px; height:40px; padding:15px; background:{color:page border}; margin-left:70px; margin-top:0px; text-align:left; font-size:7px; line-height:10px; font-family: 'robold', sans-serif; text-transform:uppercase;letter-spacing:1px; color:{color:text}; text-shadow: 0 0 0.1em {color:text}; }
  292.  
  293. /* ---- q u o t e s ---- */
  294.  
  295. #quote{ text-align:center; font-size:18px; font-family:'georgia'; letter-spacing:1px; padding:15px; font-style:italic;}
  296.  
  297. #source { font-size:7px; font-family: 'robold', sans-serif; text-transform:uppercase;letter-spacing:1px; padding:5px; text-align:right; margin-bottom:-10px;}
  298.  
  299. /* ---- c h a t s ---- */
  300.  
  301. .answer span,.convo li{margin:0 0 10px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:container};color:{color:text};left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:container} ;border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:sidebar};color:{color:text}}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:sidebar};border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  302. .asked p { text-align: left; margin: 0 0px 10px 0px; padding: 0; color: {color:bold}; font-family: 'Inconsolata', Inconsolata; font-size: 12px; line-height: 0px; }
  303. .footerright .viasrc { float: left; }
  304. .asked a { margin:0;padding:0; }
  305. .convo { overflow: hidden; list-style-type: none; padding: 0; margin: 0; }
  306.  
  307. /* ---- p e r m a l i n k ----*/
  308.  
  309. #notecontainer { margin-top: auto; width: 400px; font-size:9px; padding:10px;}
  310.  
  311. #notecontainer img.avatar { margin-right: 10px; width: 16px; height: 16px; border-radius:100px; -webkit-filter:grayscale(100%); }
  312.  
  313. /* ---- credit, do not delete unless you want these hands ---- */
  314.  
  315. #credit { position:fixed; bottom:10px; left:10px; font-size:14px; width:14px; height:14px; font-family:arial; color:{color:text}; font-weight:bold; text-transform:uppercase; letter-spacing: 0px; font-style:normal; background:{color:sidebar}; border-radius:100px; padding:8px;}
  316. #credit a { color:{color:text}; font-weight:bold;letter-spacing:1px; }
  317. #credit i { color:{color:text}; font-size:14px; }
  318.  
  319. /* ---- l i k e & r e b l o g ---- */
  320.  
  321. .buttons { width:50px; height:34px; padding:3px; margin:1px; margin-left:252px; }
  322.  
  323. svg { width:11px; height:auto; opacity:.5; padding:3px; display:block; overflow:visible; }
  324.  
  325. .controls a { position:relative; display:inline-block; padding:5px 0px; width:10px; height:28px; opacity:.5; }
  326.  
  327. .controls .reblog { opacity:.5; }
  328.  
  329. .controls .reblog svg { width:9px; margin-top:1px; }
  330.  
  331. .controls .like .liked + svg { opacity:.5; }
  332.  
  333. .controls .like .liked + svg path { fill:#ec5a5a; }
  334.  
  335. .controls .like .like_button {
  336. position:relative;
  337. }
  338. .controls .like .like_button iframe { position:absolute; top:0; left:0; bottom:0; right:5px; z-index:2; opacity:0; }
  339.  
  340.  
  341. </style>
  342. </head>
  343.  
  344.  
  345. <body>
  346.  
  347.  
  348.  
  349. <div id="holder">
  350.  
  351.  
  352.  
  353. <div id="sidebar">
  354.  
  355. <div id="title"> {text:title} </div>
  356. <div id="box2"><span class="lnr lnr-heart"></div>
  357. <div id="line"> </div>
  358. <div id="subtitle"> {text:subtitle} </div>
  359.  
  360. <div id="description"> <div class="description"> {text:description} </div></div>
  361. <div id="graphic"> <img src="{image:graphic}"></div>
  362. <div id="bottombar">
  363. <div id="box"><span class="lnr lnr-heart"></div>
  364.  
  365. <div id="linkage">
  366. <ul class="tab">
  367. <li><a href="/" class="tablinks" title="refresh."> <i class="icon-home"></i> </a></li>
  368. <li><a href="/ask" class="tablinks" title="message."> <i class="icon-bubbles"></i></a></li>
  369. <li><a href="{text:link 1 url}" class="tablinks" title="{text:link 1 title}"> <i class="icon-globe"></i> </span></a></li>
  370. <li><a href="{text:link 2 url}" class="tablinks" title="{text:link 2 title}"> <i class="icon-star"></i> </span></a></li>
  371. </ul>
  372. </div>
  373.  
  374.  
  375. </div>
  376. </div>
  377.  
  378.  
  379.  
  380. <!-- PLEASE DO NOT REMOVE MY CREDIT -->
  381.  
  382. <div id="credit"><a href="http://khevinday.tumblr.com/" title="codes by six"><i class="icon-star"></i></span></a></div>
  383.  
  384. <!-- YOU CAN TOUCH THE REST IF U WANT THO LMAO -->
  385.  
  386.  
  387.  
  388. <div id="container">
  389. {block:posts}
  390.  
  391. <div class="posts" id="{PostID}">
  392.  
  393. {block:Date}<div id="info">
  394.  
  395. <div id="information"> <i class="icon-graph"></i> <a href="{Permalink}"> {TimeAgo} {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount} </a> {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  396. {/block:NoRebloggedFrom}</div>
  397.  
  398. <div class="buttons"><div class="controls">
  399. <a href="{ReblogURL}" target="_blank" class="reblog">
  400. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  401. </a>
  402. <a href="#" class="like">{LikeButton}
  403. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  404. </a>
  405. </div></div>
  406.  
  407. </div>{/block:Date}
  408.  
  409.  
  410. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  411.  
  412. {block:Quote}<div id="quote">“{Quote}” </div> <div id="source">— {Source}</div>{/block:Quote}
  413.  
  414. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  415. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  416.  
  417. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  418. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  419.  
  420. {block:Photoset}<center>{Photoset-500}</center>
  421. {block:Caption}{/block:Caption}{/block:Photoset}
  422.  
  423. {block:Chat} {block:Title}
  424. <h1>{Title}</h1>{/block:Title}<br>
  425. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  426. {Line}</li>{/block:Lines}</ul> {/block:Chat}
  427.  
  428. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Answer}<div id="question"> <b>{Asker} says: </b> {Question} <div id="mail"><i class="icon-bubbles"></i></div> </div>{Answer}{/block:Answer}
  431.  
  432. {block:Audio}<div class="playwrapper"><div class="coverart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="songinfo"> {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/> {block:Album}Album: {Album}{/block:Album}<br/> {PlayCountWithLabel}</div></div></div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  433.  
  434. {block:HasTags}
  435. <div id="tags">
  436. <b>filed under:</b> {block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}
  437. </div>{/block:HasTags}
  438.  
  439. </div> <!---posts div--->
  440.  
  441. {block:PostNotes}
  442. <div id="notecontainer">{PostNotes}</div>
  443. {/block:PostNotes}
  444. {/block:Posts}
  445. {block:ContentSource}{SourceURL}
  446. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  447. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  448. {/block:ContentSource}
  449.  
  450.  
  451. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}</div>{/block:Pagination}
  452.  
  453. </div> <!---container div--->
  454. </div> <!--- holder div --->
  455.  
  456.  
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment