Advertisement
radiantvictor

christmas theme

Dec 9th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.78 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  5. a, a:hover { cursor:url("http://31.media.tumblr.com/tumblr_m2umdbsfpJ1qfamg6.gif"), auto; }
  6. </style>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script>
  13. $(document).ready(function() {
  14. //
  15. $('a.poplight[href^=#]').click(function() {
  16. var popID = $(this).attr('rel'); //Get Popup Name
  17. var popURL = $(this).attr('href'); //Get Popup href to define size
  18. var query= popURL.split('?');
  19. var dim= query[1].split('&');
  20. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  21. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  22. var popMargTop = ($('#' + popID).height() + 80) / 2;
  23. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  24. //Apply Margin to Popup
  25. $('#' + popID).css({
  26. 'margin-top' : -popMargTop,
  27. 'margin-left' : -popMargLeft
  28. });
  29. $('body').append('<div id="fade"></div>');
  30. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  31. return false;
  32. });
  33. $('a.close, #fade').live('click', function() {
  34. $('#fade , .popup_block').fadeOut(function() {
  35. $('#fade, a.close').remove(); //fade them both out
  36. });
  37. return false;
  38. });
  39. });
  40. </script>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script>
  47.  
  48. (function($){
  49.  
  50. $(document).ready(function(){
  51.  
  52. $("a[title]").style_my_tooltips({
  53.  
  54. tip_follows_cursor:true,
  55.  
  56. tip_delay_time:50,
  57.  
  58. tip_fade_speed:600,
  59.  
  60. attribute:"title"
  61.  
  62. });
  63.  
  64. });
  65.  
  66. })(jQuery);
  67.  
  68. </script>
  69. <!--basic tooltip from tutorial-baby! Enjoy-->
  70. <style>
  71. .tooltip{
  72. display: inline;
  73. position: relative;
  74. }
  75. #s-m-t-tooltip {
  76. max-width:400px; /*how big the tooltip can be at most*/
  77. border-radius: 0px; /*change your border radius*/
  78. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  79. margin:20px 7px -2px 20px; /*distance from word*/
  80. background-color:#6b7078; /*background color*/
  81. border-top:1px solid #fff; /*border info*/
  82. border-bottom:4px double #fff; /*border info*/
  83. font-family:helvetica; /*tooltip font*/
  84. font-size:8px; /*tooltip font size*/
  85. letter-spacing:2px; /*tooltip letter spacing*/
  86. text-transform:uppercase; /*makes the tooltip title uppercase*/
  87. color:#fff; /*tooltip font color*/
  88. z-index:999999999999999999999999999999999999;
  89. -moz-transition-duration:.8s;
  90. -webkit-transition-duration:.8s;
  91. -o-transition-duration:.8s;
  92. box-shadow:-1px 1px 3px 0px #6e6e6e;
  93. }
  94. </style>
  95. <title>{Title}</title>
  96. <link rel="shortcut icon" href="http://33.media.tumblr.com/tumblr_lkl6q24eyw1qfamg6.gif">
  97. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  98. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  99.  
  100. <!---- this is theme 52 by Hollywhood
  101. please don't remove the credit
  102. thank you
  103. --->
  104.  
  105. <meta name="color:Background" content="#ffffff"/>
  106. <meta name="color:Text" content="#9B9B9B"/>
  107. <meta name="color:Link" content="#b8b8b8"/>
  108. <meta name="color:Link Hover" content="#eeeeee"/>
  109. <meta name="color:border" content="#EEEEEE"/>
  110. <meta name="color:scrollbar" content="#999999">
  111.  
  112. <meta name="image:sidebar" content=""/>
  113.  
  114. <meta name="text:link 1" content="Link 1"/>
  115. <meta name="text:link 1 url" content="/"/>
  116. <meta name="text:link 2" content="Link 2"/>
  117. <meta name="text:link 2 url" content="/"/>
  118. <meta name="text:link 3" content="Link 3"/>
  119. <meta name="text:link 3 url" content="/"/>
  120. <meta name="text:link 4" content="Link 4"/>
  121. <meta name="text:link 4 url" content="/"/>
  122. <meta name="text:link 5" content="Link 5"/>
  123. <meta name="text:link 5 url" content="/"/>
  124. <meta name="text:link 6" content="Link 6"/>
  125. <meta name="text:link 6 url" content="/"/>
  126.  
  127. <style type="text/css">
  128.  
  129. ::selection {color:#b5bcc4;}
  130. ::-moz-selection {color:#b5bcc4;}
  131. ::-webkit-selection {color:#b5bcc4;}
  132.  
  133. ::-webkit-scrollbar-thumb {
  134. height:auto;
  135. background-color:#7e828c;
  136. }
  137.  
  138. ::-webkit-scrollbar {
  139. height:9px;
  140. width:4px;
  141. background-color:transparent;
  142. }
  143.  
  144.  
  145. iframe#tumblr_controls {
  146. white-space:nowrap;
  147. -webkit-filter: invert(100%);
  148. -moz-filter: invert(100%);
  149. -o-filter: invert(100%);
  150. -ms-filter: invert(100%);
  151. filter: invert(100%);
  152. opacity:.2;transition: .8s ease-in-out;
  153. -webkit-transition: .8s ease-in-out;
  154. -moz-transition: .8s ease-in-out;
  155. -o-transition: .8s ease-in-out;
  156. }
  157.  
  158. h1 {
  159. font-weight:normal;
  160. font-size:23px;
  161. text-align:center;
  162. font-style:normal;
  163. line-height:100%;
  164. letter-spacing:1px;
  165. text-transform:normal;
  166. color:#70767d;
  167. }
  168.  
  169. h2 {
  170. font-size:20px;
  171. text-align:center;
  172. line-height:100%;
  173. letter-spacing:-0.5px;
  174. color:#70767d;
  175. font-weight:bold;
  176. text-transform:uppercase;
  177. padding:5px;
  178. padding-bottom:2px;
  179. }
  180.  
  181. blockquote {
  182. border-left:1px solid #70767d;
  183. padding:6px;
  184. margin:9px 2px 0px 9px
  185. }
  186.  
  187.  
  188. b, strong {
  189. color: #50565e;
  190. font-style:bold;
  191. font-family:helvetica;
  192. font-size:19px;
  193. text-shadow: 0px 1px 1px #32363b;
  194. }
  195.  
  196. i, em {
  197. color: #4e5359;
  198. font-style:italic;
  199. font-size:17px;
  200. font-family:helvetica;
  201. text-shadow: 0px 0px 1px #808080;
  202. }
  203.  
  204. body {
  205. position:fixed;
  206. background-color:{color:background};
  207. font-family:helvetica;
  208. font-size:17px;
  209. text-align:left;
  210. color:#545d66;
  211. margin:0;
  212. background-image:url("http://i.imgur.com/Betmc0I.png");
  213. background-attachment: fixed;
  214. background-image:stretch;
  215. background-repeat: no-repeat;
  216. background-image:cover;
  217. background-position:left top;
  218. }
  219.  
  220. a {
  221. text-decoration:none;
  222. outline:none;
  223. -moz-outline-style:none;
  224. color:#70767d;
  225. -moz-transition-duration:0.5s;
  226. -webkit-transition-duration:0.5s;
  227. -o-transition-duration:0.5s;
  228. }
  229.  
  230. a:hover {
  231. outline:none;
  232. -moz-outline-style:none;
  233. color:{color:link hover};
  234. text-shadow:0px 0px 1px #313131;
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. }
  239.  
  240. img {
  241. border:none;
  242. }
  243.  
  244. #theme {
  245. width:400px;
  246. margin:0 auto -12px auto;
  247. }
  248.  
  249.  
  250. #post {
  251. width:400px;
  252. padding:15px;
  253. border:1px dashed #7e828c;
  254. margin-top:40px;
  255. margin-bottom:80px;
  256. background:#d4d4d4;
  257. opacity:.9;
  258.  
  259. -webkit-filter:grayscale(50%);
  260. -webkit-transition: all 0.6s ease-in-out;
  261. }
  262.  
  263. #post:hover{
  264. -webkit-filter:none;
  265. -webkit-transition: all 0.6s ease-in-out;
  266. }
  267.  
  268.  
  269. #entries {
  270. padding:10px;
  271. left:290px;
  272. top:-10px;
  273. position:fixed;
  274. background-color:transparent;
  275. width:440px;
  276. height:345px;
  277. top:310px;
  278. padding: 20px;
  279. overflow-x:scroll;
  280. overflow-x:hidden;
  281. scroll:left;
  282. -webkit-mask-image: -webkit-gradient(linear, left 25%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  283. padding:4px;
  284. }
  285.  
  286. #line {
  287. width:400px;
  288. height:1px;
  289. margin-top:-6px;
  290. background-color:#70767d;
  291. }
  292.  
  293.  
  294. #sidebar {
  295. color:{color:text};
  296. position:fixed;
  297. width:130px;
  298. height:auto;
  299. margin-top:100px;
  300. margin-left:-50px;
  301. padding:10px;
  302. border:0px solid {color:border};
  303. text-align:left;
  304. }
  305.  
  306. #sidebarimage img {
  307. width:130px;
  308. margin-top:0px;
  309. margin-bottom:5px;
  310. position:fixed;
  311. }
  312.  
  313. #links {
  314. position:fixed;
  315. font-family:calibri;
  316. width:330px;
  317. margin-top:-85px;
  318. margin-left:230px;
  319. font-size:25px;
  320. letter-spacing:-1px;
  321. text-transform:uppercase;
  322. text-align:center;
  323. line-height:200%;
  324. transform: rotate(-06deg);
  325. -ms-transform: rotate(-06deg);
  326. -webkit-transform: rotate(-06deg);
  327. -o-transform: rotate(-06deg);
  328. -moz-transform: rotate(-06deg);
  329. }
  330.  
  331. #links a{
  332. line-height:200%;
  333. padding:1px;
  334. margin-top:1px;
  335. margin-left:4px;
  336. margin-right:4px;
  337. color:#232740;
  338. -moz-transition-duration:.7s;
  339. -webkit-transition-duration:.7s;
  340. -o-transition-duration:.7s;
  341. -webkit-text-stroke: 2px #ced3d6;
  342. }
  343.  
  344. #links a:hover {
  345. color: #ced3d6;
  346. -moz-transition-duration:.4s;
  347. -webkit-transition-duration:.4s;
  348. -o-transition-duration:.4s;
  349. -webkit-text-stroke: 2px #a3a3a3;
  350.  
  351. }
  352.  
  353. #description {
  354. width:130px;
  355. font-family:times;
  356. font-size:10px;
  357. margin-bottom:0px;
  358. margin-top:10px;
  359. margin-left:0px;
  360. text-align:justify;
  361. color: {color:text};
  362. letter-spacing:0px;
  363. line-height:140%;
  364. }
  365.  
  366. #description a {
  367. color:{color:link};
  368. }
  369.  
  370. #description a:hover {
  371. color:{color:link hover};
  372. }
  373.  
  374. #pagination {
  375. font-family:arial;
  376. width:200px;
  377. font-size:13px;
  378. text-transform:normal;
  379. margin-top:95px;
  380. word-spacing:8px;
  381. margin-left:425px;
  382. font-style:normal;
  383. text-align:right;
  384. color:#7e828c;
  385. position:fixed;
  386. background:#transparent;
  387. border:0px dashed #70767d;
  388. }
  389.  
  390. #pagination a {
  391. color:#70767d;
  392. }
  393.  
  394. #pagination a:hover {
  395. color:{color:link hover};
  396. }
  397.  
  398. #info {
  399. font-family:arial;
  400. width:400px;
  401. margin-top:5px;
  402. padding-top:7px;
  403. font-size:16px;
  404. color:{color:text};
  405. text-transform:uppercase;
  406. letter-spacing:1px;
  407. font-style:normal;
  408. text-align:center;
  409. -moz-transition-duration:0.6s;
  410. -webkit-transition-duration:0.6s;
  411. -o-transition-duration:0.6s;
  412. }
  413.  
  414. #info a {
  415. color:#70767d;
  416. background:#d4d4d4;
  417. padding:3px;
  418. font-style:normal;
  419. }
  420.  
  421. #info a:hover {
  422. color:#bcc4cc;
  423. -moz-transition-duration:0.6s;
  424. -webkit-transition-duration:0.6s;
  425. -o-transition-duration:0.6s;
  426. }
  427.  
  428. .tags {
  429. font-family:arial;
  430. font-style:normal;
  431. width:400px;
  432. text-transform:normal;
  433. font-style:normal;
  434. line-height:120%;
  435. margin-top:15px;
  436. font-size:12px;
  437. text-align:center;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442. .tags a{
  443. color:#6e747a;
  444. }
  445. .tags a:hover{
  446. color:{color:link hover};
  447. }
  448.  
  449. .audio{
  450. background-color:#e5e5e5;
  451. height:65px;
  452. overflow:hidden;
  453. }
  454.  
  455. .question {
  456. padding:9px;
  457. text-align:left;
  458. text-transform:italic;
  459. color:{color:text};
  460. background-color: #f5f5f5;
  461. border-left:3px solid #e5e5e5;
  462. line-height:120%;
  463. }
  464.  
  465. .answer {
  466. text-align:left;
  467. padding:7px;
  468. color:#545d66;
  469. }
  470.  
  471. #credit {
  472. font-size:9px;
  473. font-family:cambria;
  474. font-style:italic;
  475. letter-spacing:1px;
  476. -moz-transition-duration:0.5s;
  477. -webkit-transition-duration:0.5s;
  478. -o-transition-duration:0.5s;
  479. }
  480.  
  481. #credit a {
  482. background-color:#fff;
  483. padding:5px;
  484. border:1px solid #e9e9e9;
  485. position:fixed;
  486. right:15px;
  487. bottom:10px
  488. }
  489.  
  490. #credit a:hover {
  491. color:#fff;
  492. background-color:#191919;
  493. }
  494.  
  495. {CustomCSS}
  496.  
  497. .sfm input {background-color: #f5f5f5;
  498. font-size: 8px;
  499. border: 0px solid #b0b0b0;
  500. text-transform: uppercase;
  501. margin-top: 0px;
  502. color: #b0b0b0;
  503. letter-spacing: 1px;
  504. padding: 4px 8px;
  505. font-family: calibri, helvetica, arial;}
  506.  
  507.  
  508. #musicplayer {
  509. position: fixed;
  510. left: 680px;
  511. top: 230px; }
  512.  
  513. .yo {
  514. position: absolute;
  515. left: 35px;
  516. top: 0px;
  517. font-style: oblique; font: 9px georgia;
  518. width: 80px;
  519. height: auto;
  520. padding: 5px;
  521. background-color: #fff;
  522. opacity: 0;
  523. -webkit-transition: all 0.3s ease-in;
  524. -moz-transition: all 0.3s ease-in;
  525. -o-transition: all 0.3s ease-in;
  526. -ms-transition: all 0.3s eease-in;
  527. transition: all 0.3s ease-in; }
  528.  
  529. #musicplayer:hover .yo {
  530. opacity: 1;
  531. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  532. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  533. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  534.  
  535. .player {
  536. border: 0px solid #666;
  537. padding-top:2px;
  538. padding-right:1px;
  539. position: fixed;
  540. width: 25px;
  541. height:20px;
  542. margin: 3px 0px 0px 0px;
  543. overflow: hidden;
  544. z-index: 9999;
  545. opacity: 0.6; }
  546.  
  547.  
  548.  
  549. #fade {
  550. display: none;
  551. background: transparent;
  552. position: fixed;
  553. left: 0;
  554. top: 0;
  555. width: 100%;
  556. height: 100%;
  557. opacity: .60;
  558. z-index: 9999;
  559. background:#d9d9d9;
  560. }
  561.  
  562. .popup_block{
  563. display: none;
  564. background: #e0e0e0;
  565. padding: 20px;
  566. float: left;
  567. position: fixed;
  568. top: 50%;
  569. left: 50%;
  570. z-index: 999999999;
  571. height:250px;
  572. border:2px solid #90909e;
  573. text-align:center;
  574. color:#5d5d5d;
  575. opacity:.9;
  576. overflow-x:scroll;
  577. scroll:left;
  578. overflow-x:hidden;
  579. font-family:calibri;
  580. }
  581.  
  582. img.btn_close {
  583. float: right;
  584. margin: -55px -55px 0 0;
  585. }
  586.  
  587. *html #fade {
  588. position: absolute;
  589. }
  590.  
  591. *html .popup_block {
  592. position: absolute;
  593. }
  594.  
  595. #boxbyireverent {
  596. position:fixed;
  597. z-index:999;
  598. padding:13px;
  599. background:#d1d1d1;
  600. position:fixed;
  601. font-family:corbel;
  602. font-size:13px;
  603. overflow:auto;
  604. text-align:left;
  605. line-height:13px;
  606. position:fixed;
  607. right:20px;
  608. bottom:20px;
  609. border-radius:0px;
  610. color:#525252;
  611. width:140px;
  612. height:63px;
  613. text-transform:none;
  614. border-top:3px solid #7e828c;
  615. border-bottom:3px solid #7e828c;
  616. overflow:hidden;
  617. transition: all 0.6s ease-out;
  618. -o-transition-transition: all 0.6s ease-out;
  619. -webkit-transition: all 0.6s ease-out;
  620. -moz-transition: all 0.6s ease-out;
  621. box-shadow:-0px 0px 0px 0px #6e6e6e;
  622. opacity:.9;
  623. }
  624. </style></head><body>
  625. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  626.  
  627. <script type="text/javascript">
  628. snowStorm.snowColor = '#ffffff'; //
  629. snowStorm.flakesMaxActive = 50;
  630. </script>
  631.  
  632. <div id="musicplayer">
  633.  
  634.  
  635. <div class="player"><a title="snowdin."><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  636. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  637. <param name="bgcolor" value="#d1d1d1" />
  638. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/pph761exfu96aqf/Undertale%2520-%2520Snowdin%2520Town%2520%2528Piano%2520Cover%2529.mp3%3Fdl%3D0&amp;width=25&amp;loop=1&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=d1d1d1&amp;bgcolor1=d1d1d1&amp;bgcolor2=d1d1d1&amp;slidercolor1=262b45&amp;slidercolor2=262b45&amp;sliderovercolor=262b45&amp;buttoncolor=262b45&amp;buttonovercolor=7f828f" />
  639. </object></a></div></div>
  640.  
  641. </div>
  642.  
  643.  
  644. <div id="boxbyireverent">
  645. <div style="overflow:auto; width: 145px;padding-right:4px; height: 80px; border: 0px solid #000000; background-color: #d1d1d1;font-family:consolas;font-size:12px;letter-spacing:1px;text-transform:uppercase; text-align: center; color:#5;margin-top:-10px;"><br><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5159760";
  646. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  647. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  648. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  649. </script>
  650. | <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3056567";
  651. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  652. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  653. </script>
  654. <br>falspair » comicsansta for the holidays <b><i>!</i></b><br>
  655. private & selective sans.<br>written by <A href="http://princesslucina.flavors.me/">trisha.</A><br><a href="http://hollywhoodthemes.tumblr.com/">base code credit.</a><br><a href="http://ttoba.tumblr.com/">art credit.</a>
  656. </div></div>
  657.  
  658. <div id="rules" class="popup_block"><div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border:1px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;margin-left:70px;line-height:23px;"><p>private &amp;. selective sans of undertale.<br />written by trisha.<br />est. late nov. 2015.</p></div>
  659. <p style="line-height: 19.6px;">due to personal experiences &amp;. general dislike for the indie community, this blog is&nbsp;<em><strong>for mutuals &amp;. close friends</strong></em><strong>&nbsp;only,</strong>&nbsp;or at the very least,&nbsp;<em>extremely selective.</em></p>
  660. <p style="line-height: 19.6px;">I&rsquo;ve grown tired and sick of the indie community, and frankly, I&rsquo;m very much comfortable with the friends &amp;. partners I&rsquo;ve made now, but I&nbsp;<em>may</em>&nbsp;follow new people back if I&rsquo;m interested. at the moment, I only want&nbsp;<em>two</em>&nbsp;things, if you&rsquo;ve stumbled upon this blog somehow, or if you&rsquo;re a close friend :</p>
  661. <p style="line-height: 19.6px;"><strong>NO STEALING.</strong>&nbsp;common courtesy, but for personal reasons, I&rsquo;m enforcing it. and don&rsquo;t think that just because I&rsquo;m private that I won&rsquo;t see it. Because believe me,&nbsp;<em>I will,</em>&nbsp;and I won&rsquo;t hesitate to confront nor call you out on it if it comes to that.</p>
  662. <p style="line-height: 19.6px;"><strong>ABSOLUTELY NO FAKE CALL OUT POSTS ABOUT ME.</strong>&nbsp;they make me anxious and uncomfortable, and while I really won&rsquo;t mind seeing them on the dash, I beg you &mdash;&nbsp;<em>please don&rsquo;t make any about me.</em>&nbsp;as someone who&rsquo;s made them to call out thieves in dire circumstances, I can say it&rsquo;s not fun to be on the opposite side either, so I definitely won&rsquo;t be making them about anyone either.</p></center>
  663.  
  664. </div>
  665. </div>
  666.  
  667.  
  668. <div id="theme">
  669.  
  670. <div id="sidebar">
  671.  
  672. <div id="sidebarimage">
  673. <img src="{image:sidebar}"></div>
  674.  
  675.  
  676. <div id="description">
  677. {Description}</div>
  678. <div id="links">
  679. <a title="{text:link 1}" href="{text:link 1 url}">●</a>
  680. <a title="{text:link 2}" href="{text:link 2 url}">●</a>
  681. <a title="{text:link 3}" href="#?w=500" rel="rules" class="poplight">●</a>
  682. <a title="{text:link 4}" href="{text:link 4 url}">●</a>
  683. <a title="{text:link 5}" href="{text:link 5 url}">●</a>
  684. <a title="{text:link 6}" href="{text:link 6 url}">●</a>
  685. </div>
  686. <p></p><br><br><br>
  687.  
  688. {block:Pagination}
  689. <div id="pagination">
  690. {block:PreviousPage}
  691. <a href="{PreviousPage}">←</a>
  692. {/block:PreviousPage}
  693. {block:JumpPagination length="4"}
  694. {block:CurrentPage}
  695. <span class="current_page">{PageNumber}</span>
  696. {/block:CurrentPage}
  697. {block:JumpPage}
  698. <a class="jump_page" href="{URL}">{PageNumber}</a>
  699. {/block:JumpPage}
  700. {/block:JumpPagination}
  701. {block:NextPage}
  702. <a href="{NextPage}">→</a>
  703. {/block:NextPage}
  704. </div>
  705. {/block:Pagination}
  706. </div>
  707.  
  708.  
  709.  
  710. <div id="entries">{block:Posts}<div id="post">
  711.  
  712. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  713.  
  714. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  715.  
  716. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  717.  
  718. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  719.  
  720. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  721.  
  722. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  723.  
  724. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  725. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  726.  
  727. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  728.  
  729. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  730.  
  731. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">♥</a>
  732. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}" title="{NoteCount} notes">♥</a> {/block:NoteCount}&nbsp;
  733. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">♥</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">♥</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  734. </div>
  735.  
  736. <div id="line"></div>
  737.  
  738. {block:HasTags}
  739. <div class="tags">
  740. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  741. {/block:HasTags}
  742. <div class="postnote">
  743. {block:PostNotes}{PostNotes}{/block:PostNotes}
  744. </div>
  745.  
  746. </div>
  747.  
  748. {/block:Posts}
  749.  
  750.  
  751. </div>
  752. </body>
  753.  
  754. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement