Advertisement
jellyparty

MyspaceTV tumblr theme

Apr 9th, 2021 (edited)
2,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3. <!--
  4. MyspaceTV theme by Emoticon Equinox
  5.  
  6. Notes:
  7.  
  8. 1) For the Post Transparency feature, any numbers from 0.1-0.9 will have transparency of ranging degree. Whole numbers like 1 won't be transparent at all, so if you don't want the posts and sidebar stuff to be transparent, just put 1, or if you want it completely transparent just leave it empty or put 0
  9.  
  10. 2) If you have a pinned post, it may look weird with the about me box toggled on with a ton of text inside. My suggestion is to keep the abt me box minimal, unless U think it looks fine then dont worry about it solider
  11.  
  12. 3) I recommend using a smaller sidebar image if you have a lot of text in the interests bar! Just use taller images for the floatie instead -->
  13.  
  14.  
  15. <!-- Images -->
  16. <meta name="image:favicon" content="">
  17. <meta name="image:custom cursor" content="">
  18. <meta name="image:background" content="">
  19. <meta name="image:sidebar icon" content="">
  20. <meta name="image:floatie" content="">
  21.  
  22. <!-- Text -->
  23. <meta name="text:Text size" content="18">
  24. <meta name="text:Post transparency" content="0.7">
  25. <meta name="text:floatie size" content="100">
  26.  
  27. <!-- Text : Custom User Stuff -->
  28. <meta name="text:About Me" content="i love long walks on the beach">
  29.  
  30. <meta name="text:Name" content="NAME">
  31. <meta name="text:Identity" content="Identity">
  32. <meta name="text:Age" content="Age">
  33. <meta name="text:Region" content="Region">
  34. <meta name="text:Mood" content="Happy!">
  35. <meta name="text:Activity Status" content="Online">
  36. <meta name="text:Last Login" content="10/31/2009">
  37.  
  38. <meta name="text:Music" content="/">
  39. <meta name="text:Movies" content="/">
  40. <meta name="text:Shows" content="/">
  41. <meta name="text:Color" content="/">
  42. <meta name="text:Heroes" content="/">
  43.  
  44. <!-- Colors -->
  45. <meta name="color:background color" content="">
  46. <meta name="color:content color" content="ffffff">
  47. <meta name="color:border color" content="">
  48. <meta name="color:text color" content="">
  49. <meta name="color:link color" content="">
  50. <meta name="color:link hover color" content="">
  51. <meta name="color:text selection" content="">
  52. <meta name="color:text selection background" content="">
  53.  
  54. <!-- Options -->
  55. <meta name="if:full background" content="">
  56. <meta name="if:about me box" content="">
  57. <meta name="if:circular sidebar" content="">
  58. <meta name="if:rainbow borders" content="">
  59. <meta name="if:pastel rainbow borders" content="">
  60. <meta name="if:custom cursor" content="">
  61. <meta name="if:floatie left" content="">
  62. <meta name="if:cursor sparkles" content="">
  63. <meta name="if:bright rainbow links" content="">
  64. <meta name="if:rainbow link hover" content="">
  65.  
  66. <!-- Selection -->
  67. <meta name="select:border style" content="solid"/>
  68. <meta name="select:border style" content="dashed"/>
  69. <meta name="select:border style" content="double"/>
  70. <meta name="select:border style" content="dotted"/>
  71. <meta name="select:border style" content="groove"/>
  72. <meta name="select:border style" content="ridge"/>
  73. <meta name="select:border style" content="inset"/>
  74. <meta name="select:border style" content="outset"/>
  75.  
  76.  
  77. <!-- Misc -->
  78. <title>{Title}</title>
  79. <link rel="shortcut icon" href="{image:favicon}" type="image/gif">
  80. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  81. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  82. {block:Description}
  83. <meta name="description" content="{MetaDescription}" />
  84. {/block:Description}
  85.  
  86. {block:ifcursorsparkles}
  87. <script type="text/javascript">
  88. // <![CDATA[
  89. var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  90. var sparkles=50;
  91.  
  92. /****************************
  93. * Tinkerbell Magic Sparkle *
  94. *(c)2005-13 mf2fm web-design*
  95. * http://www.mf2fm.com/rv *
  96. * DON'T EDIT BELOW THIS BOX *
  97. ****************************/
  98. var x=ox=400;
  99. var y=oy=300;
  100. var swide=800;
  101. var shigh=600;
  102. var sleft=sdown=0;
  103. var tiny=new Array();
  104. var star=new Array();
  105. var starv=new Array();
  106. var starx=new Array();
  107. var stary=new Array();
  108. var tinyx=new Array();
  109. var tinyy=new Array();
  110. var tinyv=new Array();
  111.  
  112. window.onload=function() { if (document.getElementById) {
  113. var i, rats, rlef, rdow;
  114. for (var i=0; i<sparkles; i++) {
  115. var rats=createDiv(3, 3);
  116. rats.style.visibility="hidden";
  117. rats.style.zIndex="999";
  118. document.body.appendChild(tiny[i]=rats);
  119. starv[i]=0;
  120. tinyv[i]=0;
  121. var rats=createDiv(5, 5);
  122. rats.style.backgroundColor="transparent";
  123. rats.style.visibility="hidden";
  124. rats.style.zIndex="999";
  125. var rlef=createDiv(1, 5);
  126. var rdow=createDiv(5, 1);
  127. rats.appendChild(rlef);
  128. rats.appendChild(rdow);
  129. rlef.style.top="2px";
  130. rlef.style.left="0px";
  131. rdow.style.top="0px";
  132. rdow.style.left="2px";
  133. document.body.appendChild(star[i]=rats);
  134. }
  135. set_width();
  136. sparkle();
  137. }}
  138.  
  139. function sparkle() {
  140. var c;
  141. if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
  142. ox=x;
  143. oy=y;
  144. for (c=0; c<sparkles; c++) if (!starv[c]) {
  145. star[c].style.left=(starx[c]=x)+"px";
  146. star[c].style.top=(stary[c]=y+1)+"px";
  147. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  148. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  149. star[c].style.visibility="visible";
  150. starv[c]=50;
  151. break;
  152. }
  153. }
  154. for (c=0; c<sparkles; c++) {
  155. if (starv[c]) update_star(c);
  156. if (tinyv[c]) update_tiny(c);
  157. }
  158. setTimeout("sparkle()", 40);
  159. }
  160.  
  161. function update_star(i) {
  162. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  163. if (starv[i]) {
  164. stary[i]+=1+Math.random()*3;
  165. starx[i]+=(i%5-2)/5;
  166. if (stary[i]<shigh+sdown) {
  167. star[i].style.top=stary[i]+"px";
  168. star[i].style.left=starx[i]+"px";
  169. }
  170. else {
  171. star[i].style.visibility="hidden";
  172. starv[i]=0;
  173. return;
  174. }
  175. }
  176. else {
  177. tinyv[i]=50;
  178. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  179. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  180. tiny[i].style.width="2px";
  181. tiny[i].style.height="2px";
  182. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  183. star[i].style.visibility="hidden";
  184. tiny[i].style.visibility="visible"
  185. }
  186. }
  187.  
  188. function update_tiny(i) {
  189. if (--tinyv[i]==25) {
  190. tiny[i].style.width="1px";
  191. tiny[i].style.height="1px";
  192. }
  193. if (tinyv[i]) {
  194. tinyy[i]+=1+Math.random()*3;
  195. tinyx[i]+=(i%5-2)/5;
  196. if (tinyy[i]<shigh+sdown) {
  197. tiny[i].style.top=tinyy[i]+"px";
  198. tiny[i].style.left=tinyx[i]+"px";
  199. }
  200. else {
  201. tiny[i].style.visibility="hidden";
  202. tinyv[i]=0;
  203. return;
  204. }
  205. }
  206. else tiny[i].style.visibility="hidden";
  207. }
  208.  
  209. document.onmousemove=mouse;
  210. function mouse(e) {
  211. if (e) {
  212. y=e.pageY;
  213. x=e.pageX;
  214. }
  215. else {
  216. set_scroll();
  217. y=event.y+sdown;
  218. x=event.x+sleft;
  219. }
  220. }
  221.  
  222. window.onscroll=set_scroll;
  223. function set_scroll() {
  224. if (typeof(self.pageYOffset)=='number') {
  225. sdown=self.pageYOffset;
  226. sleft=self.pageXOffset;
  227. }
  228. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  229. sdown=document.body.scrollTop;
  230. sleft=document.body.scrollLeft;
  231. }
  232. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  233. sleft=document.documentElement.scrollLeft;
  234. sdown=document.documentElement.scrollTop;
  235. }
  236. else {
  237. sdown=0;
  238. sleft=0;
  239. }
  240. }
  241.  
  242. window.onresize=set_width;
  243. function set_width() {
  244. var sw_min=999999;
  245. var sh_min=999999;
  246. if (document.documentElement && document.documentElement.clientWidth) {
  247. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  248. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  249. }
  250. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  251. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  252. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  253. }
  254. if (document.body.clientWidth) {
  255. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  256. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  257. }
  258. if (sw_min==999999 || sh_min==999999) {
  259. sw_min=800;
  260. sh_min=600;
  261. }
  262. swide=sw_min;
  263. shigh=sh_min;
  264. }
  265.  
  266. function createDiv(height, width) {
  267. var div=document.createElement("div");
  268. div.style.position="absolute";
  269. div.style.height=height+"px";
  270. div.style.width=width+"px";
  271. div.style.overflow="hidden";
  272. return (div);
  273. }
  274.  
  275. function newColour() {
  276. var c=new Array();
  277. c[0]=255;
  278. c[1]=Math.floor(Math.random()*256);
  279. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  280. c.sort(function(){return (0.5 - Math.random());});
  281. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  282. }
  283. // ]]>
  284. </script>
  285. {/block:ifcursorsparkles}
  286. <style type="text/css">
  287.  
  288. /* Text, Background, Links */
  289. body{
  290. background-image:Url('{image:background}');
  291. background-attachment:fixed;
  292. {block:iffullbackground}
  293. background-position: center;
  294. background-repeat:no-repeat;
  295. background-size: cover;
  296. {/block:iffullbackground}
  297. background-color:{color:background color};
  298. color:{color:text color};
  299. font-size:{text:text size}px;
  300. {block:ifcustomcursor}
  301. cursor:url("{image:custom cursor}"), default;
  302. {/block:ifcustomcursor}
  303. word-wrap:break-word;}
  304. a{
  305. color:{color:link color};
  306. {block:ifbrightrainbowlinks};
  307. text-decoration: none;
  308. color: white;
  309. display: inline-block;
  310. background-size: 120% 100%;
  311. -webkit-background-clip: text;
  312. -webkit-text-fill-color: transparent;
  313. -moz-background-clip: text;
  314. -moz-text-fill-color: transparent;
  315. -ms-background-clip: text;
  316. -ms-text-fill-color: transparent;
  317. background-clip: text;
  318. text-fill-color: transparent;
  319. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  320. background-image: linear-gradient(45deg, #b62dab, #f63322, #ff9c27, #fba949, #ffe52a, #79d821, #13a0f2, #13a0f2, #13a0f2);
  321. {/block:ifbrightrainbowlinks};
  322. text-decoration:none;}
  323. a:hover{
  324. color:{color:link hover color};
  325. cursor:help;
  326. {block:ifcustomcursor}
  327. cursor:url("{image:custom cursor}"), default;
  328. {/block:ifcustomcursor}
  329. {block:ifrainbowlinkhover}
  330. text-decoration: none;
  331. color: white;
  332. display: inline-block;
  333. background-size: 120% 100%;
  334. -webkit-background-clip: text;
  335. -webkit-text-fill-color: transparent;
  336. -moz-background-clip: text;
  337. -moz-text-fill-color: transparent;
  338. -ms-background-clip: text;
  339. -ms-text-fill-color: transparent;
  340. background-clip: text;
  341. text-fill-color: transparent;
  342. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  343. background-image:url(https://i.stack.imgur.com/poux8.gif);
  344. {/block:ifrainbowlinkhover}''
  345. text-decoration:none;}
  346. blockquote{
  347. margin:0 0 10px 10px;
  348. padding:0 0 0 10px;
  349. border-left:solid 1px {color:text color};}
  350. ::selection{
  351. color:{color:text selection};
  352. background:{color:text selection background};}
  353.  
  354. /* Sidebar, Posts */
  355. #content{
  356. width:480px;
  357. margin-left:205px;
  358. overflow:hidden;}
  359. .post, .naviga{
  360. width:450px;
  361. margin:0 0 15px 0;
  362. overflow:hidden;
  363. padding:5px;
  364. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  365. border:3px {select:border style} {color:border color};
  366. {block:ifrainbowborders}
  367. border: 3px solid transparent;
  368. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  369. border-image-slice: 1;
  370. {/block:ifrainbowborders};
  371. {block:ifpastelrainbowborders}
  372. border: 3px solid transparent;
  373. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  374. border-image-slice: 1;
  375. {/block:ifpastelrainbowborders};}
  376. #sidebar{
  377. overflow:hidden;
  378. width:330px;
  379. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  380. border:3px {select:border style} {color:border color};
  381. {block:ifrainbowborders}
  382. border: 3px solid transparent;
  383. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  384. border-image-slice: 1;
  385. {/block:ifrainbowborders};
  386. {block:ifpastelrainbowborders}
  387. border: 3px solid transparent;
  388. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  389. border-image-slice: 1;
  390. {/block:ifpastelrainbowborders};
  391. padding:3px;
  392. position:fixed;
  393. margin-left:-155px;}
  394. #sidebar2{
  395. overflow:hidden;
  396. width:330px;
  397. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  398. border:3px {select:border style} {color:border color};
  399. {block:ifrainbowborders}
  400. border: 3px solid transparent;
  401. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  402. border-image-slice: 1;
  403. {/block:ifrainbowborders};
  404. {block:ifpastelrainbowborders}
  405. border: 3px solid transparent;
  406. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  407. border-image-slice: 1;
  408. {/block:ifpastelrainbowborders};
  409. padding:3px;
  410. position:fixed;
  411. margin-top:15px;
  412. margin-left:-6px;}
  413. #sidebar3{
  414. overflow:hidden;
  415. width:330px;
  416. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  417. border:3px {select:border style} {color:border color};
  418. {block:ifrainbowborders}
  419. border: 3px solid transparent;
  420. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  421. border-image-slice: 1;
  422. {/block:ifrainbowborders};
  423. {block:ifpastelrainbowborders}
  424. border: 3px solid transparent;
  425. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  426. border-image-slice: 1;
  427. {/block:ifpastelrainbowborders};
  428. padding:3px;
  429. position:fixed;
  430. margin-top:15px;
  431. margin-left:-6px;}
  432. #netwerk{
  433. width:450px;
  434. padding:5px;
  435. margin:0 0 15px 0;
  436. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  437. border:3px {select:border style} {color:border color};
  438. {block:ifrainbowborders}
  439. border: 3px solid transparent;
  440. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  441. border-image-slice: 1;
  442. {/block:ifrainbowborders};
  443. {block:ifpastelrainbowborders}
  444. border: 3px solid transparent;
  445. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  446. border-image-slice: 1;
  447. {/block:ifpastelrainbowborders};}
  448. #aboutme{
  449. width:450px;
  450. padding:5px;
  451. margin:0 0 15px 0;
  452. background-color:rgba({RGBcolor:content color}, {text:post transparency});
  453. border:3px {select:border style} {color:border color};
  454. {block:ifrainbowborders}
  455. border: 3px solid transparent;
  456. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  457. border-image-slice: 1;
  458. {/block:ifrainbowborders};
  459. {block:ifpastelrainbowborders}
  460. border: 3px solid transparent;
  461. border-image: linear-gradient(to bottom right, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc 100%);
  462. border-image-slice: 1;
  463. {/block:ifpastelrainbowborders};}
  464. #ilovesoad{
  465. padding:5px;}
  466. #wrapper{
  467. width:600px;
  468. margin:50px auto;}
  469.  
  470. /* Content */
  471. .title{
  472. font-weight:bold;
  473. font-size:35px;
  474. margin:0 0 10px 0;}
  475. .footer{
  476. padding: 5px;}
  477. .naviga{
  478. text-align:center;}
  479. .post img{
  480. max-width:100%;}
  481. .sidebar img{
  482. max-height:200px;
  483. max-width:160px;
  484. {block:ifcircularsidebar}
  485. border-radius:100%;
  486. {/block:ifcircularsidebar};}
  487.  
  488. /* Misc */
  489. #audioplayer{
  490. width:30px;
  491. height:25px;
  492. overflow:hidden;
  493. position:absolute;
  494. margin-top:40px;
  495. margin-bottom:40px;
  496. margin-left:35px;
  497. -moz-border-radius: 40px;
  498. -webkit-border-radius: 40px;
  499. border-radius: 40px;
  500. opacity: 0.7;}
  501. .trackstuff{
  502. overflow:auto;
  503. margin-left:110px;
  504. margin-top:-75px;
  505. margin-bottom:50px;
  506. display:block;}
  507. #table, th, td{
  508. width:300px;
  509. max-width:300px;
  510. background:transparent;}
  511. #plz{
  512. position:fixed;
  513. bottom:0px;
  514. {block:iffloatieleft}
  515. left:15px;
  516. {/block:iffloatieleft}
  517. right:15px;}
  518. #c{
  519. font-size:25px;
  520. position:fixed;
  521. left:0px;
  522. bottom:0px;}
  523. video{
  524. max-width: 100%;
  525. height: auto;}
  526.  
  527. {CustomCss}
  528. </style>
  529. </head>
  530. <body>
  531. <div id="wrapper">
  532. <div id="sidebar">
  533. <center>{text:Name}</center>
  534. <hr width="90%" color="{color:text color}" size="1">
  535. <table><tr><td>
  536. <div class="sidebar img">
  537. <center><a href="/"><img src="{image:sidebar icon}"></a></center></div>
  538. </td><td>
  539. <div id="ilovesoad">
  540. {text:Identity}
  541. <br>{text:Age}
  542. <br>{text:Region}
  543. <br>{text:Mood}
  544. <br>{text:Activity Status}
  545. <br>Last Login: {text:Last Login}
  546. </div></td></tr></table>
  547.  
  548. <div id="sidebar2">
  549. <center>Contacting {text:Name}</center>
  550. <hr width="90%" color="{color:text color}" size="1">
  551. <center>
  552. <a href="/ask">Message</a>
  553. <br><a href="https://www.tumblr.com/following">Add Me</a>
  554. <br><a href="https://www.tumblr.com/messaging">Chat</a>
  555. <br><a href="https://www.tumblr.com/settings/blog">Block</a>
  556. </center>
  557.  
  558. <div id="sidebar3">
  559. <center>{text:Name}'s Interests</center>
  560. <hr width="90%" color="{color:text color}" size="1">
  561. <div id="table">
  562. <table>
  563. <tbody>
  564. <tr>
  565. <th scope="row">Music</th>
  566. <td>{text:Music}</td>
  567. </tr>
  568. <tr>
  569. <th scope="row">Movies</th>
  570. <td>{text:Movies}</td>
  571. </tr>
  572. <tr>
  573. <th scope="row">Shows</th>
  574. <td>{text:Shows}</td>
  575. </tr>
  576. <tr>
  577. <th scope="row">Color</th>
  578. <td>{text:Color}</td>
  579. </tr>
  580. <tr>
  581. <th scope="row">Heroes</th>
  582. <td>{text:Heroes}</td>
  583. </tr>
  584. </tbody>
  585. </table>
  586. </div>
  587. </div>
  588. </div>
  589.  
  590. </div>
  591.  
  592.  
  593. <div id="content">
  594. <div id="netwerk">
  595. <center>{text:Name} is in your extended network
  596. <br><font size="2">view more</font>
  597. </center>
  598. <br>
  599. </div>
  600. {block:ifaboutmebox}
  601. <div id="aboutme">
  602. <center>About me
  603. <br><font size="3">{text:About me}</font>
  604. </center>
  605. </div>
  606. {/block:ifaboutmebox}
  607. {block:Posts}
  608. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} --> {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  609. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  610. {/block:ContentSource}
  611. <div class="post">
  612.  
  613. <!-- Text -->
  614. {block:Text}
  615. {block:Title}
  616. <div class="title">{Title}</div>
  617. {/block:Title}
  618. {Body}
  619. {/block:Text}
  620. {block:Chat}
  621. {block:Title}
  622. <div class="title">
  623. <h3><a href="{Permalink}">{Title}</a></h3></div>
  624. {/block:Title}
  625. {block:Lines}
  626. <div class="{Alt} user_{UserNumber}">
  627. {block:Label}
  628. <span class="label">{Label}</span>
  629. {/block:Label}{Line}
  630. </div>
  631. {/block:Lines}
  632. {/block:Chat}
  633.  
  634. <!-- Images --->
  635. {block:Photo}
  636. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  637. {block:Caption}{Caption}{/block:Caption}
  638. {/block:Photo}
  639. {block:Photoset}
  640. {Photoset}
  641. {block:Caption}
  642. {Caption}
  643. {/block:Caption}
  644. {/block:Photoset}
  645.  
  646. <!-- Video -->
  647. {block:Video}
  648. {Video-500}
  649. {block:Caption}
  650. {Caption}
  651. {/block:Caption}
  652. {/block:Video}
  653.  
  654. <!-- Audio -->
  655. {block:Audio}
  656. <div id= "audioplayer">{AudioPlayerWhite}</div>
  657. {block:AlbumArt}
  658. <div id="albumart">
  659. <img src="{AlbumArtURL}" width="100">
  660. </div>
  661. {/block:AlbumArt}
  662. <div class="trackstuff">
  663. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  664. {Caption}
  665. {/block:Audio}
  666.  
  667. <!-- Quote -->
  668. {block:Quote}
  669. <div class="quote">
  670. "{Quote}"
  671. {block:Source}
  672. <div class="source">- <i>{Source}</i></div>
  673. {/block:Source}
  674. </div>
  675. {/block:Quote}
  676.  
  677. <!-- Link -->
  678. {block:Link}
  679. <a href="{URL}" class="link" {Target}>{Name}</a>
  680. {block:Description}
  681. {Description}
  682. {/block:Description}
  683. {/block:Link}
  684.  
  685. <!-- Ask -->
  686. {block:Answer}
  687. <div class="question">{Asker}: {Question}</div>
  688. <div class="caption">{Answer}</div>
  689. {/block:Answer}
  690.  
  691. <!-- Footer -->
  692. {block:Date}
  693. <div class="footer">
  694. <a href="{Permalink}">{Month} {DayOfMonth}, {Year} {block:NoteCount}</a> with <a href="{Permalink}">({NoteCountWithLabel}){/block:NoteCount}</a><a href="{Permalink}"><br>{TimeAgo}</a>
  695. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  696. </div>
  697. {block:PermalinkPage}
  698. {block:NoteCount}
  699. {block:PostNotes}{PostNotes}{/block:PostNotes}
  700. {/block:NoteCount}
  701. {/block:PermalinkPage}
  702. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  703. {/block:Date}
  704.  
  705. </div>
  706. {/block:Posts}
  707.  
  708. {block:Pagination}
  709. <div class="naviga">
  710. {block:PreviousPage}
  711. <a href="{PreviousPage}">&#171; Back</a>
  712. {/block:PreviousPage}
  713. {block:NextPage}
  714. <a href="{NextPage}">Next &#187;</a>
  715. {/block:NextPage}
  716. </div>
  717. {/block:Pagination}
  718.  
  719. </div>
  720. </div>
  721.  
  722. <div id="plz">
  723. <img src="{image:floatie}" width="{text:floatie size}px">
  724. </div>
  725. <!-- please do not edit link or remove -->
  726. <div id="c"><a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a></div>
  727. <!-- please do not edit link or remove -->
  728.  
  729.  
  730. </body>
  731. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement