Advertisement
rasperries

crimical10

May 1st, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 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:1px solid #f2f2f2;
  103. padding-left:10px;
  104. width:95%;
  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:90px;
  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:10px;
  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. display:block;
  259. height:auto;
  260. margin-bottom:10px;
  261. padding-left:5px;
  262. width:95%;
  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.  
  328.  
  329. .question{
  330. margin-bottom:10px;
  331. background-color:black;
  332. color:white;
  333. width:480px;
  334. padding:10px;
  335. min-height:30px;
  336. }
  337.  
  338. .question img{
  339. float:left;
  340. border-right:10px solid transparent;
  341. border-bottom:5px solid transparent;
  342. }
  343.  
  344. /* POST INFO */
  345.  
  346. .postinfo{
  347. width:150px;
  348. margin-left:520px;
  349. position:absolute;
  350. padding:2px 10px 2px 7px;
  351. text-transform:uppercase;
  352. font-family:;
  353. font-size:7px;
  354. letter-spacing:1px;
  355. opacity:0;
  356. font-family:cambria;
  357. -webkit-transition:0.5s ease-in;
  358. -moz-transition:0.5s ease-in;
  359. -o-transition:0.5s ease-in;
  360. transition:0.5s ease-in;
  361. }
  362.  
  363. .post:hover .postinfo{
  364. opacity:1;
  365. }
  366.  
  367. .postinfo a.info, a:visited.info, a:active.info{
  368. color:black;
  369. }
  370.  
  371. .permainfo{
  372. text-align:right;
  373. margin-top:30px;
  374. border-top:1px solid #f2f2f2;
  375. padding-top:10px;
  376. text-transform:uppercase;
  377. font-family:;
  378. font-size:7px;
  379. letter-spacing:1px;
  380. line-height:10px;
  381. margin-bottom:60px;
  382. font-family:cambria;
  383. }
  384.  
  385. .tags{
  386. margin-top:5px;
  387. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  388. {block:PermalinkPage}text-align:right;font-size:8px;text-transform:uppercase;letter-spacing:0px;{/block:PermalinkPage}
  389. }
  390.  
  391. .tags a.tags, a:visited.tags, a:active.tags{
  392. color:black;
  393. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  394. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  395. }
  396.  
  397. .tags a:hover.tags{
  398. color:{color:links};
  399. }
  400.  
  401. ol.notes{list-style-type:none;width:500px;margin-left:-40px;font-family:cambria;font-size:8px;text-transform:uppercase;line-height:10px;}
  402. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  403. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  404. ol.notes li.note span.action{margin-left:10px;}
  405. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
  406.  
  407. #theme{
  408. position:fixed;
  409. bottom:10px;
  410. right:10px;
  411. -webkit-border-radius:100px;
  412. padding:2px 4px 2px;
  413. text-transform:lowercase;
  414. -webkit-transition:0.6s ease-in;
  415. cursor:default;
  416. font-size:9px;
  417. }
  418.  
  419. #theme:hover{
  420. background-color:#aaa;
  421. color:white;
  422. }
  423.  
  424. </style>
  425. <body>
  426.  
  427. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  428. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  429. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  430. {/block:ContentSource}</div>
  431.  
  432. <div id="container">
  433.  
  434.  
  435. <div id="header">
  436. {block:ifheaderimage}<a title="{title}" href="/"><img src="{image:header}" /></a>{/block:ifheaderimage}
  437. {block:ifnotheaderimage}<h1><a href="/">{title}</a></h1>{/block:ifnotheaderimage}
  438. <div class="descr">{description}
  439. <div class="links">
  440. <a href="/ask">message</a>
  441. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  442. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  443. {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  444. </div>
  445. </div>
  446. </div>
  447.  
  448.  
  449. {block:TagPage}
  450. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  451. {/block:TagPage}
  452.  
  453. {block:Posts}
  454.  
  455. <div class="post">
  456.  
  457.  
  458.  
  459.  
  460. {block:Date}{block:IndexPage}<div class="postinfo">
  461.  
  462. <a class="info" href="{Permalink}">{MonthNumber}-{DayOfMonthWithZero}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  463.  
  464. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  465.  
  466. </div>{/block:IndexPage}{/block:Date}
  467.  
  468.  
  469.  
  470. {block:Quote}
  471. <div class="postquote">{Quote}</div>
  472. {block:Source}<div style="text-align:right;">—{Source}</div>{/block:Source}
  473. {/block:Quote}
  474.  
  475. {block:Photo}
  476. <a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img width="500px" src="{PhotoURL-500}" /></a>
  477. {Caption}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. {Photoset-500}
  482. {Caption}
  483. {/block:Photoset}
  484.  
  485. {block:Link}
  486. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  487. {/block:Link}
  488.  
  489. {block:Chat}
  490. {block:Title}<h2>{Title}</h2>{/block:Title}
  491. {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}
  492. {/block:Chat}
  493.  
  494. {block:Audio}
  495. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  496. <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>
  497. {Caption}
  498. {/block:Audio}
  499.  
  500. {block:Text}
  501. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  502. {/block:Text}
  503.  
  504. {block:Video}
  505. {Video-500}
  506. {Caption}
  507. {/block:Video}
  508.  
  509. {block:Answer}
  510. <div class="question"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a>
  511. {Question}</div>
  512.  
  513. {Answer}
  514. {/block:Answer}
  515.  
  516. </div>
  517.  
  518. {block:PermalinkPage}
  519.  
  520. {block:Date}<div class="permainfo">
  521.  
  522. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  523.  
  524. {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}
  525. {/block:RebloggedFrom}
  526.  
  527. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  528.  
  529. </div>{/block:Date}
  530.  
  531. {block:PostNotes}{PostNotes}{/block:PostNotes}
  532. {/block:PermalinkPage}
  533.  
  534. {/block:Posts}
  535.  
  536. {block:Pagination}
  537. <div class="pagination">
  538. {block:PreviousPage}<a class="arrow" href="{PreviousPage}">←</a>{/block:PreviousPage}
  539. {block:JumpPagination length="5"}
  540. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  541. {block:JumpPage}<a class="page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  542. {block:NextPage}<a class="arrow" href="{NextPage}">→</a>{/block:NextPage}
  543. {/block:Pagination}
  544.  
  545. </div>
  546.  
  547. <a href="http://crimical.tumblr.com/"><div id="theme">t.</div></a>
  548.  
  549. </body>
  550. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement