Advertisement
nicolewbu

theme 10 yeee

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