Advertisement
abss_99

custom #1

Jul 29th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.44 KB | None | 0 0
  1. <!--
  2. Theme 3 by Amiqa!
  3. omg i love it :')
  4. please keep the credit because i worked really REALLY hard on this theme
  5. if don't have any credit i'll report you :~)
  6. -->
  7.  
  8. <html lang="en">
  9. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + 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>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45. <script type="text/javascript">
  46. <!--
  47.  
  48. // Disable Right Click Script
  49.  
  50. function IE(e)
  51. {
  52. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  53. {
  54. return false;
  55. }
  56. }
  57. function NS(e)
  58. {
  59. if (document.layers || (document.getElementById && !document.all))
  60. {
  61. if (e.which == "2" || e.which == "3")
  62. {
  63. return false;
  64. }
  65. }
  66. }
  67. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  68.  
  69. //-->
  70. </script>
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:90,
  79. tip_fade_speed:600,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. <script type="text/javascript">
  87. <!--
  88.  
  89. // Disable Right Click Script
  90.  
  91. function IE(e)
  92. {
  93. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  94. {
  95. return false;
  96. }
  97. }
  98. function NS(e)
  99. {
  100. if (document.layers || (document.getElementById && !document.all))
  101. {
  102. if (e.which == "2" || e.which == "3")
  103. {
  104. return false;
  105. }
  106. }
  107. }
  108. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  109.  
  110. //-->
  111. </script>
  112.  
  113.  
  114.  
  115. <link href='http://static.tumblr.com/blpgwiz/u8Qmijy1c/fade_in_up.css' rel='stylesheet' type='text/css'>
  116.  
  117. <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' type='text/css'>
  118.  
  119. <script type="text/javascript"
  120. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  121.  
  122. <!--DEFAULT VARIABLES-->
  123. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  124. <meta name="color:background" content="#fff"/>
  125. <meta name="color:link bg" content="#ffadb1"/>
  126. <meta name="color:link" content="#777"/>
  127. <meta name="color:link msg" content="#fff"/>
  128. <meta name="color:link border1" content="#fff"/>
  129. <meta name="color:link border2" content="#fff"/>
  130. <meta name="color:text shadow" content="#777"/>
  131. <meta name="color:blogtitle" content="#777"/>
  132. <meta name="color:blogtitle shadow" content="#777"/>
  133. <meta name="color:text" content="#777"/>
  134. <meta name="color:scrollbar" content="#adbbe1"/>
  135. <meta name="color:sidebar border1" content="#adbbe1"/>
  136. <meta name="color:sidebar border2" content="#ddd"/>
  137. <meta name="color:title" content="#333"/>
  138. <meta name="color:hover" content="#fff"/>
  139. <meta name="color:playlist" content="#fff"/>
  140. <meta name="image:sidebar" content="1"/>
  141. <meta name="image:background" content="1"/>
  142. <meta name="image:bg1" content="1"/>
  143. <meta name="image:bg2" content="1"/>
  144. <meta name="image:sidebarbackground" content="1"/>
  145. <meta name="text:blogtitle" content="1"/>
  146. <meta name="text:link 1" content="link 1"/>
  147. <meta name="text:link 1 msg" content="link 1 msg"/>
  148. <meta name="text:link 2" content="link 2"/>
  149. <meta name="text:link 2 msg" content="link 2 msg"/>
  150. <meta name="text:link 3" content="link 3"/>
  151. <meta name="text:link 3 msg" content="link 3 msg"/>
  152. <meta name="text:link 4" content="link 4"/>
  153. <meta name="text:link 4 msg" content="link 4 msg"/>
  154. <meta name="text:sidebar hover msg" content="look omg"/>
  155. <meta name="text:your name" content="bob"/>
  156. <meta name="text:updates" content="title for stats/updates" />
  157. <meta name="text:updates title" content="stats/updates" />
  158. <meta name="text:quote" content="quote" />
  159.  
  160. <style type="text/css">
  161.  
  162. #flower{
  163. position:fixed;
  164. margin-left:225px; /*move left or right*/
  165. margin-top:80px; /*move up or down*/
  166. z-index:100;
  167. -webkit-transform: rotate(50deg); /*rotate the image*/
  168. }
  169.  
  170. #flower img{
  171. width:115px; /*size of the image*/
  172. }
  173.  
  174. #happy {
  175. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  176. repeat:repeat-x;
  177. left:0;
  178. width:100%;
  179. margin-top: -25px;
  180. height:18px;
  181. position: fixed;
  182. z-index: 1;
  183. opacity:1;
  184. }
  185. #happy2 {
  186. background-color: #fff;
  187. repeat:repeat-x;
  188. left:0;
  189. width:100%;
  190. margin-top: -57px;
  191. height:30px;
  192. position: fixed;
  193. z-index: 1;
  194. opacity:1;
  195. }
  196.  
  197. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.3s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-
  198.  
  199. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  200.  
  201. 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;}
  202.  
  203. p {
  204. margin:0px;
  205. margin-top:0px;
  206. }
  207.  
  208.  
  209. #fade { /*--Transparent background layer--*/
  210. display: none; /*--hidden by default--*/
  211. background: #000;
  212. position: fixed; left: 0; top: 0;
  213. width: 100%; height: 100%;
  214. opacity: .67;
  215. z-index: 9999;
  216. }
  217. .popup_block{
  218. display: none; /*--hidden by default--*/
  219. background-color:#fff;
  220. padding: 20px;
  221. border: 6px solid {color:sidebar border2};
  222. border-right: 6px solid {color:sidebar border1};
  223. border-left: 6px solid {color:sidebar border1};
  224. float: left;
  225. border-radius: 5px 5px 5px 5px;
  226. font-family: "calibri";
  227. color: #000;
  228. font-size: 15px;
  229. line-height: 20px;
  230. position: fixed;
  231. border-radius: 20px 14px / 14px 25px;
  232. top: 50%; left: 50%;
  233. z-index: 9999999999999999999999;
  234. transition: all 0.4s ease-out;
  235. -o-transition-transition: all 0.4s ease-out;
  236. -webkit-transition: all 0.4s ease-out;
  237. -moz-transition: all 0.4s ease-out;
  238. /*--CSS3 Box Shadows--*/
  239. -webkit-box-shadow: 0px 0px 0px #fff;
  240. -moz-box-shadow: 0px 0px 0px #fff;
  241. box-shadow: 0px 0px 0px #000;
  242. }
  243.  
  244. img.btn_close {
  245. float: right;
  246. margin: -10 -10px 0 0;
  247. }
  248.  
  249. /*--Making IE6 Understand Fixed Positioning--*/
  250.  
  251. *html #fade {
  252. position: absolute;
  253. }
  254.  
  255. *html .popup_block {
  256. position: absolute;
  257.  
  258. }
  259.  
  260.  
  261. .popup_block:hover{
  262. opacity:1;
  263. border-radius: 75px 40px / 35px 75px;
  264. -webkit-transition: all .5s ease-in-out;
  265. -moz-transition: all .5s ease-in-out;
  266. -o-transition: all .5s ease-in-out;
  267. transition: all .5s ease-in-out;
  268. }
  269.  
  270.  
  271. #s-m-t-tooltip {
  272. max-width:300px;
  273. padding:7px 7px 7px 7px;
  274. margin:20px 0px 0px 20px;
  275. height:18px;
  276. line-height:18px;
  277. font-family:nessa;
  278. background:{color:link bg};
  279. border-left:2px solid {color:link border1};
  280. border-right:2px solid {color:link border1};
  281. border-top:2px solid {color:link border2};
  282. border-bottom:2px solid {color:link border2};
  283. text-shadow:1px 1px 4px {color:text shadow};
  284. font-size:17px;
  285. color:{color:link msg};
  286. z-index:999999999999999999999999999999999999;
  287. border-radius: 25px 10px / 10px 25px;
  288. box-shadow:2px 2px 10px #000;
  289. }
  290.  
  291. ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; border-left: 1px solid #ddd; }
  292.  
  293. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  294.  
  295.  
  296. askk {
  297. font-family:meow;
  298. font-size:20px;
  299. letter-spacing: 1px;
  300. line-height: 2px;
  301. text-shadow:1px 1px 2px #aaa;
  302. }
  303.  
  304. hi{
  305. font-family:cutty;
  306. font-size:30px;
  307. letter-spacing: 2px;
  308. line-height: 2px;
  309. color:{color:blogtitle};
  310. text-shadow:1px 1px 2px #aaa;
  311. text-transform:italic;
  312. }
  313.  
  314. body {
  315. padding: 0px;
  316. margin: 0px;
  317. color:{color:text};
  318. font-family: dixel;
  319. line-height:14px;
  320. font-size:8px;
  321. background-color: {color:Background};
  322. background-image:url({image:Background});
  323. background-attachment: fixed;
  324. background-repeat: repeat;
  325. }
  326.  
  327.  
  328. a:link, a:active, a:visited{
  329. text-decoration: none;
  330. -webkit-transition: color 0.3s ease-out;
  331. -moz-transition: color 0.3s ease-out;
  332. transition: color 0.3s ease-out;
  333. color:{color:link};
  334. }
  335.  
  336. a:hover {
  337. text-decoration:line-through;
  338. font-style:;
  339. color: {color:Hover};
  340. text-shadow: 0px 0px 5px #000;
  341. }
  342.  
  343.  
  344. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  345. .entry {
  346. float:left;
  347. display: block;
  348. border:1px solid #ddd;
  349. border-left: 2px solid {color:sidebar border1};
  350. border-right: 2px solid {color:sidebar border1};
  351. border-top: 2px solid {color:sidebar border2};
  352. border-bottom: 2px solid {color:sidebar border2};
  353. padding: 6px;
  354. margin:5px;
  355. border-radius: 10px 20px /20px 10px;
  356. -moz-border-radius: 10px 20px / 20px 10px;
  357. box-shadow: 1px 1px 3px #000;
  358. overflow:hidden;
  359. width:218px;
  360. {block:PermalinkPage}
  361. width:500px;
  362. text-align:left;
  363. line-height:10px;
  364. {/block:PermalinkPage}
  365. background:white;
  366. background-image:URL();
  367. -webkit-animation: fadeInDown 3s;
  368. -moz-animation: fadeInDown 3s;
  369. -o-animation: fadeInDown 3s;
  370. animation: fadeInDown 3s;
  371. }
  372.  
  373. .entry:hover{
  374. box-shadow: 0px 0px 6px #000;
  375. -webkit-transition: all .2s linear;
  376. -moz-transition: all .2s linear;
  377. -o-transition: all .2s linear;
  378. transition: all .2s linear;
  379. }
  380.  
  381. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  382. .entry .perma{
  383. width:197px;
  384. height:35px;
  385. font-size:17px;
  386. margin-left:8px;
  387. position: absolute;
  388. line-height: 35px;
  389. overflow:hidden;
  390. font-family:nessa;
  391. text-shadow:1px 1px 1px #aaa;
  392. border-bottom:3px solid {color:sidebar border1};
  393. border-top:3px solid {color:sidebar border1};
  394. border-left:3px solid {color:sidebar border2};
  395. border-right:3px solid {color:sidebar border2};
  396. border-radius: 10px 25px / 25px 10px;
  397. text-align:center;
  398. top:0px;
  399. background:white;
  400. word-spacing:2px;
  401. letter-spacing:1px;
  402. opacity:0;
  403. -webkit-transition: all .7s ease;
  404. -moz-transition: all .7s ease;
  405. -o-transition: all .7s ease;
  406. transition: all .7s ease;
  407. }
  408.  
  409. .entry:hover .perma{
  410. -o-transition-transition: all 0.7s linear;
  411. -webkit-transition: all 0.7s linear;
  412. -moz-transition: all 0.7s linear;
  413. -webkit-transform-origin: center center;
  414. -webkit-transform: rotate(360deg);
  415. -moz-transform-origin: center center;
  416. -moz-transform: rotate(360deg);
  417. -o-transform-origin: center center;
  418. -o-transform: rotate(360deg);
  419. transform-origin: center center;
  420. transform: rotate(200deg);
  421. top:30px;
  422. opacity:1;
  423. }
  424.  
  425. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  426. #posts {
  427. width:850px;
  428. margin-top:50px;
  429. z-index:99;
  430. margin-left:430px;
  431. font-family:pewp;
  432. font-size: 12px;
  433. line-height: 15px;
  434. right:auto;
  435. background:transparent;
  436. margin-right:auto;
  437. position:relative;
  438. overflow-y: hidden;
  439. }
  440.  
  441.  
  442. /*CUSTOMIZE SIDEBAR HERE*/
  443. #sidebar{
  444. position:fixed !important;
  445. width:250px;
  446. background:white;
  447. border: 1px solid #ddd;
  448. padding:4px;
  449. border-top:40px solid {color:sidebar border1};
  450. border-bottom:40px solid {color:sidebar border1};
  451. border-left:20px solid {color:sidebar border2};
  452. border-right:20px solid {color:sidebar border2};
  453. border-radius:10px;
  454. height:auto;
  455. margin-top:70px;
  456. margin-left:35px;
  457. text-align:center;
  458. z-index:7;
  459. }
  460.  
  461. #desc{
  462. position:absolute;
  463. z-index: 9999999;
  464. width:200px;
  465. height:auto;
  466. opacity:1;
  467. margin-left:10px;
  468. top:310px;
  469. font-family: berry;
  470. font-size: 12px;
  471. padding:3px;
  472. line-height:18px;
  473. letter-spacing:0px;
  474. text-align: center;
  475. overflow:hidden;
  476. background:white;
  477. border-top:4px solid {color:sidebar border1};
  478. border-bottom:4px solid {color:sidebar border1};
  479. border-left:4px double {color:sidebar border2};
  480. border-right:4px double {color:sidebar border2};
  481. border-radius: 35px 20px / 20px 35px;
  482. transition: all .8s ease;
  483. -o-transition-transition: all .8s ease;
  484. -webkit-transition: all .8s ease;
  485. -moz-transition: all .8s ease;
  486. }
  487.  
  488. #stats{
  489. position:absolute;
  490. margin-left:-200px;
  491. top:175px;
  492. opacity:1;
  493. left:264px;
  494. width:20px;
  495. height:20px;
  496. text-shadow:1px 1px 4px {color:text shadow};
  497. line-height:12px;
  498. text-align:center;
  499. border:3px solid {color:sidebar border1};
  500. border-radius: 20px;
  501. box-shadow:1px 0px 1px #000;
  502. background:white;
  503. padding:5px;
  504. z-index:9;
  505. transition: all 0.5s ease-out;
  506. -o-transition-transition: all 0.5s ease-out;
  507. -webkit-transition: all 0.5s ease-out;
  508. -moz-transition: all 0.5s ease-out;
  509. }
  510.  
  511. #blogtitle{
  512. position:fixed !important;
  513. width: 400px;
  514. opacity:1;
  515. margin-top: -90px;
  516. margin-left:10px;
  517. text-align: left;
  518. line-height: 54px;
  519. color:{color:blogtitle};
  520. font-weight: normal;
  521. font-family: "beautiful every time";
  522. text-transform:none;
  523. text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  524. font-size: 70px;
  525. z-index:6;
  526. }
  527.  
  528. #playlist{
  529. position:fixed !important;
  530. width:75px;
  531. padding:8px;
  532. background:white;
  533. height:auto;
  534. margin-top:13px;
  535. margin-left:0px;
  536. text-align:center;
  537. z-index:5;
  538. font-family:meow;
  539. font-size:18px;
  540. border:3px solid {color:playlist};
  541. border-radius:15px 30px/25px 15px;
  542. opacity:1;
  543. }
  544.  
  545. #music{
  546. position:fixed !important;
  547. width:75px;
  548. padding:8px;
  549. background:white;
  550. height:auto;
  551. margin-top:13px;
  552. margin-left:145px;
  553. text-align:center;
  554. z-index:5;
  555. font-family:meow;
  556. font-size:18px;
  557. border:3px solid {color:playlist};
  558. border-radius:15px 30px/25px 15px;
  559. opacity:1;
  560. }
  561.  
  562. .quote{
  563. position: fixed !important;
  564. width:1000px;
  565. height:auto;
  566. font-family: meow;
  567. font-size: 22px;
  568. line-height: 25px;
  569. text-shadow: 2px 2px 2px #888;
  570. background-color: transparent;
  571. padding: 2px;
  572. text-align:center;
  573. margin-top: -160px;
  574. margin-left: 170px;
  575. }
  576.  
  577. #link1{
  578. position:fixed;
  579. width:35px;
  580. height:25px;
  581. padding-top: 5px;
  582. padding-bottom:0px;
  583. margin-left:65px;
  584. margin-top:370px;
  585. color:#000;
  586. letter-spacing:2px;
  587. opacity:2;
  588. text-decoration:color;
  589. z-index: 9;
  590. line-height:25px;
  591. text-align:center;
  592. border: 2px solid #ccc;
  593. background-color:#fff;
  594. padding-top: 5px;
  595. padding-bottom:0px;
  596. font-family:liam;
  597. font-size: 17px;
  598. border-radius: 15px 30px/25px 15px;
  599. text-shadow: 0px 0px 1px #919191;
  600. transition: all 0.8s ease-out;
  601. -o-transition-transition: all 0.8s ease-out;
  602. -webkit-transition: all 0.8s ease-out;
  603. -moz-transition: all 0.8s ease-out;
  604. }
  605.  
  606. #link1:hover{
  607. -o-transition-transition: all 0.7s linear;
  608. -webkit-transition: all 0.7s linear;
  609. -moz-transition: all 0.7s linear;
  610. -webkit-transform-origin: center center;
  611. -webkit-transform: rotate(360deg);
  612. -moz-transform-origin: center center;
  613. -moz-transform: rotate(360deg);
  614. -o-transform-origin: center center;
  615. -o-transform: rotate(360deg);
  616. transform-origin: center center;
  617. transform: rotate(200deg);
  618. -moz-border-radius: 18px;
  619. border-radius: 18px;
  620. }
  621.  
  622. #link2{
  623. position:fixed;
  624. width:35px;
  625. height:25px;
  626. padding-top: 5px;
  627. padding-bottom:0px;
  628. margin-left:115px;
  629. margin-top:370px;
  630. color:#000;
  631. letter-spacing:2px;
  632. opacity:2;
  633. text-decoration:color;
  634. z-index: 9;
  635. line-height:25px;
  636. text-align:center;
  637. border: 2px solid #ccc;
  638. background-color:#fff;
  639. padding-top: 5px;
  640. padding-bottom:0px;
  641. font-family:liam;
  642. font-size: 17px;
  643. border-radius: 15px 30px/25px 15px;
  644. text-shadow: 0px 0px 1px #919191;
  645. transition: all 0.8s ease-out;
  646. -o-transition-transition: all 0.8s ease-out;
  647. -webkit-transition: all 0.8s ease-out;
  648. -moz-transition: all 0.8s ease-out;
  649. }
  650.  
  651. #link2:hover{
  652. -o-transition-transition: all 0.7s linear;
  653. -webkit-transition: all 0.7s linear;
  654. -moz-transition: all 0.7s linear;
  655. -webkit-transform-origin: center center;
  656. -webkit-transform: rotate(360deg);
  657. -moz-transform-origin: center center;
  658. -moz-transform: rotate(360deg);
  659. -o-transform-origin: center center;
  660. -o-transform: rotate(360deg);
  661. transform-origin: center center;
  662. transform: rotate(200deg);
  663. -moz-border-radius: 18px;
  664. border-radius: 18px;
  665. }
  666.  
  667. #link3{
  668. position:fixed;
  669. width:35px;
  670. height:25px;
  671. padding-top: 5px;
  672. padding-bottom:0px;
  673. margin-left:165px;
  674. margin-top:370px;
  675. color:#000;
  676. letter-spacing:2px;
  677. opacity:2;
  678. text-decoration:color;
  679. z-index: 9;
  680. line-height:25px;
  681. text-align:center;
  682. border: 2px solid #ccc;
  683. background-color:#fff;
  684. padding-top: 5px;
  685. padding-bottom:0px;
  686. font-family:liam;
  687. font-size: 17px;
  688. border-radius: 15px 30px/25px 15px;
  689. text-shadow: 0px 0px 1px #919191;
  690. transition: all 0.8s ease-out;
  691. -o-transition-transition: all 0.8s ease-out;
  692. -webkit-transition: all 0.8s ease-out;
  693. -moz-transition: all 0.8s ease-out;
  694. }
  695.  
  696. #link3:hover{
  697. -o-transition-transition: all 0.7s linear;
  698. -webkit-transition: all 0.7s linear;
  699. -moz-transition: all 0.7s linear;
  700. -webkit-transform-origin: center center;
  701. -webkit-transform: rotate(360deg);
  702. -moz-transform-origin: center center;
  703. -moz-transform: rotate(360deg);
  704. -o-transform-origin: center center;
  705. -o-transform: rotate(360deg);
  706. transform-origin: center center;
  707. transform: rotate(200deg);
  708. -moz-border-radius: 18px;
  709. border-radius: 18px;
  710. }
  711.  
  712. #link4{
  713. position:fixed;
  714. width:35px;
  715. height:25px;
  716. padding-top: 5px;
  717. padding-bottom:0px;
  718. margin-left:215px;
  719. margin-top:370px;
  720. color:#000;
  721. letter-spacing:2px;
  722. opacity:2;
  723. text-decoration:color;
  724. z-index: 9;
  725. line-height:25px;
  726. text-align:center;
  727. border: 2px solid #ccc;
  728. background-color:#fff;
  729. padding-top: 5px;
  730. padding-bottom:0px;
  731. font-family:liam;
  732. font-size: 17px;
  733. border-radius: 15px 30px/25px 15px;
  734. text-shadow: 0px 0px 1px #919191;
  735. transition: all 0.8s ease-out;
  736. -o-transition-transition: all 0.8s ease-out;
  737. -webkit-transition: all 0.8s ease-out;
  738. -moz-transition: all 0.8s ease-out;
  739. }
  740.  
  741. #link4:hover{
  742. -o-transition-transition: all 0.7s linear;
  743. -webkit-transition: all 0.7s linear;
  744. -moz-transition: all 0.7s linear;
  745. -webkit-transform-origin: center center;
  746. -webkit-transform: rotate(360deg);
  747. -moz-transform-origin: center center;
  748. -moz-transform: rotate(360deg);
  749. -o-transform-origin: center center;
  750. -o-transform: rotate(360deg);
  751. transform-origin: center center;
  752. transform: rotate(200deg);
  753. -moz-border-radius: 18px;
  754. border-radius: 18px;
  755. }
  756.  
  757. #link5{
  758. position:fixed;
  759. width:35px;
  760. height:25px;
  761. padding-top: 5px;
  762. padding-bottom:0px;
  763. margin-left:265px;
  764. margin-top:370px;
  765. color:#000;
  766. letter-spacing:2px;
  767. opacity:2;
  768. text-decoration:color;
  769. z-index: 9;
  770. line-height:25px;
  771. text-align:center;
  772. border: 2px solid #ccc;
  773. background-color:#fff;
  774. padding-top: 5px;
  775. padding-bottom:0px;
  776. font-family:liam;
  777. font-size: 17px;
  778. border-radius: 15px 30px/25px 15px;
  779. text-shadow: 0px 0px 1px #919191;
  780. transition: all 0.8s ease-out;
  781. -o-transition-transition: all 0.8s ease-out;
  782. -webkit-transition: all 0.8s ease-out;
  783. -moz-transition: all 0.8s ease-out;
  784. }
  785.  
  786. #link5:hover{
  787. -webkit-transform-origin: center center;
  788. -webkit-transform: rotate(360deg);
  789. -moz-transform-origin: center center;
  790. -moz-transform: rotate(360deg);
  791. -o-transform-origin: center center;
  792. -o-transform: rotate(360deg);
  793. transform-origin: center center;
  794. transform: rotate(200deg);
  795. -moz-border-radius: 18px;
  796. border-radius: 18px;
  797. }
  798.  
  799. @font-face {font-family: "beautiful every time"; src: url('http://static.tumblr.com/nsunyax/Pm3lzwzye/beautifuleverytime.ttf');}
  800. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  801. @font-face {font-family: "Meow";src: url( 'http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf') format("truetype");}
  802. @font-face { font-family: "pineappledelight"; src: url('http://static.tumblr.com/1kdckk4/LAvlolf4m/pineappledelight.ttf'); }
  803. @font-face { font-family: "archrival"; src: url('http://static.tumblr.com/pwgdr2n/P6tlvpse4/sf_arch_rival_1_.ttf'); }
  804. @font-face { font-family: "berry"; src: url('http://static.tumblr.com/hbpttq5/Qihmbcq4u/stanberry.ttf'); }
  805. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  806. @font-face {font-family: "spring"; src: url("http://static.tumblr.com/iec7iwk/3hFmp8807/dandelion_in_the_spring.ttf");}
  807. @font-face { font-family: "nessa"; src: url('http://static.tumblr.com/lyl1wkn/WRymgbxn5/vanessalovesyou.ttf'); }
  808. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  809. @font-face { font-family: "liam"; src: url('http://static.tumblr.com/vtg00tr/lLzmopqqe/dandelion_in_the_spring.ttf'); }
  810. @font-face { font-family: "cafe"; src: url('http://static.tumblr.com/kjq4nx5/kQOmo5hnn/caf_____brewery.ttf'); }
  811.  
  812.  
  813. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  814. .title{
  815. font-family:archrival;
  816. font-size:25px;
  817. line-height: 28px;
  818. color:{color:Title};
  819. text-shadow: 1px 1px 2px #000;
  820. font-weight: normal;
  821. }
  822.  
  823.  
  824. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  825. .permalink{
  826. text-transform: normal;
  827. display: block;
  828. text-align: right;
  829. text-decoration: none;
  830. }
  831.  
  832.  
  833. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  834. #infscr-loading{
  835. bottom: -70px;
  836. position: absolute;
  837. left: 50%;
  838. margin-left:-8px;
  839. width:16px;
  840. height:11px;
  841. overflow:hidden;
  842. margin-bottom: 50px;
  843. }
  844.  
  845. #postnotes{
  846. text-align: justify;}
  847.  
  848. #postnotes blockquote{
  849. border: 0px;}
  850.  
  851. blockquote{
  852. padding:0px 0px 2px 5px;
  853. margin:0px 0px 2px 10px;
  854. border-left: 1px dotted #555555;
  855. }
  856.  
  857. blockquote p, ul{
  858. margin:0px;
  859. padding:0px;
  860. }
  861.  
  862. a img{border: 0px;}
  863.  
  864.  
  865. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  866.  
  867. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  868. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  869.  
  870. .notes img{width:10px; position:relative; top:3px;}
  871. <--ses-->
  872. small{font-size: 90%;}
  873.  
  874. @-webkit-keyframes fadeInDown {
  875. 0% {
  876. opacity: 0;
  877. -webkit-transform: translateY(-20px);
  878. }
  879. 100% {
  880. opacity: 1;
  881. -webkit-transform: translateY(0);
  882. }
  883. }
  884. @-moz-keyframes fadeInDown {
  885. 0% {
  886. opacity: 0;
  887. -moz-transform: translateY(-20px);
  888. }
  889. 100% {
  890. opacity: 1;
  891. -moz-transform: translateY(0);
  892. }
  893. }
  894. @-ms-keyframes fadeInDown {
  895. 0% {
  896. opacity: 0;
  897. -ms-transform: translateY(-20px);
  898. }
  899. 100% {
  900. opacity: 1;
  901. -ms-transform: translateY(0);
  902. }
  903. }
  904. @-o-keyframes fadeInDown {
  905. 0% {
  906. opacity: 0;
  907. -ms-transform: translateY(-20px);
  908. }
  909. 100% {
  910. opacity: 1;
  911. -ms-transform: translateY(0);
  912. }
  913. }
  914. @keyframes fadeInDown {
  915. 0% {
  916. opacity: 0;
  917. transform: translateY(-20px);
  918. }
  919. 100% {
  920. opacity: 1;
  921. transform: translateY(0);
  922. }
  923. }
  924. .fadeInDown {
  925. -webkit-animation-name: fadeInDown;
  926. -moz-animation-name: fadeInDown;
  927. -ms-animation-name: fadeInDown;
  928. -o-animation-name: fadeInDown;
  929. animation-name: fadeInDown;
  930. }
  931.  
  932. @-webkit-keyframes bounceIn {
  933. 0% {
  934. opacity: 0;
  935. -webkit-transform: scale(.3);
  936. }
  937. 50% {
  938. opacity: 1;
  939. -webkit-transform: scale(1.05);
  940. }
  941. 70% {
  942. -webkit-transform: scale(.9);
  943. }
  944. 100% {
  945. -webkit-transform: scale(1);
  946. }
  947. }
  948. @-moz-keyframes bounceIn {
  949. 0% {
  950. opacity: 0;
  951. -moz-transform: scale(.3);
  952. }
  953. 50% {
  954. opacity: 1;
  955. -moz-transform: scale(1.05);
  956. }
  957. 70% {
  958. -moz-transform: scale(.9);
  959. }
  960. 100% {
  961. -moz-transform: scale(1);
  962. }
  963. }
  964. @-ms-keyframes bounceIn {
  965. 0% {
  966. opacity: 0;
  967. -ms-transform: scale(.3);
  968. }
  969. 50% {
  970. opacity: 1;
  971. -ms-transform: scale(1.05);
  972. }
  973. 70% {
  974. -ms-transform: scale(.9);
  975. }
  976. 100% {
  977. -ms-transform: scale(1);
  978. }
  979. }
  980. @-o-keyframes bounceIn {
  981. 0% {
  982. opacity: 0;
  983. -o-transform: scale(.3);
  984. }
  985. 50% {
  986. opacity: 1;
  987. -o-transform: scale(1.05);
  988. }
  989. 70% {
  990. -o-transform: scale(.9);
  991. }
  992. 100% {
  993. -o-transform: scale(1);
  994. }
  995. }
  996. @keyframes bounceIn {
  997. 0% {
  998. opacity: 0;
  999. transform: scale(.3);
  1000. }
  1001. 50% {
  1002. opacity: 1;
  1003. transform: scale(1.05);
  1004. }
  1005. 70% {
  1006. transform: scale(.9);
  1007. }
  1008. 100% {
  1009. transform: scale(1);
  1010. }
  1011. }
  1012. .bounceIn {
  1013. -webkit-animation-name: bounceIn;
  1014. -moz-animation-name: bounceIn;
  1015. -ms-animation-name: bounceIn;
  1016. -o-animation-name: bounceIn;
  1017. animation-name: bounceIn;
  1018. }
  1019.  
  1020. @-webkit-keyframes fadeInUpBig {
  1021. 0% {
  1022. opacity: 0;
  1023. -webkit-transform: translateY(2000px);
  1024. }
  1025.  
  1026. 100% {
  1027. opacity: 1;
  1028. -webkit-transform: translateY(0);
  1029. }
  1030. }
  1031.  
  1032. @-moz-keyframes fadeInUpBig {
  1033. 0% {
  1034. opacity: 0;
  1035. -moz-transform: translateY(2000px);
  1036. }
  1037.  
  1038. 100% {
  1039. opacity: 1;
  1040. -moz-transform: translateY(0);
  1041. }
  1042. }
  1043.  
  1044. @-o-keyframes fadeInUpBig {
  1045. 0% {
  1046. opacity: 0;
  1047. -o-transform: translateY(2000px);
  1048. }
  1049.  
  1050. 100% {
  1051. opacity: 1;
  1052. -o-transform: translateY(0);
  1053. }
  1054. }
  1055.  
  1056. @keyframes fadeInUpBig {
  1057. 0% {
  1058. opacity: 0;
  1059. transform: translateY(2000px);
  1060. }
  1061.  
  1062. 100% {
  1063. opacity: 1;
  1064. transform: translateY(0);
  1065. }
  1066. }
  1067.  
  1068. .fadeInUpBig {
  1069. -webkit-animation-name: fadeInUpBig;
  1070. -moz-animation-name: fadeInUpBig;
  1071. -o-animation-name: fadeInUpBig;
  1072. animation-name: fadeInUpBig;
  1073. }
  1074.  
  1075. @-webkit-keyframes fadeInDownBig {
  1076. 0% {
  1077. opacity: 0;
  1078. -webkit-transform: translateY(-2000px);
  1079. }
  1080.  
  1081. 100% {
  1082. opacity: 1;
  1083. -webkit-transform: translateY(0);
  1084. }
  1085. }
  1086.  
  1087. @-moz-keyframes fadeInDownBig {
  1088. 0% {
  1089. opacity: 0;
  1090. -moz-transform: translateY(-2000px);
  1091. }
  1092.  
  1093. 100% {
  1094. opacity: 1;
  1095. -moz-transform: translateY(0);
  1096. }
  1097. }
  1098.  
  1099. @-ms-keyframes fadeInDownBig {
  1100. 0% {
  1101. opacity: 0;
  1102. -ms-transform: translateY(-2000px);
  1103. }
  1104.  
  1105. 100% {
  1106. opacity: 1;
  1107. -ms-transform: translateY(0);
  1108. }
  1109. }
  1110.  
  1111. @-o-keyframes fadeInDownBig {
  1112. 0% {
  1113. opacity: 0;
  1114. -o-transform: translateY(-2000px);
  1115. }
  1116.  
  1117. 100% {
  1118. opacity: 1;
  1119. -o-transform: translateY(0);
  1120. }
  1121. }
  1122.  
  1123. @keyframes fadeInDownBig {
  1124. 0% {
  1125. opacity: 0;
  1126. transform: translateY(-2000px);
  1127. }
  1128.  
  1129. 100% {
  1130. opacity: 1;
  1131. transform: translateY(0);
  1132. }
  1133. }
  1134.  
  1135. @mixin fadeInDownBig($duration, $delay, $function, $fill, $visibility) {
  1136. -webkit-animation-name: fadeInDownBig;
  1137. -moz-animation-name: fadeInDownBig;
  1138. -ms-animation-name: fadeInDownBig;
  1139. -o-animation-name: fadeInDownBig;
  1140. animation-name: fadeInDownBig;
  1141. @include duration($duration);
  1142. @include delay($delay);
  1143. @include function($function);
  1144. @include fill-mode($fill);
  1145. @include visibility($visibility);
  1146. }
  1147.  
  1148. {CustomCSS}
  1149.  
  1150. </style>
  1151.  
  1152. {block:IndexPage}
  1153. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1154. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1155.  
  1156. <script type="text/javascript">
  1157. $(window).load(function(){
  1158. var $wall = $('#posts');
  1159. $wall.imagesLoaded(function(){
  1160. $wall.masonry({
  1161. itemSelector: '.entry, .entry_photo',
  1162. isAnimated : false
  1163. });
  1164. });
  1165.  
  1166. $wall.infinitescroll({
  1167. navSelector : '#pagination',
  1168. nextSelector : '#pagination a',
  1169. itemSelector : '.entry, .entry_photo',
  1170. bufferPx : 2000,
  1171. debug : false,
  1172. errorCallback: function() {
  1173. $('#infscr-loading').fadeOut('normal');
  1174. }},
  1175. function( newElements ) {
  1176. var $newElems = $( newElements );
  1177. $newElems.hide();
  1178. $newElems.imagesLoaded(function(){
  1179. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1180. });
  1181. }); $('#posts').show(500);
  1182. });
  1183. </script>
  1184.  
  1185.  
  1186. {/block:IndexPage}
  1187.  
  1188.  
  1189. <title>{title}</title>
  1190.  
  1191. <link rel="shortcut icon" href="{Favicon}" />
  1192. <meta name="viewport" content="width=820" />
  1193. </head>
  1194.  
  1195. <body>
  1196. <BODY onselectstart="return false;" ondragstart="return false;">
  1197. <div class="wrapper">
  1198. <div class="header">
  1199. </div>
  1200. <a href="http://amiqa.tumblr.com/"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; right:2px; opacity:2; top:27px;z-index:7; -webkit-filter: invert(100%)"></a>
  1201. <div id="cage">
  1202. <div id="center">
  1203. <div id="stats"><a href='#?w=350' rel='04' class='poplight' title='{text:updates title}'><img src="http://media.tumblr.com/tumblr_md0rkvRkjx1qk1or3.gif"</a></div>
  1204.  
  1205.  
  1206. <div id="link1"><a href='{text:Link 1}' title='{text:link 1 msg}'>01</a></div>
  1207. <div id="link2"><a href='{text:Link 2}' title='{text:link 2 msg}'>02</a></div>
  1208. <div id="link3"><a href='{text:Link 3}' title='{text:link 3 msg}'>03</a></div>
  1209. <div id="link4"><a href='{text:Link 4}' title='{text:link 4 msg}'>04</a></div>
  1210. <div id="link5"><a href='http://amiqa.tumblr.com' title='Theme credit!'>05</a></div>
  1211.  
  1212. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1213. <div id="flower"><img src="http://24.media.tumblr.com/b26540ab070647080349527dbc5babf9/tumblr_mnh35xANal1rm6jd7o1_500.png"></div>
  1214.  
  1215. <div id="sidebar">
  1216.  
  1217. <div class="quote">{text:quote}
  1218. </div>
  1219.  
  1220. <div id="blogtitle">{text:blogtitle}</div>
  1221. <center>
  1222. <a href="/" title="{text:sidebar hover msg}"><div style="style=-webkit-border-radius: 0px 0px 0px 0px;padding:4px; margin-top:3px;background:white;border: 1px dashed #aaa;-webkit-transition: all .9s ease-out;-moz-transition: all .9s ease-out;transition: all .9s ease-out;padding:5px; padding-bottom: 5px;"><img src="{image:sidebar}" width=100%; height="340px";></a>
  1223. <div id="desc">{description}</div>
  1224. <div id="playlist"><a href='#?w=350' rel='02' class='poplight'>playlist</a>
  1225. </div>
  1226. <div id="music"></a>music</a>
  1227. </center>
  1228. </div>
  1229. <!------------------------------------->
  1230.  
  1231. <div id="happy"></div>
  1232. <div id="happy2"></div
  1233. <div class="left">
  1234.  
  1235. <div id="posts">
  1236. {block:Posts}
  1237. <div class="entry">
  1238.  
  1239. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1240.  
  1241. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1242. {/block:Text}
  1243.  
  1244. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1245.  
  1246. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1247.  
  1248. {block:Answer}
  1249. <div style="margin: 1px 2px 1px 2px; min-height:30px; border: 1px solid {color:right border color}; box-shadow:1px 1px 3px #aaa;padding: 3px; border-radius:10px;background-color: white;
  1250. ">
  1251. <img src="{AskerPortraitURL-40}" width="30" align="left" style="margin-right:3px; border-radius:10px;"/>
  1252. <askk>{Asker}</askk>: {Question}</div>
  1253. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center><br>{Answer}</center></div><br>
  1254. <askk>Love, {text:your name}</askk>
  1255. <P ALIGN=Right><a href="{Permalink}"title="{TimeAgo}">{NoteCountWithLabel}</a>
  1256. {/block:Answer}
  1257.  
  1258. {block:Photo}
  1259. {block:IndexPage}
  1260. <center>
  1261. <div class="perma">
  1262. <a href="{ReblogURL}" target="_blank"title="reblog this post"> reblog </a> ♡ <a href="{Permalink}"title="{timeago}">{notecountwithlabel}</a> </div>
  1263.  
  1264. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1265. {/block:IndexPage}
  1266. {block:PermalinkPage}
  1267. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1268.  
  1269. {LinkCloseTag}
  1270. {/block:PermalinkPage}
  1271. {/block:Photo}
  1272.  
  1273. {block:Photoset}
  1274. {block:IndexPage}
  1275. <center>
  1276.  
  1277. <div class="perma">
  1278. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1279.  
  1280. {Photoset-250}</center>
  1281. {/block:IndexPage}
  1282. {block:PermalinkPage}
  1283. <center>
  1284. {Photoset-500}</center>
  1285. {/block:PermalinkPage}
  1286. {/block:Photoset}
  1287.  
  1288. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1289.  
  1290. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1291.  
  1292. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1293. <ul class="chat">
  1294. {block:Lines}
  1295. <li class="user_{UserNumber}">
  1296. {block:Label}
  1297. <span class="label">{Label}</span>
  1298. {/block:Label}
  1299.  
  1300. {Line}
  1301. </li>
  1302. {/block:Lines}
  1303. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1304. {/block:Chat}
  1305.  
  1306. {block:Audio}
  1307. <div style="width:200px; height:30px;">
  1308. {AudioPlayerBlack}
  1309. </div>
  1310. {block:IndexPage}<span class="permalink">
  1311. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1312. </span>{/block:IndexPage}
  1313. {/block:Audio}
  1314.  
  1315. {block:Video}
  1316. {block:IndexPage}
  1317. <center>
  1318. <div class="perma">
  1319. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1320. {Video-250}</center>
  1321. {/block:IndexPage}
  1322. {block:PermalinkPage}
  1323. <center>
  1324. {Video-400}</center>
  1325. {/block:PermalinkPage}
  1326. {block:Video}
  1327.  
  1328.  
  1329. {block:PostNotes}<div align="middle">{caption}</div>
  1330. <center>
  1331.  
  1332. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1333.  
  1334. {block:HasTags}
  1335. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1336. {block:RebloggedFrom}
  1337. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1338. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1339.  
  1340. {/block:RebloggedFrom}
  1341. </center></span>
  1342. <br>
  1343. <div id="postnotes">{PostNotes}</div><br>
  1344.  
  1345. <center>{block:ContentSource}
  1346. <br><a href="{SourceURL}">
  1347. {lang:Source}:
  1348. {block:SourceLogo}
  1349. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1350. height="{LogoHeight}" alt="{SourceTitle}" />
  1351. {/block:SourceLogo}
  1352. {block:NoSourceLogo}
  1353. {SourceLink}
  1354. {/block:NoSourceLogo}
  1355. </a>
  1356. {/block:ContentSource}</center>
  1357.  
  1358. {/block:PostNotes}
  1359. </div>
  1360. {/block:Posts}
  1361. </div></div>
  1362.  
  1363. {block:IndexPage}
  1364. {block:Pagination}
  1365. <div id="pagination">
  1366. {block:NextPage}
  1367. <a id="nextPage" href="{NextPage}"></a>
  1368. {/block:NextPage}
  1369. {block:PreviousPage}
  1370. <a href="{PreviousPage}"></a>
  1371. {/block:PreviousPage}
  1372. </div>
  1373. {/block:Pagination}
  1374. {/block:IndexPage}
  1375. </body>
  1376. <div id="02" class="popup_block">
  1377.  
  1378. song-by bla bla bla c: <p>
  1379. song name-by pooooo <p>
  1380.  
  1381.  
  1382. </div></div></div></div></div></div></div></div></div></div>
  1383. <div id="04" class="popup_block"><center>
  1384. <br><center><hi>Updates:</hi><br></center><br>
  1385. {text:updates}
  1386. <br>
  1387. </div></div></div></div></div></div></div></div></div></div>
  1388.  
  1389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement