Advertisement
rasperries

crimical3

Mar 30th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.16 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. <meta name="text:link1" content=""/>
  38. <meta name="text:link1url" content="/"/>
  39. <meta name="text:link2" content=""/>
  40. <meta name="text:link2url" content="/"/>
  41. <meta name="text:link3" content=""/>
  42. <meta name="text:link3url" content="/"/>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
  45.  
  46. <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'>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic' rel='stylesheet' type='text/css'>
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. </head>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb:vertical{
  58. background-color:black;
  59. border-right:1px solid white;
  60. border-top:1px solid white;
  61. border-bottom:1px solid white;
  62. }
  63.  
  64. ::-webkit-scrollbar-thumb:horizontal{
  65. background-color:black;
  66. border-bottom:1px solid white;
  67. border-right:1px solid white;
  68. border-left:1px solid white;
  69. }
  70.  
  71. ::-webkit-scrollbar{
  72. height:6px;
  73. width:6px;
  74. background-color:white;
  75. }
  76.  
  77. 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;
  78. background-color:white;
  79. font-family:times, serif;
  80. font-size:10px;
  81. letter-spacing:0px;
  82. color:black;
  83. text-align:justify;
  84. word-wrap:break-word;
  85. }
  86.  
  87. 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};
  88. text-decoration:none;
  89. -webkit-transition:0.5s ease-in;
  90. -moz-transition:0.5s ease-in;
  91. -o-transition:0.5s ease-in;
  92. transition:0.5s ease-in;
  93. color:{color:links};
  94. }
  95.  
  96. 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;
  97. color:black;
  98. }
  99.  
  100. blockquote{
  101. margin-left:0px;
  102. border-left:2px solid #f2f2f2;
  103. padding-left:10px;
  104. width:90%;
  105. }
  106.  
  107. small{font-size:9px;}
  108.  
  109. big{font-size:12px;}
  110.  
  111. ul li{list-style-type:square;}
  112.  
  113. u{text-decoration:none;padding-bottom:1px;border-bottom:1px solid black;}
  114.  
  115. #tumblr_controls{
  116. position:fixed !important;
  117. -webkit-filter:invert(1);
  118. }
  119.  
  120. #container{
  121. width:500px;
  122. margin:80px auto 60px;
  123. }
  124.  
  125. #header{
  126. text-align:center;
  127. margin-bottom:70px;
  128. }
  129.  
  130. #header h1{
  131. font-size:50px;
  132. font-style:italic;
  133. margin-bottom:15px;
  134. letter-spacing:-4px;
  135. }
  136.  
  137. #header h1 a{
  138. color:black;
  139. }
  140.  
  141. #header img{
  142. margin:0px auto 15px;
  143. max-width:500px;
  144. }
  145.  
  146. #header .descr{
  147. opacity:1.0;
  148. width:210px;
  149. margin:0px auto 0px;
  150. text-align:;
  151. }
  152.  
  153. #header .descr .links{
  154. margin-top:15px;
  155. font-size:7px;
  156. letter-spacing:1px;
  157. text-transform:uppercase;
  158. text-align:center;
  159. font-family:cambria;
  160. }
  161.  
  162. #header .descr .links a{
  163. padding:2px 0px 1px 1px;
  164. margin:0px 5px 0px;
  165. color:black;
  166. background-color:white;
  167. border-bottom:1px solid transparent;
  168. }
  169.  
  170. #header .descr .links a:hover{
  171. border-bottom:1px solid {color:links};
  172. }
  173.  
  174. .pagination{
  175. position:fixed;
  176. bottom:0px;
  177. width:500px;
  178. background-color:white;
  179. padding:10px 0px 10px;
  180. text-align:center;
  181. font-family:;
  182. letter-spacing:1px;
  183. font-size:9px;
  184. opacity:0.7;
  185. -webkit-transition:0.6s ease-in;
  186. }
  187.  
  188. .pagination:hover{
  189. opacity:1;
  190. }
  191.  
  192. .pagination a{
  193. margin:0px 6px 0px;
  194. padding:1px 3px 1px;
  195. border:1px solid transparent;
  196. }
  197.  
  198. .pagination a.page{
  199. color:black;
  200. }
  201.  
  202. .pagination a.page:hover{
  203. color:#f2f2f2;
  204. }
  205.  
  206. .pagination a.arrow{
  207. font-size:8px;
  208. color:black;
  209. }
  210.  
  211. .pagination span.current{
  212. margin:0px 6px 0px;
  213. padding:1px 3px 1px;
  214. color:{color:links};
  215. }
  216.  
  217. /* posts */
  218.  
  219. h2{
  220. text-align:center;
  221. font-weight:normal;
  222. text-transform:uppercase;
  223. font-size:9px;
  224. letter-spacing:1px;
  225. margin:0px 0px 10px;
  226. }
  227.  
  228. h3{
  229. text-align:center;
  230. font-weight:normal;
  231. margin:0px 0px 35px;
  232. text-transform:uppercase;
  233. font-size:8px;
  234. letter-spacing:1px;
  235. }
  236.  
  237. .post{
  238. width:500px;
  239. background-color:white;
  240. border:0px solid black;
  241. {block:IndexPage}margin-bottom:100px;{/block:IndexPage}
  242. {block:PermalinkPage}margin-bottom:10px;{/block:PermalinkPage}
  243. }
  244.  
  245. .post h1{
  246. text-align:center;
  247. margin:0px 0px 10px;
  248. font-size:20px;
  249. letter-spacing:-1px;
  250. font-style:italic;
  251. }
  252.  
  253. span.more{font-family:cambria !important;}
  254.  
  255. /* QUOTES */
  256.  
  257. .postquote{
  258. padding:10px;
  259. display:block;
  260. height:auto;
  261. width:350px;
  262. margin:0px auto 0px;
  263. line-height:15px;
  264. font-size:10px;
  265. letter-spacing:0px;
  266. }
  267.  
  268. /* AUDIO POSTS */
  269.  
  270. .musicplayer{
  271. width:27px;
  272. height:27px;
  273. overflow:hidden;
  274. z-index:2;
  275. display:block;
  276. background-color:black;
  277. margin:38px 0px 0px 180px;
  278. position:absolute;
  279. opacity:1;
  280. -webkit-transition: all 0.7s ease-in-out;
  281. -moz-transition: all 0.7s ease-in-out;
  282. -o-transition: all 0.7s ease-in-out;
  283. }
  284.  
  285. .audio{
  286. position:absolute;
  287. width:398px;
  288. height:100px;
  289. background-color:black;
  290. margin-left:102px;
  291. }
  292.  
  293. .covers{
  294. width:100px;
  295. height:100px;
  296. }
  297.  
  298. .audioimg{
  299. width:100px;
  300. height:100px;
  301. position:absolute;
  302. }
  303.  
  304. .audioimg img{
  305. float:left;
  306. opacity:1;
  307. width:100px;
  308. }
  309.  
  310. .audioinfo{
  311. display:none;
  312. font-size:11px;
  313. text-transform:uppercase;
  314. margin-bottom:1px;
  315. margin-left:201px;
  316. height:65px;
  317. display:block;
  318. width:299px;
  319. text-align:center;
  320. background-color:white;
  321. padding-top:35px;
  322. letter-spacing:1px;
  323. }
  324.  
  325. /* ASK */
  326.  
  327. .question{
  328. margin-bottom:10px;
  329. background-color:black;
  330. color:white;
  331. width:480px;
  332. padding:10px;
  333. min-height:30px;
  334. }
  335.  
  336. .question img{
  337. float:left;
  338. border-right:10px solid transparent;
  339. border-bottom:5px solid transparent;
  340. }
  341.  
  342. /* POST INFO */
  343.  
  344. .postinfo{
  345. width:150px;
  346. margin-left:520px;
  347. position:absolute;
  348. padding:2px 10px 2px 7px;
  349. text-transform:uppercase;
  350. font-family:;
  351. font-size:7px;
  352. letter-spacing:1px;
  353. opacity:0;
  354. font-family:cambria;
  355. -webkit-transition:0.5s ease-in;
  356. -moz-transition:0.5s ease-in;
  357. -o-transition:0.5s ease-in;
  358. transition:0.5s ease-in;
  359. }
  360.  
  361. .post:hover .postinfo{
  362. opacity:1;
  363. }
  364.  
  365. .postinfo a.info, a:visited.info, a:active.info{
  366. color:black;
  367. }
  368.  
  369. .permainfo{
  370. text-align:right;
  371. margin-top:30px;
  372. border-top:1px solid #f2f2f2;
  373. padding-top:10px;
  374. text-transform:uppercase;
  375. font-family:;
  376. font-size:7px;
  377. letter-spacing:1px;
  378. line-height:10px;
  379. margin-bottom:60px;
  380. font-family:cambria;
  381. }
  382.  
  383. .tags{
  384. margin-top:5px;
  385. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  386. {block:PermalinkPage}text-align:right;font-size:8px;text-transform:uppercase;letter-spacing:0px;{/block:PermalinkPage}
  387. }
  388.  
  389. .tags a.tags, a:visited.tags, a:active.tags{
  390. color:black;
  391. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  392. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  393. }
  394.  
  395. .tags a:hover.tags{
  396. color:{color:links};
  397. }
  398.  
  399. ol.notes{list-style-type:none;width:500px;margin-left:-40px;font-family:cambria;font-size:8px;text-transform:uppercase;line-height:10px;}
  400. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  401. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  402. ol.notes li.note span.action{margin-left:10px;}
  403. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
  404.  
  405. #theme{
  406. position:fixed;
  407. bottom:10px;
  408. right:10px;
  409. -webkit-border-radius:100px;
  410. padding:2px 4px 2px;
  411. text-transform:lowercase;
  412. -webkit-transition:0.6s ease-in;
  413. cursor:default;
  414. font-size:9px;
  415. }
  416.  
  417. #theme:hover{
  418. background-color:#aaa;
  419. color:white;
  420. }
  421.  
  422. </style>
  423. <body>
  424.  
  425. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  426. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  427. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  428. {/block:ContentSource}</div>
  429.  
  430. <div id="container">
  431.  
  432.  
  433. <div id="header">
  434. {block:ifheaderimage}<a title="{title}" href="/"><img src="{image:header}" /></a>{/block:ifheaderimage}
  435. {block:ifnotheaderimage}<h1><a href="/">{title}</a></h1>{/block:ifnotheaderimage}
  436. <div class="descr">{description}
  437. <div class="links">
  438. <a href="/ask">message</a>
  439. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  440. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  441. {block:iflink3}<a href="<script language="JavaScript">
  442. var ref = (''+document.referrer+''); var page = (''+window.location+'');
  443. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2460639&e1=&e2=&p=' + page + '&r=' + ref + '"><\/script>');
  444. </script>">{text:link3}</a>{/block:iflink3}
  445. </div>
  446. </div>
  447. </div>
  448.  
  449.  
  450. {block:TagPage}
  451. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  452. {/block:TagPage}
  453.  
  454. {block:Posts}
  455.  
  456. <div class="post">
  457.  
  458.  
  459.  
  460.  
  461. {block:Date}{block:IndexPage}<div class="postinfo">
  462.  
  463. <a class="info" href="{Permalink}">{MonthNumber}-{DayOfMonthWithZero}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  464.  
  465. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  466.  
  467. </div>{/block:IndexPage}{/block:Date}
  468.  
  469.  
  470.  
  471. {block:Quote}
  472. <div class="postquote">{Quote}</div>
  473. {block:Source}<div style="text-align:right">—{Source}</div>{/block:Source}
  474. {/block:Quote}
  475.  
  476. {block:Photo}
  477. <a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img width="500px" src="{PhotoURL-500}" /></a>
  478. {Caption}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. {Photoset-500}
  483. {Caption}
  484. {/block:Photoset}
  485.  
  486. {block:Link}
  487. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  488. {/block:Link}
  489.  
  490. {block:Chat}
  491. {block:Title}<h2>{Title}</h2>{/block:Title}
  492. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'playfair display'; font-size:8px;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}
  493. {/block:Chat}
  494.  
  495. {block:Audio}
  496. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  497. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  498. {Caption}
  499. {/block:Audio}
  500.  
  501. {block:Text}
  502. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  503. {/block:Text}
  504.  
  505. {block:Video}
  506. {Video-500}
  507. {Caption}
  508. {/block:Video}
  509.  
  510. {block:Answer}
  511. <div class="question"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a>
  512. {Question}</div>
  513.  
  514. {Answer}
  515. {/block:Answer}
  516.  
  517. </div>
  518.  
  519. {block:PermalinkPage}
  520.  
  521. {block:Date}<div class="permainfo">
  522.  
  523. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  524.  
  525. {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}
  526. {/block:RebloggedFrom}
  527.  
  528. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  529.  
  530. </div>{/block:Date}
  531.  
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. {/block:PermalinkPage}
  534.  
  535. {/block:Posts}
  536.  
  537. {block:Pagination}
  538. <div class="pagination">
  539. {block:PreviousPage}<a class="arrow" href="{PreviousPage}">←</a>{/block:PreviousPage}
  540. {block:JumpPagination length="5"}
  541. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  542. {block:JumpPage}<a class="page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  543. {block:NextPage}<a class="arrow" href="{NextPage}">→</a>{/block:NextPage}
  544. {/block:Pagination}
  545.  
  546. </div>
  547.  
  548. <a href="http://crimical.tumblr.com/"><div id="theme">t.</div></a>
  549.  
  550. </body>
  551. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement