Advertisement
kissingliamsthemes

Paradise Theme

May 13th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.01 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- theme by @ilyhazz
  11. follow the rules
  12. thx -->
  13.  
  14.  
  15.  
  16. <!-- COLORS -->
  17.  
  18. <meta name="color:text" content="#777777"/>
  19. <meta name="color:link" content="#313131"/>
  20. <meta name="color:scrollbar" content="#ececec"/>
  21. <meta name="color:selection" content="#000000"/>
  22. <meta name="color:linkhover" content="#eeeeee"/>
  23.  
  24. <!-- IMAGES -->
  25.  
  26. <meta name="image:icon" content=""/>
  27.  
  28. <meta name="text:Updates" content="Type updates here"/>
  29. <meta name="text:link 1" content="link 1"/>
  30. <meta name="text:link 1 url" content="/" />
  31. <meta name="text:link 2" content="link 2"/>
  32. <meta name="text:link 2 url" content="/" />
  33. <meta name="text:link 3" content="link 3"/>
  34. <meta name="text:link 3 url" content="/" />
  35. <meta name="text:link 4" content="link 4"/>
  36. <meta name="text:link 4 url" content="/" />
  37.  
  38.  
  39.  
  40. <meta name="if:hide captions" content="0"/>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.  
  45. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  46.  
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:100,
  53. tip_fade_speed:250,
  54. attribute:"title"
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "iPhone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
  61.  
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway:100,200,300,400" rel="stylesheet">
  64.  
  65. <style type="text/css">
  66.  
  67. iframe.tmblr-iframe {
  68. z-index:99999999999999!important;
  69. top:0!important;
  70. right:0!important;
  71. opacity:0.4;
  72. /* delete from here */
  73. filter:invert(1);
  74. -webkit-filter:invert(1);
  75. -o-filter:invert(1);
  76. -moz-filter:invert(1);
  77. -ms-filter:invert(1);
  78. /* to here if your blog has a dark background */
  79. transform:scale(0.6);
  80. transform-origin:100% 0;
  81. -webkit-transform:scale(0.6);
  82. -webkit-transform-origin:100% 0;
  83. -o-transform:scale(0.6);
  84. -o-transform-origin:100% 0;
  85. -moz-transform:scale(0.6);
  86. -moz-transform-origin:100% 0;
  87. -ms-transform:scale(0.6);
  88. -ms-transform-origin:100% 0;}
  89.  
  90. iframe.tmblr-iframe:hover {
  91. opacity:0.6!important;}
  92.  
  93.  
  94. ::selection {background: #fff; color:{color:selection};}
  95. ::-moz-selection {background: #fff; color:{color:selection};}
  96. ::-webkit-selection {background: #fff; color:{color:selection};}
  97.  
  98. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 4px solid #fff; height:auto; border-bottom:none;}
  99.  
  100. ::-webkit-scrollbar {height:9px;width:9px;background-color:#fff; border:4px solid #fff;}
  101.  
  102. ::selection {background-color:#fff;}
  103.  
  104. @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway:100,200,300,400');
  105.  
  106. /* --- BODY ---*/
  107.  
  108.  
  109. body {
  110. font-style:none;
  111. background:#fff;
  112. margin:0px; color:{color:text};
  113. font-family: 'Open Sans Condensed', sans-serif;
  114. font-size:11px;
  115. line-height:100%;
  116.  
  117. }
  118.  
  119. blockquote {
  120. border-left:1px solid {color:text};
  121. padding-left:5px;
  122. margin:15px;
  123. }
  124.  
  125. a {
  126. color:{color:link};
  127. text-decoration:none;
  128. -webkit-transition:all 1s ease-in-out;
  129. -moz-transition:all 1s ease-in-out;
  130. -o-transition:all 1s ease-in-out;
  131. -ms-transition:all 1s ease-in-out;
  132. transition:all 1s ease-in-out;
  133. }
  134.  
  135. a:hover {
  136. color:{color:linkhover};
  137. }
  138.  
  139. h1 , h2 {
  140. font-size:11px;
  141. font-weight:100;
  142. font-style:none;
  143. line-height:100%;
  144. text-align:left;
  145. letter-spacing:1px;
  146. text-transform:uppercase;
  147. font-family: 'Open Sans Condensed', sans-serif;
  148. }
  149.  
  150.  
  151. #entries {
  152. width:300px;
  153. margin:0 auto;
  154. margin-top:100px;
  155. position:auto;
  156. }
  157.  
  158. #post {
  159. width:250px;
  160. font-style:none;
  161. margin-bottom:30px;
  162. padding:20px;
  163. background:#fff;
  164. border:1px solid #f5f5f5;
  165. }
  166.  
  167. /* -- like and reblog buttons -- */
  168.  
  169. svg {
  170. width:10px;
  171. height:auto;
  172. opacity:.5;
  173. padding:1px;
  174. overflow:visible;
  175. }
  176. .controls a {
  177. position:relative;
  178. display:inline-block;
  179. overflow:hidden;
  180. padding:1px;
  181. width:12px;
  182. height:12px;
  183. }
  184. .controls .reblog {
  185. opacity:.93;
  186. }
  187. .controls .reblog svg {
  188. width:9px;
  189. margin-top:1px;
  190. }
  191. .controls .like .liked + svg {
  192. opacity:1;
  193. }
  194. .controls .like .liked + svg path {
  195. fill:#ec5a5a;
  196. }
  197. .controls .like .like_button {
  198. position:relative;
  199. }
  200. .controls .like .like_button iframe {
  201. position:absolute;
  202. top:0;
  203. left:0;
  204. bottom:0;
  205. right:0;
  206. z-index:2;
  207. opacity:0;
  208. }
  209.  
  210. #buttons {
  211. margin:0 auto; margin-top:5px;
  212. background:#fff;
  213. width:250px; text-align:right;
  214. }
  215.  
  216. /* --- sidebar ---*/
  217.  
  218.  
  219. .sidebar {
  220. width:150px;
  221. height:150px;
  222. padding:10px;
  223. margin-left:18%;
  224. position:fixed;
  225. margin-top:110px;
  226. }
  227.  
  228. #icon img {
  229. width:45px;
  230. border-radius:100%;
  231. }
  232.  
  233. .title {
  234. font-family: 'Open Sans Condensed', sans-serif;
  235. font-size:11px;
  236. text-align:left;
  237. letter-spacing:1px;
  238. text-transform:uppercase;
  239. width:150px;
  240. padding-bottom:5px;
  241. font-weight:100;
  242. border-bottom: dashed 1px #f5f5f5;
  243. margin:0 auto;
  244. margin-top:15px;
  245. color:{color:text};
  246. }
  247.  
  248.  
  249.  
  250. #description {
  251. margin:0 auto;
  252. margin-top:15px;
  253. width:150px;
  254. background:#fff;
  255. height:100px;
  256. position:fixed;
  257. text-align:left;
  258. font-family: 'Open Sans Condensed', sans-serif;
  259. font-size:10px;
  260. text-transform:lowercase;
  261. font-weight:100;
  262. letter-spacing:1px;
  263. }
  264.  
  265. #updates {
  266. margin:0 auto;
  267. margin-top:15px;
  268. width:150px;
  269. height:200px;
  270. background:#fff;
  271. position:fixed;
  272. text-align:left;
  273. font-family: 'Open Sans Condensed', sans-serif;
  274. font-size:10px;
  275. text-transform:lowercase;
  276. font-weight:100;
  277. letter-spacing:1px;
  278. }
  279.  
  280. /* --- LINKS ---*/
  281.  
  282. #links {
  283. display:block;
  284. font-family: 'Open Sans Condensed', sans-serif;
  285. width:150px;
  286. margin:0 auto;
  287. background:#fff;
  288. text-align:left;
  289. margin-top:10px;
  290. position:fixed;
  291. }
  292.  
  293.  
  294. #links a {
  295. font-family: 'Open Sans Condensed', sans-serif;
  296. letter-spacing:0.5px;
  297. text-transform:lowercase;
  298. font-size:10px;
  299. padding:5px;
  300. text-align:left;
  301. width:60px;
  302. display:block;
  303. margin:5px;
  304. font-weight:100;
  305. border-bottom: solid 1px #f5f5f5;
  306. }
  307.  
  308. #links a:hover {
  309. width:100px;
  310. }
  311.  
  312.  
  313.  
  314. .main {
  315. width: 150px;
  316. height:50px;
  317. margin:0 auto;
  318. margin-top:20px;
  319. text-align:center;
  320. position:auto;
  321. font-family: 'Open Sans Condensed', sans-serif;
  322. text-transform:uppercase;
  323. font-size:8px;
  324. letter-spacing:0.5px;
  325. font-weight:100;
  326. }
  327.  
  328. .tab {
  329. width:150px;
  330. margin: 0 auto;
  331. font-family: 'Open Sans Condensed', sans-serif;
  332. display:inline;
  333. text-align:center;
  334. background:#fff;
  335. }
  336.  
  337. .tab label {
  338. color: {color:text};
  339. letter-spacing: 2px;
  340. font-size: 12px;
  341. line-height: 14px;
  342. width:100px;
  343. padding: 5px;
  344. text-transform: uppercase;
  345. height: 15px;
  346. margin:0 auto;
  347. text-align: center;
  348. cursor: help;
  349. font-family: 'Open Sans Condensed', sans-serif;
  350. display:inline;
  351. margin-bottom: 5px;
  352. -webkit-transition:all 1s ease-in-out;
  353. -moz-transition:all 1s ease-in-out;
  354. -o-transition:all 1s ease-in-out;
  355. -ms-transition:all 1s ease-in-out;
  356. transition:all 1s ease-in-out;
  357. }
  358.  
  359. .tab label:hover {
  360. -webkit-transition:all 1s ease-in-out;
  361. -moz-transition:all 1s ease-in-out;
  362. -o-transition:all 1s ease-in-out;
  363. -ms-transition:all 1s ease-in-out;
  364. transition:all 1s ease-in-out;
  365. }
  366.  
  367. [type=radio]:checked ~ label {
  368. z-index: 2;
  369. color:{color:linkhover};
  370. }
  371.  
  372. .tab [type=radio] {
  373. display: none;
  374. -webkit-transition:all 1s ease-in-out;
  375. -moz-transition:all 1s ease-in-out;
  376. -o-transition:all 1s ease-in-out;
  377. -ms-transition:all 1s ease-in-out;
  378. transition:all 1s ease-in-out;
  379. }
  380.  
  381. .content {
  382. color: {color:text};
  383. width: 150px;
  384. margin-top: 30px;
  385. margin:0 auto;
  386. background:#fff;
  387. height: 60px;
  388. padding-bottom:2px;
  389. font-size:8px
  390. text-transform:lowercase;
  391. font-family: 'Open Sans Condensed', sans-serif;
  392. text-align: justify;
  393. position: absolute;
  394. -webkit-transition:all 1s ease-in-out;
  395. -moz-transition:all 1s ease-in-out;
  396. -o-transition:all 1s ease-in-out;
  397. -ms-transition:all 1s ease-in-out;
  398. transition:all 1s ease-in-out;
  399. }
  400.  
  401. .content a {
  402. color: {color:link};
  403. font-size: 8px;
  404. font-family: 'Open Sans Condensed', sans-serif;
  405. display: block;
  406. text-decoration: none;
  407. text-transform: uppercase;
  408. }
  409.  
  410. .content a:hover {
  411. color:{color:linkhover};
  412.  
  413. }
  414.  
  415.  
  416. [type=radio]:checked ~ label ~ .content {
  417. z-index: 1;
  418. }
  419.  
  420. /* ---------------------------- POST INFO -----------------------------*/
  421.  
  422. #info {
  423. font-family: 'Open Sans Condensed', sans-serif;
  424. font-size:10px;
  425. text-transform:uppercase;
  426. font-weight:100;
  427. margin-top:-20px;
  428. margin-left:275px;
  429. letter-spacing:1px;
  430. }
  431.  
  432. #info a {
  433. margin-top:8px;
  434. letter-spacing:1px;
  435. }
  436.  
  437. /* ---------------------------- POST NOTES ------------------------- */
  438.  
  439. ol.notes {
  440. display:block;
  441. text-align:left;
  442. list-style-type:none;
  443. margin-left:-20px;
  444. }
  445.  
  446. ol.notes img.avatar {display: none;}
  447.  
  448. ol.notes li.note{
  449. padding:10px;
  450. }
  451.  
  452. .pagenotes {
  453. text-align:left;
  454. margin-top:15px;
  455. margin-left:10px;
  456. }
  457.  
  458.  
  459.  
  460. #pt {
  461. font-size:9px;
  462. letter-spacing:0.5px;
  463. font-weight:100;
  464. text-transform:uppercase;
  465. font-family: 'Open Sans Condensed', sans-serif;
  466. padding-bottom:5px; padding-top:5px;
  467. border-bottom: dashed 1px #f5f5f5;
  468. }
  469.  
  470. /* --- POST TYPES --- */
  471.  
  472. /* CHAT */
  473.  
  474. ul.chat{
  475. list-style:none;
  476. margin-left:-40px;
  477. }
  478.  
  479. .chat span {
  480. float: left;
  481. }
  482.  
  483. #label {
  484. font-size:8px;
  485. letter-spacing:0.5px;
  486. font-weight:100;
  487. text-transform:uppercase;
  488. font-family: 'Open Sans Condensed', sans-serif;
  489. padding-bottom:5px; padding-top:5px;
  490. border:1px; border-width:1px; border-style:solid; border-color:{color:border};
  491. border-top:none; border-left:none; border-right:none;
  492. }
  493.  
  494. #quote {
  495. font-size:11px;
  496. font-weight:100;
  497. font-style:none;
  498. line-height:100%;
  499. text-align:justify;
  500. letter-spacing:1px;
  501. text-transform:uppercase;
  502. font-family: 'Open Sans Condensed', sans-serif;
  503. }
  504.  
  505. #qs {
  506. font-family: 'Open Sans Condensed', sans-serif;
  507. font-size:8px;
  508. font-weight:none;
  509. letter-spacing:1px;
  510. text-transform:uppercase;
  511. }
  512.  
  513. /* QUESTIONS */
  514.  
  515. .question{
  516. font-size:11px; letter-spacing:1px;
  517. margin-bottom:20px;
  518. text-transform:none;
  519. }
  520.  
  521. .answer {
  522. font-size:11px;
  523. border-top: dashed 1px #f5f5f5;
  524. padding-top:5px; letter-spacing:1px;
  525. }
  526.  
  527. .askerimg{
  528. position:relative;
  529. display:inline-block;
  530. margin-right:5px;
  531. margin-top:12px;
  532.  
  533. }
  534.  
  535. .askerimg img {
  536. border-radius:100%;
  537. }
  538.  
  539.  
  540. #musicinfo {
  541. line-height:120%;
  542. }
  543.  
  544.  
  545.  
  546. /* --- NAV ---*/
  547.  
  548. #pagi
  549. {
  550. font-size:12px;
  551. width:250px;
  552. margin:0 auto;
  553. margin-bottom:10px;
  554. height:20px;
  555. font-family: 'Open Sans Condensed', sans-serif;
  556. text-align:right;
  557. border-bottom:dashed 1px #f5f5f5;
  558. padding-bottom:3px;
  559. letter-spacing:1px;
  560. font-style:none;
  561. }
  562.  
  563.  
  564. /* --- CREDIT ---*/
  565.  
  566. #mine a{
  567. position:fixed;
  568. padding:5px;
  569. font-family:arial;
  570. font-size:12px;
  571. right:10px;
  572. bottom:10px;
  573. text-align:center;
  574. background:#fff;
  575. color:{color:text};
  576. }
  577.  
  578. {CustomCSS}</style></head><body>
  579.  
  580.  
  581. <div class="sidebar">
  582. <center><div id="icon"><img src="{image:icon}"/></div></center>
  583.  
  584. <div class="title">{title}</div>
  585.  
  586. <div class="main">
  587.  
  588. <div class="tab">
  589. <input type="radio" id="tab-1" name="tab-group-1" checked>
  590. <label for="tab-1" title="DESCRIPTION"><span class="lnr lnr-home"></span></label>
  591.  
  592. <div class="content"> <div id="description">{Description}
  593. </div></div></div>
  594.  
  595. <div class="tab">
  596. <input type="radio" id="tab-2" name="tab-group-1">
  597. <label for="tab-2" title="LINKS"><span class="lnr lnr-link"></span></label>
  598.  
  599. <div class="content">
  600. <div id="links">
  601. <a href="{text:link 1 url}">{text:link 1}</a>
  602. <a href="{text:link 2 url}">{text:link 2}</a>
  603. <a href="{text:link 3 url}">{text:link 3}</a>
  604. <a href="{text:link 4 url}">{text:link 4}</a>
  605. </div>
  606. </div>
  607. </div>
  608.  
  609. <div class="tab">
  610. <input type="radio" id="tab-3" name="tab-group-1">
  611. <label for="tab-3" title="UPDATES"><span class="lnr lnr-menu"></span></label>
  612. <div class="content">
  613. <div id="updates">{text:Updates}</div>
  614. </div>
  615. </div>
  616.  
  617.  
  618.  
  619.  
  620. <div id="scrollbar">{scrollbar}</div>
  621.  
  622. {block:HasPages}{block:Pages}
  623.  
  624. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  625.  
  626. </div></center></div></a>
  627.  
  628.  
  629. <div id="entries">
  630. {block:Posts}<div id="post">
  631.  
  632. <div id="info">
  633. {block:Date}
  634. <a href="{Permalink}" title="{DayofWeek} {MonthNumber}.{DayofMonth}
  635. {block:NoteCount} /{NoteCount} notes / {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} & {block:ContentSource}{SourceTitle}{/block:ContentSource}"{/block:NoteCount}><span class="lnr lnr-file-empty"></span>
  636. {/block:Date}</a>
  637. </div>
  638.  
  639. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  640.  
  641. {block:blockquote}{/block:blockquote}
  642.  
  643. {block:Photo}
  644. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:Caption}
  645. {/block:Photo}
  646.  
  647. {block:Photoset}
  648. <center>{Photoset-250}</center>
  649. {/block:Photoset}
  650.  
  651. <div id="quote">{block:Quote}"{Quote}"<div id="qs">{block:Source}
  652. — {Source}{/block:Source}</div>{/block:Quote}
  653.  
  654. </div>
  655.  
  656. <!--CAPTIONS-->
  657. {block:Ifhidecaptions}
  658. {block:permalink}
  659. {block:Caption}
  660. {Caption}
  661. {/block:Caption}
  662. {/block:permalink}
  663. {/block:Ifhidecaptions}
  664. {block:Ifnothidecaptions}
  665. {block:Caption}
  666. {Caption}
  667. {/block:Caption}
  668. {/block:Ifnothidecaptions}
  669.  
  670. <!--ANSWER POST-->
  671. {block:Answer}
  672. <div class="askerimg"><img src="{AskerPortraitURL-16}"></div>
  673. <u>{Asker}: </u></span>
  674. <span class="question">{Question}</span>
  675. <p><div class="answer">{Answer}</div>
  676. {/block:Answer}
  677.  
  678. <div id="buttons">
  679. <div class="controls">
  680. <a href="{ReblogURL}" target="_blank" class="reblog">
  681. <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>
  682. </a>
  683. <a href="#" class="like">{LikeButton}
  684. <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>
  685. </a>
  686. </div>
  687. </div>
  688.  
  689.  
  690.  
  691. <!----- AUDIO POSTS ---->
  692. {block:Audio}
  693. {block:AudioPlayer}
  694. {AudioPlayerGrey}
  695. {/block:AudioPlayer}
  696. <br><br><div id="musicinfo">
  697. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  698. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  699. {block:Album}Album: {Album}{/block:Album}<br>
  700. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  701. </div>
  702. {/block:Audio}
  703.  
  704.  
  705.  
  706.  
  707. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  708.  
  709. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="label">{Label} {/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  710.  
  711.  
  712. {block:Video}{Video-250}{/block:Video}
  713.  
  714. </div>
  715.  
  716.  
  717. {block:PostNotes}<div id="pt">{PostNotes}</div>{/block:PostNotes}
  718. {/block:Posts}</div>
  719.  
  720. <div id="pagi"> {block:Pagination}
  721. {block:PreviousPage}
  722. <a href="{PreviousPage}">LAST /</a>
  723. {/block:PreviousPage}
  724.  
  725. {block:NextPage}
  726. <a href="{NextPage}">NEXT </a>
  727. {/block:NextPage}
  728. {/block:Pagination}
  729. </div>
  730.  
  731.  
  732. <!--basic tooltip from tutorial-baby! Enjoy-->
  733.  
  734. <style>
  735. .tooltip{
  736. display: inline;
  737. position: relative;
  738. }
  739. #s-m-t-tooltip {
  740. max-width:120px; /*how big the tooltip can be at most*/
  741. border-radius: 0px; /*change your border radius*/
  742. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  743. margin:20px 7px -2px 20px; /*distance from word*/
  744. background-color:#ffffff; /*background color*/
  745. font-family: 'Open Sans Condensed', sans-serif; /*tooltip font*/
  746. font-size:9px; /*tooltip font size*/
  747. letter-spacing:1px; /*tooltip letter spacing*/
  748. text-transform:uppercase; /*makes the tooltip title uppercase*/
  749. color:{color:linkhover}; /*tooltip font color*/
  750. z-index:999999999999999999999999999999999999;
  751. border: dashed 1px #f5f5f5;
  752. }
  753. </style>
  754.  
  755.  
  756.  
  757. <!------ S C R I P T S! ------>
  758.  
  759. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  760. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  761. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  762.  
  763. <div id="mine">
  764. <a href="http://ilyhazz.tumblr.com" title="theme by ilyhazz"><span class="lnr lnr-code"></span></a>
  765.  
  766. </div>
  767. </body>
  768. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement