Advertisement
rasperries

no sb image

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