Fucking_Aj

Sin Theme By Mufflinq

Apr 13th, 2015
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.56 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. █▀▀▄ █▀▀█ █░░█ █░░█   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  5. █▀▀▄ █▄▄▀ █░░█ █▀▀█   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  6. ▀▀▀░ ▀░▀▀ ░▀▀▀ ▀░░▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  7. ᴛʜᴇᴍᴇ ʙʏ ᴍᴜғғʟɪɴǫ / ᴀᴊ .
  8. ᴅᴏ ɴᴏᴛ ʀᴇᴅɪsᴛʀɪʙᴜᴛᴇ ᴏʀ ᴜsᴇ ᴄᴏᴅɪɴɢs ғʀᴏᴍ ᴏᴛʜᴇʀ ᴛʜᴇᴍᴇs
  9. ᴛʜᴀɴᴋ ʏᴏᴜ <3
  10. -->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17.  
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  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"></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. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css";; rel="stylesheet">
  66. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  72. <script type="text/javascript"
  73. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  74.  
  75. <!--DEFAULT VARIABLES-->
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  77. <meta name="color:background" content="#fff"/>
  78. <meta name="color:link" content="#777"/>
  79. <meta name="color:text" content="#777"/>
  80. <meta name="color:title" content="#eab4e3"/>
  81. <meta name="color:hover" content="#fff"/>
  82. <meta name="image:sidebar" content="1"/>
  83. <meta name="image:background" content="1"/>
  84. <meta name="image:sidebar bg" content="1"/>
  85. <meta name="image:pic" content="1"/>
  86. <meta name="color:borders" content="#eab4e3"/>
  87. <meta name="color:blogtitle" content="#eab4e3"/>
  88. <meta name="text:your name" content="the queen"/>
  89. <meta name="text:stats" content="stats"/>
  90. <meta name="text:quote" content="I was a liar
  91. I gave into the fire
  92. I know I should've fought it.
  93. At least I'm being honest;
  94. feel like a failure
  95. 'cause I know that I failed you.
  96. I should've done you better
  97. 'cause you don't want a liar. "/>
  98. <meta name="color:updates background" content="#b8b8b8"/>
  99. <meta name="image:updates image" content=""/>
  100. <meta name="text:blogtitle" content="Favorite Record"/>
  101. <meta name="text:link one" content="/"/>
  102. <meta name="text:link one message" content="message"/>
  103.  
  104. <meta name="text:link two" content="/"/>
  105. <meta name="text:link two message" content="message"/>
  106.  
  107. <meta name="text:link three" content="/"/>
  108. <meta name="text:link three message" content="message"/>
  109.  
  110. <meta name="text:link four" content="/"/>
  111. <meta name="text:link four message" content="message"/>
  112.  
  113. <meta name="text:link five" content="/"/>
  114. <meta name="text:link five message" content="message"/>
  115. <meta name="text:link six" content="/"/>
  116. <meta name="text:link six message" content="message"/>
  117.  
  118. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  119.  
  120. <style type="text/css">
  121. ::selection {
  122. background: {color:blogtitle};
  123. color: #fff;
  124. padding:4px;
  125. }
  126. ::-moz-selection {
  127. background: {color:blogtitle};
  128. color: #fff;
  129. padding:4px;
  130. }
  131. hi{
  132.  
  133. background:{color:blogtitle};
  134. text-align:center;
  135. line-height:13px;
  136. color:#fff;
  137. font-size:12px;
  138. letter-spacing:2px;
  139. text-transform:uppercase;
  140. padding:2px;
  141.  
  142. }
  143.  
  144.  
  145.  
  146.  
  147.  
  148. .popup_block{
  149. display:none;
  150. background:#fff;
  151. padding:20px;
  152. border:4px solid {color:borders}; /* if you want a solid white pop-up, delete this */
  153. float:left;
  154. position:fixed;
  155. top:50%;left:50%;
  156. border-radius:5px;
  157. z-index: 99999;
  158. -webkit-animation: flipInY 2s;
  159. -moz-animation: flipInY 2s;
  160. -ms-animation: flipInY: 2s;
  161.  
  162.  
  163.  
  164. }
  165.  
  166. *html #fade {position: absolute;}
  167. *html .popup_block {position: absolute;}
  168. #fade {
  169. display:none;
  170. position:fixed;
  171. left:0px;
  172. top:0px;
  173. width:100%;
  174. height:100%;
  175. z-index:9999;
  176. opacity:0.5; /* change to opacity:1; */
  177. }
  178. blockquote img{ width:210px; }
  179.  
  180. 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-
  181.  
  182. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  183.  
  184. 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;}
  185.  
  186. p {
  187. margin:0px;
  188. margin-top:0px;
  189. }
  190.  
  191.  
  192. body {
  193. padding: 0px;
  194. margin: 0px;
  195. color:{color:text};
  196. font-family: calibri;
  197. line-height:15px;
  198. font-size:11px;
  199. background-color: {color:Background};
  200. background-image:url({image:Background});
  201. background-attachment: fixed;
  202. background-repeat: repeat;
  203. }
  204.  
  205.  
  206. a:link, a:active, a:visited{
  207. text-decoration: none;
  208. -webkit-transition: color 0.3s ease-out;
  209. -moz-transition: color 0.3s ease-out;
  210. transition: color 0.3s ease-out;
  211. color:{color:link};
  212. }
  213.  
  214. a:hover {
  215. text-decoration: none;
  216. font-style:;
  217. color: {color:Hover};
  218. }
  219.  
  220. div#center{
  221. margin:auto;
  222. position:relative;
  223. width:1000px;
  224. background-color:;
  225. overflow:auto;
  226. overflow-y:hidden;
  227. }
  228. #ak{
  229. font-size:17px;
  230. letter-spacing:2px;
  231. font-family:calibri;
  232. text-transform:uppercase;
  233. line-height:0px;
  234. color:{color:blogtitle};
  235. margin-top:8px;
  236. width:auto;
  237. margin-left:55px;
  238. }
  239.  
  240. #ak2{
  241. font-size:20px;
  242. letter-spacing:2px;
  243. font-family:calibri;
  244. text-transform:uppercase;
  245. line-height:0px;
  246. color:{color:blogtitle};
  247. margin-top:8px;
  248. width:auto;
  249. margin-left:5px;
  250. }
  251. #s-m-t-tooltip {
  252. max-width:500px;
  253. padding:6px;
  254. border-radius:4px;
  255. margin:20px 0px 0px 20px;
  256. background: {color:blogtitle};
  257. border:1px solid {color:blogtitle};
  258. letter-spacing: 1px;
  259. color: white;
  260. font-size:10px;
  261. font-family:calibri;
  262. -webkit-animation: shake 3s;
  263. -moz-animation: shake 3s;
  264. -ms-animation: shake 3s;
  265. z-index:999999999999999999999999999999999999;
  266. }
  267.  
  268. #s-m-t-tooltip:before{
  269. position: absolute;
  270. left: -11px;
  271. top: -7px;
  272. width: 0px;
  273. content:"";
  274. transform: scale(1.7, .3);
  275. -webkit-transform: scale(1.7, .3);
  276. -moz-transform: scale(1.7, .3);
  277. -o-transform: scale(1.7, .3);
  278. -ms-transform: scale(1.7, .3);
  279. height: 0px;
  280. border-right: 4px solid {color:blogtitle};
  281. border-bottom: 17px solid transparent;
  282. border-left: 4px solid transparent;
  283. border-top: 17px solid transparent;
  284. }
  285. ::-webkit-scrollbar { background-color:{color:blogtitle}; border:2px solid #fff; height:5px; -moz-border-radius:10px; border-radius:10px; width:5px;}
  286.  
  287. ::-webkit-scrollbar-thumb {width:5px; border-radius:5px; background-image: -ms-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
  288. background-image: -moz-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
  289. background-image: -o-linear-gradient(top, {color:blogtitle}; 0%, #fff 100%);
  290. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:blogtitle}), color-stop(1, #fff));
  291. background-image: -webkit-linear-gradient(top,{color:blogtitle}; 0%, #fff 100%);}
  292. blockquote img{ width:170px; }
  293. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  294. .entry {
  295. float:left;
  296. display: block;
  297. margin:9px;
  298. overflow:hidden;
  299. width:255px;
  300. padding:14px;
  301. padding-right:21px;
  302. border:1px solid #e1e1e1;
  303. border-radius:5px;
  304. outline:1px solid #e1e1e1;
  305. outline-offset:-5px;
  306.  
  307. box-shadow:#C2D3DF 4px 4px ;
  308. {block:PermalinkPage}
  309. width:450px;
  310. text-align:left;
  311. line-height:10px;
  312. margin-left:70px;
  313. {/block:PermalinkPage}
  314. background:white;
  315. background-image:URL();
  316. }
  317. .entry img{
  318. border:3px solid {color:borders};
  319. border-radius:5px;
  320. }
  321.  
  322.  
  323. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  324. .entry .perma{
  325. width:20px;
  326. height:20px;
  327. margin-left:10px;
  328. position: absolute;
  329. padding: 10px;
  330. line-height: 16px;
  331. border:1px solid #e1e1e1;
  332. border-radius:5px;
  333. overflow:hidden;
  334. text-align:center;
  335. top:20px;
  336. background:#f2f2f2;
  337. font-family:penus;
  338. font-size: 15px;
  339. word-spacing:2px;
  340. letter-spacing:1px;
  341. opacity: 0.0;
  342. -webkit-animation:pulse 2s;
  343. -moz-animation:pulse 2s;
  344. -o-animation:pulse 2s;
  345.  
  346. -webkit-transition: all .7s ease;
  347. -moz-transition: all .7s ease;
  348. -o-transition: all .7s ease;
  349. transition: all .7s ease;
  350.  
  351. }
  352.  
  353. .entry:hover .perma{
  354. overflow:visible;
  355. text-shadow: 1.5px 1px #aaa;
  356. opacity:1;
  357. }
  358. .entry .perma2{
  359. width:20px;
  360. height:20px;
  361. margin-left:60px;
  362. position: absolute;
  363. padding: 10px;
  364. line-height: 16px;
  365. border:1px solid #e1e1e1;
  366. border-radius:5px;
  367. overflow:hidden;
  368. text-align:center;
  369. top:20px;
  370. background:white;
  371. font-family:penus;
  372. font-size: 15px;
  373. word-spacing:2px;
  374. letter-spacing:1px;
  375. opacity: 0.0;
  376. -webkit-animation:shake 2s;
  377. -moz-animation:shake 2s;
  378. -o-animation:shake 2s;
  379. -webkit-transition: all .7s ease;
  380. -moz-transition: all .7s ease;
  381. -o-transition: all .7s ease;
  382. transition: all .7s ease;
  383.  
  384. }
  385.  
  386. .entry:hover .perma2{
  387. overflow:visible;
  388. text-shadow: 1.5px 1px #aaa;
  389. opacity:1;
  390. }
  391. .entry .perma3{
  392. width:20px;
  393. height:20px;
  394. margin-left:110px;
  395. position: absolute;
  396. padding: 10px;
  397. line-height: 16px;
  398. border:1px solid #e1e1e1;
  399. border-radius:5px;
  400. overflow:hidden;
  401. text-align:center;
  402. top:20px;
  403. background:#f2f2f2;
  404. font-family:penus;
  405. font-size: 15px;
  406. word-spacing:2px;
  407. letter-spacing:1px;
  408. opacity: 0.0;
  409. -webkit-animation:pulse 2s;
  410. -moz-animation:pulse 2s;
  411. -o-animation:pulse 2s;
  412. -webkit-transition: all .7s ease;
  413. -moz-transition: all .7s ease;
  414. -o-transition: all .7s ease;
  415. transition: all .7s ease;
  416.  
  417. }
  418.  
  419. .entry:hover .perma3{
  420. overflow:visible;
  421. text-shadow: 1.5px 1px #aaa;
  422. opacity:1;
  423. }
  424.  
  425. .perma3 img{
  426. border:0px solid transparent;
  427. }
  428. .tt{
  429. text-transform: uppercase;
  430. display: block;
  431. text-align:left;
  432. padding-left:18px;
  433. text-decoration: none;
  434. font-size: 9px;
  435. font-family:calibri;
  436. line-height:10px;
  437. letter-spacing:1px;
  438. margin: 2px;
  439. margin-top: 12px;
  440. border: 0px solid #f3f3f3;
  441. outline:1px dashed white;
  442. outline-offset:-3px;
  443. padding-top: 5px;
  444. padding-bottom: 6px;
  445. background:{color:borders};
  446. color:white;
  447.  
  448. opacity: 0.7;
  449. -webkit-transition: all 0.6s ease-in-out;
  450. -moz-transition: all 0.6s ease-in-out;
  451. transition: all 0.6s ease-in-out;
  452. }
  453.  
  454. .tt a{color:#fff; !important;}
  455. .tt a:hover{color:#fff; !important;}
  456. .tt:hover{
  457. -webkit-transition: 0.8s ease-out;
  458. -moz-transition: 0.8s ease-out;
  459. transition: 0.8s ease-out;
  460. }
  461. .entry:hover .tt{
  462. opacity:.7;
  463. -webkit-transition: 0.8s ease-out;
  464. -moz-transition: 0.8s ease-out;
  465. transition: 0.8s ease-out;
  466. }
  467. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  468. #posts {
  469. width:625px;
  470. margin-top:15px;
  471. z-index:99;
  472. margin-left:359px;
  473. right:auto;
  474. padding:2px;
  475. border-left:3px double {color:blogtitle};
  476. border-right:3px double {color:blogtitle};
  477. border-bottom:3px double {color:blogtitle};
  478.  
  479. outline:1px solid {color:borders};
  480. outline-offset:-8px;
  481. background:white;
  482. margin-right:auto;
  483. position:relative;
  484. overflow-y: hidden;
  485. }
  486.  
  487.  
  488. /*CUSTOMIZE SIDEBAR HERE*/
  489. #sidebar{
  490. position:fixed !important;
  491. width:310px;
  492. background:white;
  493. height:400px;
  494. margin-top:150px;
  495. margin-left:-15px;
  496. border:1px solid {color:borders};
  497. box-shadow:#C2D3DF 8px 8px ;
  498. text-align:center;
  499. -webkit-transition: all .7s ease;
  500. -moz-transition: all .7s ease;
  501. -o-transition: all .7s ease;
  502. transition: all .7s ease;
  503. }
  504.  
  505. #sidebar:hover{
  506. background-image:url(http://i45.tinypic.com/16jhspi.png);
  507. border-radius:5px;
  508. -webkit-transition: all .7s ease;
  509. -moz-transition: all .7s ease;
  510. -o-transition: all .7s ease;
  511. transition: all .7s ease;
  512.  
  513. }
  514.  
  515. #pic{
  516. position:Fixed;
  517. opacity:1;
  518. width:310px;
  519. height:400px;
  520.  
  521.  
  522.  
  523. }
  524. #pizza{
  525. position:fixed;
  526. opacity:0;
  527. background-image:url({image:sidebar bg});
  528. background-position:center;
  529. border-top-right-radius:5px;
  530. border-top-left-radius:5px;
  531. width:310px;
  532. margin-top:0px;
  533. border-bottom:1px solid #fff;
  534. height:130px;
  535. -webkit-transition: all .7s ease;
  536. -moz-transition: all .7s ease;
  537. -o-transition: all .7s ease;
  538. transition: all .7s ease;
  539. }
  540. #sidebar:hover #pizza{
  541. opacity:1;
  542. -webkit-transition: all .7s ease;
  543. -moz-transition: all .7s ease;
  544. -o-transition: all .7s ease;
  545. transition: all .7s ease;
  546. }
  547. #pic img{
  548. width:310px;
  549. height:400px;
  550. outline:1px solid #fff;
  551. outline-offset:-10px;
  552. -webkit-transition: all .7s ease;
  553. -moz-transition: all .7s ease;
  554. -o-transition: all .7s ease;
  555. transition: all .7s ease;
  556. }
  557. #sidebar:hover #pic img{
  558. opacity:0.0;
  559. margin-top:-400px;
  560. -webkit-transition: all .7s ease;
  561. -moz-transition: all .7s ease;
  562. -o-transition: all .7s ease;
  563. transition: all .7s ease;
  564. }
  565. #pp{
  566. position:fixed;
  567. width:100px;
  568. height:100px;
  569. border-radius:10px;
  570. z-index:9;
  571. margin-top:60px;
  572. margin-left:10px;
  573. border:3px solid #fff;
  574. opacity:0;
  575. -webkit-transition: all .7s ease;
  576. -moz-transition: all .7s ease;
  577. -o-transition: all .7s ease;
  578. transition: all .7s ease;
  579. }
  580. #sidebar:hover #pp{
  581. opacity:1;
  582. -webkit-transition: all .7s ease;
  583. -moz-transition: all .7s ease;
  584. -o-transition: all .7s ease;
  585. transition: all .7s ease;
  586. }
  587. #pp img{
  588. width:100px;
  589. height:100px;
  590. border-radius:7px;
  591. }
  592. #yn{
  593. position:fixed;
  594. color:#fff;
  595. font-size:26px;
  596. font-family: calibri;
  597. text-transform:uppercase;
  598. opacity:0;
  599. margin-top:111px;
  600. margin-left:140px;
  601. -webkit-transition: all .7s ease;
  602. -moz-transition: all .7s ease;
  603. -o-transition: all .7s ease;
  604. transition: all .7s ease;
  605. }
  606. #sidebar:hover #yn{
  607. opacity:1;
  608. -webkit-transition: all .7s ease;
  609. -moz-transition: all .7s ease;
  610. -o-transition: all .7s ease;
  611. transition: all .7s ease;
  612. }
  613. #triangle{
  614. position:absolute;
  615. width: 0px;
  616. height: 0px;
  617. margin-left:150px; /* move the triangle left/right by decreasing/increasing the number */
  618. margin-top:139px; /* move the triangle up/down by decreasing/increasing the number */
  619. border-right: 12px solid transparent;
  620. border-left: 12px solid transparent;
  621. border-bottom: 12px solid {color:borders};
  622. opacity:0;
  623. -webkit-transition: all .7s ease;
  624. -moz-transition: all .7s ease;
  625. -o-transition: all .7s ease;
  626. transition: all .7s ease;
  627. }
  628.  
  629. #sidebar:hover #triangle{
  630. opacity:1;
  631. }
  632. #msg{
  633. position:fixed !important;
  634. width:170px;
  635. height:50px;
  636. padding:5px;
  637. margin-top:150px;
  638. margin-left:120px;
  639. background:white;
  640. border-radius:5px;
  641. line-height:15px;
  642. overflow-y:Scroll;
  643. border:1px solid {color:borders};
  644. opacity:0;
  645. font-size:11px;
  646. -webkit-transition: all .7s ease;
  647. -moz-transition: all .7s ease;
  648. -o-transition: all .7s ease;
  649. transition: all .7s ease;
  650. }
  651.  
  652. #sidebar:hover #msg{
  653. opacity:1;
  654. }
  655.  
  656. #up{
  657. position:fixed;
  658. border:1px solid {color:borders};
  659. padding:4px;
  660. background:white;
  661. width:9px;
  662. height:9px;
  663. opacity:0;
  664. line-height:8px;
  665. margin-top:375px;
  666. text-align:center;
  667. margin-left:5px;
  668. font-size:12px;
  669. border-radius:100%;-webkit-transition: all .7s ease;
  670. -moz-transition: all .7s ease;
  671. -o-transition: all .7s ease;
  672. transition: all .7s ease;
  673.  
  674. }
  675. #sidebar:hover #up{
  676. opacity:1;-webkit-transition: all .7s ease;
  677. -moz-transition: all .7s ease;
  678. -o-transition: all .7s ease;
  679. transition: all .7s ease;
  680. }
  681.  
  682. #s{
  683. position:fixed;
  684. border:1px solid {color:borders};
  685. padding:4px;
  686. background:white;
  687. width:9px;
  688. height:9px;
  689. opacity:0;
  690. line-height:8px;
  691. margin-top:-14px;
  692. text-align:center;
  693. margin-left:30px;
  694. font-size:12px;
  695. border-radius:100%;-webkit-transition: all .7s ease;
  696. -moz-transition: all .7s ease;
  697. -o-transition: all .7s ease;
  698. transition: all .7s ease;
  699.  
  700. }
  701. #sidebar:hover #s{
  702. opacity:1;-webkit-transition: all .7s ease;
  703. -moz-transition: all .7s ease;
  704. -o-transition: all .7s ease;
  705. transition: all .7s ease;
  706. }
  707. #blogtitle{
  708. position:fixed;
  709. font-family: 'Dancing Script', cursive;
  710. font-size:40px;
  711. width:310px;
  712. color:{color:blogtitle};
  713. opacity:1;
  714. margin-top:-24px;
  715. margin-left:0px;
  716. z-index:99;
  717. text-align:center;
  718. -webkit-transition: all .7s ease;
  719. -moz-transition: all .7s ease;
  720. -o-transition: all .7s ease;
  721. transition: all .7s ease;
  722. }
  723. #sidebar:hover #blogtitle{
  724. opacity:0;-webkit-transition: all .7s ease;
  725. -moz-transition: all .7s ease;
  726. -o-transition: all .7s ease;
  727. transition: all .7s ease;
  728.  
  729. }
  730. #stats{
  731. position:fixed;
  732. opacity:0;
  733. font-family: 'Indie Flower', cursive;
  734. color:{color:blogtitle};
  735. font-size:20px;
  736. margin-top:200px;
  737. margin-left:15px;
  738. text-align:center;
  739. -webkit-transition: all .7s ease;
  740. -moz-transition: all .7s ease;
  741. -o-transition: all .7s ease;
  742. transition: all .7s ease;
  743. }
  744. #sidebar:hover #stats{
  745. opacity:1;
  746. -webkit-transition: all .7s ease;
  747. -moz-transition: all .7s ease;
  748. -o-transition: all .7s ease;
  749. transition: all .7s ease;
  750. }
  751. #stats a{
  752. color:{color:blogtitle};
  753. }
  754.  
  755. #navigation{
  756. position:fixed;
  757. opacity:0;
  758. font-family: 'Dancing Script', cursive;
  759. color:{color:blogtitle};
  760. font-size:30px;
  761. margin-top:251px;
  762. margin-left:30px;
  763. background:white;
  764. padding:5px;
  765. border:1px solid #e1e1e1;
  766. border-radius:3px;
  767. width:244px;
  768. height:28px;
  769. line-height:19px;
  770. text-align:center;
  771. -webkit-transition: all .7s ease;
  772. -moz-transition: all .7s ease;
  773. -o-transition: all .7s ease;
  774. transition: all .7s ease;
  775. }
  776. #sidebar:hover #navigation{
  777. opacity:1;
  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. #navigation:hover{
  784. color:transparent;
  785. overflow:hidden;
  786. -webkit-transition: all .7s ease;
  787. -moz-transition: all .7s ease;
  788. -o-transition: all .7s ease;
  789. transition: all .7s ease;
  790. }
  791. #link1{
  792. position:fixed;
  793. overflow:visible;
  794. opacity:0;
  795. z-index:999999999999999999;
  796. margin-top:-50px;
  797. margin-left:10px;
  798. -webkit-transition: all .3s ease;
  799. -moz-transition: all .3s ease;
  800. -o-transition: all .3s ease;
  801. transition: all .3s ease;
  802. -webkit-transform: rotate(180deg);
  803.  
  804. }
  805.  
  806. #sidebar:hover #link1{
  807. opacity:0;
  808. -webkit-transform: rotate(180deg);
  809. -webkit-transition: all .7s ease;
  810. -moz-transition: all .7s ease;
  811. -o-transition: all .7s ease;
  812. transition: all .7s ease;
  813. }
  814. #navigation:hover #link1{
  815. opacity:1;
  816. -webkit-transform: rotate(180deg);
  817.  
  818. -webkit-transition: all .7s ease;
  819. -moz-transition: all .7s ease;
  820. -o-transition: all .7s ease;
  821. transition: all .7s ease;
  822. }
  823. #link1 a{
  824. -webkit-transform: rotate(180deg);
  825. transform: scale(0, 1.11);
  826. border-left:13px double transparent;
  827. border-right:13px double transparent;
  828. border-top:30px solid {color:blogtitle};
  829. -webkit-transition: all .8s ease;
  830. -moz-transition: all .8s ease;
  831. -o-transition: all .8s ease;
  832. transition: all .8s ease;
  833. }
  834. #link2{
  835. position:fixed;
  836. opacity:0;
  837. z-index:999999999999999999;
  838. margin-top:-17px;
  839. width:25px;
  840. height:25px;
  841. border:1px solid #fff;
  842. margin-left:50px;
  843. -moz-transform: scale(0.5);
  844. -webkit-transform: scale(0.5);
  845. transform: scale(0.5);
  846. -webkit-transition: all .3s ease;
  847. -moz-transition: all .3s ease;
  848. -o-transition: all .3s ease;
  849. transition: all .3s ease;
  850. }
  851.  
  852. #sidebar:hover #link2{
  853. opacity:0;
  854. background:{color:borders};
  855. -webkit-transition: all .7s ease;
  856. -moz-transition: all .7s ease;
  857. -o-transition: all .7s ease;
  858. transition: all .7s ease;
  859. }
  860. #link2 a{
  861. width:15px;
  862. height:8px;
  863. font-size:20px;
  864. line-height:0px;
  865. color:{color:blogtitle};
  866. background:{color:borders};
  867. -webkit-transition: all .8s ease;
  868. -moz-transition: all .8s ease;
  869. -o-transition: all .8s ease;
  870. transition: all .8s ease;
  871. }
  872. #navigation:hover #link2{
  873. opacity:1;
  874. -moz-transform: scale(1.0);
  875. -webkit-transform: scale(1.0);
  876. transform: scale(1.0);
  877. -webkit-transition: all .7s ease;
  878. -moz-transition: all .7s ease;
  879. -o-transition: all .7s ease;
  880. transition: all .7s ease;
  881. }
  882. #link3{
  883. position:fixed;
  884. overflow:visible;
  885. opacity:0;
  886. z-index:999999999999999999;
  887. margin-top:-50px;
  888. -webkit-transform: rotate(180deg);
  889. margin-left:90px;
  890.  
  891. -webkit-transition: all .3s ease;
  892. -moz-transition: all .3s ease;
  893. -o-transition: all .3s ease;
  894. transition: all .3s ease;
  895. }
  896.  
  897. #sidebar:hover #link3{
  898. opacity:0;
  899. -webkit-transition: all .7s ease;
  900. -moz-transition: all .7s ease;
  901. -o-transition: all .7s ease;
  902. transition: all .7s ease;
  903. }
  904. #link3 a{
  905. -webkit-transform: rotate(180deg);
  906. -webkit-transform: rotate(180deg);
  907. transform: scale(0, 1.11);
  908. border-left:13px double transparent;
  909. border-right:13px double transparent;
  910. border-top:30px solid {color:blogtitle};
  911. -webkit-transition: all .8s ease;
  912. -moz-transition: all .8s ease;
  913. -o-transition: all .8s ease;
  914. transition: all .8s ease;
  915. }
  916. #navigation:hover #link3{
  917. opacity:1;
  918. -webkit-transition: all .7s ease;
  919. -moz-transition: all .7s ease;
  920. -o-transition: all .7s ease;
  921. transition: all .7s ease;
  922. }
  923. #link4{
  924. position:fixed;
  925. opacity:0;
  926. z-index:999999999999999999;
  927. margin-top:-17px;
  928. width:25px;
  929. height:25px;
  930. border:1px solid #fff;
  931. margin-left:130px;
  932. -moz-transform: scale(0.5);
  933. -webkit-transform: scale(0.5);
  934. transform: scale(0.5);
  935. -webkit-transition: all .3s ease;
  936. -moz-transition: all .3s ease;
  937. -o-transition: all .3s ease;
  938. transition: all .3s ease;
  939. }
  940.  
  941. #sidebar:hover #link4{
  942. opacity:0;
  943. background:{color:borders};
  944. -webkit-transition: all .7s ease;
  945. -moz-transition: all .7s ease;
  946. -o-transition: all .7s ease;
  947. transition: all .7s ease;
  948. }
  949. #link4 a{
  950. width:15px;
  951. height:8px;
  952. font-size:20px;
  953. line-height:0px;
  954. color:{color:blogtitle};
  955. background:{color:borders};
  956.  
  957. -webkit-transition: all .8s ease;
  958. -moz-transition: all .8s ease;
  959. -o-transition: all .8s ease;
  960. transition: all .8s ease;
  961. }
  962. #navigation:hover #link4{
  963. opacity:1;
  964. -moz-transform: scale(1.0);
  965. -webkit-transform: scale(1.0);
  966. transform: scale(1.0);
  967. -webkit-transition: all .7s ease;
  968. -moz-transition: all .7s ease;
  969. -o-transition: all .7s ease;
  970. transition: all .7s ease;
  971. }
  972. #link5{
  973. position:fixed;
  974. overflow:visible;
  975. opacity:0;
  976. z-index:999999999999999999;
  977. margin-top:-50px;
  978. -webkit-transform: rotate(180deg);
  979. margin-left:170px;
  980. -webkit-transition: all .3s ease;
  981. -moz-transition: all .3s ease;
  982. -o-transition: all .3s ease;
  983. transition: all .3s ease;
  984. }
  985.  
  986. #sidebar:hover #link5{
  987. opacity:0;
  988. -webkit-transform: rotate(180deg);
  989. -webkit-transition: all .7s ease;
  990. -moz-transition: all .7s ease;
  991. -o-transition: all .7s ease;
  992. transition: all .7s ease;
  993. }
  994. #link5 a{
  995. -webkit-transform: rotate(180deg);
  996. -webkit-transform: rotate(180deg);
  997. transform: scale(0, 1.11);
  998. border-left:13px double transparent;
  999. border-right:13px double transparent;
  1000. border-top:30px solid {color:blogtitle};
  1001. -webkit-transition: all .8s ease;
  1002. -moz-transition: all .8s ease;
  1003. -o-transition: all .8s ease;
  1004. transition: all .8s ease;
  1005. }
  1006. #navigation:hover #link5{
  1007. opacity:1;
  1008.  
  1009. -webkit-transition: all .7s ease;
  1010. -moz-transition: all .7s ease;
  1011. -o-transition: all .7s ease;
  1012. transition: all .7s ease;
  1013. }
  1014. #link6{
  1015. position:fixed;
  1016. opacity:0;
  1017. z-index:999999999999999999;
  1018. margin-top:-17px;
  1019. width:25px;
  1020. height:25px;
  1021. border:1px solid #fff;
  1022. margin-left:205px;
  1023. -moz-transform: scale(0.5);
  1024. -webkit-transform: scale(0.5);
  1025. transform: scale(0.5);
  1026. -webkit-transition: all .3s ease;
  1027. -moz-transition: all .3s ease;
  1028. -o-transition: all .3s ease;
  1029. transition: all .3s ease;
  1030. }
  1031.  
  1032. #sidebar:hover #link6{
  1033. opacity:0;
  1034. background:{color:borders};
  1035. -webkit-transition: all .7s ease;
  1036. -moz-transition: all .7s ease;
  1037. -o-transition: all .7s ease;
  1038. transition: all .7s ease;
  1039. }
  1040. #link6 a{
  1041. width:15px;
  1042. height:8px;
  1043. font-size:20px;
  1044. line-height:0px;
  1045. color:{color:blogtitle};
  1046. background:{color:borders};
  1047. -webkit-transition: all .8s ease;
  1048. -moz-transition: all .8s ease;
  1049. -o-transition: all .8s ease;
  1050. transition: all .8s ease;
  1051. }
  1052. #navigation:hover #link6{
  1053. opacity:1;
  1054. -moz-transform: scale(1.0);
  1055. -webkit-transform: scale(1.0);
  1056. transform: scale(1.0);
  1057. -webkit-transition: all .7s ease;
  1058. -moz-transition: all .7s ease;
  1059. -o-transition: all .7s ease;
  1060. transition: all .7s ease;
  1061. }
  1062. #im{
  1063. position:fixed;
  1064. opacity:0;
  1065. margin-top:348px;
  1066. margin-left:251px;
  1067. -webkit-transition: all 1s ease;
  1068. -moz-transition: all 1s ease;
  1069. -o-transition: all 1s ease;
  1070. transition: all 1s ease;
  1071. }
  1072.  
  1073. #im img{
  1074. width:auto;
  1075. }
  1076. #sidebar:hover #im{
  1077. opacity:1;
  1078. -webkit-transition: all 1s ease;
  1079. -moz-transition: all 1s ease;
  1080. -o-transition: all 1s ease;
  1081. transition: all 1s ease;
  1082. }
  1083. #quote{
  1084. position:fixed;
  1085. opacity:0;
  1086. color:{color:blogtitle};
  1087. font-size:11px;
  1088. width:280px;
  1089. margin-top:305px;
  1090. margin-left:15px;
  1091. text-align:center;
  1092. font-family:calibri;
  1093. -webkit-transition: all .7s ease;
  1094. -moz-transition: all .7s ease;
  1095. -o-transition: all .7s ease;
  1096. transition: all .7s ease;
  1097. }
  1098. #sidebar:hover #quote{
  1099. opacity:1;
  1100. -webkit-transition: all .7s ease;
  1101. -moz-transition: all .7s ease;
  1102. -o-transition: all .7s ease;
  1103. transition: all .7s ease;
  1104. }
  1105. #quotebar{
  1106. position:fixed !important;
  1107. z-index:9999999999999;
  1108. width:2000000000000000000px;
  1109. height:25px;
  1110. background:white;
  1111. margin-left:-60000px;
  1112. margin-top:-10px;
  1113. border-bottom:1px solid {color:borders};
  1114. font-size:11px;
  1115. text-transform:lowercase;
  1116. }
  1117. h2 {
  1118. font-family: Georgia;
  1119. font-size:15px;
  1120. text-align:center;
  1121. line-height:50%;
  1122. color:{color:title};
  1123. font-style:italic;
  1124. font-weight:normal;
  1125.  
  1126. }
  1127. #updates{
  1128. position:fixed;
  1129. width:150px;
  1130. height:300px;
  1131. bottom:10px;
  1132. margin-top:-160px;
  1133. right:100px;
  1134. transition-duration: 0.8s;
  1135. -moz-transition-duration: 0.8s;
  1136. -webkit-transition-duration: 0.8s;
  1137. -o-transition-duration: 0.8s;
  1138. }
  1139.  
  1140. #uimage{
  1141. position:absolute;
  1142. bottom:40px;
  1143. width:130px;
  1144. height:130px;
  1145. left:80px;
  1146. margin-left:-0px;
  1147. transition-duration: 0.8s;
  1148. -moz-transition-duration: 0.8s;
  1149. -webkit-transition-duration: 0.8s;
  1150. -o-transition-duration: 0.8s;
  1151.  
  1152. }
  1153. #uimage img{
  1154. bottom:40px;
  1155. width:130px;
  1156. height:auto;
  1157. transition-duration: 0.8s;
  1158. -moz-transition-duration: 0.8s;
  1159. -webkit-transition-duration: 0.8s;
  1160. -o-transition-duration: 0.8s;
  1161. }
  1162.  
  1163.  
  1164. #words{
  1165. position:absolute;
  1166. top:-30px;
  1167. width:140px;
  1168. height:140px;
  1169. left:80px;
  1170. background:{color:updates background};
  1171. border:1px solid #d8d8d8;
  1172. border-radius:10px;
  1173. opacity:0;
  1174. transition-duration: 0.8s;
  1175. -moz-transition-duration: 0.8s;
  1176. -webkit-transition-duration: 0.8s;
  1177. -o-transition-duration: 0.8s;
  1178. }
  1179.  
  1180. #yeah{
  1181. position:absolute;
  1182. top:2px;
  1183. padding:10px;
  1184. width:118px;
  1185. height:110px;
  1186. line-height:130%;
  1187. background:{color:updates background};
  1188. opacity:1;
  1189. font-size:10px;
  1190. font-style:italic;
  1191. font-family:calibri;
  1192. overflow:auto;
  1193. transition-duration: 0.8s;
  1194. -moz-transition-duration: 0.8s;
  1195. -webkit-transition-duration: 0.8s;
  1196. -o-transition-duration: 0.8s;
  1197. }
  1198.  
  1199. #updates:hover #words{
  1200. opacity:1;
  1201. transition-duration: 0.8s;
  1202. -moz-transition-duration: 0.8s;
  1203. -webkit-transition-duration: 0.8s;
  1204. -o-transition-duration: 0.8s;
  1205. }
  1206.  
  1207. #updates:hover .arrow_box{
  1208. opacity:1;
  1209. transition-duration: 0.8s;
  1210. -moz-transition-duration: 0.8s;
  1211. -webkit-transition-duration: 0.8s;
  1212. -o-transition-duration: 0.8s;
  1213. }
  1214.  
  1215.  
  1216. .arrow_box {
  1217. bottom:0px;
  1218. left:50%;
  1219. opacity:0;
  1220. position: absolute;
  1221. border: 1px solid #b8b8b8;
  1222. transition-duration: 0.8s;
  1223. -moz-transition-duration: 0.8s;
  1224. -webkit-transition-duration: 0.8s;
  1225. -o-transition-duration: 0.8s;
  1226. }
  1227. .arrow_box:after, .arrow_box:before {
  1228. top: 100%;
  1229. border: solid transparent;
  1230. content: " ";
  1231. height: 0;
  1232. width: 0;
  1233. position: absolute;
  1234. pointer-events: none;
  1235. }
  1236.  
  1237. .arrow_box:after {
  1238. border-color: rgba(255, 255, 255, 0);
  1239. border-top-color:{color:updates background};
  1240. border-width: 12px;
  1241. left: 50%;
  1242. margin-left: -12px;
  1243. }
  1244. .arrow_box:before {
  1245. border-color: rgba(216, 216, 216, 0);
  1246. border-top-color: #b8b8b8;
  1247. border-width: 13px;
  1248. left: 50%;
  1249. margin-left: -13px;
  1250. }
  1251. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  1252.  
  1253.  
  1254. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  1255. .title{
  1256. line-height: 22px;
  1257. color:{color:Title};
  1258. font-weight: normal;
  1259. font-size:18px;
  1260. font-family:georgia;
  1261. font-style:italic;
  1262. }
  1263.  
  1264.  
  1265. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1266. .permalink{
  1267. text-transform: normal;
  1268. display: block;
  1269. text-align: right;
  1270. text-decoration: none;
  1271. }
  1272.  
  1273.  
  1274. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1275. #infscr-loading{
  1276. bottom: -70px;
  1277. position: absolute;
  1278. left: 50%;
  1279. margin-left:-8px;
  1280. width:16px;
  1281. height:11px;
  1282. overflow:hidden;
  1283. margin-bottom: 50px;
  1284. }
  1285.  
  1286. #postnotes{
  1287. text-align: justify;}
  1288.  
  1289. #postnotes blockquote{
  1290. border: 0px;}
  1291.  
  1292. blockquote{
  1293. padding:0px 0px 2px 5px;
  1294. margin:0px 0px 2px 10px;
  1295. border-left: 1px dotted #555555;
  1296. }
  1297.  
  1298. blockquote p, ul{
  1299. margin:0px;
  1300. padding:0px;
  1301. }
  1302. html, body, a{ cursor:url("http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png"), auto !important;}
  1303. a:hover{cursor:url("http://static.tumblr.com/bcpenwm/8sInbxu65/cursorhover.png"), auto !important; }
  1304.  
  1305. a img{border: 0px;}
  1306.  
  1307.  
  1308. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1309.  
  1310. .user_1 .label, .user_3 .label, .user_5 .label, .user_7 .label, .user_9 .label, .user_11 .label, .user_13 .label, .user_15 .label {font-weight:bold; color:#fff;}
  1311.  
  1312. .user_2 .label, .user_4 .label, .user_6 .label, .user_8 .label, .user_10 .label, .user_12 .label, .user_14 .label{font-weight:bold;color:#fff;}
  1313.  
  1314. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15{background:{color:borders};border:1px solid {color:borders}; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;color:#fff;}
  1315.  
  1316. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14{background:{color:blogtitle};border:1px solid {color:blogtitle}; padding:5px;margin-bottom:5px;border-radius:4px;margin-left:0px;color:#fff;}
  1317.  
  1318. .notes img{width:10px; position:relative; top:3px;}
  1319. <--ses-->
  1320. small{font-size: 90%;}
  1321.  
  1322. {CustomCSS}
  1323.  
  1324. </style>
  1325.  
  1326. {block:IndexPage}
  1327. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1328. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1329.  
  1330. <script type="text/javascript">
  1331. $(window).load(function(){
  1332. var $wall = $('#posts');
  1333. $wall.imagesLoaded(function(){
  1334. $wall.masonry({
  1335. itemSelector: '.entry, .entry_photo',
  1336. isAnimated : false
  1337. });
  1338. });
  1339.  
  1340. $wall.infinitescroll({
  1341. navSelector : '#pagination',
  1342. nextSelector : '#pagination a',
  1343. itemSelector : '.entry, .entry_photo',
  1344. bufferPx : 2000,
  1345. debug : false,
  1346. errorCallback: function() {
  1347. $('#infscr-loading').fadeOut('normal');
  1348. }},
  1349. function( newElements ) {
  1350. var $newElems = $( newElements );
  1351. $newElems.hide();
  1352. $newElems.imagesLoaded(function(){
  1353. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1354. });
  1355. }); $('#posts').show(500);
  1356. });
  1357. </script>
  1358.  
  1359.  
  1360. {/block:IndexPage}
  1361.  
  1362.  
  1363. <title>{title}</title>
  1364.  
  1365. <link rel="shortcut icon" href="http://static.tumblr.com/e3ea482383841947ff20f72b7618d9c3/br5g85d/8gxmr8k1k/tumblr_static_tumblr_lthbz6ofze1qhwcy0.gif" />
  1366. <!--litt theme cred -->
  1367. <script type="text/javascript" src="http://static.tumblr.com/uwz0y16/MQ5nihvz5/docu.txt"></script>
  1368. <meta name="viewport" content="width=820" />
  1369. </head>
  1370.  
  1371. <body>
  1372. <div id="updates">
  1373. <div id="words">
  1374. <div id="yeah">
  1375. <h2>Hey there</h2>
  1376.  
  1377. <!-------------------------INSERT TEXT HERE----------------------->
  1378. Hi there darling~ you look beautiful today, as always even though I can't see you. You might be reading this you might be feeling sad, estatic, frustrated & mad, confused, curious, insecure, or glad. Whatever you are feeling it's just fine. You're amazing inside and out. If you need to talk just message me. (I know this is cheesy) There are so many people in this world suffering, uncapable to go on because of problems they have or an obstacle they can't get over. The last option I want <u>you</u> to do is to harm yourself and end it. Life was meant to be this way for a reason, every obstacle there is at the end of it there is a prize that you've wanted for a lifetime. Whether it's happiness, a partner, or even a game that just came out. <b>I've been through it too darling, and I bet that a lot on tumblr have been as well.</b> <i><u>It gets better, even when the roads get foggy use your eyes to look see ahead. Listen to music and b e p r e p a r e d for whatever comes in your way.</u></i>
  1379.  
  1380.  
  1381. <!-------------------------------------END-------------------------------------->
  1382. </div>
  1383.  
  1384. <div class="arrow_box"></div>
  1385. </div>
  1386.  
  1387. <div id="uimage"><img src="{image:updates image}"></div>
  1388.  
  1389. </div>
  1390. <div class="wrapper">
  1391. <div class="header">
  1392. </div>
  1393.  
  1394. <div id="cage">
  1395. <div id="center">
  1396. <div id="quotebar"></div>
  1397. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1398. <div id="sidebar">
  1399. <div id="blogtitle">{text:blogtitle}</div>
  1400. <center>
  1401. <div id="pic"><img src="{image:sidebar}"></div>
  1402. <div id="pizza"></div>
  1403. <div id="pp"><img src="{image:pic}"></div>
  1404. <div id="msg">{description}
  1405. </div>
  1406. <div id="triangle"></div>
  1407. <div id="yn">{text:your name}</div>
  1408. <div id="up"><a href="#?w=400" title="da updates" rel="box1" class="poplight">u</a></div>
  1409.  
  1410. <div id="stats">{text:stats}</div>
  1411. <div id="navigation">navigation
  1412. <div id="link1"><a href="{text:link one}" title="{text:link one message}"></a></div>
  1413. <div id="link2"><a href="{text:link two}" title="{text:link two message}">△</a></div>
  1414. <div id="link3"><a href="{text:link three}" title="{text:link three message}"></a></div>
  1415. <div id="link4"><a href="{text:link four}" title="{text:link four message}">△</a></div>
  1416.  
  1417. <div id="link5"><a href="{text:link five}" title="{text:link five message}"></a></div>
  1418. <div id="link6"><a href="{text:link six}" title="{text:link six message}">△</a></div>
  1419. </div>
  1420.  
  1421. <div id="quote">{text:quote}</div>
  1422. </center>
  1423. </div>
  1424. <!------------------------------------->
  1425.  
  1426.  
  1427. <div class="left">
  1428. <div id="posts">
  1429. {block:Posts}
  1430. <div class="entry">
  1431.  
  1432. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><div class="tt">
  1433. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>
  1434. {/block:Text}
  1435.  
  1436. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1437.  
  1438. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1439. {block:Answer}
  1440. <div style="margin-left:5px; margin-top:16px; width:230px; height:auto; border:1px solid #e1e1e1; line-height:15px;padding: 10px; border-radius:4px; background-color:#fbfbfb;">
  1441. <img src="{AskerPortraitURL-30}" width="40" height="40" align="left" style="margin-right: 4px; margin-top: -6px ;padding: 2px; background: white; border:3px solid {color:borders}; z-index:1;opacity:1; border-radius:40px;"/>
  1442. <div id="ak">{Asker}:</div> <br>{Question}</div> </p> <br>
  1443. <img src="{PortraitURL-40}" width="40" height="40" align="right" style="margin-right: 4px; margin-top: -6px ;padding: 2px; background: white; border:3px solid {color:borders}; z-index:1;opacity:1; border-radius:40px;"/>
  1444.  
  1445. <div style="margin-left:5px;width:140px; margin-top:-9px; height:auto; text-align:left;
  1446. border:1px solid #e1e1e1; padding: 10px; border-radius:4px;background-color:#fbfbfb; width: 230px; ;"><center><div id="ak">{text:your name}:</div><div style="text-align:left;"><br>{Answer}</div></center></div><br>
  1447. <div class="tt">
  1448. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>
  1449. {/block:Answer}
  1450. {block:Photo}
  1451. {block:IndexPage}
  1452. <center>
  1453. <div class="perma">
  1454. {ReblogButton} </div>
  1455. <div class="perma2">{LikeButton}</div>
  1456. <div class="perma3"><a href="{Permalink}" title="permalink - has {Notecountwithlabel}" target="_blank"><img src="http://i.imgur.com/Taq0deT.png" style="width:26px;margin-top:-2px;margin-left:-3px"></a></div>
  1457. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1458. {/block:IndexPage}
  1459. {block:PermalinkPage}
  1460. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="border:0px solid transparent;" width="100%"/></a></div>
  1461.  
  1462. {LinkCloseTag}
  1463. {/block:PermalinkPage}
  1464. {/block:Photo}
  1465.  
  1466. {block:Photoset}
  1467. {block:IndexPage}
  1468. <center>
  1469.  
  1470. <div class="perma">
  1471. {ReblogButton} </div>
  1472. <div class="perma2">{LikeButton}</div>
  1473. <div class="perma3"><a href="{Permalink}" title="permalink - has {Notecountwithlabel}" target="_blank"><img src="http://i.imgur.com/Taq0deT.png" style="width:26px;margin-top:-2px;margin-left:-3px"></a></div>
  1474.  
  1475. {Photoset-250}</center>
  1476. {/block:IndexPage}
  1477. {block:PermalinkPage}
  1478. <center>
  1479. {Photoset-500}</center>
  1480. {/block:PermalinkPage}
  1481. {/block:Photoset}
  1482.  
  1483. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1484.  
  1485. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1486.  
  1487. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1488. <ul class="chat">
  1489. {block:Lines}
  1490. <li class="user_{UserNumber}">
  1491. {block:Label}
  1492. <span class="label">{Label}</span>
  1493. {/block:Label}
  1494.  
  1495. {Line}
  1496. </li>
  1497. {/block:Lines}
  1498. <div class="tt">
  1499. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>
  1500. {/block:Chat}
  1501.  
  1502. {block:Audio}
  1503. <div style="width:200px; height:30px;">
  1504. {AudioPlayerBlack}
  1505. </div>
  1506. {block:IndexPage}<span class="permalink">
  1507. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1508. </span>{/block:IndexPage}
  1509. {/block:Audio}
  1510.  
  1511. {block:Video}
  1512. {block:IndexPage}
  1513. <center>
  1514. <div class="tt">
  1515. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>
  1516. {Video-250}</center>
  1517. {/block:IndexPage}
  1518. {block:PermalinkPage}
  1519. <center>
  1520. {Video-400}</center>
  1521. {/block:PermalinkPage}
  1522. {block:Video}
  1523.  
  1524.  
  1525. {block:PostNotes}<div align="middle">{caption}</div>
  1526. <center>
  1527.  
  1528. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1529.  
  1530. {block:HasTags}
  1531. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1532. {block:RebloggedFrom}
  1533. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1534. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1535.  
  1536. {/block:RebloggedFrom}
  1537. </center></span>
  1538. <br>
  1539. <div id="postnotes">{PostNotes}</div><br>
  1540.  
  1541. <center>{block:ContentSource}
  1542. <br><a href="{SourceURL}">
  1543. {lang:Source}:
  1544. {block:SourceLogo}
  1545. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1546. height="{LogoHeight}" alt="{SourceTitle}" />
  1547. {/block:SourceLogo}
  1548. {block:NoSourceLogo}
  1549. {SourceLink}
  1550. {/block:NoSourceLogo}
  1551. </a>
  1552. {/block:ContentSource}</center>
  1553.  
  1554. {/block:PostNotes}
  1555. </div>
  1556. {/block:Posts}
  1557. </div></div>
  1558.  
  1559. {block:IndexPage}
  1560. {block:Pagination}
  1561. <div id="pagination">
  1562. {block:NextPage}
  1563. <a id="nextPage" href="{NextPage}"></a>
  1564. {/block:NextPage}
  1565. {block:PreviousPage}
  1566. <a href="{PreviousPage}"></a>
  1567. {/block:PreviousPage}
  1568. </div>
  1569. {/block:Pagination}
  1570. {/block:IndexPage}
  1571. </body>
  1572.  
  1573. <div id="box1" class="popup_block">
  1574. <div style="font-family: georgia;text-align:center; font-size:18px;font-style:italic; letter-spacing: 1px; color: {color:blogtitle};">Updates</div><br><br>
  1575. updates here
  1576. </div>
  1577.  
  1578. </html>
Add Comment
Please, Sign In to add comment