Advertisement
Guest User

coll/side

a guest
Mar 1st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  4. <meta name="image:sidebar" content="">
  5. <meta name="image:background" content="">
  6. <meta name="color:background" content="#fff">
  7. <meta name="image:back" content=""/>
  8. <meta name="image:side" content=""/>
  9. <meta name="color:link" content="#aaa">
  10. <meta name="color:hover" content="#f0f0f0">
  11. <meta name="color:text" content="#777">
  12. <meta name="color:description font" content="#fff"/>
  13. <meta name="color:description links" content="#c4c1c1"/>
  14. <meta name="color:scrollbar background" content="#fff">
  15. <meta name="color:scrollbar" content="#dfbdc1">
  16. <meta name="color:sidebar title" content="#aaa">
  17. <meta name="color:desc" content="">
  18. <meta name="image:picture" content=""/>
  19. <meta name="text:quote" content=""/>
  20.  
  21. <title>{title}</title>
  22. <meta name="description" content="{description}" />
  23. <link rel="shortcut icon" href="{favicon}">
  24.  
  25. <!-- Start of StatCounter Code for Tumblr -->
  26. <script type="text/javascript">
  27. var sc_project=9651773;
  28. var sc_invisible=1;
  29. var sc_security="d20fa719";
  30. var scJsHost = (("https:" == document.location.protocol) ?
  31. "https://secure." : "http://www.");
  32. document.write("<sc"+"ript type='text/javascript' src='" +
  33. scJsHost+
  34. "statcounter.com/counter/counter.js'></"+"script>");
  35. </script>
  36. <noscript><div class="statcounter"><a title="tumblr stats"
  37. href="http://statcounter.com/tumblr/" target="_blank"><img
  38. class="statcounter"
  39. src="http://c.statcounter.com/9651773/0/d20fa719/1/"
  40. alt="tumblr stats"></a></div></noscript>
  41. <!-- End of StatCounter Code for Tumblr -->
  42.  
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  44. <script type="text/javascript" src="http://static.tumblr.com/n9vthnu/ymgmww1w2/jquery-1.8.2.min.js.txt"></script>
  45.  
  46. <script type="text/javascript">
  47. $(window).load(function(){
  48. $("p").remove(":contains('Source:')");
  49. $("p").remove(":contains('via ')");
  50. });
  51. </script>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56. <!-- infinite -->
  57. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  58.  
  59. <script>
  60. $(function(){
  61. var $container = $('#content');
  62. $container.imagesLoaded(function(){
  63. $container.masonry({
  64. itemSelector: '#posts',
  65. });
  66. });
  67. $container.infinitescroll({
  68. itemSelector : "#posts",
  69. navSelector : "div.pagination",
  70. nextSelector : ".pagination a#next",
  71. loadingImg : "",
  72. loadingText : "<em></em>",
  73. bufferPx : 10000,
  74. extraScrollPx: 12000,
  75. },
  76. // trigger Masonry as a callback
  77. function( newElements ) {
  78. var $newElems = $( newElements ).css({ opacity: 0 });
  79. // ensure that images load before adding to masonry layout
  80. $newElems.imagesLoaded(function(){
  81. $newElems.animate({ opacity: 1 });
  82. $container.masonry( 'appended', $newElems, true );
  83. });
  84. }
  85. );
  86. });
  87. </script>
  88.  
  89.  
  90. <!--faves-->
  91. <script src="jquery.js"></script>
  92. <script>
  93. $(document).ready(function(){
  94. $("#plus").click(function(){
  95. $("#favs").slideToggle("fast");
  96. });
  97. });
  98. </script>
  99.  
  100. <!--scroll to top-->
  101. <script type="text/javascript" src="http://static.tumblr.com/n9vthnu/XO9mz9ge9/scrolltotop.txt"></script>
  102.  
  103. <style type="text/css">
  104.  
  105. @font-face { font-family: "consolas"; src: url('http://static.tumblr.com/ou4lry1/BcUmj8799/consolas.ttf'); }
  106. @font-face { font-family: "pixel"; src: url('http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf'); }
  107.  
  108.  
  109. iframe#tumblr_controls {
  110. top:0%!important;
  111. right:0%!important;
  112. position:fixed!important;
  113. z-index:9999999!important;
  114. opacity:0.3;
  115. -webkit-filter:invert(100%);
  116. -moz-filter:invert(100%);
  117. -o-filter:invert(100%);
  118. -ms-filter:invert(100%);
  119. filter:invert(100%);
  120. }
  121.  
  122. ::-webkit-scrollbar {
  123. width: 4px;
  124. height: 4px;
  125. background: #fff;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129. background-color: #ddd;
  130.  
  131. border-radius: 10px;
  132.  
  133. }
  134.  
  135. #entry .reperma{
  136. position:absolute;
  137. left:50%;
  138. margin-left:-55px;
  139. top:50%;
  140. margin-top:0px;
  141. opacity: 0;
  142. -webkit-transition: all 0.4s linear;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. transition: all 0.4s linear;
  146. -webkit-filter: invert(100%);
  147. }
  148.  
  149. .reperma img{
  150. height:25px;
  151. width:25px;
  152. padding:5px;
  153. border-radius:20%;
  154. background-color:rgba(255,255,255,.2);
  155. }
  156.  
  157. .my-like {
  158. background-image: url("http://static.tumblr.com/j1tjexd/aeQmam5ia/like1.png") !important;
  159. height:35px;
  160. width:35px;
  161. cursor:pointer;
  162. display:inline-block;
  163. vertical-align:top;
  164. background-color:rgba(0,0,0,.20);
  165. -webkit-filter: invert(100%);
  166. border-radius:20%;
  167. }
  168. .my-liked, .my-like:hover {
  169. background-image: url("http://static.tumblr.com/j1tjexd/5YOmanh18/like2.png") !important;
  170. height:35px;
  171. width:35px;
  172. cursor:pointer;
  173. display:inline-block;
  174. vertical-align:top;
  175. background-color:rgba(0,0,0,.20);
  176. border-radius:20%;
  177. }
  178.  
  179. #entry:hover .reperma{
  180. left:50%;
  181. margin-left:-55px;
  182. margin-top:-16px;
  183. opacity: 1;
  184. -webkit-transition: all 0.4s linear;
  185. -webkit-transition: all 0.4s linear;
  186. -moz-transition: all 0.4s linear;
  187. transition: all 0.4s linear;
  188. }
  189.  
  190. #center{
  191. padding-top:3px;
  192. padding-bottom:3px;
  193. position:fixed !important;
  194. width:250px;
  195. height:207px;
  196. background-color:white;
  197. {block:PermalinkPage}
  198. width:410px;
  199. height:207px;
  200. {/block:PermalinkPage}
  201. }
  202.  
  203. html {
  204.  
  205. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  206.  
  207. }
  208.  
  209. body {
  210. margin: 0;
  211. font: 9.5px arial;
  212. word-wrap: break-word;
  213. color: {color:text};
  214. line-height: 14px;
  215. letter-spacing: .5px;
  216. background-color:{color:Background};
  217. background-image:url(http://assets.tumblr.com/images/x.gif);
  218. background-attachment: fixed;
  219. background-repeat: no-repeat;
  220. background-position: bottom right;
  221. }
  222.  
  223. a:link, a:active, a:visited{
  224. color: {color:link};
  225. text-decoration: none;
  226. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  227. text-shadow:13px 0px transparent, -13px 0px transparent;
  228. transition: all 0.9s ease;
  229. -o-transition-transition: all 0.9s ease;
  230. -webkit-transition: all 0.9s ease;
  231. -moz-transition: all 0.9s ease;
  232. }
  233. a:hover {
  234. text-shadow:0px 0px 0px #bebebe, 0px 0px 0px #bebebe;
  235. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(15px);;
  236. color:#bebebe;
  237. }
  238.  
  239. #open {
  240. position: fixed;
  241. font-size: 9px;
  242. font-weight: normal;
  243. line-height: 150%;
  244. letter-spacing: 0px;
  245. text-transform: lowercase;
  246. text-align: center;
  247. font-family:trebuchet ms;
  248. left: 9.5px;
  249. bottom: 9.5px;
  250.  
  251.  
  252. left:9.5;
  253. top:10px;
  254.  
  255. }
  256.  
  257. #booty{
  258. position:fixed;
  259. width:50px;
  260. height:20px;
  261. line-height:20px;
  262. font-size:9px;
  263. top:8px;
  264. left:5px;
  265. border:1px solid #ddd;
  266. background:white;
  267. color:#555;
  268. border-bottom-left-radius:5px;
  269. border-top-left-radius:5px;
  270. text-align:center;
  271. text-transform:uppercase;
  272. border-right:1px solid transparent;
  273. -webkit-transition: all .7s ease;
  274. -moz-transition: all .7s ease;
  275. -o-transition: all .7s ease;
  276. transition: all .7s ease;
  277. z-index:1;
  278. overflow:hidden;
  279. box-shadow:3px 3px 5px rgba(0,0,0,.05);
  280. }
  281.  
  282. #booty:hover{
  283. width:200px;
  284. height:145px;
  285. -webkit-transition: all .7s ease;
  286. -moz-transition: all .7s ease;
  287. -o-transition: all .7s ease;
  288. transition: all .7s ease;
  289. border:1px solid #ddd;
  290. border-radius:5px;
  291. }
  292.  
  293. #updates{
  294. position:fixed;
  295. width:50px;
  296. height:20px;
  297. line-height:20px;
  298. top:8px;
  299. left:55px;
  300. border:1px solid #ddd;
  301. background:white;
  302. color:#555;
  303. text-align:center;
  304. text-transform:uppercase;
  305. font-size:9px;
  306. border-right:1px solid transparent;
  307. -webkit-transition: all .7s ease;
  308. -moz-transition: all .7s ease;
  309. -o-transition: all .7s ease;
  310. transition: all .7s ease;
  311. z-index:2;
  312. overflow:hidden;
  313. box-shadow:3px 3px 5px rgba(0,0,0,.05);
  314. }
  315.  
  316. #updates:hover{
  317. width:150px;
  318. height:123px;
  319. border:1px solid #ddd;
  320. -webkit-transition: all .7s ease;
  321. -moz-transition: all .7s ease;
  322. -o-transition: all .7s ease;
  323. transition: all .7s ease;
  324. border-top-left-radius:0px;
  325. border-top-right-radius:5px;
  326. border-bottom-right-radius:5px;
  327. border-bottom-left-radius:5px;
  328. }
  329.  
  330. #stats{
  331. position:fixed;
  332. width:50px;
  333. height:20px;
  334. line-height:20px;
  335. top:8px;
  336. left:105px;
  337. border:1px solid #ddd;
  338. background:white;
  339. color:#555;
  340. text-align:center;
  341. font-size:9px;
  342. text-transform:uppercase;
  343. border-right:1px solid transparent;
  344. -webkit-transition: all .7s ease;
  345. -moz-transition: all .7s ease;
  346. -o-transition: all .7s ease;
  347. transition: all .7s ease;
  348. z-index:3;
  349. overflow:hidden;
  350. box-shadow:3px 3px 5px rgba(0,0,0,.05);
  351. }
  352.  
  353. #stats:hover{
  354. width:100px;
  355. height:64px;
  356. border:1px solid #ddd;
  357. -webkit-transition: all .7s ease;
  358. -moz-transition: all .7s ease;
  359. -o-transition: all .7s ease;
  360. transition: all .7s ease;
  361. border-top-left-radius:0px;
  362. border-top-right-radius:5px;
  363. border-bottom-right-radius:5px;
  364. border-bottom-left-radius:5px;
  365. }
  366.  
  367. #extra{
  368. position:fixed;
  369. width:50px;
  370. height:20px;
  371. line-height:20px;
  372. top:8px;
  373. font-size:8.5px;
  374. left:155px;
  375. border:1px solid #ddd;
  376. background:white;
  377. color:#555;
  378. text-align:center;
  379. text-transform:uppercase;
  380. -webkit-transition: all .7s ease;
  381. -moz-transition: all .7s ease;
  382. -o-transition: all .7s ease;
  383. transition: all .7s ease;
  384. z-index:4;
  385. overflow:hidden;
  386. border-bottom-right-radius:5px;
  387. border-top-right-radius:5px;
  388. box-shadow:3px 3px 5px rgba(0,0,0,.05);
  389. }
  390.  
  391. #extra:hover{
  392. width:50px;
  393. height:168px;
  394. opacity:.9;
  395. -webkit-transition: all .7s ease;
  396. -moz-transition: all .7s ease;
  397. -o-transition: all .7s ease;
  398. transition: all .7s ease;
  399. overflow:auto;
  400. border-top-left-radius:0px;
  401. border-top-right-radius:5px;
  402. border-bottom-right-radius:5px;
  403. border-bottom-left-radius:5px;}
  404.  
  405.  
  406.  
  407. #entry img{
  408. {block:indexpage}
  409. max-width:210px;
  410. {/block:indexpage}
  411. }
  412.  
  413. #audio {
  414. width:200px;
  415. height:auto;
  416. min-height:60px;
  417. padding-bottom:0px;
  418. }
  419. .cover {
  420. position:absolute;
  421. z-index:1;
  422. width:60px;
  423. height:60px;
  424. }
  425. .cover img {
  426. float:left;
  427. width:60px;
  428. height:60px;
  429. }
  430. .playbox {
  431. opacity:0.6;
  432. width:27px;
  433. height:30px;
  434. overflow:hidden;
  435. position:absolute;
  436. z-index:1000;
  437. margin-left:17px;
  438. margin-top:17px;
  439. text-align:center;
  440. }
  441. .info {
  442. margin-left:73px;
  443. margin-top:4px;
  444. line-height:14px;
  445. }
  446. #posts{
  447. float:center;
  448. width:520px;
  449. margin-left:455px;
  450. margin-top: 5px;
  451. background: url(http://static.tumblr.com/c0967096ba4d4dcec97fede1e6582370/k5qegvn/e8Vmzu40i/tumblr_static_tumblr_lwrx26uxqo1qh1f3io1_500.jpg);
  452. background-image:url(http://assets.tumblr.com/images/x.gif);
  453.  
  454. float:left;
  455. {block:PermalinkPage}
  456. margin-left:20px
  457. {/block:PermalinkPage}
  458. }
  459.  
  460. askk {
  461. font-family: georgia;
  462. color:{color:title};
  463. font-size:12px;
  464. font-style:italic;
  465. text-transform:lowercase;
  466. z-index:1;
  467. }
  468. #entry {
  469. border:1px solid #aaa;
  470. padding:8px;
  471. float:left;
  472. overflow:hidden;
  473. -webkit-filter: grayscale(50%);
  474. font-family:arial;
  475. font-size:9px;
  476. line-height:12px;
  477. width:210px;
  478. background:white;
  479. margin:8px;
  480. -webkit-transition: all 0.6s linear;
  481. -webkit-transition: all 0.6s linear;
  482. -moz-transition: all 0.6s linear;
  483. transition: all 0.6s linear;
  484. {block:PermalinkPage}
  485. width:400px;
  486. border:0px solid transparent;
  487. margin-left:455px;
  488. {/block:PermalinkPage}
  489. }
  490.  
  491. #entry:hover{
  492. -webkit-filter: grayscale(20%);
  493. -webkit-transition: all 0.6s linear;
  494. -webkit-transition: all 0.6s linear;
  495. -moz-transition: all 0.6s linear;
  496. transition: all 0.6s linear;
  497. }
  498. .quote {
  499. padding:10px;
  500. letter-spacing:1px;
  501. text-transform:uppercase;opacity:0.6;font-weight:bold;
  502. background:url('http://tinyurl.com/acrqqb3') no-repeat 5px 5px;
  503. color:#999999;}
  504.  
  505. div#sidebar{
  506. position:fixed !important;
  507. width: 185px;
  508. height:auto;
  509. margin-top: 165px;
  510. margin-left: 20px;
  511. {block:PermalinkPage}
  512. margin-left:15px;
  513. {/block:PermalinkPage}
  514. padding: 2px;
  515. line-height:11px;
  516. -webkit-transition-duration: 0.8s;
  517. -moz-transition-duration: 0.8s;
  518. padding-bottom: 5px;
  519. margin-bottom: 0px;
  520. -webkit-filter:saturate(90%);
  521.  
  522. }
  523.  
  524. #picture{
  525. margin-left:-201px;
  526. margin-top:45px;
  527. width:50px;
  528. top border-radius:100px;
  529. }
  530.  
  531. @font-face {font-family:"goodtime";src:url('http://static.tumblr.com/7glhdxz/frtmgevhs/kgalwaysagoodtime.ttf');}
  532.  
  533. @font-face {font-family:"Amsterdam"
  534. ; src:url('http://static.tumblr.com/ojtfuag/IvEmfmkxs/amsterdam.ttf');}
  535.  
  536. @font-face {font-family: "tattoo"; src: url('http://static.tumblr.com/q54tzar/oh2m2fe9d/vtc-nuetattooscript_1_.ttf');}
  537.  
  538. @font-face {font-family:"Punkboy"; src:url('http://static.tumblr.com/9wzbixa/kMum26o0j/punkboy_tbs.ttf');}
  539.  
  540. @font-face {font-family:"Painted" src:url('http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf');}
  541.  
  542. @font-face {font-family:"Fishbowl"; src: url('http://static.tumblr.com/9wzbixa/KzPm26j5z/fishbowl.ttf');}
  543.  
  544. @font-face { font-family: "marker"; src: url('http://themes.googleusercontent.com/static/fonts/permanentmarker/v0/9vYsg5VgPHKK8SXYbf3sMupm9E4gBdgiUiSJePew_SQ.woff'); }
  545.  
  546. #blogtitle{
  547. position:;
  548. font-family:punkboy;
  549. font-size:20px;
  550. margin-top:-60px;
  551. margin-left:170px;
  552. width:200px;
  553. text-transform:;
  554. text-align:center;
  555. color:#fff;
  556. padding-bottom:18px;
  557. padding-top:5px;
  558. }
  559.  
  560. div#side{
  561. opacity: 1.0;
  562. width:510px;
  563. position:fixed !important;
  564. text-align:center;
  565. top:-2px;
  566. height:1085px;
  567. margin-left:422px;
  568. background-image:url({image:background});
  569. border-right: double 1px #222;
  570. border-left: double 1px #222;
  571. -webkit-animation:fadeInDownBig 3s;
  572. -moz-animation:fadeInDownBig 3s;
  573. -ms-animation:fadeInDownBig 3s;
  574. -webkit-transition: all 0.5s ease;
  575. -moz-transition: all 0.5s ease;
  576. -o-transition: all 0.5s ease;
  577. }
  578.  
  579.  
  580.  
  581.  
  582. #entry .perma{
  583. border:1px solid #efefef;
  584. background:white;
  585. border-radius:5px;
  586. color:{color:text};
  587. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  588. position: absolute;
  589. font-size: 9px;
  590. font-family:Carrois Gothic;
  591. line-height: 15px;
  592. text-align: center;
  593. z-index: 99999;
  594. text-transform:lowercase;
  595. overflow:hidden;
  596. margin-top:20px;
  597. margin-left: 10px;
  598. padding: 5px;
  599. -webkit-filter: blur(5px);
  600. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  601. -webkit-transition: all 0.5s linear;
  602. -moz-transition: all 0.5s linear;
  603. transition: all 0.5s linear;
  604. }
  605. #entry:hover .perma{
  606. overflow:visible;
  607. opacity:1;
  608. margin-top:10px;
  609. -webkit-filter: blur(0px);
  610. -webkit-transition: all 0.5s linear;
  611. -webkit-transition: all 0.5s linear;
  612. -moz-transition: all 0.5s linear;
  613. transition: all 0.5s linear;
  614. }
  615. #entry .perma a{
  616. color:{color:link};
  617. }
  618.  
  619. #entry .perma a:hover{
  620. color:#ccc;
  621. }
  622. .permalinktext{
  623. display: block;
  624. font-style:none;
  625. letter-spacing:1px;
  626. font-size: 7px;
  627. font-family:arial;
  628. text-transform:uppercase;
  629. text-align: right;
  630. margin: 5px;
  631. text-decoration: underline;
  632. max-width:210px;
  633. }
  634.  
  635. .title{
  636. font-family:Trebuchet MS;
  637. font-size: 15px;
  638. line-height: 10px;
  639. font-style:italic;
  640. color: {color:Title};
  641. text-transform: normal;
  642. padding: 2px 0px 0px 0px;
  643. }
  644.  
  645. #sidebar{
  646. position:fixed;
  647. margin-top:100px;
  648. width:140px;
  649. margin-left:280px;
  650. padding:5px;
  651. {block:PermalinkPage}
  652. margin-left:265px;
  653. {/block:PermalinkPage}
  654. }
  655.  
  656. .sidebar-pic{
  657. padding:0px;
  658. text-align:center;
  659. font-size:13px;
  660. font-family: 'Vidaloka', serif;
  661. font-weight:400;
  662. text-transform:uppercase;
  663. }
  664.  
  665. .whoa img{
  666. width:100%;
  667. margin-bottom:5px;
  668. margin-top:5px;
  669. margin-left:-30px;
  670. border-radius:0px;
  671. padding:5px;
  672. border: 1px solid #ddd;
  673. }
  674.  
  675. #sidebar .description{
  676. font-family:consolas;
  677. font-size:11px;
  678. background-color:white;
  679. text-align:center;
  680. width:200px;
  681. position: fixed;
  682. padding:5px;
  683. height:auto;
  684. line-height:10px;
  685. opacity:1;
  686. border-left:0px solid #ddd;
  687. border-right:0px solid #ddd;
  688. border-bottom:1px solid #ddd;
  689. left:175px;
  690. margin-top:3px;
  691. -webkit-transition: all 0.5s linear;
  692. -webkit-transition: all 0.5s linear;
  693. -moz-transition: all 0.5s linear;
  694. transition: all 0.5s linear;
  695. }
  696.  
  697. #sidebar:hover .description{
  698. -webkit-transition: all 0.5s linear;
  699. -webkit-transition: all 0.5s linear;
  700. -moz-transition: all 0.5s linear;
  701. transition: all 0.5s linear;}
  702.  
  703.  
  704. #sidebar .links{
  705. height: auto;
  706. padding: 1px;
  707. width:20px;
  708. text-transform: uppercase;
  709. margin-top:305px;
  710. font-family:consolas;
  711. font-size:10px;
  712. font-weight:lighter;
  713. background-color:#fff;
  714. letter-spacing:1px;
  715. line-height: 20px;
  716. display: inline-block;
  717. border:1px solid #ccc;
  718. text-align:center;
  719. opacity:1;
  720. border-radius: 0px;
  721. -webkit-transition: all 0.4s linear;
  722. -moz-transition: all 0.4s linear;
  723. transition: all 0.4s linear;
  724.  
  725. }
  726.  
  727. #sidebar:hover .links{
  728. -webkit-transition: all 0.4s linear;
  729. -moz-transition: all 0.4s linear;
  730. transition: all 0.4s linear;
  731. }
  732.  
  733. #xxx {
  734. position:fixed;
  735. height:7px;
  736. left:0px;
  737. top:0px;
  738. width:382px;
  739. padding: 10px;
  740. opacity:.8;
  741. z-index:999;
  742. background-color:#222;
  743. }
  744.  
  745. #xxxx {
  746. font-family:consolas;
  747. text-transform:uppercase;
  748. text-align: center;
  749. font-size: 11px;
  750. letter-spacing: 1px;
  751. line-height: 7px; }
  752.  
  753. #xxxx a{
  754. color:#fff;
  755. }
  756.  
  757. @font-face {font-family:"Amsterdam"
  758. ; src:url('http://static.tumblr.com/ojtfuag/IvEmfmkxs/amsterdam.ttf');}
  759.  
  760. @font-face {font-family: "tattoo"; src: url('http://static.tumblr.com/q54tzar/oh2m2fe9d/vtc-nuetattooscript_1_.ttf');}
  761.  
  762. @font-face {font-family:"Punkboy"; src:url('http://static.tumblr.com/9wzbixa/kMum26o0j/punkboy_tbs.ttf');}
  763.  
  764. @font-face {font-family:"Painted" src:url('http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf');}
  765.  
  766. @font-face {font-family:"Fishbowl"; src: url('http://static.tumblr.com/9wzbixa/KzPm26j5z/fishbowl.ttf');}
  767.  
  768. @font-face { font-family: "marker"; src: url('http://themes.googleusercontent.com/static/fonts/permanentmarker/v0/9vYsg5VgPHKK8SXYbf3sMupm9E4gBdgiUiSJePew_SQ.woff'); }
  769.  
  770.  
  771. #line {
  772. display:block;
  773. position:fixed;
  774. top:27px;
  775. height:900px;
  776. width:2px;
  777. background-color:#222;
  778. opacity:.6;
  779. {block:indexpage}
  780. margin-left:400px;
  781. {/block:indexpage}
  782. {block:permalinkpage}
  783. display:none;
  784. {/block:permalinkpage}
  785. }
  786.  
  787. #borderbot {width:204px; margin-left:1px; margin-top:4px; ; position:fixed; background:transparent; padding:-1px; height: auto; border-bottom:1px solid; color:#ddd;}
  788.  
  789. #borderbot2 {width:204px; margin-left:1px; margin-top:4px; ; position:fixed; background:transparent; padding:-1px; height: auto; border-bottom:1px solid; color:#ddd;}
  790.  
  791. #sidebarya {
  792. width:100px;
  793. color:#585757;
  794. background-color:transparent;
  795. height:auto;
  796. position: fixed !important;
  797. display:block;
  798. padding:5px;
  799. padding-bottom:5px;
  800. padding-top:5px;
  801. padding-right:5px;
  802. border-right:2px solid #ddd;
  803. top:180px;
  804. opacity:1;
  805. margin-left:275px;
  806. text-align:right;
  807. -webkit-transition-duration: 1s;
  808.  
  809. }
  810.  
  811. #whoa{
  812. margin-top:10px;
  813. margin-left:150px;
  814. position:fixed;
  815. width:140px;
  816. padding:5px;
  817.  
  818. {block:PermalinkPage}
  819. margin-left:265px;
  820. {/block:PermalinkPage}
  821. }
  822.  
  823.  
  824.  
  825. /* SIDEBAR LINKS */
  826.  
  827.  
  828. .linkss {
  829. position:relative;
  830. display:block;
  831. text-align: center;
  832. height: auto;
  833. display:inline-block;
  834. opacity:1;
  835. -webkit-transition-duration: .4s;
  836. border-bottom:1px solid transparent;
  837. }
  838.  
  839. .linkss:hover {
  840. -webkit-transition-duration: .6s;
  841.  
  842. border-bottom:1px solid ;
  843. }
  844.  
  845.  
  846.  
  847. /* DIVIDERS */
  848.  
  849.  
  850.  
  851. .strip {
  852. position:fixed;
  853. top:0px;
  854. left:410px;
  855. width:30px;
  856. height:100%;
  857. padding-top:100px;
  858. background-color:#ffffff;
  859. background-image:url('http://assets.tumblr.com/images/x.gif');
  860. background-attachment: fixed;
  861. background-position: top left;
  862. background-repeat: repeat;
  863. z-index:-2;
  864. -ms-animation: fadeInDownBig 4s;
  865. -moz-animation: fadeInDownBig 4s;
  866. -webkit-animation: fadeInDownBig 4s;
  867. }
  868.  
  869. blockquote {border-left:2px #696969 solid; padding-left:5px; margin:1px 6px 1px 10px}
  870.  
  871. p{margin-top:5px; margin-bottom:5px; }
  872.  
  873. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:2px solid #ddd;}
  874.  
  875. ul{
  876. margin-left:15px;
  877. list-style:square url("https://cdn1.iconfinder.com/data/icons/sanscons/black/to_size/heart.gif");
  878. }
  879.  
  880. #links{
  881. margin-top:-8px;
  882. margin-left:144px;
  883. padding:0px;
  884. padding-bottom:42px;
  885. padding-top:10px;
  886. text-align:right;
  887. width:195px;
  888. font-family:arial;
  889. text-shadow:0px 0px 0px #;
  890. background-color:#;
  891. }
  892.  
  893. #links a{padding:3px;
  894. }
  895.  
  896.  
  897. div#titlebar{
  898. position: fixed !important;
  899. margin-top:132px;
  900. margin-left:220px;
  901. color:#000;
  902. text-shadow: 1px 0px 1px #000;
  903. font-family: amsterdam;
  904. font-size: 18px;
  905. line-height:10px;
  906. letter-spacing:1px;
  907. width:300px;
  908. z-index:999999;
  909. background-color: transparent;
  910. text-transform: lowercase;
  911. text-align: center;
  912. -webkit-transform: rotate(0deg);
  913. -moz-transform: rotate(0deg);
  914. -o-transition-transition: all 0.9s ease-out;
  915. -webkit-transition: all 0.9s ease-out;
  916. -moz-transition: all 0.9s ease-out;
  917. }
  918.  
  919.  
  920. .sidepic3{
  921. position:fixed;
  922. width:80px;
  923. height:auto;
  924. opacity:1;
  925. overflow: hidden;
  926. margin-top: 445px;
  927. margin-left:215px;
  928. z-index:9999999;
  929. padding:2px;
  930. background:transparent;
  931. border-radius:80px;
  932. transition:all 0.9s ease-out;
  933. -o-transition-transition: all 0.9s ease-out;
  934. -webkit-transition: all 0.9s ease-out;
  935. -moz-transition: all 0.9s ease-out;
  936. }
  937.  
  938. .quote3{
  939. position:fixed;
  940. opacity:0.8;
  941. z-index:99999;
  942. text-align:justify;
  943. line-height:11px;
  944. width: 100px;
  945. height:auto;
  946. font-family:helvetica;
  947. font-size:9px;
  948. letter-spacing:0px;
  949. margin-left:320px;
  950. background-color:#000;
  951. color:#fff;
  952. padding:3px;
  953. margin-top:480px;
  954. transition: all 0.9s ease-out;
  955. overflow:hidden;
  956. text-shadow: 0px 0px 0px #ddd;
  957. text-transform:none;
  958. -o-transition-transition: all 0.9s ease-out;
  959. -webkit-transition: all 0.9s ease-out;
  960. -moz-transition: all }
  961.  
  962. .sidebar3{
  963. position:fixed;
  964. opacity:0.9;
  965. z-index:9999;
  966. width: 235px;
  967. padding-right:6px;
  968. padding-left:6px;
  969. padding-top:6px;
  970. padding-bottom:1px;
  971. -webkit-filter:grayscale(30%);
  972. background:#000;
  973. border:2px solid #ddd;
  974. box-shadow:3px 3px 3px #aaa;
  975. height:140px;
  976. border-radius:0px;
  977. margin-left:180px;
  978. margin-top:430px;
  979. transition: all 0.9s ease-out;
  980. overflow:hidden;
  981. -o-transition-transition: all 0.9s ease-out;
  982. -webkit-transition: all 0.9s ease-out;
  983. -moz-transition: all }
  984.  
  985. .description3{
  986. position:fixed;
  987. opacity:0.8;
  988. z-index:99999;
  989. text-align:justify;
  990. line-height:11px;
  991. width: 100px;
  992. height:auto;
  993. font-family:helvetica;
  994. font-size:9px;
  995. letter-spacing:0px;
  996. margin-left:325px;
  997. color:#fff;
  998. margin-top:463px;
  999. transition: all 0.9s ease-out;
  1000. overflow:hidden;
  1001. text-shadow: 0px 0px 0px #ddd;
  1002. text-transform:none;
  1003. -o-transition-transition: all 0.9s ease-out;
  1004. -webkit-transition: all 0.9s ease-out;
  1005. -moz-transition: all }
  1006.  
  1007. #links3 {
  1008. text-align:center;
  1009. margin-left:205px;
  1010. margin-top:540px;
  1011. width:auto;
  1012. position:fixed;
  1013. z-index:999999;
  1014. opacity:0.8;
  1015. line-height:5px;
  1016. color:#fff;
  1017. font-size: 8px;
  1018. {block:PermalinkPage}
  1019. margin-left:205px;
  1020. margin-top:540px;
  1021. {/block:PermalinkPage}
  1022. border-radius:5px;
  1023. font-family:arial;
  1024. padding:4px;
  1025. text-transform:uppercase;
  1026. letter-spacing:1px;
  1027. boder-radius:0px;
  1028. -transition: all 0.9s ease;
  1029. -o-transition-transition: all 0.9s ease;
  1030. -webkit-transition: all 0.9s ease;
  1031. -moz-transition: all 0.9s ease;}
  1032.  
  1033. #links3 a {
  1034. display:inline-block;
  1035. padding:4px;
  1036. background:#000;
  1037. box-shadow: 0px 0px 1px #aaa;
  1038. border:0px solid #ddd;
  1039. color:#fff;
  1040. border-radius:0px;
  1041. margin-top: 0px;
  1042. margin-right:5px;
  1043. transition: all 0.9s ease;
  1044. -o-transition-transition: all 0.9s ease;
  1045. -webkit-transition: all 0.9s ease;
  1046. -moz-transition: all 0.9s ease;
  1047. }
  1048.  
  1049. #links3 a:hover{
  1050. opacity:1;
  1051. background:#000;
  1052. font-size:8px;
  1053. letter-spacing:0px;
  1054. transition: all 0.9s ease;
  1055. -o-transition-transition: all 0.9s ease;
  1056. -webkit-transition: all 0.9s ease;
  1057. -moz-transition: all 0.9s ease;
  1058. }
  1059.  
  1060. #demi a{
  1061. text-decoration:;
  1062. padding:3px 4px 3px 4px;
  1063. line-height:10px;
  1064. display:inline-block;
  1065. height:10px;
  1066. overflow:hidden;
  1067. border:1px solid white;
  1068. color:white;
  1069. margin:4px;
  1070. -webkit-transition: all .5s ease-in-out;
  1071. -moz-transition: all .5s ease-in-out;
  1072. -o-transition: all .5s ease-in-out;}
  1073.  
  1074. .lon{
  1075. margin-top:10px;
  1076. -webkit-transition: all .5s ease-in-out;
  1077. -moz-transition: all .5s ease-in-out;
  1078. -o-transition: all .5s ease-in-out;}
  1079.  
  1080. #demi a:hover .lon{margin-top:-10px;}
  1081.  
  1082. ha{
  1083. opacity:1;
  1084. margin-top:0px;
  1085. -webkit-transition: all .5s ease-in-out;
  1086. -moz-transition: all .5s ease-in-out;
  1087. -o-transition: all .5s ease-in-out;}
  1088.  
  1089. #demi a:hover ha{opacity:0; margin-top:-10px;}
  1090.  
  1091.  
  1092. div#side2{
  1093. opacity: 1.0;
  1094. width:490px;
  1095. position:fixed !important;
  1096. text-align:center;
  1097. top:0px;
  1098. height:15670px;
  1099. margin-left:450px;
  1100. background-image:url({image:side});
  1101. border-right: double 4px #000;
  1102. border-left: double 4px #000;
  1103. {block:PermalinkPage}
  1104. margin-left:450px;
  1105. width:455px;
  1106. {/block:PermalinkPage}
  1107. -webkit-animation:fadeInDownBig 3s;
  1108. -moz-animation:fadeInDownBig 3s;
  1109. -ms-animation:fadeInDownBig 3s;
  1110. -webkit-transition: all 0.5s ease;
  1111. -moz-transition: all 0.5s ease;
  1112. -o-transition: all 0.5s ease;
  1113. }
  1114.  
  1115. #border {
  1116. margin-top:50px;
  1117. margin-left:100px;
  1118. width:50px;
  1119. border-bottom: 2px;
  1120. }
  1121.  
  1122. @font-face {font-family:"Amsterdam"
  1123. ; src:url('http://static.tumblr.com/ojtfuag/IvEmfmkxs/amsterdam.ttf');}
  1124.  
  1125. @font-face { font-family: 'jive'; src: local('04b24'), url('http://static.tumblr.com/q54tzar/HBNm3656q/jive_1_.ttf') format('woff'); }
  1126.  
  1127.  
  1128. </style>
  1129. <body>
  1130.  
  1131. <div id="side2">
  1132. </div>
  1133.  
  1134. <body onkeydown="return false">
  1135.  
  1136.  
  1137. <body>
  1138. <div id="links3">
  1139. <div id="demi">
  1140. <a href="/"><ha>home</ha><div class="lon">fresh</div></a>
  1141. <a href="/faq"><ha>msg</ha><div class="lon">ask</div></a>
  1142. <a href="http://strikethefuse.tumblr.com/"><ha>king</ha><div class="lon">killa</div></a>
  1143. <a href="http://arnacoeurs.tumblr.com/"><ha>boo</ha><div class="lon">cutie</div></a>
  1144. </div>
  1145. </div>
  1146.  
  1147. <div class="sidebar3"><a href="/"><img src="{image:back}" style="opacity:0.7;padding:2px;border-radius:5px;background:black;width=200px;height:131px;"></a></div>
  1148. <div class="description3"><i>CORINA • SLEPT ON</i></div>
  1149. <div class="via3"></div>
  1150. <div class="quote3"><big><big></big></big>{text:quote}</div>
  1151. <div class="sidepic3"></div>
  1152.  
  1153. </div>
  1154.  
  1155.  
  1156.  
  1157. <div id="open">
  1158.  
  1159.  
  1160.  
  1161. <script language="JavaScript">
  1162. var ref = (''+document.referrer+'');
  1163. var w_h = window.screen.width + " x " + window.screen.height;
  1164. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4054701&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  1165. </script> / <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2516034&name="></script>
  1166.  
  1167.  
  1168. </div>
  1169.  
  1170. <div id="posts">
  1171. {block:Posts}
  1172. <div id="entry">
  1173.  
  1174. {block:Text}
  1175. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1176. <span class="entrytext">{Body}</span></a>
  1177. {block:IndexPage}
  1178. <div class="permalinktext">
  1179. {Month} {DayOfMonth} / <a href="{permalink}">{notecountwithlabel}</a>
  1180. </div>
  1181. {/block:IndexPage}
  1182. {/block:Text}
  1183.  
  1184. {block:Link}
  1185. <a href="{URL}" class="title">{Name}</a>
  1186. {block:Description}{Description}{/block:Description}
  1187. {block:IndexPage}
  1188. <div class="permalinktext">
  1189. {Month} {DayOfMonth} / <a href="{permalink}">{notecountwithlabel}</a></div>
  1190. {/block:IndexPage}
  1191. {block:Link}
  1192.  
  1193. {block:Photo}
  1194. {block:IndexPage}
  1195. <div class="reperma">
  1196. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png"></a>
  1197. <a href="{Permalink}" target="_blank"><img src="http://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png"></a>
  1198. <div class="my-like" data-reblog="{ReblogURL}" data-id="64615093296"></div>
  1199. </div>
  1200. {/block:IndexPage}
  1201. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width:210px;" /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  1202. {/block:Photo}
  1203.  
  1204. {block:Photoset}
  1205. <center>
  1206. {block:IndexPage}
  1207. <div class="reperma">
  1208. <a href="{ReblogURL}" target="_blank" title="{timeago}"><img src="http://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png"></a>
  1209. <a href="{Permalink}" target="_blank" title="{notecountwithlabel}"><img src="http://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png"></a>
  1210. <div class="my-like" title="like" data-reblog="{ReblogURL}" data-id="64615093296"></div></div>
  1211. <div style="width: 250px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  1212. {/block:IndexPage}
  1213. </center>
  1214. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  1215. {/block:Photoset}
  1216.  
  1217. {block:Quote}
  1218. <div class="quote">{Quote}</div>
  1219. {block:IndexPage}
  1220. <div class="permalinktext">
  1221. {Month} {DayOfMonth} / <a href="{permalink}">{notecountwithlabel}</a></div>{/block:IndexPage}
  1222. {/block:IndexPage}
  1223. {/block:Quote}
  1224.  
  1225. {block:Chat}
  1226. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1227. <ul class="chat">
  1228. {block:Lines}
  1229. <li class="user_{UserNumber}">
  1230. {block:Label}
  1231. <span class="label">{Label}</span>
  1232. {/block:Label}
  1233.  
  1234. {Line}<br>
  1235. {/block:Lines}
  1236. {block:IndexPage}
  1237. <div class="permalinktext">
  1238. {Month} {DayOfMonth} / <a href="{permalink}" >{notecountwithlabel}</a>
  1239. </div>{/block:IndexPage}
  1240. {/block:Chat}
  1241.  
  1242. {block:Audio}
  1243. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  1244. {block:IndexPage}
  1245. <div class="permalinktext"><a href="{permalink}">{notecountwithlabel}</a>
  1246. </div>
  1247. {/block:IndexPage}
  1248. {/block:Audio}
  1249.  
  1250. {block:Video}
  1251. <center>
  1252. <div style="width: 200px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  1253. </center>
  1254. {block:IndexPage}
  1255. <div class="reperma">
  1256. <a href="{ReblogURL}" target="_blank" title="{timeago}"><img src="http://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png"></a>
  1257. <a href="{Permalink}" target="_blank" title="{notecountwithlabel}"><img src="http://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png"></a>
  1258. <div class="my-like" title="like" data-reblog="{ReblogURL}" data-id="64615093296"></div></div>
  1259. {/block:IndexPage}
  1260. </center>
  1261. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  1262. {block:Video}
  1263.  
  1264. {block:Answer}
  1265. <div style="margin-top:2px;;margin-bottom:0px;min-height:auto; padding: 4px; background-color:#f7f7f7;border-top:4px double #fff; border-bottom:4px double #fff; border-radius:5px;text-transform:normal; letter-spacing:0px;font-family:arial;font-size:9px; border-radius:5px;">
  1266. <askk>{asker}</askk>: {Question}</div>
  1267. <div style="margin-top:5px;line-height:11px;margin-bottom:2px; text-align-align:left; text-transform:normal;letter-spacing:0px;font-family:arial;
  1268. font-size:9px; ">
  1269. {Answer}</div>
  1270.  
  1271. {block:IndexPage}
  1272. <div class="permalinktext">
  1273. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a>
  1274. </div>
  1275. {/block:indexpage}
  1276. {/block:Answer}
  1277.  
  1278. {block:PermalinkPage}
  1279. <center>
  1280. {block:Caption}{Caption}{/block:Caption}
  1281. {block:RebloggedFrom}
  1282. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  1283. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  1284. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  1285.  
  1286. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  1287. </center>
  1288. {/block:PermalinkPage}
  1289.  
  1290. {block:PostNotes}<div align="middle"></div>
  1291. <center></center></span><br>
  1292. <div id="postnotes">{PostNotes}</div><br>
  1293. <center>{block:ContentSource}
  1294. <br><a href="{SourceURL}">
  1295. {lang:Source}:
  1296. {block:SourceLogo}
  1297. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1298. height="{LogoHeight}" alt="{SourceTitle}" />
  1299. {/block:SourceLogo}
  1300. {block:NoSourceLogo}
  1301. {SourceLink}
  1302. {/block:NoSourceLogo}
  1303. </a>
  1304. {/block:ContentSource}</center>
  1305.  
  1306. {/block:PostNotes}
  1307. </div>
  1308. {/block:Posts}
  1309. </div></div>
  1310.  
  1311. {block:indexpage}
  1312. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  1313. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1314. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  1315. <script type="text/javascript">
  1316. $(window).load(function(){
  1317. var $wall = $('#posts');
  1318. $wall.imagesLoaded(function(){
  1319. $wall.masonry({
  1320. itemSelector: '#entry, #entry_photo',
  1321. isAnimated : false
  1322. });
  1323. });
  1324.  
  1325. $wall.infinitescroll({
  1326. navSelector : '#page-nav',
  1327. nextSelector : '#page-nav a',
  1328. itemSelector : '#entry, #entry_photo',
  1329. bufferPx : 2000,
  1330. debug : false,
  1331. errorCallback: function() {
  1332. $('#infscr-loading').fadeOut('normal');
  1333. }},
  1334. function( newElements ) {
  1335. var $newElems = $( newElements );
  1336. $newElems.hide();
  1337. $newElems.imagesLoaded(function(){
  1338. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1339. });
  1340. }); $('#content').show(500);
  1341. });
  1342. </script>
  1343. {/block:indexpage}
  1344.  
  1345. </body>
  1346. <script type="text/javascript">
  1347. <!--
  1348.  
  1349. // Disable Right Click Script
  1350.  
  1351. function IE(e)
  1352. {
  1353. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  1354. {
  1355. return false;
  1356. }
  1357. }
  1358. function NS(e)
  1359. {
  1360. if (document.layers || (document.getElementById && !document.all))
  1361. {
  1362. if (e.which == "2" || e.which == "3")
  1363. {
  1364. return false;
  1365. }
  1366. }
  1367. }
  1368. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  1369.  
  1370. //-->
  1371. </script>
  1372.  
  1373.  
  1374.  
  1375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement