Advertisement
reachingheart

beautiful disaster

Apr 18th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.62 KB | None | 0 0
  1. <!--
  2. theme by reachingheart
  3. do not remove this credits, thanks.
  4. -->
  5.  
  6.  
  7. <head>
  8.  
  9.  
  10.  
  11. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  12. </script>
  13.  
  14.  
  15. {block:ifdisablerightclick}
  16. <SCRIPT language=JavaScript>
  17. <!-- http://www.spacegun.co.uk -->
  18. var message = "{text:disabled right click message}";
  19. function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
  20. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
  21. document.onmousedown = rtclickcheck;
  22. </SCRIPT>
  23. {/block:ifdisablerightclick}
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="close" alt="Close" /></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58. <title>Mystic Falls</title>
  59.  
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  62. <meta name="color:background" content="#DACBD6"/>
  63. <meta name="color:text" content="#000000"/>
  64. <meta name="color:title" content="#000000"/>
  65. <meta name="color:link" content="#424242"/>
  66. <meta name="color:hover" content="#bebebe"/>
  67. <meta name="image:Background" content=""/>
  68. <meta name="image:Sidebar" content="http://media.tumblr.com/1e34817277abefb49db18b108739174b/tumblr_inline_mkv2t8QbSD1qz4rgp.png"/>
  69. <meta name="if:littlefont sidebar" content="1"/>
  70. <meta name="if:Infinite scrolling" content="1"/>
  71. <meta name="if:show blogtitle" content="0"/>
  72. <meta name="text:sidebar title" content=""/>
  73. <meta name="text:sidebar title2" content=""/>
  74. <meta name="text:sidebar title3" content=""/>
  75. <meta name="if:dashed border" content="0/">
  76. <meta name="text:Custom Link One Title" content= >
  77. <meta name="text:Custom Link One" content="" />
  78. <meta name="text:Custom Link Two Title" content= >
  79. <meta name="text:Custom Link Two" content="" />
  80. <meta name="text:Custom Link Three Title" content= >
  81. <meta name="text:Custom Link Three" content="" />
  82. <meta name="text:Custom Link Four Title" content= >
  83. <meta name="text:Custom Link Four" content="" />
  84. <meta name="text:Custom Link Five Title" content= >
  85. <meta name="text:Custom Link Five" content="" />
  86.  
  87.  
  88. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  89.  
  90. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  91. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  92. <script type="text/javascript">
  93. <!--
  94. //(c) Ian Muscat 2007
  95. function IE(e) {
  96. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){
  97. return false;
  98. }}
  99. function NS(e) {
  100. if (document.layers || (document.getElementById && !document.all)){
  101. if (e.which == "2" || e.which == "3"){
  102. return false;}}}
  103. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  104. //-->
  105. </script>
  106.  
  107. <style type="text/css">
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  115.  
  116. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  117.  
  118. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  119.  
  120.  
  121.  
  122. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  123.  
  124. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  125.  
  126. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  127.  
  128. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  129.  
  130. @font-face {
  131. font-family: "dawning";
  132. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  133. }
  134.  
  135. @font-face {
  136. font-family: "caviardreams";
  137. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  138. }
  139.  
  140. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  141.  
  142. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  143.  
  144. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  145.  
  146. @font-face{
  147. font-family: 'pixel';
  148. font-style: normal;
  149. font-weight: normal;
  150. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  151.  
  152.  
  153. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  154.  
  155.  
  156. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  157.  
  158. @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  159.  
  160. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  161. @font-face {
  162. font-family: "caviardreams";
  163. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  164. }
  165.  
  166. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  167. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  168.  
  169. p {
  170. margin:0px;
  171. margin-top:0px;
  172. }
  173.  
  174. a:link, a:active, a:visited{
  175. color: {color:link};
  176. text-decoration: none;
  177. -webkit-transition: color 0.5s ease-out;
  178. -moz-transition: color 0.5s ease-out;
  179. }
  180.  
  181. a:hover {
  182. color:{color:hover};
  183. text-decoration: underline;
  184. font-style: normal;
  185. -webkit-transition: color 0.5s ease-out;
  186. -moz-transition: color 0.5s ease-out;
  187. text-shadow:1px 1px 5px #000;
  188.  
  189. }
  190.  
  191. .popup_block{
  192. display: none;
  193. background: #fff;
  194. padding: 10px;
  195. font-family: lorem;
  196. border: 2px solid #fff;
  197. float: left;
  198. font-size: 8px;
  199. position: fixed;
  200. top: 50%; left: 50%;
  201. z-index: 99999;
  202. /*--CSS3 Box Shadows--*/
  203.  
  204. -webkit-box-shadow: 0px 0px 20px #000;
  205.  
  206. -moz-box-shadow: 0px 0px 20px #000;
  207.  
  208. box-shadow: 0px 0px 20px #000;
  209.  
  210. /*--CSS3 Rounded Corners--*/
  211.  
  212. -webkit-border-radius: 10px;
  213.  
  214. -moz-border-radius: 10px;
  215.  
  216. border-radius: 10px;
  217.  
  218. }
  219. img.btn_close {
  220. float: right;
  221. margin: -5px -5px 0 0;
  222. }
  223. *html .popup_block {
  224. position: absolute;
  225. }
  226.  
  227.  
  228. body {
  229. margin:0px;
  230. background-color: white;
  231. background-image:url({image:Background});
  232. background-attachment: fixed;
  233. background-repeat: repeat;}
  234. body, div, p, textarea, submit, input{
  235. font-family: lorem;
  236. font-size: 8px;
  237. line-height:9px;
  238. letter-spacing:0px;
  239. color:#000;
  240. }
  241.  
  242.  
  243. ::-webkit-scrollbar-thumb:vertical {
  244. background-color:#eee;
  245. height:auto;
  246. }
  247.  
  248. ::-webkit-scrollbar-thumb:horizontal {
  249. background-color:#eee
  250. height:auto !important;
  251. }
  252.  
  253. ::-webkit-scrollbar {
  254. height:auto;
  255. width:5px;
  256. background-color:#888;
  257. }
  258.  
  259. .wrapper{
  260. margin: 0px auto;
  261. width: 817px;
  262. }
  263.  
  264. .left{
  265. float: left;
  266. margin-left: 0px;
  267. width: 817px;
  268. }
  269.  
  270. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; }
  271.  
  272. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid #ddd;}
  273.  
  274. .entry {
  275. opacity:.8;
  276. float:left;
  277. padding: 7px;
  278. border: 3px double #000;
  279. margin: 6px;
  280. {block:IndexPage}
  281. width: 250px;
  282. {/block:IndexPage}
  283. {block:PermalinkPage}
  284. width:500px;
  285. margin-left:-35px;
  286. {/block:PermalinkPage}
  287. background-color: white;
  288. -webkit-transition: all .7s ease;
  289. -moz-transition: all .7s ease;
  290. -o-transition: all .7s ease;
  291. transition: all .7s ease;
  292. }
  293. .entry:hover{
  294. opacity:1;
  295. -webkit-transition: all .7s ease;
  296. -moz-transition: all .7s ease;
  297. -o-transition: all .7s ease;
  298. transition: all .7s ease;
  299. }
  300. .entry .textpost{
  301. background-color: #fff;
  302. }
  303.  
  304. .questions{
  305. font-style:normal;
  306. margin-bottom:3px;
  307. border-bottom:1px solid #dcdcdc;
  308. }
  309.  
  310. .questions:hover{
  311. font-style:bold;
  312. }
  313.  
  314.  
  315. #posts {
  316. float:left;
  317. margin-top: 0px;
  318. width:620px;
  319. margin-left: 180px;
  320. {block:PermalinkPage}
  321. margin-left: 220px;
  322. background-color: #fff;
  323. width:504px;
  324. {/block:PermalinkPage}
  325. }
  326.  
  327.  
  328.  
  329.  
  330. #postnotes{
  331. text-align: left;
  332. }
  333. #postnotes blockquote{
  334. border: 0px;
  335. }
  336.  
  337. #sidebar {
  338. position:fixed !important;
  339. width: 150px;
  340. font-family: handy00;
  341. height: auto;
  342. background-color:white;
  343. margin-left: 35px;
  344. margin-top: 135px;
  345. padding:2px;
  346. padding-bottom: 3px;
  347. {block:ifdashedborder}
  348. border: 0px dashed #ddd;
  349. {/block:ifdashedborder}
  350. border-bottom-left-radius:0px;
  351. border-top-left-radius:0px;
  352. }
  353.  
  354. div#sidebanner3{
  355. position:fixed !important;
  356. width: auto;
  357. height: auto;
  358. margin-top: 125px;
  359. margin-left:55px;
  360. background-color: transparent;
  361. color: #d88787;
  362. font-family: stars;
  363. width:202px;
  364. text-shadow: 0px 0px 0px #aaa;
  365. ;
  366. font-weight: normal;
  367. font-size: 20px;
  368. line-height:15px;
  369. letter-spacing: 1px;
  370. font-style: normal;
  371. text-transform: ;
  372. }
  373.  
  374. #sidebarimg img {
  375. position:fixed;
  376. width:90px;
  377. padding:7px;
  378. -webkit-transform: rotate(0deg);
  379. height: 90px;
  380. z-index:9999;
  381. margin-top:-18px;
  382. margin-left:23px;
  383. border-radius: 0px 0px 0px 0px;
  384. -webkit-transition: all 1.0s ease-in-out;
  385. -moz-transition: all 1.0s ease-in-out;
  386. -o-transition: all 1.0s ease-in-out;
  387. -ms-transition: all 1.0s ease-in-out;
  388. transition: all 1.0s ease-in-out;
  389. border:2px solid #000;
  390. background-color: #000;
  391. }
  392.  
  393.  
  394. #banner {
  395. opacity:.9;
  396. margin-left: 164px;
  397. margin-top:1px;
  398. font-family: 'pixel';
  399. text-transform:lowercase;
  400. width: 10px;
  401. height: 870px;
  402. font-family: 'pixel';
  403. font-size:8px;
  404. color:black;
  405. background-color:#000;
  406. padding:1px;
  407. z-index:9999;
  408. -webkit-transition: all 0.5s ease-in-out;
  409. -moz-transition: all 0.5s ease-in-out;
  410. -o-transition: all 0.5s ease-in-out;
  411. -ms-transition: all 0.5s ease-in-out;
  412. transition: all 0.5s ease-in-out;
  413. position:fixed;
  414. line-height: 10px;
  415. background-image:url();
  416.  
  417. }
  418.  
  419.  
  420.  
  421.  
  422.  
  423. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  424.  
  425.  
  426. h3{
  427. font-family: stars;
  428. font-size: 80px;
  429. line-height: 12px;
  430. color: #A78282;
  431. font-weight: normal;
  432. line-height:15px;
  433. letter-spacing: 1px;
  434. font-style: normal;
  435. text-transform: lowercase;
  436. text-align: right;
  437. padding: 0px;
  438. margin:0px;
  439. }
  440.  
  441.  
  442.  
  443.  
  444. div#links{
  445. font-family:consolas;
  446. font-size:12px;
  447. color: #fff;
  448. overflow: auto;
  449. position:fixed;
  450. width:100px;
  451. height:auto;
  452. background: #000;
  453. padding:2px;
  454. margin-top: 88px;
  455. margin-left:24px;
  456. border: 0px double #eee;
  457. z-index: 9999;
  458. -webkit-transform: rotate(0deg);
  459. }
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. div#nickiminaj{
  467. position:fixed !important;
  468. width: auto;
  469. height: auto;
  470. margin-top:134px;
  471. margin-left:-107px;
  472. background-color: transparent;
  473. font-family:arsenalewhite;
  474. font-size: 50px;
  475. line-height: 40px;
  476. text-align: center;
  477. z-index:99999;
  478. -webkit-transform: rotate(0deg);
  479. -moz-transform: rotate-(0deg);
  480. font-weight: normal;
  481. text-shadow: 0px 0px 5px #888;
  482. color: black;
  483. transition: all 0.9s ease-out;
  484. -o-transition-transition: all 0.9s ease-out;
  485. -webkit-transition: all 0.9s ease-out;
  486. -moz-transition: all 0.9s ease-out;
  487. }
  488.  
  489. #drowning {
  490. opacity:0.1;
  491. margin-left: 65px;
  492. margin-top:122px;
  493. width: 80px;
  494. height: 80px;
  495. font-family: tinytots;
  496. font-size:8px;
  497. color:#fff;
  498. background-color:#000;
  499. border: 0px solid ;
  500. border-radius: 0px 0px 0px 0px;
  501. text-align:left;
  502. padding:8px;
  503. -webkit-transition: all 0.7s ease-in-out;
  504. -moz-transition: all 0.7s ease-in-out;
  505. -o-transition: all 0.7s ease-in-out;
  506. -ms-transition: all 0.7s ease-in-out;
  507. transition: all 0.7s ease-in-out;
  508. position:fixed;
  509. line-height: 10px;
  510. }
  511.  
  512. #drowning:hover{
  513. opacity:0.9;
  514. }
  515.  
  516. @font-face{
  517. font-family: 'pixel';
  518. font-style: normal;
  519. font-weight: normal;
  520. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  521.  
  522.  
  523.  
  524.  
  525. .title{
  526. font-family: impsum;
  527. font-size: 25px;
  528. line-height: 22px;
  529. color: black;
  530. text-transform:uppercase;
  531. }
  532.  
  533. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  534.  
  535. #postnotes{
  536. text-align: justify;}
  537.  
  538. #postnotes blockquote{
  539. border: 0px;}
  540.  
  541. blockquote{
  542. padding: 2px 2px 2px 5px;
  543. margin:2px 2px 2px 5px;
  544. border-left: 2px solid #888;
  545. }
  546.  
  547. blockquote p, ul{
  548. margin:0px;
  549. padding:0px;
  550. }
  551.  
  552. a img{border: 0px;}
  553.  
  554. ul, li{
  555. list-style:none;
  556. padding: 1px 1px 1px 2px;
  557. margin:1px 1px 1px 1px;
  558. }
  559.  
  560. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  561. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  562.  
  563. .notes img{width:10px; position:relative; top:3px;}
  564.  
  565. .permalink {
  566. display: block;
  567. padding: 0px;
  568. margin: 4px 8px 0px 8px;
  569. text-transform: uppercase;
  570. font-family: littlefont;
  571. font-size: 8px;
  572. color: #b1b2ca;
  573. line-height: 18px;
  574. text-align: right;
  575. text-decoration: none;
  576. -webkit-transition: color 0.5s ease-out;
  577. -moz-transition: color 0.5s ease-out;
  578. border-top: 1px solid #dcdcdc;
  579. }
  580.  
  581. .entry .blanket{
  582. width:20px;
  583. height: 15px;
  584. line-height: 15px;
  585. text-transform: none;
  586. font-family: arma;
  587. position: absolute;
  588. font-size: 8px;
  589. text-align: center;
  590. overflow:hidden;
  591. opacity: 0.0;
  592. background: #fff;
  593. margin-top:7px;
  594. margin-left: 6px;
  595. border: 3px double #000 ;
  596. letter-spacing: 0px;
  597. border-top-right-radius:0px;
  598. border-bottom-left-radius:0px;
  599. -webkit-transition: opacity 0.5s linear;
  600. -webkit-transition: all 0.5s linear;
  601. -moz-transition: all 0.5s linear;
  602. transition: all 0.5s linear;
  603. }
  604.  
  605. .entry:hover .blanket{
  606. border-radius: 0px 0px 0px 0px;
  607. width:120px;
  608. height:25px;
  609. opacity: 0.9;
  610. -webkit-transition: all .3s ease-out;
  611. -moz-transition: all .3s ease-out;
  612. transition: all .3s ease-out;
  613. }
  614.  
  615. .entry .blanket .permalink2{
  616. text-transform:uppercase;
  617. width:110px;
  618. height:auto;
  619. font-family:consolas;
  620. line-height: 19px;
  621. font-size:10px;
  622. color: #b1b2ca;
  623. letter-spacing: 0px;
  624. font-decoration:none;
  625. text-align:center;
  626. margin-top:4px;
  627. margin-left:1px;
  628. opacity:0.0
  629. background-color:#000;
  630. -webkit-transition: all .3s linear;
  631. -moz-transition: all .3s linear;
  632. transition: all .3s linear;
  633. }
  634.  
  635. .entry:hover .blanket .permalink2{
  636. opacity:1;
  637.  
  638. -webkit-transition: all .4s linear;
  639. -moz-transition: all .4s linear;
  640. transition: all .4s linear;
  641. }
  642.  
  643. .entry .blanket .permalink2 a{
  644. color:#000;
  645. -webkit-transition: all .3s linear;
  646. -moz-transition: all .3s linear;
  647. transition: all .3s linear;
  648. }
  649.  
  650. .entry:hover .blanket .permalink2 a:hover {
  651. color:#fff;
  652. -webkit-transition: all .3s linear;
  653. -moz-transition: all .3s linear;
  654. transition: all .3s linear;
  655. }
  656.  
  657. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  658.  
  659. @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  660.  
  661. @font-face { font-family:basket;
  662. src: url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');
  663. }
  664.  
  665.  
  666. @font-face {
  667. font-family: "sweetly";
  668. src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');
  669. }
  670.  
  671. </style>
  672. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6zcapiZ1qfamg6.png">
  673. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  674. <meta name="viewport" content="width=820" />
  675.  
  676. </head>
  677. <body onkeydown="return false">
  678.  
  679. <div class="wrapper">
  680.  
  681. <div id="sidebar">
  682. <div id="sidebarimg">
  683. <img src="{image:Sidebar}" style=" border: 1px solid #ddd;" width=65px height=auto></a></div>
  684.  
  685.  
  686.  
  687.  
  688. <div id="links">
  689. {block:ifcustomlinkonetitle}<a href="{text:custom link one}">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  690.  
  691. {block:ifcustomlinktwotitle} <a href="{text:custom link two}">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  692.  
  693. {block:ifcustomlinkthreetitle} <a href="{text:custom link three}" >{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  694.  
  695. {block:ifcustomlinkfourtitle} <a href="{text:custom link four}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  696.  
  697. {block:ifcustomlinkfivetitle} <a href="{text:custom link five}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704. </div>
  705. </div>
  706. <div id="banner">
  707.  
  708. </div>
  709. <div id="drowning">
  710.  
  711.  
  712. {description}
  713. </div>
  714.  
  715.  
  716. <div id="nickiminaj">
  717.  
  718.  
  719.  
  720. <h3 style="font-weight: normal; color: black; font-size: 30px; background-color: trans; font-family: arsenalewhite; line-height: 25px; letter-spacing: 2px; z-index: 99999; text-align: left; margin-left:168px; margin-top: -30px; text-shadow: px px 5px #888;">{text:sidebar title}</h3>
  721.  
  722.  
  723.  
  724.  
  725. </div>
  726.  
  727.  
  728.  
  729.  
  730.  
  731. <div id="banner">
  732.  
  733.  
  734.  
  735. </div>
  736.  
  737.  
  738. <div class="header">
  739. <div class="left">
  740. <div id="posts">
  741.  
  742. {block:Posts}
  743. <div class="entry">
  744. {block:Text}
  745. <div class="textpost">
  746. <div class="title">{block:Title}{Title}{/block:Title}</div>
  747. {Body}
  748. {block:IndexPage}
  749. <div class="permalink">
  750. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  751. </div>
  752. {/block:IndexPage}
  753. </div>
  754. {/block:Text}
  755.  
  756. {block:Link}
  757. <div class="textpost">
  758. <a href="{URL}" class="title">{Name}</a>
  759. {block:Description}{Description}{/block:Description}
  760. {block:IndexPage}
  761. <div class="permalink">
  762. <a href="{permalink}">posted {timeago} with {notecount} notes</a>
  763. </div>
  764. {/block:IndexPage}
  765. </div>
  766. {block:Link}
  767.  
  768. {block:Answer}
  769. <br>
  770. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 0px #b1b2ca; font-family: littlefont; font-size: 8px;">
  771. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ddd; border-top-right-radius:2px; border-bottom-right-radius:2px; border-top-left-radius:2px; border-bottom-left-radius:2px;"/>
  772. {Asker} murmured: {Question}<br></div>
  773. <Br>
  774. <div style="font-family: littlefont; text-transform: uppercase; font-size: 8px;">
  775. and i murmured: </div>
  776.  
  777. <div style="font-family: ronda; text-transform: normal; font-size: 8px;">{Answer}
  778. </div>
  779. <br>
  780. <div class="permalink">
  781. <a href="{permalink}">posted {timeago} with {notecount} notes</a>
  782. </div>
  783.  
  784. {/block:Answer}
  785.  
  786.  
  787.  
  788. {block:Photo}
  789. {block:IndexPage}
  790. <div class="blanket">
  791. <div class="permalink2">
  792. <center><a href="{permalink}"> {NoteCountwithLabel}</a> + <a href="{ReblogURL}" target="_blank">reblog</a> </center></span></div>
  793. </div>
  794. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250px"/>
  795. {/block:IndexPage}
  796.  
  797. {block:PermalinkPage}
  798. {LinkOpenTag}
  799. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="503"/>
  800. {LinkCloseTag}{/block:PermalinkPage}
  801. {/block:Photo}
  802.  
  803. {block:Photoset}
  804. {block:IndexPage}
  805. <div class="blanket">
  806. <div class="permalink2">
  807. <a href="{permalink}">{timeago} + {NoteCountWithLabel} + <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  808. </div>
  809. <center>{Photoset-250}</center>
  810. {/block:IndexPage}
  811.  
  812. {block:PermalinkPage}
  813. {Photoset-500}
  814. {/block:PermalinkPage}
  815. {/block:Photoset}
  816.  
  817. {block:Quote}
  818. <div class="textpost">
  819. {Quote}</span>
  820. {block:Source}{Source}{/block:Source}
  821. {block:IndexPage}
  822. <div class="permalink">
  823. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  824. </div>
  825. {/block:IndexPage}
  826. </div>
  827. {/block:Quote}
  828.  
  829. {block:Chat}
  830. <div class="textpost">
  831. {block:Title}<span class="title">{Title}</span>{/block:Title}
  832. <ul class="chat">
  833. {block:Lines}
  834. <li class="user_{UserNumber}">
  835. {block:Label}
  836. <span class="label">{Label}</span>
  837.  
  838. {/block:Label}
  839.  
  840. {Line}
  841. </li>
  842. {/block:Lines}
  843. </ul>
  844. {block:IndexPage}
  845. <div class="permalink">
  846. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  847. </div>
  848. {/block:IndexPage}
  849. </div>
  850. {/block:Chat}
  851.  
  852. {block:Audio}
  853. <div class="textpost">
  854. {AudioPlayerBlack}
  855. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  856. {block:IndexPage}
  857. <div class="permalink">
  858. <a href="{permalink}">posted {timeago} with {notecount} notes </a>
  859. </div>
  860. {/block:IndexPage}
  861. </div>
  862. {/block:Audio}
  863.  
  864. {block:Video}
  865. {block:IndexPage}
  866. <div class="blanket">
  867. <div class="permalink2">
  868. <a href="{permalink}">{timeago} + {NoteCountWithLabel} + <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  869. </div>
  870. {/block:IndexPage}
  871. <center>{Video-250}</center>
  872. {block:Video}
  873.  
  874. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  875. <p>{block:RebloggedFrom}<div style="border-bottom:1px solid #ddd; text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  876. {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
  877. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{/block:PermalinkPage}
  878. </div>
  879. {/block:Posts}
  880. </div>
  881. </div>
  882. </div>
  883. {block:IndexPage}
  884. {block:Pagination}
  885. <ul id="pagination">
  886. {block:PreviousPage}
  887. <li><a href="{PreviousPage}"></a></li>
  888. {/block:PreviousPage}
  889. {block:JumpPagination length="5"}
  890. {block:CurrentPage}
  891. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  892. {/block:CurrentPage}
  893. {block:JumpPage}
  894. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  895. {/block:JumpPage}
  896. {/block:JumpPagination}
  897. {block:NextPage}
  898. <li><a id="nextPage" href="{NextPage}"></a></li>
  899. {/block:NextPage}
  900. </ul>
  901. {/block:Pagination}
  902. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  903. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  904. <script type="text/javascript">
  905. $(window).load(function () {
  906. $('#posts').masonry(),
  907. $('.masonryWrap').infinitescroll({
  908. navSelector : '#pagination',
  909. nextSelector : '#pagination a#nextPage',
  910. itemSelector : ".entry",
  911. bufferPx : 200,
  912. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  913. loadingText : "<em></em>",
  914. },
  915. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  916. );
  917. });
  918. </script>
  919. {/block:IndexPage}
  920.  
  921.  
  922.  
  923. </body>
  924. <div style="position:fixed; bottom:10px; right:10px;">
  925. <a href="http://reachingheart.tumblr.com/">©credits</a>
  926.  
  927.  
  928. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement