Advertisement
coronowski

Ultimo

Oct 30th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <meta name="viewport" content="width=300">
  13. <meta name="description" content="{block:IndexPage}{block:Description}{MetaDescription}{/block:Description}{/block:IndexPage}{block:PermalinkPage}{block:PostSummary}{PostSummary}{/block:PostSummary}{/block:PermalinkPage}">
  14.  
  15. <title>{Title}{block:SearchPage} - Search results{/block:SearchPage}{block:TagPage} - Tag results{/block:TagPage}{block:PermalinkPage}{block:PostSummary} - {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="applications/rss+xml" title="RSS" href="{RSS}">
  19. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  20. <link href='http://static.tumblr.com/goackww/dLhmmqq1f/animate-custom.css' rel='stylesheet' type='text/css'>
  21.  
  22. <!-- Appearance Options -->
  23. <meta name="image:Background" content="" />
  24. <meta name="image:Header" content="" />
  25.  
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:Box" content="#ffffff" />
  28. <meta name="color:Text" content="#000000" />
  29. <meta name="color:Links" content="#000000" />
  30. <meta name="color:Post footer links" content="#999999" />
  31. <meta name="color:Selection" content="#46BECE" />
  32. <meta name="color:Title" content="#000000" />
  33.  
  34. <meta name="text:Footer" content='' />
  35. <meta name="text:Google Analytics ID" content="" />
  36. <meta name="text:Disqus shortname" content="" />
  37.  
  38. <meta name="if:Courier new" content="1" />
  39. <meta name="if:Georgia" content="0" />
  40. <meta name="if:Arial" content="0" />
  41. <meta name="if:Show description" content="1" />
  42. <meta name="if:Fixed background" content="1" />
  43. <meta name="if:Stretch background" content="1" />
  44. <meta name="if:Show tags" content="1" />
  45. <meta name="if:Show footer" content="0" />
  46. <meta name="if:Faded posts" content="0" />
  47. <meta name="if:Show highres link" content="1" />
  48. <meta name="if:Fading animation" content="1" />
  49.  
  50. <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?autoload=true"></script>
  51. <link rel='stylesheet' href='http://static.tumblr.com/5hz4lzv/NK2moqriq/pretty-theme.css' />
  52.  
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar {width: 13px; height: 3px; background: #E6E6E6;}
  56. ::-webkit-scrollbar-thumb {background-color:#A4A4A4; border: 0px solid black;}
  57.  
  58. html {
  59. background-color: {color:Background};
  60. background-image: url('{image:Background}');
  61. {block:IfFixedbackground}background-attachment: fixed;{/block:IfFixedbackground}
  62. {block:IfStretchbackground}
  63. -webkit-background-size: cover;
  64. -moz-background-size: cover;
  65. -ms-background-size: cover;
  66. -o-background-size: cover;
  67. background-size: cover;
  68. {/block:IfStretchbackground}
  69. }
  70.  
  71. body {
  72. background: {color:Box};
  73. max-width: 800px;
  74. padding: 50px;
  75. {block:IfCouriernew}font-family: 'Roboto', sans-serif; font-size: 11px;{/block:IfCouriernew}
  76. {block:IfGeorgia}font-family: 'Georgia'; font-size: 11px;{/block:IfGeorgia}
  77. {block:IfArial}font-family: 'Arial'; font-size: 13px;{/block:IfArial}
  78. color: {color:Text};
  79. overflow-x: hidden;
  80. margin: 0 auto;
  81. line-height: 18px;
  82. }
  83.  
  84. a {
  85. color: {color:Links};
  86. text-decoration: underline;
  87.  
  88. }
  89.  
  90. a:hover {
  91. color: {color:Links};
  92. text-decoration: none;
  93. }
  94.  
  95. h1, h2, h3, h4, h5 {
  96. font-weight: normal;
  97. }
  98.  
  99. h1#site {
  100. font-family: 'Roboto', sans-serif;
  101. font-weight: bold;
  102. text-transform: uppercase;
  103. font-size: 150%;
  104. letter-spacing: 0px;
  105. text-align: center;
  106. margin-bottom: 30px;
  107. }
  108.  
  109. h1#site a {
  110. color: {color:Title};
  111. text-decoration: none;
  112. }
  113.  
  114. h1#site a:hover {
  115. text-decoration: none;
  116. }
  117.  
  118. h1.out {
  119. text-transform: uppercase;
  120. letter-spacing: 1px;
  121. font-size: 100%;
  122. text-align: center;
  123. margin-bottom: 10px;
  124. }
  125.  
  126. .container {
  127. max-width: 1000 px;
  128. margin: 40px auto;
  129. }
  130.  
  131. .container img {
  132. max-width: 1000px;
  133. }
  134.  
  135. #content {
  136. max-width: 1000px;
  137. }
  138.  
  139. .post {
  140. max-width: 1200px;
  141. margin-bottom: 100px;
  142. {block:IfFadedposts}opacity: .5;{/block:IfFadedposts}
  143. -webkit-transition: .3s;
  144. -moz-transition: .3s;
  145. -ms-transition: .3s;
  146. -o-transition: .3s;
  147. transition: .3s;
  148. }
  149.  
  150. {block:IfFadedposts}
  151. .post:hover {
  152. opacity: 1;
  153. }
  154. {/block:IfFadedposts}
  155.  
  156. .post img {
  157. max-width: 100%; height: auto }
  158.  
  159. }
  160.  
  161. .post iframe {
  162. width: 100%;
  163. }
  164.  
  165. .highres {
  166. text-align: right;
  167. }
  168.  
  169. .highres a {
  170. color: {color:Post footer Links};
  171. }
  172.  
  173. .post_footer {
  174. text-align: center;
  175. font-weight: normal;
  176. margin-top: 20px;
  177. color: {color:Post footer Links};
  178. }
  179.  
  180. .post_footer a {
  181. color: {color:Post footer Links};
  182. }
  183.  
  184. /* Posts Styles */
  185.  
  186. .post_title {
  187. text-transform: uppercase;
  188. letter-spacing: 1px;
  189. font-size: 11px;
  190. }
  191.  
  192. h1.quote {
  193. font-weight: bold;
  194. {block:IfCouriernew}font-size: 18px;{/block:IfCouriernew}
  195. {block:IfGeorgia}font-size: 11px;{/block:IfGeorgia}
  196. {block:IfArial}font-size: 14px;{/block:IfArial}
  197. }
  198.  
  199. h1.link a {
  200. font-weight: normal;
  201. font-size: 11px;
  202. text-transform: uppercase;
  203. letter-spacing: 1px;
  204. }
  205.  
  206. ul.chat {
  207. padding: 0px;
  208. margin: 0px;
  209. }
  210.  
  211. .chat li {
  212. padding: 10px 0 10px 0;
  213. list-style-type: none;
  214. }
  215.  
  216. .player * {
  217. width: 100%;
  218. }
  219.  
  220. blockquote {
  221. margin-left: 0px;
  222. padding-left: 10px;
  223. border-left: 0px solid #000;
  224. }
  225.  
  226. h1.qa {
  227. display: block;
  228. font-size: 11px;
  229. }
  230.  
  231. /* Posts Styles */
  232.  
  233. .header {
  234. margin-bottom: 30px;
  235. }
  236.  
  237. .header img {
  238. max-width: 25%;
  239. }
  240.  
  241. .desc {
  242. text-align: center;
  243. margin-bottom: 30px;
  244. }
  245.  
  246. .pages {
  247. text-align: center;
  248. margin-bottom: 90px;
  249. }
  250.  
  251. .pages a {
  252. text-transform: uppercase;
  253. text-decoration: none;
  254. position: relative;
  255. margin: 00 8px 0 8px;
  256. }
  257.  
  258. .divider {
  259. width: 80%;
  260. height: 1px;
  261. background: #ffffff;
  262. margin: 0 auto 30px;
  263. }
  264.  
  265. .nav {
  266. text-align: center;
  267. font-size: 11px;
  268. margin-bottom: 100px;
  269. }
  270.  
  271. .nav a {
  272. font-size: 11px;
  273. color: {color:Text};
  274. text-decoration: none;
  275. }
  276.  
  277. .nav a:hover {
  278. text-decoration: underline;
  279. }
  280.  
  281. .tags {
  282. text-align: center;
  283. margin-top: 20px;
  284. }
  285.  
  286. .tags a {
  287. color: {color:Text};
  288. margin: 0 10px 0 10px;
  289. }
  290.  
  291. ol.notes {
  292. margin: 20px 0 0 0;
  293. padding: 0px;
  294. }
  295.  
  296. ol.notes li {
  297. list-style-type: none !important;
  298. padding: 10px 0 10px 0;
  299. text-align: center;
  300. }
  301.  
  302. ol.notes li img.avatar {
  303. display: none !important;
  304. }
  305.  
  306. ol.notes li.note .action .answer_content {
  307. color: #000;
  308. display: block;
  309. }
  310.  
  311. ol.notes li blockquote {
  312. margin-left: 0px;
  313. padding-left: 10px;
  314. border-left: 1px solid #000;}
  315.  
  316. ol.notes li a.more_notes_link {
  317. text-transform: uppercase;
  318. text-decoration: none;
  319. }
  320.  
  321. ol.notes li a.more_notes_link:hover {
  322. text-decoration: underline;
  323. }
  324.  
  325. #disqus_thread {
  326. font-family: 'Courier New';
  327. font-size: 11px;
  328. margin-top: 20px;
  329. }
  330.  
  331. .footer {
  332. text-align: center;
  333. font-weight: bold;
  334. }
  335.  
  336. ::-webkit-selection { background: {color:Selection}; color: #fff; }
  337.  
  338. ::-moz-selection { background: {color:Selection}; color: #fff; }
  339.  
  340. ::-ms-selection { background: {color:Selection}; color: #fff; }
  341.  
  342. ::-o-selection { background: {color:Selection}; color: #fff; }
  343.  
  344. ::selection { background: {color:Selection}; color: #fff; }
  345.  
  346. /* Custom CSS */
  347. {CustomCSS}
  348. /* Custom CSS */
  349. </style>
  350.  
  351. </head>
  352.  
  353. <body{block:ifFadinganimation} class="hinge animated fadeIn"{/block:ifFadinganimation}>
  354. <div class="container">
  355.  
  356. {block:IfHeaderImage}<center class="header"><a href="/"><img src="{image:Header}"></a></center>{/block:IfHeaderImage}
  357. {block:IfNotHeaderImage}<h1 id="site"><a href="/">Make the dead sleep nights with a razor<br><br></a></h1>{/block:IfNotHeaderImage}
  358.  
  359. {block:IfShowdescription}
  360. {block:Description}
  361. <div class="desc">
  362. {Description}
  363. </div>
  364. {/block:Description}
  365. {/block:IfShowdescription}
  366.  
  367. {block:HasPages}
  368. <div class="pages">
  369. <a href="/archive">A</a>
  370. <a href="/ask">Q</a>
  371. {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
  372.  
  373. </div>
  374. {/block:HasPages}
  375.  
  376. <div class="divider"></div>
  377.  
  378. <div id="content">
  379.  
  380. {block:TagPage}
  381. <h1 class="out">Showing posts tagged with &ldquo;{Tag}&rdquo;</h1>
  382. {/block:TagPage}
  383.  
  384. {block:Posts}
  385.  
  386. <div class="post">
  387.  
  388. {block:Text}
  389. <div class="inside">
  390. {block:Title}<h1 class="post_title"><center>{Title}</center></h1>{block:Title}
  391. <center>{Body}</center>
  392. </div>
  393. {/block:Text}
  394.  
  395. {block:Photo}
  396. <center>
  397. {LinkOpenTag}
  398. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photopost">
  399. {LinkCloseTag}
  400. </center>
  401. {block:IfShowhighreslink}
  402. {block:HighRes}
  403. <div class="highres"><a title="" href="{PhotoURL-HighRes}">High-Res</a></div>
  404. {/block:HighRes}
  405. {/block:IfShowhighreslink}
  406. {block:Caption}
  407. <div class="inside"><center>{Caption}</center></div>
  408. {/block:Caption}
  409. {/block:Photo}
  410.  
  411. {block:Photoset}
  412. <div class="photoset">
  413. <div class="photoset-grid" data-layout="{PhotosetLayout}">
  414. {block:Photos}
  415. <img src="{PhotoURL-HighRes}" {block:Caption}alt="{Caption}"{/block:Caption} />
  416. {/block:Photos}
  417. </div>
  418.  
  419. {block:Caption}
  420. {Caption}
  421. {/block:Caption}
  422. </div>
  423. {/block:Photoset}
  424.  
  425. {block:Quote}
  426. <div class="inside">
  427. <h1 class="quote"><center>&ldquo;{Quote}&rdquo;</h1>
  428. {block:Source}<div class="source"><center>&mdash; {Source}</center></div>{/block:Source}
  429. </div>
  430. {/block:Quote}
  431.  
  432. {block:Link}
  433. <div class="inside">
  434. <h1 class="link"><a title="" href="{URL}">{Name}</a></h1>
  435. {block:Description}{Description}{/block:Description}
  436. </div>
  437. {/block:Link}
  438.  
  439. {block:Audio}
  440. <div class="player">
  441. {AudioEmbed}
  442. </div>
  443. {block:Caption}{Caption}{block:Caption}
  444. {/block:Audio}
  445.  
  446. {block:Chat}
  447. <div class="inside">
  448. {block:Title}<h1>{Title}</h1>{/block:Title}
  449. <ul class="chat">
  450. {block:Lines}
  451. <li>{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>
  452. {/block:Lines}
  453. </ul>
  454. </div>
  455. {/block:Chat}
  456.  
  457. {block:Video}
  458. <center>{Video-500}</center>
  459. {block:Caption}<div class="inside">{Caption}</div>{/block:Caption}
  460. {/block:Video}
  461.  
  462. {block:Answer}
  463. <div class="inside"><center>
  464. <h1 class="qa"><i>{Asker} asked:</i> <b>{Question}</b></h1>
  465. {Answer}</center>
  466. </div>
  467. {/block:Answer}
  468.  
  469. {block:IfShowtags}
  470. {block:HasTags}
  471. <div class="tags">
  472. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  473. </div>
  474. {/block:HasTags}
  475. {/block:IfShowtags}
  476.  
  477. {block:Date}
  478. <div class="post_footer">
  479. <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>{block:IfDisqusShortname} / <a href="{Permalink}#disqus_thread">Leave a comment</a>{/block:IfDisqusShortname}{block:NoteCount} / <a href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
  480. </div><!-- Post Footer -->
  481. {/block:Date}
  482.  
  483. {block:PermalinkPage}
  484. {block:IfDisqusShortname}
  485. {block:Date}
  486. <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>
  487. <script type="text/javascript">
  488. (function() {
  489. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  490. dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
  491. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  492. })();
  493. </script>
  494. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>
  495. {lang:Blog comments powered by Disqus 2}
  496. {/block:Permalink}
  497.  
  498. <script type="text/javascript">
  499. var disqus_shortname = '{text:Disqus Shortname}';
  500. (function () {
  501. var s = document.createElement('script'); s.async = true;
  502. s.src = 'http://{text:Disqus Shortname}.disqus.com/count.js';
  503. (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  504. }());
  505. </script>
  506. {/block:Date}
  507. {/block:IfDisqusShortname}
  508.  
  509. {block:PostNotes}
  510. <div id="notes">{PostNotes}</div>
  511. {/block:PostNotes}
  512. {/block:PermalinkPage}
  513.  
  514. </div><!-- Post -->
  515.  
  516. <div class="sources">
  517. {block:ContentSource}
  518. Source: <a href="{SourceURL}">{SourceTitle} </a>
  519. {/block:ContentSource}
  520. {block:RebloggedFrom}
  521. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  522. {/block:RebloggedFrom}</div>
  523.  
  524. {/block:Posts}
  525.  
  526.  
  527. </div><!-- Content -->
  528.  
  529. {block:Pagination}
  530. <div class="nav">
  531. <center>
  532. {block:PreviousPage}<a title="" href="{PreviousPage}">{/block:PreviousPage}présent{block:PreviousPage}</a>{/block:PreviousPage}
  533. <span class="pager">&nbsp;&nbsp;&nbsp;{CurrentPage}/{TotalPages}&nbsp;&nbsp;&nbsp;</span>
  534. {block:NextPage}<a title="" href="{NextPage}">{/block:NextPage}passé{block:NextPage}</a>{/block:NextPage}
  535. </center>
  536. </div>
  537. {/block:Pagination}
  538.  
  539. <div class="footer"><a href="https://twitter.com/coronowski"> <img src ="http://static.tumblr.com/fsvqc0q/3lEn8rnrr/t25.png"></a>{block:IfShowfooter}<p>{text:Footer}</p>{/block:IfShowfooter}
  540. </div><!-- Footer -->
  541.  
  542. </div><!-- Container -->
  543.  
  544. {block:IfGoogleAnalyticsID}
  545. <script>
  546. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  547. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  548. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  549. s.parentNode.insertBefore(g,s)}(document,'script'));
  550. </script>
  551. {/block:IfGoogleAnalyticsID}
  552.  
  553. <!--
  554. For extra magic!
  555. -->
  556.  
  557. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  558. <script src="http://static.tumblr.com/wgijwsy/jgemkyt9x/jquery.photoset-grid.min.js"></script>
  559.  
  560. <script>
  561. $('.photoset-grid').photosetGrid();
  562. </script>
  563.  
  564. <!-- Start of StatCounter Code for Tumblr -->
  565. <script type="text/javascript">
  566. var sc_project=8503451;
  567. var sc_invisible=1;
  568. var sc_security="912ddc0b";
  569. var scJsHost = (("https:" == document.location.protocol) ?
  570. "https://secure." : "http://www.");
  571. document.write("<sc"+"ript type='text/javascript' src='" +
  572. scJsHost+
  573. "statcounter.com/counter/counter.js'></"+"script>");
  574. </script>
  575. <noscript><div class="statcounter"><a title="tumblr counter"
  576. href="http://statcounter.com/tumblr/" target="_blank"><img
  577. class="statcounter"
  578. src="http://c.statcounter.com/8503451/0/912ddc0b/1/"
  579. alt="tumblr counter"></a></div></noscript>
  580. <!-- End of StatCounter Code for Tumblr -->
  581.  
  582. </body>
  583. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement