Advertisement
rasperries

crime new 400px

Nov 30th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head><script type="text/javascript">
  5. <!--
  6.  
  7. // Disable Right Click Script
  8.  
  9. function IE(e)
  10. {
  11. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  12. {
  13. return false;
  14. }
  15. }
  16. function NS(e)
  17. {
  18. if (document.layers || (document.getElementById && !document.all))
  19. {
  20. if (e.which == "2" || e.which == "3")
  21. {
  22. return false;
  23. }
  24. }
  25. }
  26. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  27.  
  28. //-->
  29. </script>
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33. <meta name="description" content="{MetaDescription}" />
  34.  
  35. <meta name="color:links" content=""/>
  36. <meta name="image:header" content=""/>
  37.  
  38. <meta name="text:link1" content=""/>
  39. <meta name="text:link1url" content=""/>
  40. <meta name="text:link2" content=""/>
  41. <meta name="text:link2url" content=""/>
  42. <meta name="text:link3" content=""/>
  43. <meta name="text:link3url" content=""/>
  44. <meta name="text:link4" content=""/>
  45. <meta name="text:link4url" content=""/>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic' rel='stylesheet' type='text/css'>
  52.  
  53. <script type="text/javascript"
  54. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55.  
  56. <!-- CUSTOMIZABLE TOOLTIP -->
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  58.  
  59. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  60.  
  61. <script>
  62. $().ready(function() {
  63. $("[title]").style_my_tooltips({
  64. tip_follows_cursor: "on", //on/off
  65. tip_delay_time: 300 //milliseconds
  66. });
  67. });
  68. </script>
  69.  
  70. <!-- LAZY LOAD -->
  71. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  72. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  73. <script type="text/javascript" charset="utf-8">
  74. var $j = jQuery.noConflict();
  75. $j(function() {
  76. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  77. $j("img").lazyload({
  78. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  79. effect: "fadeIn",
  80. });
  81. });
  82. </script>
  83.  
  84. </head>
  85.  
  86. <style type="text/css">
  87.  
  88. ::-webkit-scrollbar-thumb:vertical{
  89. background-color:black;
  90. border-right:1px solid white;
  91. border-top:1px solid white;
  92. border-bottom:1px solid white;
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:horizontal{
  96. background-color:black;
  97. border-bottom:1px solid white;
  98. border-right:1px solid white;
  99. border-left:1px solid white;
  100. }
  101.  
  102. ::-webkit-scrollbar{
  103. height:6px;
  104. width:6px;
  105. background-color:white;
  106. }
  107.  
  108. ::-moz-selection, ::selection{
  109. background-color:black;
  110. color:white;
  111. }
  112.  
  113. #s-m-t-tooltip{
  114. position:absolute;
  115. font-size:7px;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. z-index:5000;
  119. background-color:white;
  120. color:#202020;
  121. padding:5px 5px 4px 6px;
  122. border:1px solid #f2f2f2;
  123. }
  124.  
  125. body{cursor: url(http://i.imgur.com/ZOrzC.png), auto;color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family: calibri; font-size:{text:Body Font Size}; text-align: justify;
  126. background-color:white;
  127. font-family:times;
  128. font-size:10px;
  129. letter-spacing:0px;
  130. color:#7e7e7e;
  131. text-align:justify;
  132. word-wrap:break-word;
  133. }
  134.  
  135. a, a:active, a:visited{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color: {color:link};
  136. text-decoration:none;
  137. -webkit-transition:0.5s ease-in;
  138. -moz-transition:0.5s ease-in;
  139. -o-transition:0.5s ease-in;
  140. transition:0.5s ease-in;
  141. color:{color:links};
  142. }
  143.  
  144. a:hover{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:link hover}; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  145. color:black;
  146. }
  147.  
  148. blockquote{
  149. margin-left:0px;
  150. border-left:1px solid #f2f2f2;
  151. padding-left:10px;
  152. width:95%;
  153. }
  154.  
  155. blockquote img{
  156. max-width:100%;
  157. }
  158.  
  159. small{font-size:9px;}
  160.  
  161. big{font-size:12px;}
  162.  
  163. ul li{list-style-type:square;}
  164.  
  165. u{text-decoration:none;padding-bottom:1px;border-bottom:1px solid black;}
  166.  
  167. #tumblr_controls{
  168. position:fixed !important;
  169. -webkit-filter:invert(1);
  170. }
  171.  
  172. /* sidebar */
  173.  
  174. #sidebar{
  175. position:fixed;
  176. width:160px;
  177. margin:200px 0 0 0;
  178. margin-top:255px;
  179. margin-left:410px;
  180. }
  181.  
  182. #sidebar img.icon{
  183. width:60px;
  184. float:left;
  185. margin-right:12px;
  186. }
  187.  
  188. #sidebar .des{
  189. width:60px;
  190. height:58px;
  191. font-family:times, serif;
  192. color:#7e7e7e;
  193. font-size:10px;
  194. margin:3px 0 0 67px;
  195. text-align:center;
  196. }
  197.  
  198.  
  199.  
  200. nav{
  201. margin-top:20px;
  202. text-align:center;
  203. font-size:7px;
  204. text-transform:uppercase;
  205. font-family:times, serif;
  206. color:#626262;!important;
  207. }
  208.  
  209. nav a{
  210. color:#626262;!important;
  211. font-family:times, serif;
  212. padding:2px;
  213. margin:0 6px 0;
  214. }
  215.  
  216.  
  217. .pagination{
  218. text-align:center;
  219.  
  220. font-size:8px;
  221. letter-spacing:1px;
  222. }
  223.  
  224. .pagination a{
  225. margin:0px 10px 0px;
  226. font-style:normal;
  227. color:black;
  228. }
  229.  
  230. /* posts */
  231.  
  232. #container{
  233. width:400px;
  234. margin:100px 0px 10px 650px;
  235. }
  236.  
  237. h2{
  238. text-align:center;
  239. font-weight:lighter;
  240. text-transform:lowercase;
  241. font-size:16px;
  242. letter-spacing:1px;
  243. margin:0px 0px 10px;
  244. }
  245.  
  246. h3{
  247. text-align:center;
  248. font-weight:normal;
  249. margin:0px 0px 75px;
  250. text-transform:uppercase;
  251. font-size:8px;
  252. letter-spacing:1px;
  253. }
  254.  
  255. .post{
  256. width:400px;
  257. background-color:white;
  258. border:0px solid black;
  259. {block:IndexPage}margin-bottom:150px;{/block:IndexPage}
  260. {block:PermalinkPage}margin-bottom:10px;{/block:PermalinkPage}
  261. }
  262.  
  263. .op{
  264. {block:IndexPage}opacity:1;{/block:IndexPage}
  265. -webkit-transition:0.5s ease-in;
  266. }
  267.  
  268. .op:hover{
  269. opacity:1;
  270. }
  271.  
  272. .post h1{
  273. text-align:center;
  274. margin:0px 0px 10px;
  275. font-size:20px;
  276. letter-spacing:-1px;
  277. font-style:italic;
  278. }
  279.  
  280. span.more{font-family:cambria !important;}
  281.  
  282. /* QUOTES */
  283.  
  284. .postquote{
  285. display:block;
  286. height:auto;
  287. padding-left:0px;
  288. padding-right:5px;
  289. width:95%;
  290. font-size:10px;
  291. letter-spacing:0px;
  292. margin:0px auto 20px;
  293. line-height:15px;
  294. text-align:justify;
  295. margin:0px auto 20px;
  296. line-height:15px;
  297. text-align:justify;
  298.  
  299. }
  300.  
  301. .quotesource{
  302. text-align:right;
  303. margin-top:-8px;
  304. }
  305.  
  306. .quotesource span{
  307. background-color:white;
  308. padding-left:10px;
  309. }
  310.  
  311. .quoteborder{
  312. border-bottom:1px solid #f2f2f2;
  313. }
  314.  
  315. /* AUDIO POSTS */
  316.  
  317. .audio {
  318. width:100%;
  319. background-color:{color:toplinkbackground};
  320. background-image: url('{image:audio bg}');
  321. background-attachment:repeat;
  322. }
  323.  
  324. .audioplayer{
  325. height:27px;
  326. width:5.25%;
  327. overflow:hidden;
  328. opacity: 1;
  329. }
  330.  
  331.  
  332. /* ASK */
  333.  
  334. .question{
  335. margin-bottom:10px;
  336. background-color:#f2f2f2;
  337. padding:20px;
  338. display:block;
  339. min-height:30px;
  340. }
  341.  
  342. .question img{
  343. float:left;
  344. border-right:20px solid transparent;
  345. border-bottom:5px solid transparent;
  346. display:none;
  347. }
  348.  
  349. .question .by{
  350. text-align:right;
  351. letter-spacing:2px;
  352. text-transform:uppercase;
  353. font-style:italic;
  354. margin-top:15px;
  355. font-size:8px;
  356. }
  357.  
  358. /* POST INFO */
  359.  
  360. .postinfo{
  361. width:150px;
  362. margin-left:420px;
  363. position:absolute;
  364. padding:2px 10px 2px 7px;
  365. text-transform:;
  366. font-family:;
  367. font-size:8px;
  368. letter-spacing:1px;
  369. opacity:0;
  370. font-family:times;
  371. -webkit-transition:0.5s ease-in;
  372. -moz-transition:0.5s ease-in;
  373. -o-transition:0.5s ease-in;
  374. transition:0.5s ease-in;
  375. }
  376.  
  377. .post:hover .postinfo{
  378. opacity:1;
  379. }
  380.  
  381. .postinfo a.info, a:visited.info, a:active.info{
  382. color:#828282;
  383. }
  384.  
  385. .permainfo{
  386. text-align:right;
  387. margin-top:30px;
  388. border-top:1px solid #f2f2f2;
  389. padding-top:10px;
  390. text-transform:uppercase;
  391. font-family:;
  392. font-size:8px;
  393. letter-spacing:1px;
  394. line-height:10px;
  395. margin-bottom:60px;
  396. font-family:times;
  397. }
  398.  
  399. .tags{
  400. margin-top:5px;
  401. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  402. {block:PermalinkPage}text-align:right;font-size:8px;text-transform:lowercase;letter-spacing:0px;{/block:PermalinkPage}
  403. }
  404.  
  405. .tags a.tags, a:visited.tags, a:active.tags{
  406. color:#828282;
  407. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  408. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  409. }
  410.  
  411. .tags a:hover.tags{
  412. color:{color:links};
  413. }
  414.  
  415. ol.notes{list-style-type:none;width:400px;margin-left:-40px;font-family:cambria;font-size:8px;text-transform:lowercase;line-height:10px;}
  416. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  417. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  418. ol.notes li.note span.action{margin-left:10px;}
  419. ol.notes li.note blockquote{border-left:2px solid #7e7e7e;padding-left:5px;margin-left:35px;}
  420.  
  421. #theme{
  422. position:fixed;
  423. bottom:12px;
  424. right:12px;
  425. -webkit-border-radius:100px;
  426. padding:3px 5px 2px;
  427. text-transform:lowercase;
  428. -webkit-transition:0.6s ease-in;
  429. cursor:default;
  430. font-size:7px;
  431. color:white;
  432. }
  433.  
  434. #theme:hover{
  435. background-color:{color:white};
  436. color:white;
  437. }
  438.  
  439. </style>
  440. <body>
  441.  
  442. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  443. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  444. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  445. {/block:ContentSource}</div>
  446.  
  447.  
  448. <div id="sidebar">
  449. {block:Pagination}
  450. <div class="pagination">
  451. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  452. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  453. </div>
  454. {/block:Pagination}<br>
  455.  
  456. <div style="border-top:1px double #f2f2f2; border-bottom:1px double #f2f2f2; padding:15px; width:120px; ">
  457. <a title="{Title}" href="/"><img src="{image:header}" class="icon" /></a>
  458.  
  459. <div class="des">{description}</div>
  460. </div>
  461.  
  462.  
  463. <nav>
  464. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  465. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  466. {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  467. {block:iflink4}<a href="{text:link4url}">{text:link4}</a>{/block:iflink4}
  468.  
  469.  
  470. </nav>
  471.  
  472. </div>
  473. </div>
  474.  
  475.  
  476.  
  477. </div></div>
  478.  
  479.  
  480. <div id="container">
  481.  
  482.  
  483. {block:TagPage}
  484. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  485. {/block:TagPage}
  486.  
  487.  
  488.  
  489. {block:Posts}
  490.  
  491. <div class="post">
  492.  
  493.  
  494.  
  495.  
  496. {block:Date}{block:IndexPage}<div class="postinfo">
  497.  
  498. {block:HighRes}<div style="margin-bottom:5px"><a class="info" href="{PhotoURL-HighRes}">high-res</a></div>{/block:HighRes}
  499. <a class="info" href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  500.  
  501. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  502.  
  503. </div>{/block:IndexPage}{/block:Date}
  504.  
  505.  
  506.  
  507. {block:Quote}
  508. <div class="postquote">{Quote}</div>
  509. {block:Source}<div class="quoteborder"> </div>
  510. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  511. {/block:Quote}
  512.  
  513. {block:Photo}
  514. <div class="op"><a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img src="{PhotoURL-400}" /></a></div>
  515. {Caption}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. <div class="op">{Photoset-400}</a></div>
  520. {Caption}
  521. {/block:Photoset}
  522.  
  523. {block:Link}
  524. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  525. {/block:Link}
  526.  
  527. {block:Chat}
  528. {block:Title}<h2>{Title}</h2>{/block:Title}
  529. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style=" font-family:times; font-size:10px;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}
  530. {/block:Chat}
  531.  
  532. <div style="margin-bottom: -5px;">{block:Audio}
  533. <center><div style="border-top:1px solid #eee;"></div>
  534. <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div><div style="border-top:1px solid #eee;"></div></center><br>{block:Caption}{Caption}{/block:Caption}
  535. {/block:Audio}</div>
  536.  
  537. {block:Text}
  538. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  539. {/block:Text}
  540.  
  541. {block:Video}
  542. {Video-400}
  543. {Caption}
  544. {/block:Video}
  545.  
  546. {block:Answer}
  547. <div class="question">
  548. {Question}
  549. <div class="by">asked by {Asker}</div>
  550. </div>
  551.  
  552. {Answer}
  553. {/block:Answer}
  554.  
  555. </div>
  556.  
  557. {block:PermalinkPage}
  558.  
  559. {block:Date}<div class="permainfo">
  560.  
  561. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  562.  
  563. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp; ∙ &nbsp;from <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:ContentSource}&nbsp; ∙ &nbsp;<a title="{SourceTitle}" href="{SourceURL}">{block:NoSourceLogo}©{/block:NoSourceLogo}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" />{/block:SourceLogo}</a>{/block:ContentSource}
  564. {/block:RebloggedFrom}
  565.  
  566. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  567.  
  568. </div>{/block:Date}
  569.  
  570. {block:PostNotes}{PostNotes}{/block:PostNotes}
  571. {/block:PermalinkPage}
  572.  
  573. {/block:Posts}
  574.  
  575.  
  576. </div>
  577.  
  578. <div id="theme"><script language="JavaScript">
  579. var ref = (''+document.referrer+'');
  580. var w_h = window.screen.width + " x " + window.screen.height;
  581. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3648908&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  582. </script></div></a>
  583.  
  584. </body>
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement