Fucking_Aj

Theme 3 - A Love like War ~ by Liqhtful

Apr 3rd, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.89 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. █░░ █▀▀█ █▀▄▀█ █▀▀  
  5. █░░ █▄▄█ █░▀░█ █▀▀  
  6. ▀▀▀ ▀░░▀ ▀░░░▀ ▀▀▀  
  7.  
  8. █░░ █▀▀█ █░░█ █▀▀█ █░░█ ▀▀█▀▀ █▀▀  
  9. █░░ █▄▄█ █▄▄█ █░░█ █░░█ ░░█░░ ▀▀█  
  10. ▀▀▀ ▀░░▀ ▄▄▄█ ▀▀▀▀ ░▀▀▀ ░░▀░░ ▀▀▀  
  11. made by: http://liqhtful.tumblr.com
  12. keep credit you flowers ~ or you will face concequences from senpai ~
  13. -->
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20. <script type="text/javascript">
  21. // <![CDATA[
  22. var bgcolour="#ffffff"; // background colour
  23. var fgcolour="{color:blogtitle}"; // foreground colour
  24. var speed=80; // speed of bubbling, lower is faster
  25. var shades=12; // number of shades of bubble
  26.  
  27. /****************************
  28. * Bubbling Text Effect *
  29. *(c)2003-13 mf2fm web-design*
  30. * http://www.mf2fm.com/rv *
  31. * DON'T EDIT BELOW THIS BOX *
  32. ****************************/
  33. var bubbcol=new Array();
  34. var bubbshd;
  35. var bubbler, bubbtxt;
  36. var bubbchr=new Array();
  37.  
  38. function addLoadEvent(funky) {
  39. var oldonload=window.onload;
  40. if (typeof(oldonload)!='function') window.onload=funky;
  41. else window.onload=function() {
  42. if (oldonload) oldonload();
  43. funky();
  44. }
  45. }
  46.  
  47. addLoadEvent(bubbagump);
  48.  
  49. function bubbagump() { if (document.getElementById) {
  50. var i, fg, bg, col;
  51. for (bubbler=0; bubbler<=shades; bubbler++) {
  52. col="#";
  53. for (i=1; i<6; i+=2) {
  54. bg=parseInt(bgcolour.substring(i,i+2),16);
  55. fg=parseInt(fgcolour.substring(i,i+2),16);
  56. col+=dechex(bg+(fg-bg)*(bubbler/shades));
  57. }
  58. bubbcol[bubbler+1]=col;
  59. if (bubbler==Math.floor(shades/2)) bubbshd=col;
  60. }
  61. bubbler=document.getElementById("bubble");
  62. bubbtxt=bubbler.firstChild.nodeValue;
  63. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  64. for (i=0; i<bubbtxt.length; i++) {
  65. fg=document.createElement("span");
  66. fg.setAttribute("id", "bubb"+i);
  67. fg.style.textShadow=bubbshd+" 0px 0px 2px";
  68. fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  69. bubbler.appendChild(fg);
  70. }
  71. bubbler=setInterval("bubbling()", speed);
  72. }}
  73.  
  74. function dechex(dec) {
  75. dec=Math.floor(dec);
  76. return ((dec<16)?'0':'')+dec.toString(16);
  77. }
  78.  
  79. function bubbling() {
  80. var i, bubby;
  81. for (i=0; i<bubbtxt.length; i++) {
  82. bubby=document.getElementById("bubb"+i);
  83. if (bubbchr[i]) {
  84. bubby.style.color=bubbcol[bubbchr[i]];
  85. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  86. }
  87. else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
  88. }
  89. }
  90. // ]]>
  91. </script>
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $("a[title]").style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:90,
  100. tip_fade_speed:600,
  101. attribute:"title"
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106. <script type="text/javascript"
  107. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  108. <script type="text/javascript"
  109. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  110. <script>
  111. $(document).ready(function() {
  112. //
  113. $('a.poplight[href^=#]').click(function() {
  114. var popID = $(this).attr('rel'); //Get Popup Name
  115. var popURL = $(this).attr('href'); //Get Popup href to define size
  116. var query= popURL.split('?');
  117. var dim= query[1].split('&');
  118. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  119. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  120. var popMargTop = ($('#' + popID).height() + 80) / 2;
  121. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  122. //Apply Margin to Popup
  123. $('#' + popID).css({
  124. 'margin-top' : -popMargTop,
  125. 'margin-left' : -popMargLeft
  126. });
  127. $('body').append('<div id="fade"></div>');
  128. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  129. return false;
  130. });
  131. $('a.close, #fade').live('click', function() {
  132. $('#fade , .popup_block').fadeOut(function() {
  133. $('#fade, a.close').remove(); //fade them both out
  134. });
  135. return false;
  136. });
  137. });
  138. </script>
  139.  
  140. <!--DEFAULT VARIABLES-->
  141. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  142. <meta name="color:background" content="#fff"/>
  143. <meta name="color:link" content="#777"/>
  144. <meta name="color:text" content="#777"/>
  145. <meta name="color:title" content="#333"/>
  146. <meta name="color:hover" content="#fff"/>
  147. <meta name="color:blogtitle" content="#fff"/>
  148. <meta name="color:quote" content="#fff"/>
  149. <meta name="image:sidebar" content="1"/>
  150. <meta name="image:background" content="1"/>
  151. <meta name="color:borders" content="#6875b1"/>
  152. <meta name="color:sidebar borders" content="#6875b1"/>
  153.  
  154. <meta name="text:your name" content="Alice"/>
  155. <meta name="text:music" content="music code"/>
  156. <meta name="text:blogtitle" content="Restoring Force"/>
  157. <meta name="text:quote" content="Make a wish on our sorry little hearts. Have a smoke, pour a drink, steal a kiss in the dark. Fingernails on my skin like the teeth of a shark. I'm intoxicated by the lie"/> <meta name="text:Link One" content="" />
  158. <meta name="text:Link One Title" content="shits" />
  159. <meta name="text:Link Two" content="" />
  160. <meta name="text:Link Two Title" content="farts" />
  161. <meta name="text:Link Three" content="" />
  162. <meta name="text:Link Three Title" content="burps" />
  163. <meta name="text:Link Four" content="" />
  164. <meta name="text:Link Four Title" content="sneeze" />
  165. <meta name="text:Link Five" content="" />
  166. <meta name="text:Link Five Title" content="cough" />
  167. <style type="text/css">
  168. ::-webkit-scrollbar {width: 5px; height: 6px; background: transparent;}
  169.  
  170. ::-webkit-scrollbar-thumb {background-color:{color:borders}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  171. #aaaaaa; border-radius:10px; }
  172.  
  173. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  174.  
  175. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  176.  
  177. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  178. yourname {
  179. font-family: Jane Austen;
  180. font-size: 20px;
  181. }
  182. @font-face{font-family:Jane Austen;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  183.  
  184. #s-m-t-tooltip:before {
  185. position: absolute;
  186. left:7px;
  187. top:15px;
  188. width:0px;
  189. height:0px;
  190. content:”“;
  191. transform: scale(1, 0.521);
  192. -webkit-transform: scale(1, 0.421);
  193. -moz-transform: scale(1, 0.421);
  194. -o-transform: scale(1, 0.421);
  195. -ms-transform: scale(1, 0.421);
  196. border-left:7px solid transparent;
  197. border-right:7px solid transparent;
  198. border-top:20px solid #d2d2d2;
  199. }
  200.  
  201. #s-m-t-tooltip {
  202. max-width:500px;
  203. padding:5px;
  204. margin:-30px 0px 0px -7px;
  205. height:12px;
  206. line-height:12px;
  207. font-family:calibri; /* change the font */
  208. font-size:10px; /* change the font size */
  209. letter-spacing:2px; /* change the letter spacing */
  210. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  211. color:#fff; /* change the text color */
  212. border:0px solid #fff;
  213. z-index:9999999999999999999999999999999990999999999999999999999999999999;
  214. box-shadow:1px 1px 3px #ccc;
  215. border-radius:0px;
  216. background-image: -ms-linear-gradient(top, {color:blogtitle}; 0%, {color:blogtitle} 100%);
  217. background-image: -moz-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  218. background-image: -o-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  219. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:borders}), color-stop(1, {color:blogtitle}));
  220. background-image: -webkit-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  221. }
  222. p {
  223. margin:0px;
  224. margin-top:0px;
  225. }
  226.  
  227.  
  228. body {
  229. padding: 0px;
  230. margin: 0px;
  231. color:{color:text};
  232. font-family: calibri;
  233. line-height:14px;
  234. font-size:11px;
  235. background-color: {color:Background};
  236. background-image:url({image:Background});
  237. background-attachment: fixed;
  238. background-repeat: repeat;
  239. }
  240.  
  241.  
  242. a:link, a:active, a:visited{
  243. text-decoration: none;
  244. -webkit-transition: color 0.3s ease-out;
  245. -moz-transition: color 0.3s ease-out;
  246. transition: color 0.3s ease-out;
  247. color:{color:link};
  248. }
  249.  
  250. a:hover {
  251. text-decoration: none;
  252. font-style:;
  253. color: {color:Hover};
  254. }
  255.  
  256. div#center{
  257. margin:auto;
  258. position:relative;
  259. width:1000px;
  260. background-color:;
  261. overflow:auto;
  262. overflow-y:hidden;
  263. }
  264.  
  265. #fade { /*--Transparent background layer--*/
  266. display: none; /*--hidden by default--*/
  267. background:white;
  268. position: fixed; left: 0; top: 0;
  269. width: 100%; height: 100%;
  270. opacity: .50;
  271. z-index: 999999999;
  272. }
  273. .popup_block{
  274. display: none; /*--hidden by default--*/
  275. background:white;
  276. padding: 20px;
  277. border: 1px solid #f2f2f2;
  278. float: left;
  279. font-size:13px;
  280. font-family:calibri;
  281. position: fixed;
  282. text-transform:none;
  283. top: 50%; left: 50%;
  284. z-index: 9999999999999999;
  285. /*--CSS3 Rounded Corners--*/
  286. border-radius:0px;
  287. line-height:11px;
  288. outline:1px dashed #e1e1e1;
  289. outline-offset:-5px;
  290. -webkit-animation:tada 2s;
  291. -moz-animation:tada 2s;
  292. -ms-animation:tada 2s;
  293. }
  294. img.btn_close {
  295. float: right;
  296. margin: 5px 5px 0 0;
  297. }
  298. /*--Making IE6 Understand Fixed Positioning--*/
  299. *html #fade {
  300. position: absolute;
  301. }
  302. *html .popup_block {
  303. position: absolute;
  304. }
  305.  
  306.  
  307.  
  308. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  309. .entry {
  310. float:left;
  311. display: block;
  312. margin:7px;
  313. overflow:hidden;
  314. width:240px;
  315. {block:PermalinkPage}
  316. width:450px;
  317. text-align:left;
  318.  
  319. {/block:PermalinkPage}
  320. background:white;
  321. background-image:URL();
  322. padding:18px;
  323. border:1px solid #e1e1e1;
  324. outline:1px dashed #ddd;
  325. outline-offset:-9px;
  326. -webkit-transition: all .7s ease;
  327. -moz-transition: all .7s ease;
  328. -o-transition: all .7s ease;
  329. transition: all .7s ease;
  330. }
  331.  
  332. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  333. .entry .perma{
  334. width:auto;
  335. height:auto;
  336. margin-left:3px;
  337. position: absolute;
  338. overflow:hidden;
  339. text-align:center;
  340. bottom:6px;
  341. font-family:consolas;
  342. background:white;
  343. word-spacing:2px;
  344. letter-spacing:1px;
  345. opacity: 0.0;
  346. padding:3px;
  347. padding-bottom:1px;
  348. border-right:4px solid {color:nav};
  349. border-left:4px solid {color:nav};
  350. border-radius:5px;
  351. -webkit-transition: all .7s ease;
  352. -moz-transition: all .7s ease;
  353. -o-transition: all .7s ease;
  354. transition: all .7s ease;
  355. z-index:9;
  356. -webkit-box-shadow: 0px 0px 20px #fff;
  357. -moz-box-shadow: 0px 0px 20px #fff;
  358. box-shadow: 0px 0px 20px #fff;
  359. }
  360.  
  361. .entry:hover .perma{
  362. overflow:visible;
  363. opacity:9; transform: scale(1.05);
  364. -ms-transform: scale(1.05);
  365. -webkit-transform: scale(1.05);
  366. -o-transform: scale(1.05);
  367. -moz-transform: scale(1.05);
  368. -webkit-box-shadow: 0px 0px 20px #fff;
  369. -moz-box-shadow: 0px 0px 20px #fff;
  370. box-shadow: 0px 0px 20px #fff;
  371. }
  372. .LikeButton{
  373.  
  374. position:absolute;
  375. float:left;
  376. top:25px;
  377. left:83px;
  378. z-index:9999;
  379. background:white;
  380. padding:5px;
  381. height: 16px;
  382. width:16px;
  383. opacity:0;
  384. border:4px double {color:borders};
  385. border-radius:111px;
  386. -o-transition-transition: all 0.5s ease;
  387. -webkit-transition: all 0.5s ease;
  388. -moz-transition: all 0.5s ease;
  389. transition: all 0.5s ease;
  390.  
  391. }
  392. .entry:hover .LikeButton{
  393. opacity:8;
  394.  
  395. top:25px;
  396. left:21px;
  397. -o-transition-transition: all 0.5s ease;
  398. -webkit-transition: all 0.5s ease;
  399. -moz-transition: all 0.5s ease;
  400. transition: all 0.5s ease;
  401.  
  402. }
  403.  
  404. .ReblogButton{
  405. position:absolute;
  406. float:left;
  407. z-index:9999;
  408. background:white;
  409. padding:5px;
  410. height:16px;
  411. width:16px;
  412. top:25px;
  413. left:83px;
  414. opacity:0;
  415. border:4px double {color:borders};
  416. border-radius:100px;
  417. -o-transition-transition: all 0.5s ease;
  418. -webkit-transition: all 0.5s ease;
  419. -moz-transition: all 0.5s ease;
  420. transition: all 0.5s ease;
  421. }
  422. .entry:hover .ReblogButton{
  423. opacity:8;
  424. top:25px;
  425. left:65px;
  426.  
  427. -o-transition-transition: all 0.5s ease;
  428. -webkit-transition: all 0.5s ease;
  429. -moz-transition: all 0.5s ease;
  430. transition: all 0.5s ease;
  431.  
  432. }
  433. .LikeButton:hover{
  434.  
  435. -o-transition-transition: all 0.5s ease;
  436. -webkit-transition: all 0.5s ease;
  437. -moz-transition: all 0.5s ease;
  438. transition: all 0.5s ease;
  439. }
  440. .ReblogButton:hover{
  441.  
  442. -o-transition-transition: all 0.5s ease;
  443. -webkit-transition: all 0.5s ease;
  444. -moz-transition: all 0.5s ease;
  445. transition: all 0.5s ease;
  446. }
  447.  
  448. .text{
  449. text-transform: uppercase;
  450. display: block;
  451. text-align:left;
  452. padding-left:18px;
  453. text-decoration: none;
  454. font-size: 9px;
  455. font-family:calibri;
  456. line-height:10px;
  457. letter-spacing:1px;
  458. margin: 2px;
  459. margin-top: 22px;
  460. border: 0px solid #f3f3f3;
  461. outline:1px dashed white;
  462. outline-offset:-3px;
  463. padding-top: 5px;
  464. padding-bottom: 6px;
  465. background:{color:sidebar borders};
  466. color:white;
  467. margin-left: -20px;
  468. margin-right: -20px;
  469. opacity: 0.7;
  470. -webkit-transition: all 0.6s ease-in-out;
  471. -moz-transition: all 0.6s ease-in-out;
  472. transition: all 0.6s ease-in-out;
  473. }
  474.  
  475. .text a{color:#fff; !important;}
  476. .text a:hover{color:#fff; !important;}
  477. .text:hover{
  478. -webkit-transition: 0.8s ease-out;
  479. -moz-transition: 0.8s ease-out;
  480. transition: 0.8s ease-out;
  481. }
  482. .entry:hover .text{
  483. opacity:.7;
  484. -webkit-transition: 0.8s ease-out;
  485. -moz-transition: 0.8s ease-out;
  486. transition: 0.8s ease-out;
  487. }
  488.  
  489. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  490. #posts {
  491. width:640px;
  492. margin-top:24px;
  493. z-index:99;
  494. margin-left:329px;
  495. right:auto;
  496. background:transparent;
  497. margin-right:auto;
  498. position:relative;
  499. overflow-y: hidden;
  500. }
  501.  
  502.  
  503. /*CUSTOMIZE SIDEBAR HERE*/
  504. #sidebar{
  505. position:fixed !important;
  506. width:420px;
  507. background:white;
  508. height:250px;
  509. margin-top:150px;
  510. margin-left:-165px;
  511. text-align:center;
  512. padding:5px;
  513. border:15px solid {color:sidebar borders};
  514. transition: all 0.6s ease-out;
  515. -o-transition-transition: all 0.4s ease-out;
  516. -webkit-transition: all 0.4s ease-out;
  517. -moz-transition: all 0.4s ease-out;
  518. }
  519.  
  520. #pic{
  521. background-image:url(http://i45.tinypic.com/2czviig.png);
  522. margin-top:2px;
  523. margin-left:-2px;
  524. width:420px;
  525. height:250px;
  526. }
  527.  
  528.  
  529. #pic img{
  530. margin-top:0px;
  531. margin-left:-1px;
  532. width:420px;
  533. background:;
  534. height:250px;
  535. opacity:1;
  536. -webkit-transition: all .7s ease;
  537. -moz-transition: all .7s ease;
  538. -o-transition: all .7s ease;
  539. transition: all .7s ease;
  540. -webkit-transform: perspective(00) rotateY(0deg);
  541. -moz-transform: perspective(0) rotateY(0deg);
  542. transform: perspective(00) rotateY(0deg);
  543. }
  544.  
  545. #sidebar:hover #pic img{
  546. border-radius:0px;
  547.  
  548. -webkit-transform: perspective(0) rotateY(0deg);
  549. -moz-transform: perspective(00) rotateY(0deg);
  550. transform: perspective(00) rotateY(0deg);
  551. opacity:0;
  552. }
  553.  
  554. #desc{
  555. z-index:2;
  556. position:fixed !important;
  557. opacity: 0;
  558. width:143px;
  559. height:56px;
  560. padding:11px;
  561. margin-left:225px;
  562. margin-top:-227px;
  563. background:white;
  564. border:1px solid #e1e1e1;
  565. outline:1px dashed #e1e1e1;
  566. outline-offset:-5px;
  567.  
  568. letter-spacing:1px;
  569. font-family: calibri;
  570. font-size:11px;
  571. line-height:13px;
  572. transition: all 0.6s ease-out;
  573. -o-transition-transition: all 0.4s ease-out;
  574. -webkit-transition: all 0.4s ease-out;
  575. -moz-transition: all 0.4s ease-out;
  576. }
  577.  
  578. #sidebar:hover #desc{
  579. opacity:3;
  580. transform:rotate(0deg);
  581. -ms-transform:rotate(0deg);
  582. -webkit-transform:rotate(0deg);
  583.  
  584.  
  585. margin-top:-227px;
  586.  
  587. margin-left:225px;
  588. }
  589.  
  590. .border-lace{
  591. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  592. width:259px;
  593. height:17px;
  594. left:62px;
  595. top:287px;
  596. position:fixed;
  597. opacity:0.0;
  598. -webkit-transform: rotate(-90deg);
  599. transition: all 0.6s ease-out;
  600. -o-transition-transition: all 0.4s ease-out;
  601. -webkit-transition: all 0.4s ease-out;
  602. -moz-transition: all 0.4s ease-out;
  603. }
  604. #sidebar:hover .border-lace{
  605. opacity:1;
  606. z-index:9;
  607. transition: all 0.6s ease-out;
  608. -o-transition-transition: all 0.4s ease-out;
  609. -webkit-transition: all 0.4s ease-out;
  610. -moz-transition: all 0.4s ease-out;
  611. }
  612. .border-lace2{
  613. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  614. width:259px;
  615. height:17px;
  616. left:474px;
  617. top:287px;
  618. position:fixed;
  619. opacity:0;
  620. -webkit-transform: rotate(-270deg);
  621. transition: all 0.6s ease-out;
  622. -o-transition-transition: all 0.4s ease-out;
  623. -webkit-transition: all 0.4s ease-out;
  624. -moz-transition: all 0.4s ease-out;
  625. }
  626. #sidebar:hover .border-lace2{
  627. opacity:1;
  628. z-index:9;
  629. transition: all 0.6s ease-out;
  630. -o-transition-transition: all 0.4s ease-out;
  631. -webkit-transition: all 0.4s ease-out;
  632. -moz-transition: all 0.4s ease-out;
  633. }
  634. .border-lace3{
  635. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  636. width:412px;
  637. height:18px;
  638. left:197px;
  639. top:407px;
  640. position:fixed;
  641. opacity:0;
  642. -webkit-transform: rotate(180deg);
  643. transition: all 0.6s ease-out;
  644. -o-transition-transition: all 0.4s ease-out;
  645. -webkit-transition: all 0.4s ease-out;
  646. -moz-transition: all 0.4s ease-out;
  647. }
  648. #sidebar:hover .border-lace3{
  649. opacity:1;
  650. transition: all 0.6s ease-out;
  651. -o-transition-transition: all 0.4s ease-out;
  652. -webkit-transition: all 0.4s ease-out;
  653. -moz-transition: all 0.4s ease-out;
  654. }
  655.  
  656. .border-lace4{
  657. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  658. width:412px;
  659. height:18px;
  660. left:197px;
  661. top:167px;
  662. position:fixed;
  663. opacity:0;
  664. -webkit-transform: rotate(-360deg);
  665. transition: all 0.6s ease-out;
  666. -o-transition-transition: all 0.4s ease-out;
  667. -webkit-transition: all 0.4s ease-out;
  668. -moz-transition: all 0.4s ease-out;
  669. }
  670. #sidebar:hover .border-lace4{
  671. opacity:1;
  672. transition: all 0.6s ease-out;
  673. -o-transition-transition: all 0.4s ease-out;
  674. -webkit-transition: all 0.4s ease-out;
  675. -moz-transition: all 0.4s ease-out;
  676. }
  677. @font-face { font-family: "blink"; src: url('http://static.tumblr.com/f2ifh0p/99pmt6hwf/cwbtrial.ttf'); }
  678. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  679.  
  680. @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  681. @font-face { font-family: 'ronda'; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  682. @font-face{font-family: "wow"; src:url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf');}
  683. @font-face { font-family: "pee"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  684. @font-face { font-family: "lol"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  685.  
  686. @font-face{font-family:Waltograph;src:url(http://static.tumblr.com/9wzbixa/CaXlyw8mg/waltograph42.otf);}
  687. @font-face {font-family:Pea Marley; src: url(http://static.tumblr.com/9wzbixa/vH7mkun4j/peamarley1.ttf);}
  688. @font-face {font-family:Pea Katrina; src: url(http://static.tumblr.com/9wzbixa/Qgwmkun3g/peakatrina.ttf);}
  689.  
  690. @font-face { font-family: "admiration"; src: url('http://static.tumblr.com/u37ad6e/HXSmll01i/admiration_pains.ttf'); }
  691. @font-face { font-family: "paulpan"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
  692. #blogtitle{
  693. position:fixed;
  694. text-align: center;
  695. margin: 20px auto 10px;
  696. width:600px;
  697. padding:10px;
  698. background: transparent;
  699. font-family:pea katrina;
  700. font-size:35px;
  701. text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;
  702. color:#Fff;
  703. margin-top:125px;
  704. margin-left:-257px;
  705. z-index: 99999;
  706. opacity:3;
  707. text-transform:none;
  708. background-image:sdfgh;
  709. letter-spacing: 1px;
  710. line-height:0px;
  711. text-align:center;
  712. font-weight:20px;
  713. -o-transition-transition: all 0.5s ease;
  714. -webkit-transition: all 0.5s ease;
  715. -moz-transition: all 0.5s ease;
  716. transition: all 0.5s ease;
  717. }
  718.  
  719. #cred{
  720. width:auto;
  721. position:fixed;
  722. bottom:75px;
  723. left:0px;
  724. -webkit-transition: all .7s ease;
  725. -moz-transition: all .7s ease;
  726. -o-transition: all .7s ease;
  727. transition: all .7s ease;
  728. }
  729. #cred2{
  730. font-size:26px;
  731. font-family:arial;
  732. line-height:16px;
  733. text-align:center;
  734. height:15px;
  735. margin-top:33px;
  736. width:15px;
  737. padding:5px;
  738. padding-right:10px;
  739. background:#ffffff;
  740. margin-left:0px;
  741. position:fixed;
  742. -webkit-transition: all .7s ease;
  743. -moz-transition: all .7s ease;
  744. -o-transition: all .7s ease;
  745. transition: all .7s ease;
  746. border:1px solid #aaa;
  747. }
  748.  
  749. #cred3{
  750. text-align:center;
  751. width:110px;
  752. font-size:11px;
  753. background:#ffffff;
  754. height:5px;
  755. padding-top:10px;
  756. padding-bottom:10px;
  757. font-family:calibri;
  758. text-transform:uppercase;
  759. margin-left:-110px;
  760. margin-top:33px;
  761. position:fixed;
  762. -webkit-transition: all .7s ease;
  763. -moz-transition: all .7s ease;
  764. -o-transition: all .7s ease;
  765. transition: all .7s ease;
  766. border:1px solid #aaa;
  767. line-height:5px;
  768. }
  769.  
  770. #cred:hover #cred3{
  771. margin-left:30px;
  772. }
  773. #cred3:hover{
  774.  
  775. -webkit-transform: rotateX(360deg);
  776. -moz-transform: rotateX(360deg);
  777. -o-transform: rotateX(360deg);
  778. -webkit-transition: all .7s ease;
  779. -moz-transition: all .7s ease;
  780. -o-transition: all .7s ease;
  781. transition: all .7s ease;
  782. }
  783.  
  784.  
  785. #sidebar #updates{
  786. position:fixed !important;
  787. width:23px;
  788. padding-top:6px;
  789. height:23px;
  790. margin-top: -160px;
  791. margin-left:237px;
  792. text-align:center;
  793. z-index:99999;
  794. font-family: curz;
  795.  
  796. color:#fff;
  797. background:transparent;
  798. opacity:0;
  799. transition: all 0.5s ease-out;
  800. -o-transition-transition: all 0.5s ease-out;
  801. -webkit-transition: all 0.5s ease-out;
  802. -moz-transition: all 0.5s ease-out;
  803. }
  804. #sidebar:hover #updates{
  805. opacity:1;
  806. margin-top:-160px;
  807. margin-left:237px;
  808. transition: all 0.5s ease-out;
  809. -o-transition-transition: all 0.5s ease-out;
  810. -webkit-transition: all 0.5s ease-out;
  811. -moz-transition: all 0.5s ease-out;
  812. }
  813. #updates img{
  814. width:150px;
  815. }
  816.  
  817. #quote{
  818. width:170px;
  819. height:60px;
  820. text-align:center;
  821. margin-top:-210px;
  822. margin-left:-180px;
  823. font-family:handy;
  824. font-size:8px;
  825. opacity:0.0;
  826. color:{color:quote};
  827. transition: all 0.5s ease-out;
  828. -o-transition-transition: all 0.5s ease-out;
  829. -webkit-transition: all 0.5s ease-out;
  830. -moz-transition: all 0.5s ease-out;
  831. }
  832.  
  833. #sidebar:hover #quote{
  834. opacity:1;
  835. transition: all 0.5s ease-out;
  836. -o-transition-transition: all 0.5s ease-out;
  837. -webkit-transition: all 0.5s ease-out;
  838. -moz-transition: all 0.5s ease-out;
  839. }
  840.  
  841. #circle{
  842. opacity:0;
  843. border-radius:50px;
  844. width:10px;
  845. height:10px;
  846. transition: all 0.5s ease-out;
  847. -o-transition-transition: all 0.5s ease-out;
  848. -webkit-transition: all 0.5s ease-out;
  849. }
  850. #sidebar:hover #circle{
  851. opacity:1;
  852. transition: all 0.5s ease-out;
  853. -o-transition-transition: all 0.5s ease-out;
  854. -webkit-transition: all 0.5s ease-out;
  855. }
  856. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  857. #link1{
  858. position:fixed;
  859. background:;
  860. width:20px;
  861. height: auto;
  862. text-align:center;
  863. letter-spacing:1px;
  864. opacity: 0.0;
  865. margin-left: 3px;
  866. margin-top: 22px;
  867. padding:12px;
  868. -webkit-transition: all 0.7s ease-in-out;
  869. -moz-transition: all 0.7s ease-in-out;
  870. -o-transition: all 0.7s ease-in-out;
  871. -ms-transition: all 0.7s ease-in-out;
  872. transition: all 0.7s ease-in-out;
  873. }
  874.  
  875.  
  876. #sidebar:hover #link1{
  877. position:fixed;
  878. opacity: .3;
  879. -webkit-transition: all 0.7s ease-in-out;
  880. -moz-transition: all 0.7s ease-in-out;
  881. -o-transition: all 0.7s ease-in-out;
  882. -ms-transition: all 0.7s ease-in-out;
  883. transition: all 0.7s ease-in-out;
  884. }
  885.  
  886. #link2{
  887. position:fixed;
  888. background:;
  889. width:20px;
  890. height: auto;
  891. text-align:center;
  892. letter-spacing:1px;
  893. opacity: 0.0;
  894. margin-left: 40px;
  895. margin-top: 15px;
  896. padding:12px;
  897. -webkit-transition: all 0.7s ease-in-out;
  898. -moz-transition: all 0.7s ease-in-out;
  899. -o-transition: all 0.7s ease-in-out;
  900. -ms-transition: all 0.7s ease-in-out;
  901. transition: all 0.7s ease-in-out;
  902. }
  903.  
  904. #sidebar:hover #link2{
  905. position:fixed;
  906. opacity: .3;
  907. -webkit-transition: all 0.7s ease-in-out;
  908. -moz-transition: all 0.7s ease-in-out;
  909. -o-transition: all 0.7s ease-in-out;
  910. -ms-transition: all 0.7s ease-in-out;
  911. transition: all 0.7s ease-in-out;
  912. }
  913.  
  914. #link3{
  915. position:fixed;
  916. background:;
  917. width:20px;
  918. height: auto;
  919. text-align:center;
  920. letter-spacing:1px;
  921. opacity: 0.0;
  922. margin-left: 81px;
  923. margin-top: 22px;
  924. padding:12px;
  925. -webkit-transition: all 0.7s ease-in-out;
  926. -moz-transition: all 0.7s ease-in-out;
  927. -o-transition: all 0.7s ease-in-out;
  928. -ms-transition: all 0.7s ease-in-out;
  929. transition: all 0.7s ease-in-out;
  930. }
  931.  
  932. #sidebar:hover #link3{
  933. position:fixed;
  934. opacity: .3;
  935. -webkit-transition: all 0.7s ease-in-out;
  936. -moz-transition: all 0.7s ease-in-out;
  937. -o-transition: all 0.7s ease-in-out;
  938. -ms-transition: all 0.7s ease-in-out;
  939. transition: all 0.7s ease-in-out;
  940. }
  941.  
  942. #link4{
  943. position:fixed;
  944. background:;
  945. width:20px;
  946. height: auto;
  947. text-align:center;
  948. letter-spacing:1px;
  949. opacity: 0.0;
  950. margin-left: 120px;
  951. margin-top: 15px;
  952. padding:12px;
  953.  
  954. -webkit-transition: all 0.7s ease-in-out;
  955. -moz-transition: all 0.7s ease-in-out;
  956. -o-transition: all 0.7s ease-in-out;
  957. -ms-transition: all 0.7s ease-in-out;
  958. transition: all 0.7s ease-in-out;
  959. }
  960.  
  961. #sidebar:hover #link4{
  962. position:fixed;
  963. opacity: .3;
  964. -webkit-transition: all 0.7s ease-in-out;
  965. -moz-transition: all 0.7s ease-in-out;
  966. -o-transition: all 0.7s ease-in-out;
  967. -ms-transition: all 0.7s ease-in-out;
  968. transition: all 0.7s ease-in-out;
  969. }
  970.  
  971. #link5{
  972. position:fixed;
  973. background:;
  974. width:20px;
  975. height: auto;
  976. text-align:center;
  977. letter-spacing:1px;
  978. opacity: 0.0;
  979. margin-left: 161px;
  980. margin-top: 22px;
  981. padding:12px;
  982.  
  983. -webkit-transition: all 0.7s ease-in-out;
  984. -moz-transition: all 0.7s ease-in-out;
  985. -o-transition: all 0.7s ease-in-out;
  986. -ms-transition: all 0.7s ease-in-out;
  987. transition: all 0.7s ease-in-out;
  988. }
  989.  
  990. #sidebar:hover #link5{
  991. position:fixed;
  992. opacity: .3;
  993. -webkit-transition: all 0.7s ease-in-out;
  994. -moz-transition: all 0.7s ease-in-out;
  995. -o-transition: all 0.7s ease-in-out;
  996. -ms-transition: all 0.7s ease-in-out;
  997. transition: all 0.7s ease-in-out;
  998. }
  999.  
  1000.  
  1001. #music {
  1002. z-index:3;
  1003. position:absolute;
  1004. top:202px;
  1005. opacity:0;
  1006. left:73px;
  1007. width:114px;
  1008. height:12px;
  1009. overflow:hidden;
  1010. border-radius:5px;
  1011. font-family:calibri;
  1012. font-size:13px;
  1013. padding-left:0px;
  1014. padding-top:2px;
  1015. padding-bottom:8px;
  1016. line-height:20px;
  1017. letter-spacing:0px;
  1018. border:1px solid {color:borders};
  1019. text-align:center;
  1020. text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
  1021. background:white;
  1022. transition: all 0.7s ease-out;
  1023. -o-transition-transition: all 0.7s ease-out;
  1024. -webkit-transition: all 0.7s ease-out;
  1025. -moz-transition: all 0.7s ease-out;
  1026. }
  1027.  
  1028.  
  1029. #sidebar:hover #music{
  1030. opacity:2;
  1031. transform: rotateX(0deg);
  1032. -webkit-transform: rotateX(0deg); /* Safari and Chrome */
  1033. }
  1034.  
  1035. #oh{
  1036. position:fixed;
  1037.  
  1038. margin-top:95px;
  1039. padding:3px;
  1040. line-height:9px;
  1041. margin-left:35px;
  1042. color:#fff;
  1043. font-family:calibri;
  1044. font-size:10px;
  1045. text-align:center;
  1046. opacity:0.0;
  1047.  
  1048. -o-transition-transition: all 0.6s ease-out;
  1049. -webkit-transition: all 0.6s ease-out;
  1050. -moz-transition: all 0.6s ease-out;
  1051. }
  1052.  
  1053. #sidebar:hover #oh{
  1054. opacity:1;
  1055.  
  1056. -o-transition-transition: all 0.6s ease-out;
  1057. -webkit-transition: all 0.6s ease-out;
  1058. -moz-transition: all 0.6s ease-out;
  1059. }
  1060. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  1061. .title{
  1062. line-height: 32px;
  1063. color:{color:Title};
  1064. font-weight: normal;
  1065. font-size:24px;
  1066. font-family:aderyn;
  1067. }
  1068.  
  1069.  
  1070. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1071. .permalink{
  1072. text-transform: normal;
  1073. display: block;
  1074. text-align: right;
  1075. text-decoration: none;
  1076. }
  1077.  
  1078.  
  1079. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1080. #infscr-loading{
  1081. bottom: -70px;
  1082. position: absolute;
  1083. left: 50%;
  1084. margin-left:-8px;
  1085. width:16px;
  1086. height:11px;
  1087. overflow:hidden;
  1088. margin-bottom: 50px;
  1089. }
  1090.  
  1091. #postnotes{
  1092. text-align: justify;}
  1093.  
  1094. #postnotes blockquote{
  1095. border: 0px;}
  1096.  
  1097. blockquote{
  1098. padding:0px 0px 2px 5px;
  1099. margin:0px 0px 2px 10px;
  1100. border-left: 1px dotted #555555;
  1101. }
  1102.  
  1103. blockquote p, ul{
  1104. margin:0px;
  1105. padding:0px;
  1106. }
  1107.  
  1108. a img{border: 0px;}
  1109.  
  1110.  
  1111. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1112.  
  1113. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1114. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1115.  
  1116. .notes img{width:10px; position:relative; top:3px;}
  1117. <--ses-->
  1118. small{font-size: 90%;}
  1119. @-webkit-keyframes tada {
  1120. 0% {-webkit-transform: scale(1);}
  1121. 10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
  1122. 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
  1123. 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
  1124. 100% {-webkit-transform: scale(1) rotate(0);}
  1125. }
  1126.  
  1127. @-moz-keyframes tada {
  1128. 0% {-moz-transform: scale(1);}
  1129. 10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
  1130. 30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
  1131. 40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
  1132. 100% {-moz-transform: scale(1) rotate(0);}
  1133. }
  1134.  
  1135. @-o-keyframes tada {
  1136. 0% {-o-transform: scale(1);}
  1137. 10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
  1138. 30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
  1139. 40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
  1140. 100% {-o-transform: scale(1) rotate(0);}
  1141. }
  1142.  
  1143. @keyframes tada {
  1144. 0% {transform: scale(1);}
  1145. 10%, 20% {transform: scale(0.9) rotate(-3deg);}
  1146. 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
  1147. 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
  1148. 100% {transform: scale(1) rotate(0);}
  1149. }
  1150.  
  1151. .tada {
  1152. -webkit-animation-name: tada;
  1153. -moz-animation-name: tada;
  1154. -o-animation-name: tada;
  1155. animation-name: tada;
  1156. }
  1157. {CustomCSS}
  1158.  
  1159. </style>
  1160.  
  1161. {block:IndexPage}
  1162. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1163. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1164.  
  1165. <script type="text/javascript">
  1166. $(window).load(function(){
  1167. var $wall = $('#posts');
  1168. $wall.imagesLoaded(function(){
  1169. $wall.masonry({
  1170. itemSelector: '.entry, .entry_photo',
  1171. isAnimated : false
  1172. });
  1173. });
  1174.  
  1175. $wall.infinitescroll({
  1176. navSelector : '#pagination',
  1177. nextSelector : '#pagination a',
  1178. itemSelector : '.entry, .entry_photo',
  1179. bufferPx : 2000,
  1180. debug : false,
  1181. errorCallback: function() {
  1182. $('#infscr-loading').fadeOut('normal');
  1183. }},
  1184. function( newElements ) {
  1185. var $newElems = $( newElements );
  1186. $newElems.hide();
  1187. $newElems.imagesLoaded(function(){
  1188. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1189. });
  1190. }); $('#posts').show(500);
  1191. });
  1192. </script>
  1193.  
  1194.  
  1195. {/block:IndexPage}
  1196.  
  1197.  
  1198. <title>{title}</title>
  1199.  
  1200. <link rel="shortcut icon" href="{Favicon}" />
  1201. <meta name="viewport" content="width=820" />
  1202. </head>
  1203. <a href="http://liqhtful.tumblr.com/tagged/themes"><img src="http://i50.tinypic.com/3325qp0.png"style="position:fixed; right:2px; opacity:.5; top:37px;z-index:99; -webkit-filter: invert(100%)" ></a>
  1204. <body>
  1205. <BODY onselectstart="return false;" ondragstart="return false;">
  1206. <div class="wrapper">
  1207. <div class="header">
  1208. </div>
  1209.  
  1210. <div id="cage">
  1211. <div id="center">
  1212. <div id="blogtitle"><span id="bubble">{text:blogtitle}</span></div>
  1213. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1214. <div id="sidebar">
  1215. <div class="border-lace"></div>
  1216. <div class="border-lace2"></div>
  1217. <div class="border-lace3"></div>
  1218. <div class="border-lace4"></div>
  1219. <center>
  1220. <div id="pic"><img src="{image:sidebar}"></div>
  1221.  
  1222. <div id="desc"><yourname>{text:your name};</yourname>{description}</div>
  1223. <div id="updates"><a href="#?w=300" rel="02" class="poplight" title="Updates!"><img src="http://31.media.tumblr.com/d1213271e6b4e753d37616885717f26c/tumblr_msfi0herwE1rl43djo1_500.png"></a></div>
  1224. <div id="quote">*・゜゚{text:quote}・゜゚・*</div>
  1225. <div id="link1">
  1226. <a href="{text:Link One}" title="{text:Link One Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="35"></a></div>
  1227. <div id="link2">
  1228. <a href="{text:Link Two}" title="{text:Link Two Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="35"></a></div>
  1229. <div id="link3">
  1230. <a href="{text:Link Three}" title="{text:Link Three Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="35"></a></div>
  1231. <div id="link4">
  1232. <a href="{text:Link Four}" title="{text:Link Four Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="35"></a></div>
  1233. <div id="link5">
  1234. <a href="{text:Link Five}" title="{text:Link Five Title}"><img src="http://i40.tinypic.com/jifdqr.png" width="35"></a></div>
  1235. <div id="music">
  1236.  
  1237. {text:music}
  1238.  
  1239. </div>
  1240.  
  1241. <div id="oh"><a href="#?w=300" rel="05" class="poplight"title="playlist"><img src="http://i12.photobucket.com/albums/a213/superkate_2468/favicon-2ico.gif"></a></div
  1242. </center>
  1243. </div>
  1244. <!------------------------------------->
  1245.  
  1246.  
  1247. <div class="left">
  1248. <div id="posts">
  1249. {block:Posts}
  1250. <div class="entry">
  1251.  
  1252.  
  1253. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"><div class="text">
  1254. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div></div>
  1255. {/block:Text}
  1256.  
  1257. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  1258. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  1259.  
  1260. {block:Answer}
  1261.  
  1262. <div style="font-family:Aderyn; font-size:18px;">{Asker}</div>: <div style="line-height:13px; font-family:calibri; font-size:11px; padding:2px; border-bottom:1px dashed #e1e1e1;">{Question}</div>
  1263. <div style="margin-top:8px; margin-bottom:4px; font-family:calibri;font-size: 11px;font-style: none;background: transparent; padding-bottom:5px;">{Answer}</div> <div style="font-family:Aderyn; font-size:18px; line-height:16px;">Love, {text:your name}</div>
  1264. {block:IndexPage}
  1265. <div class="permalinktext"><div class="text">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  1266. {/block:IndexPage}
  1267. {/block:Answer}
  1268. {/block:Answer}
  1269.  
  1270. {block:Photo}
  1271. {block:IndexPage}
  1272. <center>
  1273. <div class="perma2">
  1274. <a href="{reblogurl}"> <ul class="LikeButton">
  1275. <li>{ReblogButton color="gray" size=16}</li>
  1276. </ul>
  1277. <ul class="ReblogButton">
  1278. <li>{LikeButton color="gray" size=16}</li>
  1279. </ul></a></div></a>
  1280.  
  1281. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1282. {/block:IndexPage}
  1283. {block:PermalinkPage}
  1284. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:0px;" alt="{PhotoAlt}" width="100%"/></a></div>
  1285.  
  1286. {LinkCloseTag}
  1287. {/block:PermalinkPage}
  1288. {/block:Photo}
  1289.  
  1290. {block:Photoset}
  1291. <center>
  1292. {block:IndexPage}
  1293. <div class="perma2">
  1294. <a href="{reblogurl}"><ul class="LikeButton">
  1295. <li>{ReblogButton color="black" size=16}</li>
  1296. </ul>
  1297. <ul class="ReblogButton">
  1298. <li>{LikeButton color="black" size=16}</li>
  1299. </ul></a></div></a>
  1300. <div style="width: 100%;">{Photoset-250}</div>
  1301. {/block:IndexPage}
  1302. </center>
  1303. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  1304. {/block:Photoset}
  1305.  
  1306. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  1307. </a></div>{/block:Quote}
  1308.  
  1309. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1310. <ul class="chat">
  1311. {block:Lines}
  1312. <li class="user_{UserNumber}">
  1313. {block:Label}
  1314. <b><span class="label">{Label}</span></b>
  1315. {/block:Label}
  1316.  
  1317. {Line}
  1318. </li>
  1319. {/block:Lines}
  1320. <div class="permalinktext">
  1321. <center> <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div style="background:{color:perma buttons}; font-size:9px; font-family:calibri; padding:3px;">{12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a></div></div> </center></div>
  1322. {/block:Chat}
  1323.  
  1324. {block:Audio}
  1325. {block:AlbumArt}<div class="artcover">
  1326. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  1327. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  1328. <div class="audioinfo"><div class="i"><i>Song Title: </i><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><i>Artist: </i><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div><div class="i"><i>Album: </i><span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div></div>
  1329. {block:IndexPage}
  1330. <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  1331. {/block:IndexPage}
  1332. {/block:Audio}
  1333.  
  1334.  
  1335.  
  1336. {block:Video}<center>
  1337. <div style="padding-top:0px; padding-bottom:2px; -webkit-filter:grayscale(100%);">
  1338. {Video-250}</div>
  1339. {block:IndexPage}
  1340. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  1341. {/block:IndexPage}
  1342. {block:Video}
  1343.  
  1344. {block:PostNotes}<div align="left">{caption}</div>
  1345. <center>
  1346.  
  1347. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1348.  
  1349. {block:HasTags}
  1350. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1351. {block:RebloggedFrom}
  1352. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1353. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1354.  
  1355. {/block:RebloggedFrom}
  1356. </center></span>
  1357. <br>
  1358. <div id="postnotes">{PostNotes}</div><br>
  1359.  
  1360. <center>{block:ContentSource}
  1361. <br><a href="{SourceURL}">
  1362. {lang:Source}:
  1363. {block:SourceLogo}
  1364. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1365. height="{LogoHeight}" alt="{SourceTitle}" />
  1366. {/block:SourceLogo}
  1367. {block:NoSourceLogo}
  1368. {SourceLink}
  1369. {/block:NoSourceLogo}
  1370. </a>
  1371. {/block:ContentSource}</center>
  1372.  
  1373. {/block:PostNotes}
  1374. </div>
  1375. {/block:Posts}
  1376. </div></div>
  1377.  
  1378. {block:IndexPage}
  1379. {block:Pagination}
  1380. <div id="pagination">
  1381. {block:NextPage}
  1382. <a id="nextPage" href="{NextPage}"></a>
  1383. {/block:NextPage}
  1384. {block:PreviousPage}
  1385. <a href="{PreviousPage}"></a>
  1386. {/block:PreviousPage}
  1387. </div>
  1388. {/block:Pagination}
  1389. {/block:IndexPage}
  1390. </body>
  1391.  
  1392.  
  1393.  
  1394. <div id="cred"><div id="cred2">☠</div>
  1395. <div id="cred3">
  1396. <a href="http://liqhtful.tumblr.com/" title="theme credit">Theme by Liqhtful ☢</a>
  1397. </div></div>
  1398. <div id="02" class="popup_block">
  1399. <center><div style="font-family: lol; font-size: 29px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:borders};">Updates<br></center><br>
  1400.  
  1401. <center>
  1402.  
  1403. write updates here plz ily <br><br>
  1404. just do wat i do <br><br>
  1405. go to bottom of HTML to do so <br><br>
  1406. take it away bippy! <br>
  1407.  
  1408. </center>
  1409. </div></div></div></div></div></div></div></div></div></div>
  1410. <div id="05" class="popup_block">
  1411. <center><div style="font-family: lol; font-size: 29px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:borders};">Playlist<br></center><br>
  1412.  
  1413. <center>
  1414.  
  1415. song 1 <br><br>
  1416. song 2<br><br>
  1417. song 3<br><br>
  1418. </center>
  1419.  
  1420.  
  1421. </div></div></div></div></div></div></div></div></div></div>
  1422.  
  1423.  
  1424. </html>
Add Comment
Please, Sign In to add comment