Advertisement
rasperries

let's be honest

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