Advertisement
tanaxmercedes

Theme #18: Lovingly

Sep 21st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.63 KB | None | 0 0
  1. <!--
  2.  
  3. ╔═════════════════════════════╗
  4. Lovingly Theme by
  5. ELEGANCE THEMES
  6.  
  7.  
  8. Do not Remove credit or take
  9. any ownership over any parts
  10. of my coding. That is
  11. considered stealing and it is
  12. very much illegal.
  13. ╚═════════════════════════════╝
  14.  
  15.  
  16.  
  17. . . .
  18. Credits
  19. - Basecode by Hisabeel
  20. - Audio inspired by Seedfawn
  21. - Entry outline inspired by Hisabeel
  22. . . .
  23. -->
  24. <html lang="en">
  25. <script type="text/javascript">
  26. <!--
  27.  
  28. // Disable Right Click Script
  29.  
  30. function IE(e)
  31. {
  32. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  33. {
  34. return false;
  35. }
  36. }
  37. function NS(e)
  38. {
  39. if (document.layers || (document.getElementById && !document.all))
  40. {
  41. if (e.which == "2" || e.which == "3")
  42. {
  43. return false;
  44. }
  45. }
  46. }
  47. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  48.  
  49. //-->
  50. </script>
  51.  
  52. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  53. <meta name="color:Background" content="#fafafa"/>
  54. <meta name="color:Title" content="#eeeeee"/>
  55. <meta name="color:Text" content="#999999"/>
  56. <meta name="color:Link" content="#eeeeee"/>
  57. <meta name="color:Hover" content="#ffffff"/>
  58. <meta name="color:Blog Title" content="#eeeeee"/>
  59. <meta name="image:Background" content=""/>
  60. <meta name="image:First Sidebar" content=""/>
  61. <meta name="image:Second Sidebar" content=""/>
  62. <meta name="image:Favicon" content=""/>
  63. <meta name="text:Blog Title" content="Lovingly"/>
  64. <meta name="text:Tab Title" content="Lovingly Theme"/>
  65. <meta name="color:Blog Accent" content="#b38989"/>
  66. <meta name="text:Name" content="Name"/>
  67.  
  68. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  69. <meta name="text:Link One" content="" />
  70. <meta name="text:Link Two" content="" />
  71. <meta name="text:Link Three" content="" />
  72. <meta name="text:Link Four" content="" />
  73. <meta name="text:Link Five" content="" />
  74. <meta name="text:Link Six" content="" />
  75.  
  76. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  77. <meta name="text:Link 1 hover text" content="Title Here" />
  78. <meta name="text:Link 2 hover text" content="Title Here" />
  79. <meta name="text:Link 3 hover text" content="Title Here" />
  80. <meta name="text:Link 4 hover text" content="Title Here" />
  81. <meta name="text:Link 5 hover text" content="Title Here" />
  82. <meta name="text:Link 6 hover text" content="Title Here" />
  83. </script>
  84.  
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.  
  88. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  89.  
  90. <script>
  91.  
  92. (function($){
  93.  
  94. $(document).ready(function(){
  95.  
  96. $("a[title]").style_my_tooltips({
  97.  
  98. tip_follows_cursor:true,
  99.  
  100. tip_delay_time:90,
  101.  
  102. tip_fade_speed:600,
  103.  
  104. attribute:"title"
  105.  
  106. });
  107.  
  108. });
  109.  
  110. })(jQuery);
  111.  
  112. </script>
  113. <!--basic tooltip from tutorial-baby! Enjoy-->
  114. <style>
  115. .tooltip{
  116. display: inline;
  117. position: relative;
  118. }
  119. #s-m-t-tooltip {
  120. max-width:300px; /*how big the tooltip can be at most*/
  121. border-radius: 0px; /*change your border radius*/
  122. padding:4px; /*padding inside tooltip*/
  123. margin:10px 7px -2px 20px; /*distance from word*/
  124. background-color:#ffffff; /*background color*/
  125. font-family:trebuchet ms; /*tooltip font*/
  126. box-shadow:rgba(0,0,0,.03) 4px 4px;
  127. font-size:9px; /*tooltip font size*/
  128. letter-spacing:px; /*tooltip letter spacing*/
  129. text-transform:uppercase; /*makes the tooltip title uppercase*/
  130. color:#999; /*tooltip font color*/
  131. z-index:999999999999999999999999999999999999;
  132. }
  133.  
  134. </style>
  135.  
  136.  
  137. <style type="text/css">
  138. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  139. iframe#tumblr_controls{
  140. z-index:9;
  141. opacity:0.1 !important;
  142. -webkit-filter:invert(100%);
  143. top:0px !important;
  144. right:8px !important;
  145. position:fixed!important;
  146. }
  147. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:0.2; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}
  148. iframe#tumblr_controls:hover {opacity:.4; !important; -webkit-transition:opacity 0.7s linear; opacity:1.0; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  149.  
  150.  
  151. /*--SCROLLBAR IS THE SIDE BAR THAT APPEARS ON RIGHT CORNER OF THE THEME, WHAT DOES WALKING DOWN THE BLOG AND UP, JUST CHANGE NOW FOR EXPERIENCED--*/
  152. ::-webkit-scrollbar {width: 5px; height: 4px; background-color:{color:Blog Accent}; }
  153.  
  154. ::-webkit-scrollbar-thumb { background-color:#bbb }
  155.  
  156.  
  157. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  158. a:link, a:active, a:visited{
  159. color:{color:Link};
  160. font-style:italic;
  161. text-decoration:none;
  162. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
  163.  
  164. a:hover{
  165. color:{color:Hover};
  166. font-style:italic;
  167. text-decoration:underline;
  168. -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
  169. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  170.  
  171.  
  172. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  173. #audio {
  174. width:200px;
  175. height:auto;
  176. min-height:60px;
  177. padding-bottom:0px;
  178. }
  179.  
  180. .cover {
  181. border:0px {color:Blog Accent} inset;
  182. position:absolute;
  183. z-index:1;
  184. width:60px;
  185. height:60px;
  186. }
  187.  
  188. .cover img {
  189. float:left;
  190. width:60px;
  191. height:60px;
  192. }
  193.  
  194. .playbox {
  195. opacity:0.6;
  196. width:27px;
  197. height:30px;
  198. overflow:hidden;
  199. position:absolute;
  200. z-index:1000;
  201. margin-left:20px;
  202. margin-top:20px;
  203. text-align:center;
  204. }
  205.  
  206. .info {
  207. margin-left:73px;
  208. margin-top:4px;
  209. line-height:14px;
  210. }
  211.  
  212. #cunt{width:250px; height:auto;}
  213. {block:PermalinkPage}
  214. width:10px;
  215. {/block:PermalinkPage}
  216. }
  217.  
  218. #center{
  219. padding-top:3px;
  220. padding-bottom:3px;
  221. position:fixed !important;
  222. width:250px;
  223. height:207px;
  224. background-color:#fff;
  225. {block:PermalinkPage}
  226. width:410px;
  227. height:207px;
  228. {/block:PermalinkPage}
  229. }
  230.  
  231. @font-face { font-family: "muli"; src: url('https://dl.dropboxusercontent.com/s/swqjp2tlc6l94cj/muli-light.ttf?dl=1'); format(“truetype”);}
  232.  
  233. body {
  234. padding: 0px;
  235. margin: 0px;
  236. color:{color:text};
  237. font-family: muli;
  238. line-height:13px;
  239. font-size:12px;
  240. background-color: {color:Background};
  241. background-image:url({image:Background});
  242. background-attachment: fixed;
  243. background-repeat: repeat;
  244. }
  245.  
  246. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  247. #posts{
  248. float:center;
  249. {block:indexpage}
  250. width:650px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  251. {/block:indexpage}
  252. {block:permalinkpage}
  253. width:600px;
  254. {/block:permalinkpage}
  255. margin-left:80px;
  256. margin-top:30px;
  257. z-index:99;
  258. }
  259.  
  260. /*--CUSTOMIZE ENTRY SETTINGS--*/
  261. #entry img{
  262. {block:indexpage}
  263. outline:6px solid rgba(0, 0, 0, 0.4);
  264. outline-offset:-10px;
  265. border:4px solid {color:Blog Accent};
  266. max-width:200px;
  267. opacity:1;
  268. z-index:99;
  269. -webkit-transition:all 0.7s ease-out;
  270. -moz-transition:all 0.7s ease-out;
  271. transition:all 0.7s ease-out;
  272. {/block:indexpage}
  273. }
  274.  
  275. #entry{
  276. z-index:99;
  277. margin:36px;
  278. float:left;
  279. background:transparent;
  280. font-size:10px;
  281. line-height:13px;
  282. text-transform:normal;
  283. width:200px;
  284. {block:PermalinkPage}
  285. opacity:1;
  286. width:360px;
  287. margin-top:30px;
  288. margin-left:13px;
  289. z-index:999;
  290. {/block:PermalinkPage}
  291. -moz-transition: all 3.9s ease-out;
  292. -o-transition: all 3.9s ease-out;
  293. -webkit-transition: all 3.9s ease-out;
  294. transition: all 3.9s ease-out;
  295. }
  296.  
  297. #entry:hover{
  298. -moz-transition: all .9s ease-out;
  299. -o-transition: all .9s ease-out;
  300. -webkit-transition: all .9s ease-out;
  301. transition: all .9s ease-out;
  302. }
  303.  
  304.  
  305. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  306. #entry .perma{
  307. width:auto;
  308. height:auto;
  309. font-family:times;
  310. font-size:8px;
  311. line-height:12px;
  312. text-align:left;
  313. text-transform:uppercase;
  314. background:;
  315. border:0px solid #eee;
  316. position:absolute;
  317. z-index:99999;
  318. overflow:hidden;
  319. bottom:-10px;
  320. margin-left:0px;
  321. padding:6px;
  322. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  323. -webkit-transition:all 0.5s linear;
  324. -moz-transition:all 0.5s linear;
  325. transition:all 0.5s linear;
  326. }
  327.  
  328. #entry:hover .perma{
  329. overflow:visible;
  330. opacity:1;
  331. bottom:-20px;
  332. transform: rotate(0deg);
  333. -ms-transform: rotate(0deg);
  334. -webkit-transform: rotate(0deg);
  335. -o-transform: rotate(0deg);
  336. -moz-transform: rotate(0deg);
  337. -webkit-transition: all 0.5s linear;
  338. -webkit-transition: all 0.5s linear;
  339. -moz-transition: all 0.5s linear;
  340. transition: all 0.5s linear;
  341. }
  342.  
  343. .permalinktext{
  344. display:block;
  345. text-align:right;
  346. text-decoration:none;
  347. font-size:8px;
  348. letter-spacing:1px;
  349. padding-top:5px;
  350. text-transform:uppercase;
  351. background:transparent;
  352. border:0px solid #f3f3f3;
  353. padding:2px;
  354. }
  355.  
  356.  
  357. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  358. .title{
  359. font-family:times;
  360. font-size:20px;
  361. line-height:12px;
  362. color:{color:Title};
  363. font-weight:normal;
  364. }
  365.  
  366.  
  367. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  368. #blogtitle{
  369. position: fixed !important;
  370. z-index:99999;
  371. width:250px;
  372. top:15px;
  373. left:20px;
  374. color:#fff;
  375. font-family:trebuchet ms;
  376. text-transform:uppercase;
  377. font-size:20px;
  378. line-height:10px;
  379. letter-spacing:-1px;
  380. font-style:italic;
  381. }
  382. #blogtitlesh{
  383. position: fixed !important;
  384. z-index:9999;
  385. width:250px;
  386. top:15px;
  387. left:17px;
  388. color:{color:Blog Title};
  389. font-family:trebuchet ms;
  390. text-transform:uppercase;
  391. font-size:20px;
  392. line-height:10px;
  393. letter-spacing:-1px;
  394. font-style:italic;
  395. }
  396.  
  397. /*--CUSTOMIZE SIDEBAR--*/
  398. #sidebar{
  399. position:fixed !important;
  400. width:400px;
  401. height:140px;
  402. bottom:200px;
  403. right:20px;
  404. padding:12px;
  405. background-color:transparent;
  406. border:0px solid #eee;
  407. }
  408.  
  409. #topbar11 {
  410. height:3px;
  411. width:100px;
  412. bottom:200px;
  413. right:300px;
  414. background-color:{color:Blog Accent};
  415. border:1px solid #fff;
  416. border-left:none;
  417. z-index:;
  418. position:fixed;}
  419.  
  420. #topbar12 {
  421. height:3px;
  422. width:100px;
  423. bottom:340px;
  424. right:243px;
  425. background-color:{color:Blog Accent};
  426. border:1px solid #fff;
  427. border-right:none;
  428. z-index:;
  429. position:fixed;}
  430.  
  431. #topbar13 {
  432. height:100px;
  433. width:3px;
  434. bottom:180px;
  435. right:160px;
  436. background-color:{color:Blog Accent};
  437. border:1px solid #fff;
  438. z-index:;
  439. position:fixed;}
  440.  
  441. #topbar21 {
  442. height:100px;
  443. width:3px;
  444. bottom:180px;
  445. right:470px;
  446. background-color:{color:Blog Accent};
  447. border:1px solid #fff;
  448. z-index:;
  449. position:fixed;}
  450.  
  451. /*--CUSTOMIZE DESCRIPTION--*/
  452. #desc{
  453. position:fixed !important;
  454. opacity:1.0;
  455. background:#fff;
  456. width:440px;
  457. max-height:100px;
  458. padding:12px;
  459. color:#999;
  460. margin-top:180px;
  461. margin-left:-120px;
  462. font-size:10px;
  463. line-height:13px;
  464. font-family:times;
  465. border:1px solid #eee;
  466. text-align:justify; /*--you can put center, left, right or justify--*/
  467. }
  468.  
  469. /*--CUSTOMIZE LINKS--*/
  470. #links{
  471. line-height:40px;
  472. opacity:1.0;
  473. position:fixed!important;
  474. width:auto;
  475. height:auto;
  476. padding:0px;
  477. background:transparent;
  478. margin-left:65px;
  479. margin-top:17px;
  480. -webkit-transition: all 0.9s ease-in-out;
  481. -moz-transition: all 0.9s ease-in-out;
  482. -o-transition: all 0.9s ease-in-out;
  483. }
  484.  
  485. #links a{
  486. margin-left:10px;
  487. padding:10px;
  488. background:#fff;
  489. color:#bbb;
  490. font-size:10px;
  491. font-family:trebuchet ms;
  492. letter-spacing:0px;
  493. text-transform:none;
  494. font-style:none;
  495. text-decoration:none;
  496. -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
  497. -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
  498. box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
  499. }
  500.  
  501. #links a:hover{
  502. font-style:none;
  503. text-decoration:none;
  504. -webkit-box-shadow: inset 0px 25px 0px 0px rgba(0,0,0,0.75);
  505. -moz-box-shadow: inset 0px 25px 0px 0px rgba(0,0,0,0.75);
  506. box-shadow: inset 0px 25px 0px 0px rgba(0,0,0,0.75);
  507. background:{color:Blog Accent};
  508. }
  509.  
  510. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  511. #infscr-loading{
  512. bottom: -70px;
  513. position: absolute;
  514. left: 50%;
  515. margin-left:-8px;
  516. width:16px;
  517. height:11px;
  518. overflow:hidden;
  519. margin-bottom: 50px;
  520. }
  521.  
  522. #postnotes{
  523. float:right;
  524. background:#f4f4f4;
  525. border:3px solid #eee;
  526. overflow-y:scroll;
  527. overflow-x:hidden;
  528. height:150px;
  529. text-align: justify;}
  530.  
  531. #postnotes blockquote{
  532. border:3px solid #eee;}
  533.  
  534. blockquote{
  535. padding:0px 0px 2px 5px;
  536. margin:0px 0px 2px 10px;
  537. border-left: 1px dotted #eee;
  538. }
  539.  
  540. blockquote p, ul{
  541. margin:0px;
  542. padding:0px;
  543. }
  544.  
  545.  
  546. #top {
  547. height:30px;
  548. width:100%;
  549. top:0;
  550. background-color:{color:Blog Accent};
  551. z-index:999;
  552. position:fixed;}
  553.  
  554. #left {
  555. width:20px;
  556. height:100%;
  557. background-color:{color:Blog Accent};
  558. z-index:999;
  559. left:0;
  560. top:-10px;
  561. position:fixed;}
  562.  
  563. #bottom {
  564. height:20px;
  565. width:100%;
  566. bottom:0;
  567. background-color:{color:Blog Accent};
  568. z-index:999;
  569. position:fixed;}
  570.  
  571. #right {
  572. width:15px;
  573. height:100%;
  574. right:0;
  575. top:-10px;
  576. background-color:{color:Blog Accent};
  577. z-index:999;
  578. position:fixed;}
  579.  
  580. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  581. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  582. </style>
  583.  
  584. <!--THE TITLE IS THE SMALL TITLE THAT APPEARS IN TAB THE BLOG IN FRONT OF FAVICON, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/HBen83kl0/title.png -->
  585. <title>{text:Tab Title}</title>
  586. <!--THE FAVICON IS THE SMALL ICON THAT APPEARS IN TAB THE BLOG, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/jOrn83kin/favicon.png -->
  587. <link rel="shortcut icon" href="{image:Favicon}">
  588.  
  589. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  590. <meta name="viewport" content="width=720" />
  591. </head>
  592.  
  593. <body>
  594.  
  595. <div id="topbar11"></div>
  596. <div id="topbar12"></div>
  597. <div id="topbar13"></div>
  598.  
  599. <div id="topbar21"></div>
  600. <div id="topbar22"></div>
  601. <div id="topbar23"></div>
  602.  
  603. <div id="top"></div>
  604. <div id="right"></div>
  605. <div id="bottom"></div>
  606. <div id="left"></div>
  607. <div id="center">
  608. <div id="content">
  609.  
  610. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  611. <div id="blogtitle" href="/">{text:Blog Title}</div>
  612. <div id="blogtitlesh" href="/">{text:Blog Title}</div>
  613.  
  614. <!--THIS CODE DOES WORK SIDEBAR-->
  615. <div id="sidebar">
  616. <!--THIS CODE DOES WORK DESCRIPTION-->
  617. <div id="desc">{description}</div>
  618.  
  619.  
  620. <!--THIS CODE DOES WORK LINKS-->
  621. <div id="links">
  622. <a href="{text:Link One}" title="{text:Link 1 hover text}">01</a>
  623. <a href="{text:Link Two}" title="{text:Link 2 hover text}">02</a><br>
  624. <a href="{text:Link Three}" title="{text:Link 3 hover text}">03</a>
  625. <a href="{text:Link Four}" title="{text:Link 4 hover text}">04</a> <br>
  626. <a href="{text:Link Five}" title="{text:Link 5 hover text}">05</a>
  627. <a href="{text:Link Six}" title="{text:Link 6 hover text}">06</a>
  628. </div>
  629.  
  630.  
  631. <!--THIS CODE DOES WORK IMAGE OF SIDEBAR-->
  632. <div style="z-index:999999999;">
  633. <img src="{image:first sidebar}" style="margin-left:-120px; border:8px solid {color:Blog Accent}; padding:10px; opacity:1; width:120px; height:120px; outline:4px #bbb solid; outline-offset:-8px; background:{color:background};">
  634.  
  635. <img src="{image:second sidebar}" style="margin-left:150px; border:8px solid {color:Blog Accent}; padding:10px; opacity:1; width:120px; height:120px; outline:4px #bbb solid; outline-offset:-8px; background:{color:background};">
  636. </div>
  637. </div>
  638.  
  639.  
  640. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  641. <div id="posts">
  642. {block:Posts}
  643. <div id="entry">
  644.  
  645. {block:Text}
  646. {block:Title}<span class="title">{Title}</span>{/block:Title}
  647. <span class="entrytext">{Body}</span></a>
  648. {block:IndexPage}<br>
  649. <div class="permalinktext">
  650. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  651. {/block:Text}
  652.  
  653. {block:Link}
  654. <a href="{URL}" class="title">{Name}</a>
  655. {block:Description}{Description}{/block:Description}
  656. {block:IndexPage}<br>
  657. <div class="permalinktext">
  658. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  659. </div>
  660. {/block:IndexPage}
  661. {block:Link}
  662.  
  663. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  664. <div class="perma">
  665. <a title="go to the permalink page" href="{Permalink}"><font color="">{NoteCount}</font></a>
  666. <a title="click to reblog" href="{ReblogURL}"><font color="">reblog</font></a></center></div>{/block:IndexPage}
  667.  
  668. {block:IndexPage}
  669. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  670. {/block:IndexPage}
  671. {block:permalinkpage}{LinkOpenTag}<center>
  672. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  673. {LinkCloseTag}</center>{/block:permalinkpage}
  674. {/block:Photo}
  675.  
  676.  
  677. <!--Credit to tanathekittygoesrawr.tumblr.com-->
  678. {block:Photoset}
  679. {block:Photos}
  680. <div class="media">
  681. {LinkOpenTag}
  682. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  683. {LinkCloseTag}
  684. </div>
  685. {/block:Photos}
  686. {block:IndexPage}<div class="lovely"></div>
  687. <div class="perma">
  688. <a title="go to the permalink page" href="{Permalink}"><font color="">{NoteCount}</font></a>
  689. <a title="click to reblog" href="{ReblogURL}"><font color="">reblog</font></a></center></div>{/block:IndexPage}
  690. {/block:Photoset}
  691. <!--Do not remove credit; or you will be reported-->
  692.  
  693.  
  694. {block:Quote}
  695. <div class="quote">❝ {quote}</div>
  696. {block:IndexPage}<br>
  697. <div class="permalinktext">
  698. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  699. {/block:Quote}
  700.  
  701. {block:Chat}
  702. {block:Title}<span class="title">{Title}</span>{/block:Title}
  703. <ul class="chat">
  704. {block:Lines}
  705. <li class="user_{UserNumber}">
  706. {block:Label}
  707. <span class="label">{Label}</span>
  708. {/block:Label}
  709.  
  710. {Line}<br>
  711. {/block:Lines}
  712. {block:IndexPage}<br>
  713. <div class="permalinktext">
  714. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  715. {/block:Chat}
  716.  
  717. {block:Audio}
  718. <div id="audio">
  719. <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  720.  
  721. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  722.  
  723. <div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  724.  
  725. <div class="info">
  726. <span style="display:none;">Unknown</span>
  727.  
  728. <div style="height:68px; outline:1px #fff solid;
  729. outline-offset:-3px; line-height:16px; font-family:trebuchet ms; font-size:16px; text-align:center;text-transform:uppercase; width:100%; color:#fff; background:{color:Blog Accent}"><br>{block:Artist}— {Artist} —{/block:Artist}<br>
  730.  
  731. <span{block:TrackName}style="display:none;"{/block:TrackName}></span>{block:TrackName}{TrackName}{/block:TrackName}<br> </div>
  732.  
  733. </div>
  734. </div>
  735. {block:IndexPage}<br>
  736. <div class="permalinktext">
  737. <center> <font color="">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="">{notecount} notes</font></a></center></div>{/block:IndexPage}
  738. {/block:Audio}
  739.  
  740. {block:Video}
  741. <center>{block:IndexPage}
  742. <div class="perma">
  743. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a>
  744. <a href="{reblogurl}">reblog</a></div>
  745. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  746. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  747. {block:Video}
  748.  
  749. <link href='https://fonts.googleapis.com/css?family=Ruthie' rel='stylesheet' type='text/css'>
  750.  
  751. {block:Answer}
  752. <span style="font-family: 'Ruthie', cursive; font-size:20px; z-index:99999999999999;">{Asker}</span>. . .
  753. <div style="border-bottom:2px dashed {color:Blog Accent}; margin-bottom:9px; min-height:30px; padding:9px; width:100%; color:#555;">
  754. <!--<img src="{AskerPortraitURL-30}" width="30" align="left"
  755. style="margin-right:4px; margin-top:-20px; margin-left:-20px; border:1px solid #ddd; padding:7px; background:#fff; box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06); -moz-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06); -webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06)">-->
  756. {Question}</div><br>
  757.  
  758. <!--<div style="height:50px; outline:1px #fff solid;
  759. outline-offset:-3px; width:100%; color:#fff; padding:9px; background:{color:Blog Accent};overflow-y:scroll;">-->{Answer}<br>
  760.  
  761.  
  762. <span style="float:right;font-family: 'Ruthie', cursive; font-size:20px">x {text:Name}</span>
  763.  
  764. <span style="float:left">
  765. {block:IndexPage}
  766. <div class="permalinktext">
  767. <center> <font color="">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="">{notecount} notes</font></a></center></div>{/block:IndexPage}</span>
  768. {/block:Answer}
  769.  
  770. {block:PermalinkPage}
  771. <center><br>
  772. {block:Date}posted <u>{DayOfWeek} {DayOfMonth}, {ShortMonth}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  773. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  774. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  775. {/block:PermalinkPage}
  776. {block:PostNotes}
  777. <div id="postnotes">{PostNotes}</div>
  778. {/block:PostNotes}</div>{/block:Posts}
  779. </div></div>
  780.  
  781. {block:indexpage}
  782. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  783. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  784. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  785. <script type="text/javascript">
  786. $(window).load(function(){
  787. var $wall = $('#posts');
  788. $wall.imagesLoaded(function(){
  789. $wall.masonry({
  790. itemSelector: '#entry, #entry_photo',
  791. isAnimated : false
  792. });
  793. });
  794.  
  795. $wall.infinitescroll({
  796. navSelector : '#page-nav',
  797. nextSelector : '#page-nav a',
  798. itemSelector : '#entry, #entry_photo',
  799. bufferPx : 2000,
  800. debug : false,
  801. errorCallback: function() {
  802. $('#infscr-loading').fadeOut('normal');
  803. }},
  804. function( newElements ) {
  805. var $newElems = $( newElements );
  806. $newElems.hide();
  807. $newElems.imagesLoaded(function(){
  808. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  809. });
  810. }); $('#content').show(500);
  811. });
  812. </script>
  813. {/block:indexpage}
  814.  
  815. <body onkeydown="return false">
  816. </body>
  817. <div style="z-index:99999999999; position:fixed;text-shadow:0px 0px 0px #000; font-family:times; background:transparent; padding:4px; bottom:0px; right:0px; opacity:1"><a href="http://tanathekittygoesrawr.tumblr.com/" title="Theme by tana"><!--<img src="http://33.media.tumblr.com/644606c2c1397ef03ce62a585dc1c2c4/tumblr_inline_ni36jhJvPP1ry72eo.gif">-->©TTKGR</a></div>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement