Advertisement
fakehelper

idle worship with tw

Jun 21st, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. idle worship with tw (gif pack page #1) by fakehelper
  8.  
  9. credits
  10. - google fonts
  11. - honeybee font by suiomi
  12. - rhesmanisa by dharmas (hosted by me)
  13. - gradient background by shudesigns
  14. - pop-up tutorial by billiondays
  15. - tumblr controls by cyantists
  16.  
  17. #ffcece is the pink color, ctrl+f to change all pink to whatever color you want!
  18.  
  19. #ffcece,#dbc5e0,#ceecff is the gradient, so just change it to the three colors you like instead.
  20.  
  21. -->
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <link href="https://static.tumblr.com/51fnf0s/BCoprzst5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="https://static.tumblr.com/51fnf0s/lKGprzsse/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:300,
  35. tip_fade_speed:300,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42.  
  43.  
  44. <!--- fonts --->
  45. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  46.  
  47. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Karla:400,700|Lato:400,700|Open+Sans:400,700|Roboto:400,700" />
  48.  
  49. <style type="text/css">
  50.  
  51. @font-face {font-family: 'rhesmanisaregular'; src: url('https://dl.dropboxusercontent.com/s/c7urv114bk2vm1n/rhesmanisa.ttf'); font-weight: normal; font-style: normal;} /*also hosted by me */
  52.  
  53.  
  54. /* CHANGE THEME COLORS HERE */
  55.  
  56. :root {
  57. --bg-color:#f1efef;
  58. --light-txt-color: #fff;
  59. --dark-txt-color: #222;
  60. --accent: #ffcece;
  61. --accent-two: #3467eb;
  62.  
  63.  
  64. /* CHANGE GIF SIZES HERE */
  65.  
  66. --gif-width: 245px;
  67. --gif-height: 160px;
  68. --gif-icon-width: 100px;
  69. --gif-icon-height: 100px;
  70. --tw-background-color: #eee;
  71.  
  72.  
  73. /* if using gradient bg, change colors here */
  74.  
  75. --gradient-colors: #ffcece,#dbc5e0,#ceecff
  76.  
  77. }
  78.  
  79.  
  80. /* tumblr controls by cyantists */
  81. iframe.tmblr-iframe {
  82. z-index:99999999999999!important;
  83. top:0!important;
  84. right:0!important;
  85. opacity:0.4;
  86. /* delete invert(1) from here */
  87. filter:invert(1) contrast(150%);
  88. -webkit-filter:invert(1) contrast(150%);
  89. -o-filter:invert(1) contrast(150%);
  90. -moz-filter:invert(1) contrast(150%);
  91. -ms-filter:invert(1) contrast(150%);
  92. /* to here if your blog has a dark background */
  93. transform:scale(0.65);
  94. transform-origin:100% 0;
  95. -webkit-transform:scale(0.65);
  96. -webkit-transform-origin:100% 0;
  97. -o-transform:scale(0.65);
  98. -o-transform-origin:100% 0;
  99. -moz-transform:scale(0.65);
  100. -moz-transform-origin:100% 0;
  101. -ms-transform:scale(0.65);
  102. -ms-transform-origin:100% 0;}
  103.  
  104. iframe.tmblr-iframe:hover {
  105. opacity:0.6!important;}
  106.  
  107. #s-m-t-tooltip{
  108. /* basic */
  109. max-width:300px;
  110. z-index:10;
  111. padding:5px;
  112. background:#222;
  113. font-family:'karla';
  114. font-size:11px;
  115. text-transform:uppercase;
  116. color:var(--light-txt-color);
  117. border:none;
  118. box-shadow:none;
  119. }
  120.  
  121. /* Scrollbar styles */
  122. ::-webkit-scrollbar {
  123. width: 5px;
  124. height: 5px;
  125. }
  126.  
  127. ::-webkit-scrollbar-track {
  128. border-radius: 5px;
  129. width: 2px;
  130. border: 1px dotted var(--accent);
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb {
  134. background: var(--accent);
  135. border-radius: 10px;
  136. }
  137.  
  138. ::-webkit-scrollbar-thumb:hover {
  139. background: #222;
  140. }
  141.  
  142.  
  143. body {
  144. color:var(--light-txt-color);
  145. }
  146.  
  147. #background{
  148. position:fixed;
  149. top:0px;
  150. left:0px;
  151. width:100%;
  152. height:100%;
  153. z-index:-9999;
  154. background: var(--bg-color);
  155. /* change gradient here! on all of these guys tho bc they're for diff browsers */
  156. background: -webkit-linear-gradient(var(--gradient-colors));
  157. background: -o-linear-gradient(var(--gradient-colors));
  158. background: -moz-linear-gradient(var(--gradient-colors));
  159. background: linear-gradient(var(--gradient-colors));
  160. }
  161.  
  162. p {
  163. color:var(--dark-txt-color);
  164. font-family:'karla';
  165. font-size:12px;
  166. font-weight:bold;
  167. }
  168.  
  169.  
  170. a {
  171. color:var(--light-txt-color);
  172. text-decoration:none;
  173. font-weight:bold;
  174. }
  175.  
  176. #treetop {
  177. top:-40px;
  178. padding-bottom:10px;
  179. width:100%;
  180. height:210px;
  181. text-align;center;
  182. position:relative;
  183. z-index:1;
  184. }
  185.  
  186. #treetop p {
  187. width:800px;
  188. }
  189.  
  190. #treetop h2 {
  191. font-family:'rhesmanisaregular';
  192. font-size:50px;
  193. font-weight:normal;
  194. margin-bottom:-26px;
  195. color:var(--light-txt-color);
  196. }
  197.  
  198. /* container */
  199. #trunk {
  200. margin-top:-150px;
  201. padding:10px;
  202. text-align;center;
  203. display:inline-block;
  204. position:relative;
  205. }
  206.  
  207. #trunk img {
  208. padding-right:4px;
  209. padding-bottom:1px;
  210. user-drag: none;
  211. -webkit-user-drag: none;
  212. user-select: none;
  213. -moz-user-select: none;
  214. -webkit-user-select: none;
  215. -ms-user-select: none;
  216. }
  217.  
  218.  
  219. /* trigger warning gifs */
  220. a.tw {
  221. position: relative;
  222. width:100%;
  223. height:100%;
  224. text-decoration: none !important;
  225. text-align: center;
  226. }
  227. a.tw::after {
  228. content: attr(span);
  229. position: absolute;
  230. left: 0px;
  231. top: -150px;
  232. width: calc(var(--gif-width) - 2px);
  233. height:calc(var(--gif-height) / 2 + 9px);
  234. padding:1px;
  235. padding-top:70px;
  236. background: var(--tw-background-color);
  237. text-decoration: none !important;
  238. color:var(--dark-txt-color);
  239. font-family:'karla';
  240. font-size:13px;
  241. line-height:20px;
  242. opacity: 1;
  243. -webkit-transition: 0.5s;
  244. -moz-transition: 0.5s;
  245. -o-transition: 0.5s;
  246. -ms-transition: 0.5s;
  247. }
  248.  
  249. a.tw:hover::after, a.tw:focus::after {
  250. opacity: 0;
  251. }
  252.  
  253.  
  254.  
  255. a.tw-icon {
  256. position: relative;
  257. width:var(--gif-icon-width);
  258. height:var(--gif-icon-height);
  259. text-decoration: none !important;
  260. text-align: center;
  261. }
  262.  
  263. a.tw-icon::after {
  264. content: attr(span);
  265. position: absolute;
  266. left: 3px;
  267. top: -87px;
  268. width: calc(var(--gif-icon-width) - 1px);
  269. height:calc(var(--gif-icon-height) - 30px);
  270. padding-right:1px;
  271. padding-top:30px;
  272. background: var(--tw-background-color);
  273. text-decoration: none !important;
  274. color:var(--light-txt-color);
  275. font-family:'lora';
  276. font-size:11px;
  277. line-height:20px;
  278. opacity: 1;
  279. -webkit-transition: 0.5s;
  280. -moz-transition: 0.5s;
  281. -o-transition: 0.5s;
  282. -ms-transition: 0.5s;
  283. }
  284.  
  285.  
  286.  
  287. a.tw-icon:hover::after, a.tw-icon:focus::after {
  288. opacity: 0;
  289. }
  290.  
  291.  
  292. /* episode titles */
  293. .branch {
  294. width:300px;
  295. height:25px;
  296. background: #000;
  297. transform: skew(-30deg);
  298. margin-bottom:20px;
  299.  
  300. }
  301.  
  302. .branch h3{
  303. color:var(--light-txt-color);
  304. padding-top:2px;
  305. font-family:'karla';
  306. font-size:13px;
  307. line-height:20px;
  308. font-weight:bold;
  309. text-transform:uppercase;
  310. transform: skew(30deg);
  311.  
  312. }
  313.  
  314. .branch h3:before {
  315. content:'\e941'; /* change icon here for footage/episode titles */
  316. font-family:'honeybee';
  317. font-size:12px;
  318. line-height:12px;
  319. font-weight:normal;
  320. padding-right:10px;
  321.  
  322. }
  323.  
  324. .credit {
  325. font:'honeybee';
  326. font-size:16px;
  327. bottom:6px;
  328. right:6px;
  329. position:fixed;
  330. z-index:111
  331. }
  332.  
  333. .credit a {
  334. color:var(--dark-txt-color);
  335. }
  336.  
  337. .credit a:hover {
  338. color:var(--light-txt-color);
  339. -webkit-transition: all .3s;
  340. -moz-transition: all .3s;
  341. -o-transition: all .3s;
  342. -ms-transition: all .3s;
  343. transition: all .3s;
  344. }
  345.  
  346. </style>
  347. </head>
  348. <body>
  349.  
  350. <div class="credit"><a class="th th-leaf-1-o" title="page theme by fakehelper" href="https://fakehelper.tumblr.com/"></a></div><!--don't touch this pls it took me forever like plS donut do it-->
  351.  
  352. <div id="background"></div>
  353. <div id="treetop">
  354. <center><h2>faceclaim in footage</h2>
  355. <p>Do not repost, remove my watermark, claim as your own, edit in any way, or include in gif hunts.<br>Please like <a href="#">this post</a> if using or saving any gifs.</p> <!--if you need more space, change treetop height above!-->
  356. </div></div>
  357.  
  358. <div id="trunk"><center>
  359. <div class="branch"><h3>FOOTAGE (SEASON/EPS/YEAR): ### gifs</h3></div>
  360. <p>
  361. <img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><a class="tw" span="tw: trigger warning" target="blank"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"></a><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160"><img src="https://via.placeholder.com/245x160/111111/FFFFFF?text=245+x+160">
  362. </p>
  363.  
  364.  
  365.  
  366. </center>
  367. </div>
  368. </body>
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement