Advertisement
Guest User

updated code

a guest
Jan 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  14.  
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $(“a[title]”).style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:90,
  21. tip_fade_speed:700,
  22. attribute:"title"
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. ::-webkit-scrollbar {
  33. width: 2px;
  34. height: 2px;
  35. }
  36. ::-webkit-scrollbar-button {
  37. width: 0px;
  38. height: 0px;
  39. }
  40. ::-webkit-scrollbar-thumb {
  41. background: #e1e1e1;
  42. border: 0px none #ffffff;
  43. border-radius: 0px;
  44. }
  45. ::-webkit-scrollbar-thumb:hover {
  46. background: #ffffff;
  47. }
  48. ::-webkit-scrollbar-thumb:active {
  49. background: #000000;
  50. }
  51. ::-webkit-scrollbar-track {
  52. background: #666666;
  53. border: 0px none #ffffff;
  54. border-radius: 2px;
  55. }
  56. ::-webkit-scrollbar-track:hover {
  57. background: #666666;
  58. }
  59. ::-webkit-scrollbar-track:active {
  60. background: #333333;
  61. }
  62. ::-webkit-scrollbar-corner {
  63. background: transparent;
  64. }
  65.  
  66. #s-m-t-tooltip {
  67. max-width:300px;
  68. border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
  69. padding:4px; /* space around the text */
  70. margin:5px 10px 5px 0px; /* positioning of your hover info in relation to the link */
  71. color:#fff; /* text color */
  72. border:1px solid #fff; /* optional border and border color */
  73. font-family: ‘Fjalla One’, sans-serif; /* i’ve added a custom font in here but you can remove this line if you don’t use custom fonts */
  74. font-size:10px; /* font size of your hover info */
  75. letter-spacing:2px; /* optional letter spacing */
  76. background:#000; /* change the background color of your hover info */
  77. z-index:99999;
  78. background-image:url('https://i.postimg.cc/NF2MMxZy/tabgif2.gif');
  79. }
  80.  
  81. body {
  82. background-color:#000000;
  83. font-family:'Gibson', sans-serif;
  84. font-size: 11px;
  85. color:#006f94;
  86. background-image:url('https://i.postimg.cc/Cw3bpjxb/kyoukatheme2.png');
  87. background-position: left top;
  88. background-repeat:no-repeat;
  89. background-attachment:fixed;
  90. }
  91.  
  92. a {
  93. text-decoration:none;
  94. color:#f2992e;
  95. -webkit-transition: all 0.7s ease;
  96. -moz-transition: all 0.7s ease;
  97. -o-transition: all 0.7s ease;
  98. }
  99.  
  100. a:hover {
  101. color:#636363;
  102. }
  103.  
  104. b, strong {
  105. color:#878787;
  106. text-transform:uppercase;
  107. }
  108.  
  109. i, em {
  110. color:#878787;
  111. font-family:'Bookman', serif;
  112. }
  113.  
  114. blockquote {
  115. padding:2px 7px;
  116. margin:3px 0 3px 8px;
  117. border-left:1px solid #006f94;
  118. }
  119.  
  120. blockquote img {
  121. max-width:100%;
  122. height:auto;
  123. }
  124.  
  125. img {
  126. max-width: 100%;
  127. }
  128.  
  129. h1 {
  130. font-size:30px;
  131. line-height:30px;
  132. text-align:right;
  133. padding:10px;
  134. }
  135.  
  136. #container {
  137. position:relative;
  138. left:790px;
  139. height:420px;
  140. overflow-y:scroll;
  141. overflow-x:hidden;
  142. width:350px;
  143. top:175px;
  144. }
  145.  
  146. .posts {
  147. width:320px;
  148. background-color:transparent;
  149. padding:10px;
  150. margin-bottom:30px;
  151. }
  152.  
  153. #info {
  154. background-color:#eee;
  155. padding:10px;
  156. width:300px;
  157. height:12px;
  158. }
  159.  
  160. #info a {
  161. text-decoration:none;
  162. font-size: 9px;
  163. color:#f2992e;
  164. }
  165.  
  166. #info a:hover {
  167. color:#636363;
  168. }
  169.  
  170.  
  171.  
  172. {block:PermalinkPage}
  173. .tags {
  174. text-align:center;
  175. }
  176.  
  177. .tags a {
  178. text-decoration:none;
  179. font-size: 8px;
  180. text-transform:uppercase;
  181. color:#636363;
  182. }
  183.  
  184. .tags a:hover {
  185. color:#f2992e;
  186. }
  187. {/block:PermalinkPage}
  188.  
  189. #sidebar {
  190. position:fixed;
  191. left:0px;
  192. top:300px;
  193. height:350px;
  194. width:200px;
  195. background:transparent;
  196. background-position: bottom left;
  197. background-repeat:no-repeat;
  198. background-attachment:fixed;
  199. opacity:0.2;
  200. -webkit-transition: all 0.7s ease;
  201. -moz-transition: all 0.7s ease;
  202. -o-transition: all 0.7s ease;
  203. }
  204.  
  205. #sidebar:hover {
  206. opacity:1;
  207. }
  208.  
  209. #description {
  210. font-size:10px;
  211. color:#ffffff;
  212. text-align:right;
  213. padding:10px;
  214. }
  215.  
  216. #sideimage img {
  217. max-width:250px;
  218. margin-left:10px;
  219. }
  220.  
  221. #links {
  222. font-size:12px;
  223. padding:10px;
  224. text-align:right;
  225. }
  226.  
  227. #links a {
  228. display:inline-block;
  229. color:#006f94;
  230. padding-left:10px;
  231. -webkit-transition: all 0.7s ease;
  232. -moz-transition: all 0.7s ease;
  233. -o-transition: all 0.7s ease;
  234. }
  235.  
  236. #links a:hover {
  237. color:#dddddd;
  238. letter-spacing:1px;
  239. }
  240.  
  241. #pagination {
  242. position:fixed;
  243. bottom:30px;
  244. left:850px;
  245. }
  246.  
  247. #pagination a {
  248. color:#006f94;
  249. font-size:20px;
  250. -webkit-transition: all 0.7s ease;
  251. -moz-transition: all 0.7s ease;
  252. -o-transition: all 0.7s ease;
  253. }
  254.  
  255. #pagination a:hover {
  256. color:#ffffff;
  257. }
  258.  
  259. .asker {
  260. font-size:15px;
  261. font-style: italic;
  262. text-align:center;
  263. border-bottom:1px solid #eee;
  264. margin-bottom:5px;
  265. padding-bottom:3px;
  266. }
  267.  
  268. .question {
  269. font-style: italic;
  270. padding-left:50px;
  271. padding-right:50px;
  272. }
  273.  
  274. .quote {
  275. font-size:13px;
  276. letter-spacing:1px;
  277. text-align:center;
  278. border-bottom:1px solid #eee;
  279. margin-bottom:5px;
  280. padding-bottom:3px;
  281. }
  282.  
  283. .quotesource {
  284. font-size:10px;
  285. letter-spacing:1px;
  286. text-align:center;
  287. margin-bottom:5px;
  288. }
  289.  
  290. </style>
  291.  
  292. <body>
  293. <div id="sidebar">
  294. <h1>{Title}</h1>
  295.  
  296. <div id="description">{block:Description}{Description}{/block:Description}
  297. </div>
  298.  
  299. <div id="sideimage"><img src="https://static.tumblr.com/rquaya0/b95pkyybd/15.png"></div>
  300.  
  301. <div id="links">
  302. <a href="/" title="home">★</a>
  303. <a href="/ask" title="ask">★</a>
  304. <a href="/submit" title="submit">★</a>
  305. <a href="/archive" title="archive">★</a>
  306. </div>
  307.  
  308. </div>
  309.  
  310. <div id="pagination">{block:Pagination}
  311. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  312. {/block:NextPage}
  313. {/block:Pagination}</div>
  314.  
  315. <div id="container">
  316.  
  317. {block:Posts}
  318.  
  319. <div class="posts">
  320.  
  321. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  322.  
  323. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  324.  
  325. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  326.  
  327. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  328.  
  329. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  330.  
  331. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  332.  
  333. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  334. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  335.  
  336. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  337.  
  338. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  339.  
  340. {block:Answer}
  341. <div class="asker">{Asker} whispered</div>
  342. <div class="question">{Question}</div>
  343. {Answer}
  344. {/block:Answer}
  345.  
  346.  
  347. <div id="info">
  348. {block:Date}
  349. <a href="{Permalink}" title="posted {TimeAgo}{/block:Date}"> ◆ </a>
  350. <a href="{Permalink}" title="{NoteCountWithLabel}"> ◆ </a>
  351.  
  352. {block:RebloggedFrom}
  353. <a href="{ReblogParentUrl}" title="via : {ReblogParentName}"> ◆ </a>
  354. <a hrf="{ReblogRootUrl}" title="source : {ReblogRootName}"> ◆ </a>
  355. {/block:RebloggedFrom}
  356. </div>
  357. {Block:HasTags}{Block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  358. </div>
  359.  
  360. {/block:Posts}
  361.  
  362. </div>
  363.  
  364. {block:ContentSource}
  365. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  366. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  367. {/block:SourceLogo}
  368. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  369. {/block:ContentSource}
  370. </body>
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement