Advertisement
Mikaela

1D Christmas

Dec 12th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME #8 '1D CHRISTMAS' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. BUT SERIOUSLY I'LL REPORT YOU
  6. CREDIT TO http://cargline.tumblr.com/ for the 1D art!
  7. OKAY ENJOY NOW
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15.  
  16.  
  17. <title>{Title}</title>
  18.  
  19. {block:Description}<meta name="description" content="{MetaDescription}"/>
  20. {/block:Description}
  21. <link rel="shortcut icon" href="http://i12.photobucket.com/albums/a213/superkate_2468/favicon-9.png" />
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  23.  
  24. <meta name="color:bg" content="#ffffff">
  25. <meta name="color:link" content="#bbb8b8">
  26. <meta name="color:text" content="#9a9a9a">
  27. <meta name="color:hover" content="#eeeeee">
  28. <meta name="color:border" content="#ede275">
  29. <meta name="color:scrollbar" content="#ff0000">
  30.  
  31. <meta name="text:link 1" content="Refresh">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="Mssg">
  34. <meta name="text:link 2 url" content="/ask">
  35. <meta name="text:link 3" content="">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="">
  38. <meta name="text:link 4 url" content="/">
  39. <meta name="text:link 5" content="">
  40. <meta name="text:link 5 url" content="/">
  41.  
  42. <meta name="if:Cursor" content="1">
  43.  
  44. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/blpgwiz/ZUlm8f7u4/online.css"/>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. /*Updates code (isn't mine but I made a tutorial for it)*/
  50.  
  51. #updatesbox {/*the styling of the whole updates box*/
  52. line-height:100%;/*don't change this!*/
  53. display:block;/*don't change this either lol*/
  54. border:1px solid #eee;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
  55. height:12px;/*the height of the box before hover*/
  56. width:30px;/*the width of the box before hover*/
  57. padding:0px 5px 5px 5px;/*don't change this!*/
  58. z-index:99999999;/*don't change this!*/
  59. top:15px;/*distance from top of page*/
  60. left:15px;/*distance from left of page*/
  61. color:#999;/*color of text*/
  62. position:fixed;/*don't change this!*/
  63. background:#fff;/*background color of updates box*/
  64. overflow:hidden;/*don't change this!*/
  65. text-align:center;/*text alignment of everything in updates box*/
  66. -moz-transition-duration:0.6s;
  67. -webkit-transition-duration:0.6s;
  68. -o-transition-duration:0.6s;
  69. }
  70.  
  71. #updatesbox:hover {/*the updates box after hover*/
  72. height:70px;/*the height of the box after hover*/
  73. width:210px;/*the width of the box after hover*/
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. #updatestitle {/*the title of the updates box*/
  80. line-height:17px;/*don't change this!*/
  81. font-family:calibri;/*the font of the updates title*/
  82. text-transform:uppercase;/*can be uppercase, lowercase, none*/
  83. font-size:8px;/*font size of updates title*/
  84. }
  85.  
  86. #inside {/*the actual updates*/
  87. font-size:9px;/*the font size of the actual updates*/
  88. font-family:georgia;/*the font of the actual updates*/
  89. width:210px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  90. line-height:10px;/*don't change this!*/
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. }
  95.  
  96. /*--scrollbar--*/
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  99. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  100. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  101. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  102. }
  103. /*--body--*/
  104.  
  105. body {
  106. font-style:none;
  107. background-color:{color:bg};
  108. font-family:calibri;
  109. color:{color:text};
  110. font-size:9px;
  111. }
  112.  
  113.  
  114. a {
  115. color:{color:link};
  116. text-decoration:none;
  117. -webkit-transition: all 0.5s ease-out;
  118. -moz-transition: all 0.5s ease-out;
  119. transition: all 0.5s ease-out;
  120. }
  121.  
  122. a:hover {
  123. color:{color:hover};
  124. text-decoration:none;
  125. -webkit-transition: all 0.8s ease-out;
  126. -moz-transition: all 0.8s ease-out;
  127. transition: all 0.8s ease-out;
  128. }
  129.  
  130. img {
  131. border:none;
  132. }
  133.  
  134. blockquote {
  135. padding-left:5px;
  136. border-left:2px solid {color:border};
  137. }
  138.  
  139. h1 {
  140. font-size:10px;
  141. }
  142.  
  143. /*--Cursor code--*/
  144.  
  145. {block:ifCursor}
  146.  
  147. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  148.  
  149. {/block:ifCursor}
  150.  
  151. /*--Links--*/
  152. #harry {
  153. width:auto;
  154. height:auto;
  155. }
  156.  
  157. #harry img {
  158. position:fixed;
  159. width:51px;
  160. height:200px;
  161. opacity:1;
  162. margin-top:-40px;
  163. margin-left:200px;
  164. z-index:1;
  165. -webkit-transition: all 0.7s ease;
  166. -moz-transition: all 0.7s ease;
  167. -o-transition: all 0.7s ease;
  168. }
  169.  
  170. #harry img:hover{
  171. opacity:0.6;
  172. }
  173.  
  174.  
  175. #louis {
  176. width:auto;
  177. height:auto;
  178. }
  179.  
  180. #louis img {
  181. position:fixed;
  182. width:51px;
  183. height:200px;
  184. opacity:1;
  185. margin-top:-45px;
  186. margin-left:-115px;
  187. z-index:1;
  188. -webkit-transition: all 0.7s ease;
  189. -moz-transition: all 0.7s ease;
  190. -o-transition: all 0.7s ease;
  191. }
  192.  
  193. #louis img:hover{
  194. opacity:0.6;
  195. }
  196.  
  197.  
  198. #niall {
  199. width:auto;
  200. height:auto;
  201. }
  202.  
  203. #niall img {
  204. position:fixed;
  205. width:51px;
  206. height:200px;
  207. opacity:1;
  208. margin-top:-17px;
  209. margin-left:125px;
  210. z-index:1;
  211. -webkit-transition: all 0.7s ease;
  212. -moz-transition: all 0.7s ease;
  213. -o-transition: all 0.7s ease;
  214. }
  215. #niall img:hover{
  216. opacity:0.6;
  217. }
  218.  
  219.  
  220. #liam {
  221. width:auto;
  222. height:auto;
  223. }
  224.  
  225. #liam img {
  226. position:fixed;
  227. width:51px;
  228. height:200px;
  229. opacity:1;
  230. margin-top:-5px;
  231. margin-left:-35px;
  232. z-index:1;
  233. -webkit-transition: all 0.7s ease;
  234. -moz-transition: all 0.7s ease;
  235. -o-transition: all 0.7s ease;
  236. }
  237.  
  238. #liam img:hover{
  239. opacity:0.6;
  240. }
  241.  
  242.  
  243. #zayn {
  244. width:auto;
  245. height:auto;
  246. }
  247.  
  248. #zayn img {
  249. position:fixed;
  250. width:51px;
  251. height:200px;
  252. opacity:1;
  253. margin-top:10px;
  254. margin-left:50px;
  255. z-index:1;
  256. -webkit-transition: all 0.7s ease;
  257. -moz-transition: all 0.7s ease;
  258. -o-transition: all 0.7s ease;
  259. }
  260.  
  261. #zayn img:hover{
  262. opacity:0.6;
  263. }
  264.  
  265. /*--xmas wreath thingy--*/
  266.  
  267. #xmas {
  268. width:auto;
  269. height:auto;
  270. }
  271.  
  272. #xmas img {
  273. position:fixed;
  274. width:438px;
  275. height:145px;
  276. opacity:1;
  277. margin-top:100px;
  278. margin-left:-150px;
  279. z-index:99999999999999;
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. }
  284.  
  285. /*--That huge gold square--*/
  286.  
  287. #square{
  288. margin-top:-100px;
  289. border-right:#EDE275 dashed 3px;
  290. border-left:#EDE275 dashed 3px;
  291. border-top:#EDE275 dashed 3px;
  292. margin-left:-135px;
  293. width:400px;
  294. z-index:-99999;
  295. height:220px;
  296. }
  297.  
  298. /*--Title--*/
  299.  
  300. #title {
  301. font-size:40px;
  302. font-weight:bold;
  303. font-family:Edwardian Script ITC;
  304. letter-spacing:1px;
  305. margin-top:-270px;
  306. margin-left:-130px;
  307. z-index:-9999999999999999999;
  308. width:408px;
  309. color:green;
  310. text-align:center;
  311. -webkit-transition: all 1s ease;
  312. -moz-transition: all 1s ease;
  313. -o-transition: all 1s ease;
  314. }
  315. /*--sidebar--*/
  316.  
  317. #sidebar {
  318. position:fixed;
  319. width:140px;
  320. margin-left:200px;
  321. margin-top:200px;
  322. }
  323.  
  324. /*--description--*/
  325.  
  326. #description {
  327. margin-top:10px;
  328. margin-left:-5px;
  329. padding:5px;
  330. width:140px;
  331. border-right:#EDE275 dashed 3px;
  332. border-left:#EDE275 dashed 3px;
  333. border-bottom:#EDE275 dashed 3px;
  334. opacity:1;
  335. font-family:'calibri';
  336. font-size:11px;
  337. text-align:center;
  338. -webkit-transition: all 1s ease;
  339. -moz-transition: all 1s ease;
  340. -o-transition: all 1s ease;
  341. }
  342.  
  343. #sidebar:hover #description{
  344. opacity:1;
  345. }
  346.  
  347. /*--pagination--*/
  348.  
  349. #pagination {
  350. margin-top:255px;
  351. margin-left:5px;
  352. text-align:center;
  353. font-size:20px;
  354. opacity:1;
  355. font-family:calibri;
  356. color:{color:link};
  357. -webkit-transition: all 1s ease;
  358. -moz-transition: all 1s ease;
  359. -o-transition: all 1s ease;
  360. }
  361.  
  362. #pagination a{
  363. color:{color:link};
  364. }
  365.  
  366. /*--posts--*/
  367.  
  368. #posts {
  369. width:500px;
  370. margin-bottom:10px;
  371. padding:1px;
  372. font-size:11px;
  373. color:{color:text};
  374. line-height:90%;
  375. text-align:justify;
  376. }
  377.  
  378. #postscontainer {
  379. margin-bottom:20px;
  380. padding:1px;
  381. margin-left:600px;
  382. margin-top:55px;
  383. }
  384.  
  385. /*--Info--*/
  386.  
  387. #info {
  388. margin-bottom:10px;
  389. font-size:8px;
  390. margin-top:10px;
  391. text-align:left;
  392. padding:5px;
  393. color:green;
  394. border-top:1px solid #EDE275;
  395. }
  396.  
  397.  
  398. #reblog {
  399. text-transform:uppercase;
  400. font-family:trebuchet ms;
  401. margin-left:-5px;
  402. margin-top:-5px;
  403. text-align:center;
  404. color:green;
  405. background-color:#EDE275;
  406. width:35px;
  407. padding:3px;
  408. }
  409.  
  410. #reblog a {
  411. color:green;
  412. }
  413.  
  414. #notes {
  415. margin-left:40px;
  416. margin-top:-12px;
  417. }
  418.  
  419. #rightinfo {
  420. text-transform:uppercase;
  421. font-family:trebuchet ms;
  422. margin-left:370px;
  423. text-align:justify;
  424. float:right;
  425. background-color:#EDE275;
  426. padding:3px;
  427. margin-top:-12px;
  428. color:green;
  429. }
  430.  
  431. #rightinfo a {
  432. color:green;
  433. }
  434.  
  435. /*--tags--*/
  436.  
  437. #tags {
  438. width:490px;
  439. margin-left:-4px;
  440. margin-top:7px;
  441. font-size:10px;
  442. color:red:
  443. }
  444.  
  445. #tags a {
  446. color:red;
  447. }
  448.  
  449. #tags a:hover {
  450. color:red;
  451. }
  452.  
  453. /*--asks--*/
  454.  
  455. #asker {
  456. padding:5px;
  457. text-align:left;
  458. line-height:120%;
  459. letter-spacing:1px;
  460. font-style:italic;
  461. font-family:cambria;
  462. border:5px #3aa14d double;
  463. background-color:#fff;
  464. color:red;
  465. }
  466.  
  467. /*--credit--*/
  468.  
  469. #credit {
  470. right:0px;
  471. bottom:0px;
  472. color:{color:text};
  473. position:fixed;
  474. -webkit-transition: all 0.5s ease-out;
  475. -moz-transition: all 0.5s ease-out;
  476. transition: all 0.5s ease-out;
  477. }
  478.  
  479.  
  480.  
  481. /*--Link Labels--*/
  482. #s-m-t-tooltip {
  483.  
  484. max-width:300px;
  485.  
  486. padding:3px 4px 5px 4px;
  487.  
  488. margin:20px 0px 0px 20px;
  489.  
  490. background-color:white; /* change the background color */
  491.  
  492. border:3px double green; /* change the border color */
  493.  
  494. font-family:Curlz MT; /* change the font */
  495.  
  496. font-size:11px; /* change the font size */
  497.  
  498. letter-spacing:2px; /* change the letter spacing */
  499.  
  500. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  501.  
  502. color:red; /* change the text color */
  503.  
  504. z-index:999999999999999999999999999999999999;
  505.  
  506. }
  507. {CustomCSS}
  508. </style>
  509. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  510. <script type="text/javascript">
  511. jQuery(document).ready(function() {
  512. jQuery("#standardlinks").hide();
  513. //toggle the componenet with class msg_body
  514. jQuery("#shat").click(function()
  515. {
  516. jQuery(this).next("#standardlinks").slideToggle(500);
  517. });});
  518. </script>
  519. <script type="text/javascript" src="http://static.tumblr.com/0szq8b5/PvUmf3mx0/snoweffect.js"></script>
  520. </head>
  521. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  522.  
  523. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  524. <!--tutorial by meem.co.vu-->
  525. <script>
  526.  
  527. (function($){
  528.  
  529. $(document).ready(function(){
  530.  
  531. $("a[title]").style_my_tooltips({
  532.  
  533. tip_follows_cursor:true,
  534.  
  535. tip_delay_time:90,
  536.  
  537. tip_fade_speed:600,
  538.  
  539. attribute:"title"
  540.  
  541. });
  542.  
  543. });
  544.  
  545. })(jQuery);
  546.  
  547. </script>
  548.  
  549. <body>
  550. <SCRIPT type="text/javascript">
  551. /*
  552. Snow Fall 1 - no images - Java Script
  553. Visit http://rainbow.arch.scriptmania.com/scripts/
  554. for this script and many more
  555. */
  556.  
  557. // Set the number of snowflakes (more than 30 - 40 not recommended)
  558. var snowmax=35
  559.  
  560. // Set the colors for the snow. Add as many colors as you like
  561. var snowcolor=new Array("#aaaacc","#ddddff","#ccccdd","#f3f3f3","#f0ffff")
  562.  
  563. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  564. var snowtype=new Array("Times")
  565.  
  566. // Set the letter that creates your snowflake (recommended: * )
  567. var snowletter="*"
  568.  
  569. // Set the speed of sinking (recommended values range from 0.3 to 2)
  570. var sinkspeed=0.6
  571.  
  572. // Set the maximum-size of your snowflakes
  573. var snowmaxsize=30
  574.  
  575. // Set the minimal-size of your snowflakes
  576. var snowminsize=8
  577.  
  578. // Set the snowing-zone
  579. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  580. // Set 3 for center-snowing, set 4 for right-side-snowing
  581. var snowingzone=1
  582.  
  583. ///////////////////////////////////////////////////////////////////////////
  584. // CONFIGURATION ENDS HERE
  585. ///////////////////////////////////////////////////////////////////////////
  586.  
  587.  
  588. // Do not edit below this line
  589. var snow=new Array()
  590. var marginbottom
  591. var marginright
  592. var timer
  593. var i_snow=0
  594. var x_mv=new Array();
  595. var crds=new Array();
  596. var lftrght=new Array();
  597. var browserinfos=navigator.userAgent
  598. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  599. var ns6=document.getElementById&&!document.all
  600. var opera=browserinfos.match(/Opera/)
  601. var browserok=ie5||ns6||opera
  602.  
  603. function randommaker(range) {
  604. rand=Math.floor(range*Math.random())
  605. return rand
  606. }
  607.  
  608. function initsnow() {
  609. if (ie5 || opera) {
  610. marginbottom = document.body.scrollHeight
  611. marginright = document.body.clientWidth-15
  612. }
  613. else if (ns6) {
  614. marginbottom = document.body.scrollHeight
  615. marginright = window.innerWidth-15
  616. }
  617. var snowsizerange=snowmaxsize-snowminsize
  618. for (i=0;i<=snowmax;i++) {
  619. crds[i] = 0;
  620. lftrght[i] = Math.random()*15;
  621. x_mv[i] = 0.03 + Math.random()/10;
  622. snow[i]=document.getElementById("s"+i)
  623. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  624. snow[i].size=randommaker(snowsizerange)+snowminsize
  625. snow[i].style.fontSize=snow[i].size+'px';
  626. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  627. snow[i].style.zIndex=1000
  628. snow[i].sink=sinkspeed*snow[i].size/5
  629. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  630. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  631. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  632. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  633. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  634. snow[i].style.left=snow[i].posx+'px';
  635. snow[i].style.top=snow[i].posy+'px';
  636. }
  637. movesnow()
  638. }
  639.  
  640. function movesnow() {
  641. for (i=0;i<=snowmax;i++) {
  642. crds[i] += x_mv[i];
  643. snow[i].posy+=snow[i].sink
  644. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  645. snow[i].style.top=snow[i].posy+'px';
  646.  
  647. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  648. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  649. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  650. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  651. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  652. snow[i].posy=0
  653. }
  654. }
  655. var timer=setTimeout("movesnow()",50)
  656. }
  657.  
  658. for (i=0;i<=snowmax;i++) {
  659. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  660. }
  661. if (browserok) {
  662. window.onload=initsnow
  663. }
  664.  
  665. </SCRIPT>
  666. <div id="sidebar">
  667. <div id="xmas">
  668. <img src="http://i.imgur.com/qMz6xZn.png"></div>
  669. <div id= "louis">
  670. <a title="{text:Link 1}" href="{text:Link 1 url}"><img src="http://i.imgur.com/vqpD4H1.gif" ></a> </div>
  671. <div id= "liam">
  672. <a title="{text:Link 2}" href="{text:Link 2 url}"><img src="http://i.imgur.com/Zhb8AgG.gif" > </div>
  673. <div id= "zayn">
  674. <a title="{text:Link 3}" href="{text:Link 3 url}"><img src="http://i.imgur.com/YgInOn5.gif" ></a> </div>
  675. <div id= "niall">
  676. <a title="{text:Link 4}" href="{text:Link 4 url}"><img src="http://i.imgur.com/YrtMoDH.gif" ></a> </div>
  677. <div id= "harry">
  678. <a title="{text:Link 5}" href="{text:Link 5 url}"><img src="http://i.imgur.com/HLRpJVZ.gif" ></a>
  679. </div>
  680. <div id="square"></div>
  681. <div id="title">{Title}</div>
  682. <div id="description">{description}</div>
  683. {block:Pagination}
  684. <div id="pagination">
  685. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}&nbsp;&nbsp;&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  686. </div>{/block:Pagination}</div>
  687. <div id="updatesbox">
  688. <span id="updatestitle">updates</span>
  689. <div id="inside">
  690. <br>Here is an updates tab!
  691. <br>If you want multiple or want to change the height of the box, come ask me and ill link you to my tutorial</div></div></div>
  692.  
  693.  
  694.  
  695. <div id="postscontainer">
  696. {block:Posts}
  697.  
  698. <div id="posts">
  699.  
  700.  
  701. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  702.  
  703.  
  704. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  705.  
  706. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  707.  
  708. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  709.  
  710. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  711.  
  712. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  713.  
  714. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  715.  
  716. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  717.  
  718. {block:Answer}<div id="asker"><span style="font-family:Curlz MT ;font-size:15px;"><big><img src="http://i12.photobucket.com/albums/a213/superkate_2468/favicon-9.png" height="13">{Asker}:</big> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  719.  
  720. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  721. {NoteCountWithLabel}</a></div>
  722. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  723. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  724. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  725. {block:HasTags} <div id="tags">Tags{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  726.  
  727.  
  728. </div>
  729.  
  730. {/block:Posts}
  731. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  732. {/block:Posts}
  733.  
  734. </div>
  735.  
  736.  
  737. <div id="credit"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a>
  738. </div></div></div></div></div></div></div></div></div></div>
  739. </body>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement