Advertisement
outerscience

sweets!

Sep 19th, 2017
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. sweets! theme by cassiel catidol / cinabar
  7. you can edit the code as much as you want! just don't remove the credit.
  8. thank you!!!!!
  9. base code by animecharacter.tumblr.com
  10.  
  11. ----->
  12.  
  13. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  14. <link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
  15. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
  16. <link href="https://fonts.googleapis.com/css?family=Short+Stack" rel="stylesheet">
  17. <link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
  19. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  20.  
  21. <meta charset="utf-8">
  22. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <title>{Title}</title>
  28.  
  29. <link rel="shortcut icon" href="{image:favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  32.  
  33. <meta name="image:bg image" content="">
  34. <meta name="image:sidebar" content="">
  35. <meta name="image:favicon" content="">
  36. <meta name="image:custom cursor" content="">
  37.  
  38. <meta name="color:background" content="fff">
  39. <meta name="color:sidebar bg" content="fff">
  40. <meta name="color:post bg" content="fff">
  41. <meta name="color:border" content="fff">
  42. <meta name="color:link" content="fff">
  43. <meta name="color:link hover" content="fff">
  44. <meta name="color:link border" content="fff">
  45. <meta name="color:link border hover" content="fff">
  46. <meta name="color:link glow" content="fff">
  47. <meta name="color:text" content="fff">
  48. <meta name="color:scrollbar" content="fff">
  49. <meta name="color:scrollbar bg" content="fff">
  50. <meta name="color:blockquote" content="fff">
  51. <meta name="color:cursor sparkles" content="fff">
  52.  
  53. <meta name="if:description" content=""/>
  54. <meta name="if:links" content=""/>
  55. <meta name="if:link 1" content=""/>
  56. <meta name="if:link 2" content=""/>
  57. <meta name="if:link 3" content=""/>
  58. <meta name="if:show title" content=""/>
  59. <meta name="if:custom cursor" content=""/>
  60. <meta name="if:double border" content=""/>
  61. <meta name="if:rounded" content=""/>
  62. <meta name="if:rounded sidebar image" content=""/>
  63. <meta name="if:link border" content=""/>
  64. <meta name="if:link glow" content=""/>
  65. <meta name="if:rainbow links" content=""/>
  66. <meta name="if:cursor sparkles" content=""/>
  67.  
  68. <meta name="select:font family" content="arial">
  69. <meta name="select:font family" content="consolas">
  70. <meta name="select:font family" content="dotum">
  71. <meta name="select:font family" content="ms pgothic">
  72. <meta name="select:font family" content="open sans">
  73. <meta name="select:font family" content="indie flower">
  74. <meta name="select:font family" content="roboto mono">
  75. <meta name="select:font family" content="short stack">
  76. <meta name="select:font family" content="droid serif">
  77. <meta name="select:font family" content="poppins">
  78. <meta name="select:font family" content="josefin sans">
  79.  
  80. <meta name="select:border type" content="solid">
  81. <meta name="select:border type" content="dashed">
  82. <meta name="select:border type" content="dotted">
  83. <meta name="select:border type" content="none">
  84.  
  85. <meta name="text:font size" content="12">
  86. <meta name="text:tag symbol" content="#">
  87. <meta name="text:link divider" content="//">
  88. <meta name="text:via src divider" content"+">
  89. <meta name="text:sidebar margin top" content="100">
  90. <meta name="text:sidebar margin left" content="-50">
  91. <meta name="text:sidebar width" content="120">
  92. <meta name="text:sidebar image size" content="100">
  93. <meta name="text:link 1" content="">
  94. <meta name="text:link 1 url" content="/">
  95. <meta name="text:link 2" content="">
  96. <meta name="text:link 2 url" content="/">
  97. <meta name="text:link 3" content="">
  98. <meta name="text:link 3 url" content="/">
  99.  
  100. <style type="text/css">
  101.  
  102.  
  103. /*
  104. general text styles, fonts and colours
  105. */
  106.  
  107. body {
  108. margin:0px;
  109. background:{color:background} url({image:bg image});
  110. background-attachment:fixed;
  111. text:{color:text};
  112. font-family: {select:font family};
  113. font-size:{text:font size}px;
  114. line-height:140%;
  115. color: {color:text};
  116. word-wrap: normal;
  117. display:block;
  118. }
  119.  
  120. p{
  121. margin:0 0 10px 0;
  122. padding:0;
  123. }
  124.  
  125. pre {
  126. white-space: pre-wrap;
  127. white-space: -moz-pre-wrap;
  128. white-space: -pre-wrap;
  129. white-space: -o-pre-wrap;
  130. word-wrap: break-word;
  131. }
  132.  
  133. a{
  134. color:{color:link};
  135. text-decoration:none;
  136. {block:iflinkglow}text-shadow: 0 0 .6em {color:link glow};{/block:iflinkglow}
  137. {block:iflinkborder}text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};{/block:iflinkborder}
  138. }
  139.  
  140. a:hover{
  141. color:{color:link hover};
  142. -webkit-transition: color 0.2s ease-out;
  143. -moz-transition: color 0.2s ease-out;
  144. transition: color 0.2s ease-out;
  145. {block:iflinkglow}text-shadow: 0 0 .6em {color:link glow};{/block:iflinkglow}
  146. {block:iflinkborder}text-shadow: -1px 0 {color:link border hover}, 0 1px {color:link border hover}, 1px 0 {color:link border hover}, 0 -1px {color:link border hover};{/block:iflinkborder}
  147. }
  148.  
  149. li{
  150. margin-left:-15px;
  151. }
  152.  
  153. .com:last-child{display:none;}
  154.  
  155. ::-webkit-scrollbar {
  156. width:9px;
  157. height:0;
  158. background:{color:scrollbar bg};
  159. border-left:4px solid {color:scrollbar bg};
  160. border-right:4px solid {color:scrollbar bg};
  161. border-bottom:2px solid {color:scrollbar bg};
  162. border-top:2px solid {color:scrollbar bg};
  163. }
  164.  
  165. ::-webkit-scrollbar-thumb {
  166. background:{color:scrollbar};
  167. border:1px solid {color:scrollbar};
  168. }
  169.  
  170. /*
  171. containers etc
  172. */
  173. #wrapper{
  174. width:600px;
  175. margin:0px auto;
  176. }
  177.  
  178. #sidebar{
  179. width:{text:sidebar width}px;
  180. position:fixed;
  181. text-align:center;
  182. margin-top:{text:sidebar margin top}px;
  183. margin-left:{text:sidebar margin left}px;
  184. {block:ifrounded}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifrounded}
  185. border: 1px {select:border type} {color:border};
  186. background: {color:sidebar bg};
  187. {block:ifdoubleborder}border:4px double {color:border};{/block:ifdoubleborder};
  188. }
  189.  
  190. #content{
  191. width:400px;
  192. margin-left:200px;
  193. overflow:hidden;
  194. padding:45px;
  195. }
  196.  
  197. .post{
  198. width:400px;
  199. margin:0 0 50px 0;
  200. background:{color:post bg};
  201. overflow:none;
  202. text-align:none;
  203. padding:10px;
  204. border: 1px {select:border type} {color:border}; padding:10px; {block:ifdoubleborder}border:4px double {color:Border}; {/block:ifdoubleborder}
  205. {block:ifrounded}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifrounded}
  206. }
  207.  
  208. #sidebar img, .post img{
  209. max-width:100%;
  210. }
  211.  
  212. #sidebar img{
  213. width:{text:sidebar image size}px;
  214. {block:ifroundedsidebarimage}
  215. border-radius:80%;
  216. {/block:ifroundedsidebarimage}
  217. margin-top:10px;
  218. }
  219.  
  220. #nav{
  221. margin:50px 0 0 0;
  222. margin-bottom:10px;
  223. margin-top:-5px;
  224. }
  225.  
  226. #links{
  227. margin-bottom:10px;
  228. text-align:center;
  229. margin-left:10px;
  230. margin-right:10px;
  231. }
  232.  
  233. #asker{
  234. text-transform:uppercase;
  235. }
  236.  
  237. #title{
  238. font-size:18px;
  239. margin-top:10px;
  240. margin-left:10px;
  241. margin-right:10px;
  242. margin-bottom:5px;
  243. }
  244.  
  245. #description{
  246. margin-left:10px;
  247. margin-right:10px;
  248. }
  249.  
  250. #credit{
  251. padding:10px;
  252. width:15px;
  253. height:15px;
  254. position:fixed;
  255. border-radius:100%;
  256. bottom:5px;
  257. left:3px;
  258. font-size:18px;
  259. }
  260.  
  261. /*
  262. content in the body of the posts - quotes, asks, etc
  263. "media" contains photos, photosets, videos, audio posts
  264. */
  265.  
  266. .media{
  267. margin:0 0 10px 0;
  268. }
  269.  
  270. .title{
  271. font-weight:normal;
  272. font-size:18px;
  273. margin:0 0 10px 0;
  274. text-align:right;
  275. }
  276.  
  277. .quote{
  278. font-weight:normal;
  279. font-size:18px;
  280. font-style:italic;
  281. margin:0 0 10px 0;
  282. }
  283.  
  284. .question{
  285. margin-bottom:10px;
  286. }
  287.  
  288. blockquote{
  289. margin:0 0 10px 10px;
  290. padding:0 0 0 10px;
  291. border-left:solid 1px {color:blockquote};
  292. }
  293.  
  294.  
  295. /*
  296. post footers - date, tags, via and source
  297. */
  298. .post .footer{
  299. margin:0;
  300. text-align:center;
  301. padding:5px;
  302. }
  303.  
  304. /*
  305. post notes
  306. */
  307. ol.notes{
  308. list-style-type:none;
  309. padding:0;
  310. margin:0;
  311. }
  312.  
  313. ol.notes li.note img{
  314. width:16px;
  315. height:16px;
  316. }
  317.  
  318. ol.notes li.note{
  319. margin:0px;
  320. }
  321.  
  322. {CustomCSS}
  323. </style>
  324.  
  325. {block:ifrainbowlinks}
  326. <!---rainbow links--->
  327. <script type='text/javascript'>
  328. //<![CDATA[
  329. var rate = 60;
  330. if (document.getElementById)
  331. window.onerror=new Function("return true")
  332. var objActive;
  333. var act = 0;
  334. var elmH = 0;
  335. var elmS = 128;
  336. var elmV = 255;
  337. var clrOrg;
  338. var TimerID;
  339. if (document.all) {
  340. document.onmouseover = doRainbowAnchor;
  341. document.onmouseout = stopRainbowAnchor;
  342. }
  343. else if (document.getElementById) {
  344. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  345. document.onmouseover = Mozilla_doRainbowAnchor;
  346. document.onmouseout = Mozilla_stopRainbowAnchor;
  347. }
  348. function doRainbow(obj)
  349. {
  350. if (act == 0) {
  351. act = 1;
  352. if (obj)
  353. objActive = obj;
  354. else
  355. objActive = event.srcElement;
  356. clrOrg = objActive.style.color;
  357. TimerID = setInterval("ChangeColor()",100);
  358. }
  359. }
  360. function stopRainbow()
  361. {
  362. if (act) {
  363. objActive.style.color = clrOrg;
  364. clearInterval(TimerID);
  365. act = 0;
  366. }
  367. }
  368. function doRainbowAnchor()
  369. {
  370. if (act == 0) {
  371. var obj = event.srcElement;
  372. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  373. obj = obj.parentElement;
  374. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  375. break;
  376. }
  377. if (obj.tagName == 'A' && obj.href != '') {
  378. objActive = obj;
  379. act = 1;
  380. clrOrg = objActive.style.color;
  381. TimerID = setInterval("ChangeColor()",100);
  382. }
  383. }
  384. }
  385. function stopRainbowAnchor()
  386. {
  387. if (act) {
  388. if (objActive.tagName == 'A') {
  389. objActive.style.color = clrOrg;
  390. clearInterval(TimerID);
  391. act = 0;
  392. }
  393. }
  394. }
  395. function Mozilla_doRainbowAnchor(e)
  396. {
  397. if (act == 0) {
  398. obj = e.target;
  399. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  400. obj = obj.parentNode;
  401. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  402. break;
  403. }
  404. if (obj.nodeName == 'A' && obj.href != '') {
  405. objActive = obj;
  406. act = 1;
  407. clrOrg = obj.style.color;
  408. TimerID = setInterval("ChangeColor()",100);
  409. }
  410. }
  411. }
  412. function Mozilla_stopRainbowAnchor(e)
  413. {
  414. if (act) {
  415. if (objActive.nodeName == 'A') {
  416. objActive.style.color = clrOrg;
  417. clearInterval(TimerID);
  418. act = 0;
  419. }
  420. }
  421. }
  422. function ChangeColor()
  423. {
  424. objActive.style.color = makeColor();
  425. }
  426. function makeColor()
  427. {
  428. if (elmS == 0) {
  429. elmR = elmV; elmG = elmV; elmB = elmV;
  430. }
  431. else {
  432. t1 = elmV;
  433. t2 = (255 - elmS) * elmV / 255;
  434. t3 = elmH % 60;
  435. t3 = (t1 - t2) * t3 / 60;
  436. if (elmH < 60) {
  437. elmR = t1; elmB = t2; elmG = t2 + t3;
  438. }
  439. else if (elmH < 120) {
  440. elmG = t1; elmB = t2; elmR = t1 - t3;
  441. }
  442. else if (elmH < 180) {
  443. elmG = t1; elmR = t2; elmB = t2 + t3;
  444. }
  445. else if (elmH < 240) {
  446. elmB = t1; elmR = t2; elmG = t1 - t3;
  447. }
  448. else if (elmH < 300) {
  449. elmB = t1; elmG = t2; elmR = t2 + t3;
  450. }
  451. else if (elmH < 360) {
  452. elmR = t1; elmG = t2; elmB = t1 - t3;
  453. }
  454. else {
  455. elmR = 0; elmG = 0; elmB = 0;
  456. }
  457. }
  458. elmR = Math.floor(elmR).toString(16);
  459. elmG = Math.floor(elmG).toString(16);
  460. elmB = Math.floor(elmB).toString(16);
  461. if (elmR.length == 1) elmR = "0" + elmR;
  462. if (elmG.length == 1) elmG = "0" + elmG;
  463. if (elmB.length == 1) elmB = "0" + elmB
  464. elmH = elmH + rate;
  465. if (elmH >= 360)
  466. elmH = 0;
  467. return '#' + elmR + elmG + elmB;
  468. }
  469. //]]>
  470. </script>
  471. <!---rainbow links--->
  472. {/block:ifrainbowlinks}
  473.  
  474. {block:ifcursorsparkles}
  475. <script type="text/javascript">
  476. // <![CDATA[
  477. var colour="{color:cursor sparkles}";
  478. var sparkles=120;
  479.  
  480. /****************************
  481. * Tinkerbell Magic Sparkle *
  482. * (c) 2005 mf2fm web-design *
  483. * http://www.mf2fm.com/rv *
  484. * DON'T EDIT BELOW THIS BOX *
  485. ****************************/
  486. var x=ox=400;
  487. var y=oy=300;
  488. var swide=800;
  489. var shigh=600;
  490. var sleft=sdown=0;
  491. var tiny=new Array();
  492. var star=new Array();
  493. var starv=new Array();
  494. var starx=new Array();
  495. var stary=new Array();
  496. var tinyx=new Array();
  497. var tinyy=new Array();
  498. var tinyv=new Array();
  499.  
  500. window.onload=function() { if (document.getElementById) {
  501. var i, rats, rlef, rdow;
  502. for (var i=0; i<sparkles; i++) {
  503. var rats=createDiv(3, 3);
  504. rats.style.visibility="hidden";
  505. document.body.appendChild(tiny[i]=rats);
  506. starv[i]=0;
  507. tinyv[i]=0;
  508. var rats=createDiv(5, 5);
  509. rats.style.backgroundColor="transparent";
  510. rats.style.visibility="hidden";
  511. var rlef=createDiv(1, 5);
  512. var rdow=createDiv(5, 1);
  513. rats.appendChild(rlef);
  514. rats.appendChild(rdow);
  515. rlef.style.top="2px";
  516. rlef.style.left="0px";
  517. rdow.style.top="0px";
  518. rdow.style.left="2px";
  519. document.body.appendChild(star[i]=rats);
  520. }
  521. set_width();
  522. sparkle();
  523. }}
  524.  
  525. function sparkle() {
  526. var c;
  527. if (x!=ox || y!=oy) {
  528. ox=x;
  529. oy=y;
  530. for (c=0; c<sparkles; c++) if (!starv[c]) {
  531. star[c].style.left=(starx[c]=x)+"px";
  532. star[c].style.top=(stary[c]=y)+"px";
  533. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  534. star[c].style.visibility="visible";
  535. starv[c]=50;
  536. break;
  537. }
  538. }
  539. for (c=0; c<sparkles; c++) {
  540. if (starv[c]) update_star(c);
  541. if (tinyv[c]) update_tiny(c);
  542. }
  543. setTimeout("sparkle()", 40);
  544. }
  545.  
  546. function update_star(i) {
  547. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  548. if (starv[i]) {
  549. stary[i]+=1+Math.random()*3;
  550. if (stary[i]<shigh+sdown) {
  551. star[i].style.top=stary[i]+"px";
  552. starx[i]+=(i%5-2)/5;
  553. star[i].style.left=starx[i]+"px";
  554. }
  555. else {
  556. star[i].style.visibility="hidden";
  557. starv[i]=0;
  558. return;
  559. }
  560. }
  561. else {
  562. tinyv[i]=50;
  563. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  564. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  565. tiny[i].style.width="2px";
  566. tiny[i].style.height="2px";
  567. star[i].style.visibility="hidden";
  568. tiny[i].style.visibility="visible"
  569. }
  570. }
  571.  
  572. function update_tiny(i) {
  573. if (--tinyv[i]==25) {
  574. tiny[i].style.width="1px";
  575. tiny[i].style.height="1px";
  576. }
  577. if (tinyv[i]) {
  578. tinyy[i]+=1+Math.random()*3;
  579. if (tinyy[i]<shigh+sdown) {
  580. tiny[i].style.top=tinyy[i]+"px";
  581. tinyx[i]+=(i%5-2)/5;
  582. tiny[i].style.left=tinyx[i]+"px";
  583. }
  584. else {
  585. tiny[i].style.visibility="hidden";
  586. tinyv[i]=0;
  587. return;
  588. }
  589. }
  590. else tiny[i].style.visibility="hidden";
  591. }
  592.  
  593. document.onmousemove=mouse;
  594. function mouse(e) {
  595. set_scroll();
  596. y=(e)?e.pageY:event.y+sdown;
  597. x=(e)?e.pageX:event.x+sleft;
  598. }
  599.  
  600. function set_scroll() {
  601. if (typeof(self.pageYOffset)=="number") {
  602. sdown=self.pageYOffset;
  603. sleft=self.pageXOffset;
  604. }
  605. else if (document.body.scrollTop || document.body.scrollLeft) {
  606. sdown=document.body.scrollTop;
  607. sleft=document.body.scrollLeft;
  608. }
  609. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  610. sleft=document.documentElement.scrollLeft;
  611. sdown=document.documentElement.scrollTop;
  612. }
  613. else {
  614. sdown=0;
  615. sleft=0;
  616. }
  617. }
  618.  
  619. window.onresize=set_width;
  620. function set_width() {
  621. if (typeof(self.innerWidth)=="number") {
  622. swide=self.innerWidth;
  623. shigh=self.innerHeight;
  624. }
  625. else if (document.documentElement && document.documentElement.clientWidth) {
  626. swide=document.documentElement.clientWidth;
  627. shigh=document.documentElement.clientHeight;
  628. }
  629. else if (document.body.clientWidth) {
  630. swide=document.body.clientWidth;
  631. shigh=document.body.clientHeight;
  632. }
  633. }
  634.  
  635. function createDiv(height, width) {
  636. var div=document.createElement("div");
  637. div.style.position="absolute";
  638. div.style.height=height+"px";
  639. div.style.width=width+"px";
  640. div.style.overflow="hidden";
  641. div.style.backgroundColor=colour;
  642. return (div);
  643. }
  644. // ]]>
  645. </script>
  646. {/block:ifcursorsparkles}
  647.  
  648. </head>
  649.  
  650. <body>
  651. {block:ifcustomcursor}
  652. <style>body, a, a:hover { cursor:url({image:custom cursor}), auto; }</style>
  653. {/block:ifcustomcursor}
  654.  
  655. <div id="wrapper">
  656.  
  657.  
  658. <div id="sidebar">
  659. {block:ifshowtitle}<div id="title"><a href="/">{Title}</a></div>{block:ifshowtitle}
  660. <div id="sidebar img">
  661. <a href="/">
  662. <img src="{image:sidebar}">
  663. </a>
  664. </div>
  665. {block:ifdescription}
  666. <div id="description">
  667. {block:Description}
  668. <p>{Description}</p>
  669. {/block:Description}
  670. </div>
  671. {/block:ifdescription}
  672. {block:iflinks}
  673. <div id="links">
  674. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a> {text:link divider} {/block:iflink1}
  675. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a> {text:link divider} {/block:iflink2}
  676. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  677. </div>
  678. {/block:iflinks}
  679. {block:Pagination}
  680. <div id="nav">
  681. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  682. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}
  683. </div>
  684. {/block:Pagination}
  685. </div>
  686.  
  687.  
  688.  
  689. <div id="content">
  690. {block:Posts}
  691.  
  692. <div class="post">
  693.  
  694. {block:Text}
  695. {block:Title}
  696. <div class="title">{Title}</div>
  697. {/block:Title}
  698. {Body}
  699. {/block:Text}
  700.  
  701. {block:Photo}
  702. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  703. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  704. {/block:Photo}
  705.  
  706. {block:Photoset}
  707. <div class="media">{Photoset-400}</div>
  708. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  709. {/block:Photoset}
  710.  
  711. {block:Quote}
  712. <div class="quote">"{Quote}"</div>
  713. {block:Source}
  714. <div class="quotesource">— {Source}</div>
  715. {/block:Source}
  716. {/block:Quote}
  717.  
  718. {block:Link}
  719. <div class="title"><a href="{URL}">{Name}</a></div>
  720. {block:Description}
  721. <div class="description">{Description}</div>
  722. {/block:Description}
  723. {/block:Link}
  724.  
  725. {block:Chat}
  726. {block:Title}
  727. <div class="title">{Title}</div>
  728. {/block:Title}
  729.  
  730. {block:Lines}
  731. <div class="{Alt} user_{UserNumber}">
  732. {block:Label}
  733. <b>{Label}</b>{/block:Label}
  734. &nbsp;{Line}
  735. </div>
  736. {/block:Lines}
  737. {/block:Chat}
  738.  
  739. {block:Video}
  740. <div class="media">{Video-400}</div>
  741. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  742. {/block:Video}
  743.  
  744. {block:Audio}
  745. <div class="media">
  746. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  747. {AudioPlayerWhite}
  748. {block:TrackName}{TrackName}<br>{/block:TrackName}
  749. {block:Artist}{Artist}<br>{/block:Artist}
  750. {block:Album}{Album}{/block:Album}
  751. </div>
  752. {block:Caption}{Caption}{/block:Caption}
  753. {/block:Audio}
  754.  
  755. {block:Answer}
  756. <div class="question"><div id="asker">{Asker}</div> inquired: {Question}</div>
  757. <div class="caption">{Answer}</div>
  758. {/block:Answer}
  759.  
  760.  
  761. {block:Date}
  762. <div class="footer">
  763. <a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  764. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}{text:via src divider} <a href="{SourceURL}">src</a>{/block:ContentSource}
  765. {block:HasTags}<br>{block:Tags}{text:tag symbol}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  766. </div>
  767.  
  768. {block:PermalinkPage}
  769. {block:NoteCount}
  770. {block:PostNotes}{PostNotes}{/block:PostNotes}
  771. {/block:NoteCount}
  772. {/block:PermalinkPage}
  773. {/block:Date}
  774.  
  775. </div>
  776. {/block:Posts}
  777.  
  778. <div id="credit">
  779. <a title="theme by angela" href="http://whitefixer.tumblr.com">✨</a>
  780. </div>
  781.  
  782. </div>
  783. </div>
  784.  
  785. </div>
  786.  
  787. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  788. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  789.  
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement