assshhhhllleey

theme 16 (redux 01)

Nov 16th, 2013
2,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.34 KB | None | 0 0
  1. <!--
  2.       
  3. Theme #16 (Redux 01) by
  4.  
  5. ╱╭╮╱╱╱╱╱╱╱╱╱╭╮╱╱╭╮
  6. ╭╯╰╮╱╱╱╱╱╱╱╱┃┃╱╭╯╰╮
  7. ╰╮╭┫╭╮╭┳━━┳━┫┃╭╋╮╭╋━╮╭━━┳━┳━┳╮╱╭╮
  8. ╱┃┃╰╯╰╯┃┃━┫╭┫╰╯╋┫┃┃╭╮┫╭╮┃╭┫╭┫┃╱┃┃
  9. ╱┃╰╮╭╮╭┫┃━┫┃┃╭╮┫┃╰┫┃┃┃╭╮┃┃┃┃┃╰━╯┃
  10. ╱╰━┻╯╰╯╰━━┻╯╰╯╰┻┻━┻╯╰┻╯╰┻╯╰╯╰━╮╭╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. aka ashley
  15.  
  16. -->
  17.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <meta name="color:Ask Bubble" content="#f1f1f1"/>
  30. <meta name="color:Ask Text" content="#a8a8a8"/>
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Border" content="#e4e4e4"/>
  33. <meta name="color:Sidebar" content="#ffffff"/>
  34. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  35. <meta name="color:Text" content="#a8a8a8"/>
  36. <meta name="color:Description" content="#a8a8a8"/>
  37. <meta name="color:Link" content="#b8b8b8"/>
  38. <meta name="color:Hover" content="#f2f2f2"/>
  39. <meta name="color:Post" content="#ffffff"/>
  40. <meta name="color:Info" content="#a1a1a1"/>
  41. <meta name="color:Infobg" content="#eeeeee"/>
  42. <meta name="color:Infobg Triangles" content="#e0e0e0"/>
  43. <meta name="color:Heart" content="#ff0000"/>
  44. <meta name="color:Scrollbar" content="#ffffff"/>
  45.  
  46. <meta name="image:Sidebar" content=""/>
  47. <meta name="image:Background" content=""/>
  48. <meta name="image:Floaties" content=""/>
  49. <meta name="image:Flowers" content="http://24.media.tumblr.com/13370152779a45618c1a46436b98afd2/tumblr_mv7ipaPfFM1relm2ao1_250.png"/>
  50.  
  51. <meta name="text:Links Title" content="NAVIGATION" />
  52. <meta name="text:Link 1" content="" />
  53. <meta name="text:Link 1 Text" content="" />
  54. <meta name="text:Link 2" content="" />
  55. <meta name="text:Link 2 Text" content="" />
  56. <meta name="text:Link 3" content="" />
  57. <meta name="text:Link 3 Text" content="" />
  58. <meta name="text:Link 4" content="" />
  59. <meta name="text:Link 4 Text" content="" />
  60. <meta name="text:Floaties Width" content="20"/>
  61. <meta name="text:Floaties Height" content="20"/>
  62.  
  63. <meta name="if:CoverBackground" content="" />
  64. <meta name="if:Transparency" content="" />
  65. <meta name="if:RoundedCorners" content="" />
  66. <meta name="if:SmallCursor" content="1" />
  67. <meta name="if:Floaties" content="" />
  68. <meta name="if:VerticalSidebar" content="" />
  69. <meta name="if:SidebarFlowers" content="" />
  70. <meta name="if:Show Sidebar Links" content="1" />
  71. <meta name="if:Show Link 1" content="1" />
  72. <meta name="if:Show Link 2" content="1" />
  73. <meta name="if:Show Link 3" content="1" />
  74. <meta name="if:Show Link 4" content="1" />
  75.  
  76. {block:IfFloaties}
  77. <script type="text/javascript" >
  78. /***********************************************
  79. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  80. * Modified by Dynamic Drive for various improvements
  81. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  82. ***********************************************/
  83.  
  84. var vmin=1;
  85. var vmax=5;
  86. var vr=2;
  87. var zIndex=-101;
  88.  
  89. function iecompattest(){
  90. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  91. }
  92.  
  93. function Chip(src,width,height){
  94. var img=document.createElement('IMG'),wwhs=WWHS();
  95. img.src=src;
  96. img.style.position='absolute';
  97. img.style.zIndex=typeof(window['zIndex'])=='number'?zIndex:'101';
  98. if (typeof(width)=='number'){
  99. img.width=width;
  100. }
  101. if (typeof(height)=='number'){
  102. img.height=height;
  103. }
  104. document.body.appendChild(img);
  105. this.img=img;
  106. this.vx=vmin+vmax*Math.random();
  107. this.vy=vmin+vmax*Math.random();
  108. this.w=width+20;
  109. this.h=height;
  110. this.xx=wwhs[2]+Math.random()*(wwhs[0]-50);
  111. this.yy=wwhs[2]+Math.random()*(wwhs[1]-50);;
  112. this.timer1=null;
  113. movechip(this);
  114. }
  115.  
  116. function movechip(chip){
  117. var w=chip.img.width+20,h=chip.img.height,wwhs=WWHS();
  118. if (document.getElementById){
  119.  
  120. chip.xx=chip.xx+chip.vx;
  121. chip.yy=chip.yy+chip.vy;
  122.  
  123. chip.vx+=vr*(Math.random()-0.5);
  124. chip.vy+=vr*(Math.random()-0.5);
  125. if(chip.vx>(vmax+vmin)) chip.vx=(vmax+vmin)*2-chip.vx;
  126. if(chip.vx<(-vmax-vmin)) chip.vx=(-vmax-vmin)*2-chip.vx;
  127. if(chip.vy>(vmax+vmin)) chip.vy=(vmax+vmin)*2-chip.vy;
  128. if(chip.vy<(-vmax-vmin)) chip.vy=(-vmax-vmin)*2-chip.vy;
  129.  
  130. if(chip.xx<=wwhs[2]){
  131. chip.xx=wwhs[2];
  132. chip.vx=vmin+vmax*Math.random();
  133. }
  134. if(chip.xx>=wwhs[2]+wwhs[0]-w){
  135. chip.xx=wwhs[2]+wwhs[0]-w;
  136. chip.vx=-vmin-vmax*Math.random();
  137. }
  138. if(chip.yy<=wwhs[3])
  139. {chip.yy=wwhs[3];
  140. chip.vy=vmin+vmax*Math.random();
  141. }
  142. if(chip.yy>=wwhs[3]+wwhs[1]-h)
  143. {chip.yy=wwhs[3]+wwhs[1]-h;
  144. chip.vy=-vmin-vmax*Math.random();
  145. }
  146.  
  147. chip.img.style.left=chip.xx+"px";
  148. chip.img.style.top=chip.yy+"px";
  149.  
  150.  
  151. chip.timer1=setTimeout(function(){ movechip(chip); },100);
  152. }
  153. }
  154.  
  155. function WWHS(){
  156. if (window.innerHeight) return [window.innerWidth-10,window.innerHeight-10,window.pageXOffset,window.pageYOffset];
  157. else if (document.documentElement.clientHeight) return [document.documentElement.clientWidth-10,document.documentElement.clientHeight-10,document.documentElement.scrollLeft,document.documentElement.scrollTop];
  158. return [document.body.clientWidth,document.body.clientHeight,document.body.scrollLeft,document.body.scrollTop];
  159. }
  160. </script>
  161.  
  162. <script type="text/javascript">
  163.  
  164. /***********************************************
  165. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  166. * Modified by Dynamic Drive for various improvements
  167. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  168. ***********************************************/
  169.  
  170. function pagestart(){
  171. // if you want more floaties, just duplicate the new Chip("{image:Floaties}",{text:Floaties Width},{text:Floaties Height});
  172.  
  173. new Chip("{image:Floaties}",{text:Floaties Width},{text:Floaties Height});
  174. new Chip("{image:Floaties}",{text:Floaties Width},{text:Floaties Height});
  175. new Chip("{image:Floaties}",{text:Floaties Width},{text:Floaties Height});
  176. }
  177.  
  178. if (window.addEventListener)
  179. window.addEventListener("load", pagestart, false)
  180. else if (window.attachEvent)
  181. window.attachEvent("onload", pagestart)
  182. else if (document.getElementById)
  183. window.onload=pagestart
  184.  
  185. </script>
  186. {/block:IfFloaties}
  187.  
  188. <style type="text/css">
  189.  
  190. /* --- SCROLLBAR ---*/
  191.  
  192. ::-webkit-scrollbar {
  193. width: 5px;height: 5px;}
  194. ::-webkit-scrollbar-button:start:decrement,
  195. ::-webkit-scrollbar-button:end:increment {
  196. height: 3px;display: block;background-color: white;}
  197. ::-webkit-scrollbar-track-piece {
  198. background-color: {color:scrollbar};}
  199. ::-webkit-scrollbar-thumb:vertical {
  200. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  201.  
  202.  
  203. /* ------------------ BODY ------------------*/
  204.  
  205. body {
  206. margin:0px;
  207. color:{color:text};
  208. font-family:Calibri;
  209. font-size:9px;
  210. line-height:100%;
  211. background: {color:background} url('{image:background}') fixed;
  212. {block:IfCoverBackground}coverbackground-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:IfCoverBackground}
  213. }
  214.  
  215. iframe#tumblr_controls {
  216. opacity:.7;transition: .8s ease-in-out;-webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;
  217. }
  218.  
  219. {block:IfSmallCursor}*, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  220. {/block:IfSmallCursor}
  221. a {
  222. text-decoration:none;
  223. outline:none;
  224. -moz-outline-style:none;
  225. color:{color:link};
  226. -webkit-transition: all 0.7s ease;
  227. -moz-transition: all 0.7s ease;
  228. -o-transition: all 0.7s ease;
  229. }
  230.  
  231. img {
  232. border:none; max-width:100%;
  233. }
  234.  
  235. blockquote {
  236. margin: 10px 0px 10px 10px; padding-left: 10px; border-left: solid 2px;
  237. }
  238.  
  239. blockquote img{
  240. max-width:100%;
  241. }
  242.  
  243. h1 {
  244. font-size:14px;
  245. text-transform:uppercase;
  246. line-height:100%;
  247. }
  248.  
  249. a:hover {
  250. opacity:1;
  251. color:{color:hover};
  252. -webkit-transition: all 0.7s ease;
  253. -moz-transition: all 0.7s ease;
  254. -o-transition: all 0.7s ease;
  255. }
  256.  
  257. /* --------------- POSTS ---------------*/
  258.  
  259.  
  260. #entries {
  261. margin-left:490px;
  262. margin-top:30px;
  263. width:400px;
  264. padding:10px;
  265. padding-bottom: 50px;
  266. font-size:11px; background:opacity 0.6;
  267. }
  268.  
  269. #post {
  270. {block:IfTransparency}
  271. opacity:.9;
  272. {/block:IfTransparency}
  273. margin-top:30px;
  274. width:400px;
  275. padding:10px;
  276. box-shadow:rgba(0,0,0,.07)5px 5px;
  277. padding-bottom:10px;
  278. background-color:{color:Post};
  279. {block:IfRoundedCorners}
  280. border-radius:10px;
  281. {/block:IfRoundedCorners}
  282. }
  283.  
  284. #quote {
  285. font-size: 20px;
  286. font-family:'times new';
  287. font-style:italic;
  288. line-height:100%;
  289. }
  290.  
  291. /* -------------- SIDEBAR --------------*/
  292.  
  293.  
  294. #sidebar {
  295. {block:IfVerticalSidebar}
  296. margin-left:270px;
  297. margin-top:170px;
  298. width:151px;
  299. height: 253px;
  300. {/block:IfVerticalSidebar}
  301. {block:IfRoundedCorners}
  302. border-radius:10px;
  303. {/block:IfRoundedCorners}
  304. {block:IfnotVerticalSidebar}
  305. margin-left:180px;
  306. margin-top:220px;
  307. width:278px;
  308. height: 143px;
  309. {/block:IfnotVerticalSidebar}
  310. position:fixed;
  311. {block:IfTransparency}
  312. opacity:.9;
  313. {/block:IfTransparency}
  314. box-shadow:rgba(0,0,0,0.07)5px 5px;
  315. background-color:{color:Sidebar};
  316. }
  317.  
  318. #sidebarimage {
  319. {block:IfVerticalSidebar}
  320. width:120px;
  321. {/block:IfVerticalSidebar}
  322. {block:IfnotVerticalSidebar}
  323. width: 108px;
  324. {/block:IfnotVerticalSidebar}
  325. height: 100px;
  326. margin-left:12px;
  327. margin-top:13px;
  328. }
  329.  
  330. #sidebarimage img {
  331. {block:IfVerticalSidebar}
  332. width:120px;
  333. height: 120px;
  334. {/block:IfVerticalSidebar}
  335. {block:IfnotVerticalSidebar}
  336. height: 110px;
  337. {/block:IfnotVerticalSidebar}
  338. padding:2px;
  339. border:solid 1px {color:border};
  340. background-color:{color:Sidebar};
  341. }
  342.  
  343. #sideg {
  344. {block:IfVerticalSidebar}
  345. margin-top:50px;
  346. margin-left:-5px;
  347. {/block:IfVerticalSidebar}
  348. {block:IfnotVerticalSidebar}
  349. margin-top:-69px;
  350. margin-left:121px;
  351. {/block:IfnotVerticalSidebar}}
  352.  
  353.  
  354. #flowers {
  355. position:fixed;
  356. margin-left:15px;
  357. margin-top:-60px;
  358. }
  359.  
  360. #flowers img{
  361. width:40px;
  362. height:40px;
  363. }
  364. #flowers2 {
  365. position:fixed;
  366. margin-left:60px;
  367. margin-top:-60px;
  368. }
  369.  
  370. #flowers2 img{
  371. width:40px;
  372. height:40px;
  373. }
  374. #flowers3 {
  375. position:fixed;
  376. margin-left:105px;
  377. margin-top:-60px;
  378. }
  379.  
  380. #flowers3 img{
  381. width:40px;
  382. height:40px;
  383. }
  384.  
  385.  
  386. .links {
  387. margin-top:-25px;
  388. margin-left:5px;
  389. width:130px;
  390. height:5px;
  391. position:fixed;
  392. padding: 9px;
  393. padding-bottom:7px;
  394. text-align:center;
  395. text-transform:uppercase;
  396. word-spacing:5px;
  397. font-family:calibri;
  398. }
  399.  
  400. .links a {
  401. font-size: 10px;
  402. color:{color:Sidebar Links};
  403. }
  404.  
  405. .links a:hover {
  406. color:{color:Hover}
  407. }
  408.  
  409. #menu {
  410. {block:IfSidebarFlowers}
  411. margin-top:25px;
  412. {/block:IfSidebarFlowers}
  413. {block:IfnotSidebarFlowers}
  414. margin-top:0px;
  415. {/block:IfnotSidebarFlowers}
  416. margin-left:15px;
  417. }
  418.  
  419. #description {
  420. margin-top:22px;
  421. margin-left:8px;
  422. width:125px;
  423. position:fixed;
  424. padding:8px;
  425. line-height:100%;
  426. text-align:justify;
  427. font-size:11px;
  428. font-style:italic;
  429. font-family:cambria;
  430. color:{color:Description};
  431. }
  432.  
  433. #description a {
  434. color:{color:Description};
  435. -moz-transition-duration:0.4s;
  436. -webkit-transition-duration:0.4s;
  437. -o-transition-duration:0.4s;
  438. }
  439.  
  440. #pagination {
  441. height: 20px;
  442. width:145px;
  443. margin-left: 770px;
  444. margin-bottom: 20px;
  445. }
  446.  
  447. #pagination a {
  448. box-shadow:rgba(0,0,0,0.07)3px 3px;
  449. background-color:{color:Post};
  450. padding:5px;
  451. border: 2px solid {color:infobg triangles};
  452. }
  453.  
  454. #pagination a:hover {
  455. color: {color:link};
  456. background-color:{color:infobg triangles};
  457. border: 2px solid {color:Post};
  458. }
  459.  
  460. #pagination .current_page {
  461. box-shadow:rgba(0,0,0,0.07)3px 3px;
  462. background-color:{color:infobg triangles};
  463. padding:5px;
  464. border: 2px solid {color:Post};}
  465.  
  466. /* ---------------------- --------------*/
  467.  
  468. #sideinfo {
  469. position: absolute;
  470. background: {color:Post};
  471. margin-top: -10px;
  472. {block:IfRoundedCorners}
  473. margin-top:0px;
  474. {/block:IfRoundedCorners}
  475. height:45px;
  476. width: 20px;
  477. padding:5px;
  478. margin-left: 397px;
  479. opacity: 0;
  480. line-height:10%;
  481. -webkit-transition: all 0.3s ease-in-out;
  482. -moz-transition: all 0.3s ease-in-out;
  483. -o-transition: all 0.3s ease-in-out;
  484. -ms-transition: all 0.3s ease-in-out;
  485. }
  486.  
  487. #post:hover #sideinfo {
  488. opacity:1;
  489. margin-left:410px;
  490. -webkit-transition: all 0.2s ease-in-out;
  491. -moz-transition: all 0.2s ease-in-out;
  492. -o-transition: all 0.2s ease-in-out;
  493. -ms-transition: all 0.2s ease-in-out;
  494. }
  495.  
  496. #info {
  497. color: {color:info};
  498. width:442px;
  499. background-color: {color:infobg};
  500. padding:5px;
  501. margin-top:10px;
  502. margin-left:-26px;
  503. text-align:center;
  504. text-transform:uppercase;
  505. font-size:10px;
  506. font-style:none;
  507. font-family:calibri;
  508. line-height:110%;
  509. }
  510.  
  511. #info a {
  512. color: {color:info};
  513. }
  514. #info a:hover {
  515. color:{color:Hover}
  516. }
  517.  
  518. #info k {
  519. color:{color:Heart};}
  520. #infor {
  521. float:right;
  522. margin-top:-21px;
  523. margin-right:-5px;
  524. width: 0;
  525. height: 0;
  526. border-bottom: 16px solid {color:infobg triangles};
  527. border-right: 16px solid transparent;
  528. }
  529.  
  530. #infol {
  531. margin-top:-21px;
  532. margin-left:-5px;
  533. float:left;
  534. width: 0;
  535. height: 0;
  536. border-bottom: 16px solid {color:infobg triangles};
  537. border-left: 16px solid transparent;
  538. }
  539.  
  540. #tags {
  541. padding:2px;
  542. border-top: 1px solid {color:infobg triangles};
  543. padding-top:4px;
  544. margin-top:4px;
  545. text-align:center;
  546. text-transform:lowercase;
  547. font-size:10px;
  548. font-style:italic;
  549. letter-spacing:0px;
  550. }
  551.  
  552. #tags a {
  553. text-decoration:underline;
  554. word-spacing:1px;
  555. display:inline;
  556. padding:-3px;
  557. text-align:left;
  558. color:{color:info};
  559. -webkit-transition: all 0.6s ease-in-out;
  560. -moz-transition: all 0.6s ease-in-out;
  561. -o-transition: all 0.6s ease-in-out;
  562. -ms-transition: all 0.6s ease-in-out;
  563. transition: all 0.6s ease-in-out;
  564. }
  565.  
  566. #ask {
  567. color: {color:Ask Text};
  568. font-size: 11px;
  569. background: {color:Ask Bubble};
  570. -moz-border-radius: 8px;
  571. -webkit-border-radius: 8px;
  572. border-radius: 8px;
  573. padding: 16px;
  574. position: relative;
  575. }
  576.  
  577. #asker {
  578. margin-left:45px;
  579. margin-top:5px;font-size: 11px;
  580. font-family:calibri;
  581. color: {color:link};
  582. }
  583.  
  584. #answer {
  585. margin-left: 5px;font-size:11px;}
  586.  
  587. #nipster {
  588. margin-top:25px;
  589. position:absolute;
  590. width: 0;
  591. height: 0;
  592. border-left: 20px solid transparent;
  593. border-right: 0px solid transparent;
  594. border-top: 15px solid {color:Ask Bubble};
  595. }
  596.  
  597. #reblog img{
  598. height:20px;
  599. width:22px;
  600. }
  601.  
  602. .notes li {
  603. padding-top:4px;
  604. list-style-type:decimal-leading-zero;
  605. }
  606.  
  607. .notes a {
  608. text-decoration:underline;
  609. }
  610.  
  611. .notes img{
  612. {block:IfTransparency}
  613. opacity:.8;
  614. {/block:IfTransparency}
  615. border-radius:100px;
  616. }
  617.  
  618.  
  619. .chat {
  620. border-left: 3px solid #dddddd;}
  621. .chat .even {
  622. background-color: #E8E8E8;
  623. padding: 4px;margin-bottom: 1px;
  624. }
  625.  
  626. .chat .odd {
  627. background-color: #F5F5F5;padding: 4px;margin-bottom: 1px; }
  628.  
  629. {CustomCSS}</style></head><body>
  630.  
  631. <div id="sidebar">
  632. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  633.  
  634. <div id="sideg">
  635. {block:IfSidebarFlowers}
  636. <div id="flowers"><img src="{image:flowers}"></div>
  637. <div id="flowers2"><img src="{image:flowers}"></div>
  638. <div id="flowers3"><img src="{image:flowers}"></div>
  639. {/block:IfSidebarFlowers}
  640. <div id="description">
  641. {Description}
  642. </div>
  643. {block:ifShowSidebarLinks}
  644. <div class="links">
  645. <a href="/">refresh</a>
  646. <a href="/ask">message</a>
  647. <a href="/archive">archive</a>
  648. </div>
  649. {/block:ifShowSidebarLinks}
  650. <div id="menu"><select onchange='location=this.options[this.selectedIndex].value;' style='width:130px; font-family: calibri;'>
  651. <option>{text:Links Title}</option>
  652.  
  653. {block:IfShowLink1}<option value="{text:Link 1}">{text:Link 1 Text}</option>{/block:IfShowLink1}
  654. {block:IfShowLink2}<option value="{text:Link 2}">{text:Link 2 Text}</option>{/block:IfShowLink2}
  655. {block:IfShowLink3}<option value="{text:Link 3}">{text:Link 3 Text}</option>{/block:IfShowLink3}
  656. {block:IfShowLink4}<option value="{text:Link 4}">{text:Link 4 Text}</option>{/block:IfShowLink4}
  657.  
  658. <option value="http://twerkitnarry.tumblr.com">©</option>
  659.  
  660. </select>
  661. </div></div>
  662. </div>
  663.  
  664.  
  665.  
  666. <div id="entries">{block:Posts}<div id="post">
  667.  
  668. <div id="sideinfo">&nbsp;{LikeButton size="21" color="grey"} <Br><Br> <div id="reblog"><a href="{ReblogURL}" target="_blank"> {ReblogButton size="21" color="grey"} </a></div></div>
  669.  
  670. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  671.  
  672. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  673.  
  674. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  675.  
  676. {block:Quote}<div id="quote">“{Quote}”</div>{block:Source}<br>— {Source}{/block:Source}{/block:Quote}
  677.  
  678. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  679.  
  680.  
  681. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat">{block:Lines}{block:Label}<b><div class="line {Alt}">{Label}</b>{/block:Label} {Line}</div>{/block:Lines}</div>{/block:Chat}
  682.  
  683. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px;" />{/block:AlbumArt}<span class="audio">{AudioPlayerGrey}</left></span>
  684. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  685. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  686. {block:PlayCount} <br><b>Played:</b> {FormattedPlayCount} times<br><br><br>{/block:PlayCount} {/block:ExternalAudio}
  687. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  688. {/block:Audio}
  689.  
  690. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  691.  
  692. {block:Answer}<div id="ask"><div id="nipster"></div>{Question}</div><div id="asker"> {Asker}</div> <br> <div id="answer">{Answer}</div>{/block:Answer}
  693.  
  694. <div id="info"><div id="infol"></div><div id="infor"></div>
  695. {block:Date}{TimeAgo}{/block:Date} <k>❤</k><a href="{Permalink}">
  696. {NoteCountWithLabel}</a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">source</a>{/block:ContentSource}{block:HasTags}<div id="tags">tagged with:&nbsp; {block:Tags} -<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>{/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
  697.  
  698. {block:Pagination}<div id="pagination">
  699. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  700. {block:JumpPagination length="3"}&nbsp;&nbsp;
  701. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  702. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  703. {/block:JumpPagination}&nbsp;&nbsp;
  704. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  705. </div>{/block:Pagination}
  706.  
  707.  
  708. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment