Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>page 364 of 467</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  8. <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap" rel="stylesheet">
  9. </head>
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:700,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <style type="text/css">
  28.  
  29. body {
  30. background-color: #eee;
  31. font-size: 12px;
  32. font-family: 'roboto';
  33. }
  34.  
  35. h1 {
  36. font-family: 'silkscreen';
  37. text-align: center;
  38. font-size: 20px;
  39. }
  40.  
  41. h2 {
  42. font-family: 'silkscreen';
  43. text-align: center;
  44. font-size: 12px;
  45. }
  46.  
  47. sup, small, sub {
  48. font-size: 12px;
  49. }
  50.  
  51. a {
  52. font-family: 'Ubuntu Mono', monospace;
  53. color: #000000;
  54. transition: all 0.6s ease;
  55. text-decoration: none;
  56. font-size: 13px;
  57. font-weight: 600px;
  58. }
  59.  
  60. a:hover {
  61. text-decoration: underline;
  62. -WEBKIT-TRANSITION: ALL 0.7S EASE;
  63. -MOZ-TRANSITION: ALL 0.7S EASE;
  64. -O-TRANSITION: ALL 0.7S EASE;
  65. }
  66.  
  67. #s-m-t-tooltip {
  68. max-width:300px;
  69. border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
  70. padding:4px; /* space around the text */
  71. margin:20px 15px 20px 0px; /* positioning of your hover info in relation to the link */
  72. color:#000; /* text color */
  73. border:1px solid #000; /* optional border and border color */
  74. font-family: 'VT323' , sans-serif; /* i’ve added a custom font in here but you can remove this line if you don’t use custom fonts */
  75. font-size:10px; /* font size of your hover info */
  76. letter-spacing:2px; /* optional letter spacing */
  77. background:#eee; /* change the background color of your hover info */
  78. z-index:99999;
  79. font-variant: small-caps;
  80. }
  81.  
  82. .permalinks {
  83. padding-top: 10px;
  84. margin-bottom: 20px;
  85. }
  86.  
  87. .permalinks a { font-family: 'silkscreen', monospace;
  88. color: #222;
  89. transition: all 0.6s ease;
  90. text-decoration: none;
  91. font-variant: small-caps;
  92. font-size: 11px;}
  93.  
  94. .permalinks a:hover {
  95. text-decoration: underline;
  96. -WEBKIT-TRANSITION: ALL 0.7S EASE;
  97. -MOZ-TRANSITION: ALL 0.7S EASE;
  98. -O-TRANSITION: ALL 0.7S EASE;}
  99.  
  100. blockquote {
  101. margin:0px 0px 0px 0px;
  102. padding:0px 0px 0px 10px;
  103. border-left:.5px solid #dddddd;
  104. line-height: 120%;
  105. }
  106.  
  107. blockquote img {
  108. max-width:100%;
  109. height:auto;}
  110.  
  111.  
  112. .container {
  113. left: 50%;
  114. top: 50%;
  115. TRANSFORM: TRANSLATE(-50%, -50%);
  116. overflow-y: scroll;
  117. position: absolute;
  118. width: 530px;
  119. height: 540px;
  120. border-bottom: 1px #000 solid;
  121. border-top: 1px solid #000;
  122. }
  123.  
  124. .posts {
  125. width: 450px;
  126. height: auto;
  127. background-color: #fcfcfc;
  128. word-wrap: break-word;
  129. text-align: justify;
  130. padding-left: 10px;
  131. }
  132.  
  133. .posts img {
  134. max-width:100%;
  135. max-height:100%;
  136. }
  137.  
  138. img {
  139. max-width:100%;
  140. max-height:100%;
  141.  
  142. }
  143.  
  144. /* 'silkscreen' font */
  145. /* author: Jason Aleksandr Kottke */
  146. /* //www.dafont.com/silkscreen.font */
  147. @font-face {font-family:"silkscreen"; src: url('https://dl.dropbox.com/s/l0frac4d7bz3zx6/silkscreen.ttf');}
  148.  
  149. /* colors */
  150. :root {
  151. --Speech-Bubble-Border:#222;
  152. --Speech-Bubble-Background:#fcfcfc;
  153. --Speech-Bubble-Text:#000;
  154. }
  155.  
  156. #speech-bubble {
  157. width:500px;
  158. margin: 10px 15px 10px 15px;
  159. }
  160.  
  161. #bub-part-a {
  162. margin-left:6px;
  163. width:calc(100% - 12px);
  164. height:2px;
  165. background:var(--Speech-Bubble-Border);
  166. }
  167.  
  168. #bub-part-b {
  169. margin-left:4px;
  170. width:calc(100% - 12px);
  171. height:2px;
  172. background:var(--Speech-Bubble-Background);
  173. border-left:2px solid var(--Speech-Bubble-Border);
  174. border-right:2px solid var(--Speech-Bubble-Border);
  175. }
  176.  
  177. #bub-part-c {
  178. margin-left:2px;
  179. width:calc(100% - 8px);
  180. height:2px;
  181. background:var(--Speech-Bubble-Background);
  182. border-left:2px solid var(--Speech-Bubble-Border);
  183. border-right:2px solid var(--Speech-Bubble-Border);
  184. }
  185.  
  186. #speech-txt {
  187. width:calc(100% - 24px);
  188. padding: 10px;
  189. color:var(--Speech-Bubble-Text);
  190. background:var(--Speech-Bubble-Background);
  191. border-left:2px solid var(--Speech-Bubble-Border);
  192. border-right:2px solid var(--Speech-Bubble-Border);
  193. }
  194.  
  195. #speech-arrow {
  196. margin-top:-2px;
  197. margin-left:110px;
  198. }
  199.  
  200. #arrow-w {
  201. width:8px;
  202. height:8px;
  203. background:var(--Speech-Bubble-Background);
  204. border-left:2px solid var(--Speech-Bubble-Border);
  205. border-right:2px solid var(--Speech-Bubble-Border);
  206. }
  207.  
  208. #arrow-x {
  209. width:6px;
  210. height:2px;
  211. background:var(--Speech-Bubble-Background);
  212. border-left:2px solid var(--Speech-Bubble-Border);
  213. border-right:2px solid var(--Speech-Bubble-Border);
  214. }
  215.  
  216. #arrow-y {
  217. margin-left:-2px;
  218. width:6px;
  219. height:2px;
  220. background:var(--Speech-Bubble-Background);
  221. border-left:2px solid var(--Speech-Bubble-Border);
  222. border-right:2px solid var(--Speech-Bubble-Border);
  223. }
  224.  
  225. #arrow-z {
  226. margin-left:-2px;
  227. width:8px;
  228. height:2px;
  229. background:var(--Speech-Bubble-Border);
  230. }
  231.  
  232. .sidebar {
  233. left: 50%;
  234. top: 92%;
  235. TRANSFORM: TRANSLATE(-50%, -92%);
  236. position: absolute;
  237. }
  238.  
  239.  
  240.  
  241. ::-webkit-scrollbar {
  242. width: 2px;
  243. height: 2px;
  244. }
  245. ::-webkit-scrollbar-button {
  246. width: 0px;
  247. height: 0px;
  248. }
  249. ::-webkit-scrollbar-thumb {
  250. background: transparent;
  251. border: 0px none transparent;
  252. border-radius: 50px;
  253. }
  254. ::-webkit-scrollbar-thumb:hover {
  255. background:transparent;
  256. }
  257. ::-webkit-scrollbar-thumb:active {
  258. background: transparent;
  259. }
  260. ::-webkit-scrollbar-track {
  261. background: transparent;
  262. border: 0px none transparent;
  263. border-radius: 50px;
  264. }
  265. ::-webkit-scrollbar-track:hover {
  266. background: transparent;
  267. }
  268. ::-webkit-scrollbar-track:active {
  269. background: transparent;
  270. }
  271. ::-webkit-scrollbar-corner {
  272. background: transparent;
  273. }
  274.  
  275. #wrapper #content #pagination{
  276. width:fixed;
  277. top:15px;
  278. position:fixed;
  279. margin-left:10px;
  280. border:1px solid #000;
  281. background:#fff;
  282. padding:3px;
  283. -webkit-border-radius: 10px;
  284. -moz-border-radius: 10px;
  285. border-radius: 10px;
  286. font-size:14px;
  287. text-align:center;
  288. }
  289.  
  290. .old {
  291. display:none;
  292. padding:10px!important;
  293. width:450px!important;
  294. }
  295.  
  296. </style>
  297.  
  298. <body>
  299.  
  300. <div class="container">
  301.  
  302.  
  303.  
  304.  
  305. {block:Posts}<div id="speech-bubble">
  306. <div id="bub-part-a"></div>
  307. <div id="bub-part-b"></div>
  308. <div id="bub-part-c"></div>
  309. <div id="speech-txt"><div class="posts{block:IndexPage}{TagsAsClasses}{/block:IndexPage}">{block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  310.  
  311. {block:Photo}<img src="{PhotoURL-HighRes}" width="450px;" alt="{PhotoAlt}" />{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  314.  
  315. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  316.  
  317. {block:Quote}"{Quote}"{block:Source}{Source}{/block:Source}{/block:Quote}
  318.  
  319. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  320.  
  321. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  322. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  323.  
  324. {block:Video}{Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  327.  
  328.  
  329.  
  330. </div><!--end entries--></div>
  331. <div id="bub-part-c"></div>
  332. <div id="bub-part-b"></div>
  333. <div id="bub-part-a"></div>
  334.  
  335. <div class="permalinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}" title="date">{MonthNumberWithZero}.{DayOfMonth}.{Year}</a> @ <a href="{Permalink}" title="time">{24Hour}{Minutes}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}" title="notes">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}"><a class="reblog" style="font-size: 15px;" href="{ReblogURL}" title="reblog">⊶</a></a>
  336.  
  337. <p><center><style="font-size:8px;">{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</style></center></p> </div>
  338. </div><!--end speech bubble-->{/block:Posts}</div>
  339.  
  340. <div class="sidebar">{block:Pagination}
  341. <div id="pagination">
  342. {block:PreviousPage}
  343. <a href="{PreviousPage}">⇽</a>
  344. {/block:PreviousPage}
  345. {block:CurrentPage}
  346. <span class="current_page">{PageNumber}</span>
  347. {/block:CurrentPage}
  348.  
  349. {block:JumpPage}
  350. <a class="jump_page" href="{URL}">{PageNumber}</a>
  351. {/block:JumpPage}
  352. {/block:JumpPagination}
  353.  
  354. {block:NextPage}
  355. <a href="{NextPage}">⇾</a>
  356. {/block:NextPage}
  357. </div>
  358. {/block:Pagination}</div>
  359.  
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement